@charset "UTF-8";
/*!
 * Abacusmine
 * Copyright 2025 Abacus Themes
 * For license, see https://www.abacusthemes.com
 * Created by Michael Stanek
 * Created without vendor prefixes, "AutoPrefixed" by PrePros v5 (https://prepros.io)
 */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* Latin */
@import url("/assets/themes/abacusmine_3.0.3/css/overrides/overrides-121d2225.css");
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400 500 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("/assets/themes/abacusmine_3.0.3/opensans/latin-713ecd1f.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400 500 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("/assets/themes/abacusmine_3.0.3/opensans/latin-ext-b3e82625.woff2") format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

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

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-conditioner:before {
  content: "\f8f4";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

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

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

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-album:before {
  content: "\f89f";
}

.fa-album-collection:before {
  content: "\f8a0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-alien:before {
  content: "\f8f5";
}

.fa-alien-monster:before {
  content: "\f8f6";
}

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

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

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

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

.fa-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

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

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-amp-guitar:before {
  content: "\f8a1";
}

.fa-analytics:before {
  content: "\f643";
}

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

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

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

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

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

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

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

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

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

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

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

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

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

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

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

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

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

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

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

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

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

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

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

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

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

.fa-arrows-alt-v:before {
  content: "\f338";
}

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

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

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

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

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

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

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\f959";
}

.fa-bacterium:before {
  content: "\f95a";
}

.fa-badge:before {
  content: "\f335";
}

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

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badge-sheriff:before {
  content: "\f8a2";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

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

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

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-banjo:before {
  content: "\f8a3";
}

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

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

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

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

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

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-bed-alt:before {
  content: "\f8f7";
}

.fa-bed-bunk:before {
  content: "\f8f8";
}

.fa-bed-empty:before {
  content: "\f8f9";
}

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

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

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

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

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

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

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

.fa-bell-school-slash:before {
  content: "\f5d6";
}

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

.fa-bells:before {
  content: "\f77f";
}

.fa-betamax:before {
  content: "\f8a4";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blinds:before {
  content: "\f8fb";
}

.fa-blinds-open:before {
  content: "\f8fc";
}

.fa-blinds-raised:before {
  content: "\f8fd";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

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

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

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

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

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

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

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boombox:before {
  content: "\f8a5";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-center-h:before {
  content: "\f89c";
}

.fa-border-center-v:before {
  content: "\f89d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

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

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

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

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\f95b";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

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

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

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

.fa-bring-front:before {
  content: "\f857";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-cactus:before {
  content: "\f8a7";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-camcorder:before {
  content: "\f8a8";
}

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

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

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

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

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

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

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-building:before {
  content: "\f859";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caravan-alt:before {
  content: "\f900";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

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

.fa-caret-circle-right:before {
  content: "\f330";
}

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

.fa-caret-down:before {
  content: "\f0d7";
}

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

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

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

.fa-caret-square-right:before {
  content: "\f152";
}

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

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

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

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

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

.fa-cash-register:before {
  content: "\f788";
}

.fa-cassette-tape:before {
  content: "\f8ab";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cat-space:before {
  content: "\f901";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cctv:before {
  content: "\f8ac";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

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

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

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

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

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

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

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

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

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

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

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

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

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

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

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

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

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

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

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

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

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

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

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

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

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

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

.fa-city:before {
  content: "\f64f";
}

.fa-clarinet:before {
  content: "\f8ad";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

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

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

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

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

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

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

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

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

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

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

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

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

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

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

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

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

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

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

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

.fa-cloud-sun-rain:before {
  content: "\f743";
}

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

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

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

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

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

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

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

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

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

.fa-coffin:before {
  content: "\f6c6";
}

.fa-coffin-cross:before {
  content: "\f951";
}

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

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

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

.fa-comet:before {
  content: "\f903";
}

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

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-music:before {
  content: "\f8af";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

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

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

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

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

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

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

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

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

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

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

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

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

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

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

.fa-computer-classic:before {
  content: "\f8b1";
}

.fa-computer-speaker:before {
  content: "\f8b2";
}

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

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cowbell:before {
  content: "\f8b3";
}

.fa-cowbell-more:before {
  content: "\f8b4";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

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

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

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

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

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

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

.fa-cross:before {
  content: "\f654";
}

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

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

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

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

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

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

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dailymotion:before {
  content: "\f952";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

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

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

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-disc-drive:before {
  content: "\f8b5";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

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

.fa-dove:before {
  content: "\f4ba";
}

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

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

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

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

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

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

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

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

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

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

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

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

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

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

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

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

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

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

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

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

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

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

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

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

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

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

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

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

.fa-expeditedssl:before {
  content: "\f23e";
}

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

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

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

.fa-external-link-square-alt:before {
  content: "\f360";
}

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

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

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

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

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

.fa-facebook-messenger:before {
  content: "\f39f";
}

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

.fa-fan:before {
  content: "\f863";
}

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

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

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

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

.fa-faucet:before {
  content: "\f905";
}

.fa-faucet-drip:before {
  content: "\f906";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

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

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

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

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

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

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

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

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

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

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

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

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

.fa-file-pdf:before {
  content: "\f1c1";
}

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

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-search:before {
  content: "\f865";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

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

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

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

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

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

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

.fa-fingerprint:before {
  content: "\f577";
}

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

.fa-fire-alt:before {
  content: "\f7e4";
}

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

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\f907";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

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

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

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

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

.fa-flame:before {
  content: "\f6df";
}

.fa-flashlight:before {
  content: "\f8b8";
}

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

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

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

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-flute:before {
  content: "\f8b9";
}

.fa-flux-capacitor:before {
  content: "\f8ba";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

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

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

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

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

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

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

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

.fa-folders:before {
  content: "\f660";
}

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

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

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

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

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

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

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

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

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-galaxy:before {
  content: "\f908";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-game-console-handheld:before {
  content: "\f8bb";
}

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

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

.fa-garage:before {
  content: "\f909";
}

.fa-garage-car:before {
  content: "\f90a";
}

.fa-garage-open:before {
  content: "\f90b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

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

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

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

.fa-ghost:before {
  content: "\f6e2";
}

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

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

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

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

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

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

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

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

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

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

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

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

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

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

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

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

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

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

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

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gramophone:before {
  content: "\f8bd";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-guitar-electric:before {
  content: "\f8be";
}

.fa-guitars:before {
  content: "\f8bf";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

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

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-medical:before {
  content: "\f95c";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

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

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

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

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

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\f95d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

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

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-hands-wash:before {
  content: "\f95e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-handshake-alt-slash:before {
  content: "\f95f";
}

.fa-handshake-slash:before {
  content: "\f960";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

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

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-cough:before {
  content: "\f961";
}

.fa-head-side-cough-slash:before {
  content: "\f962";
}

.fa-head-side-headphones:before {
  content: "\f8c2";
}

.fa-head-side-mask:before {
  content: "\f963";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-side-virus:before {
  content: "\f964";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

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

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

.fa-headset:before {
  content: "\f590";
}

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

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

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

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

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

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-heat:before {
  content: "\f90c";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

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

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

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

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

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-horse-saddle:before {
  content: "\f8c3";
}

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

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house:before {
  content: "\f90d";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-day:before {
  content: "\f90e";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-house-leave:before {
  content: "\f90f";
}

.fa-house-night:before {
  content: "\f910";
}

.fa-house-return:before {
  content: "\f911";
}

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

.fa-house-user:before {
  content: "\f965";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

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

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\f913";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-image-polaroid:before {
  content: "\f8c4";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

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

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

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

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\f955";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

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

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-joystick:before {
  content: "\f8c5";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-jug:before {
  content: "\f8c6";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kazoo:before {
  content: "\f8c7";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

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

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-lamp-desk:before {
  content: "\f914";
}

.fa-lamp-floor:before {
  content: "\f915";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

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

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

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

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

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lasso:before {
  content: "\f8c8";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

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

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

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

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

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

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

.fa-leanpub:before {
  content: "\f212";
}

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

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-light-ceiling:before {
  content: "\f916";
}

.fa-light-switch:before {
  content: "\f917";
}

.fa-light-switch-off:before {
  content: "\f918";
}

.fa-light-switch-on:before {
  content: "\f919";
}

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

.fa-lightbulb-dollar:before {
  content: "\f670";
}

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

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

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

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

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

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

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

.fa-list-alt:before {
  content: "\f022";
}

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

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

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

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

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

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

.fa-location-slash:before {
  content: "\f603";
}

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

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

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

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

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

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\f967";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

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

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

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

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

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

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

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

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

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

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

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

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

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

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

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

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

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

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

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

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

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

.fa-mdb:before {
  content: "\f8ca";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

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

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

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

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\f91a";
}

.fa-microchip:before {
  content: "\f2db";
}

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

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

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

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

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

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-microwave:before {
  content: "\f91b";
}

.fa-mind-share:before {
  content: "\f677";
}

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

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

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

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

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

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\f956";
}

.fa-mizuni:before {
  content: "\f3cc";
}

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

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

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

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

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

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-alt:before {
  content: "\f8cd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mp3-player:before {
  content: "\f8ce";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

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

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

.fa-music-alt-slash:before {
  content: "\f8d0";
}

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

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

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

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-outlet:before {
  content: "\f91c";
}

.fa-oven:before {
  content: "\f91d";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

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

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

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

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

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

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

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

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

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

.fa-phone-alt:before {
  content: "\f879";
}

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

.fa-phone-office:before {
  content: "\f67d";
}

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

.fa-phone-rotary:before {
  content: "\f8d3";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

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

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

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-piano:before {
  content: "\f8d4";
}

.fa-piano-keyboard:before {
  content: "\f8d5";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\f91e";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

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

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

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

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

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

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

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

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

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

.fa-planet-moon:before {
  content: "\f91f";
}

.fa-planet-ringed:before {
  content: "\f920";
}

.fa-play:before {
  content: "\f04b";
}

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

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

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

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

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

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

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

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-police-box:before {
  content: "\f921";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portal-enter:before {
  content: "\f922";
}

.fa-portal-exit:before {
  content: "\f923";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

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

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

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

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

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

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-projector:before {
  content: "\f8d6";
}

.fa-pump-medical:before {
  content: "\f96a";
}

.fa-pump-soap:before {
  content: "\f96b";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

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

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

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

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

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

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

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

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radar:before {
  content: "\f924";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-radio-alt:before {
  content: "\f8d8";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

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

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-raygun:before {
  content: "\f925";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-refrigerator:before {
  content: "\f926";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

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

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

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

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

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

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

.fa-robot:before {
  content: "\f544";
}

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

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

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-router:before {
  content: "\f8da";
}

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

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-sax-hot:before {
  content: "\f8db";
}

.fa-saxophone:before {
  content: "\f8dc";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-image:before {
  content: "\f8f3";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

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

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-send-back:before {
  content: "\f87e";
}

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

.fa-sensor:before {
  content: "\f928";
}

.fa-sensor-alert:before {
  content: "\f929";
}

.fa-sensor-fire:before {
  content: "\f92a";
}

.fa-sensor-on:before {
  content: "\f92b";
}

.fa-sensor-smoke:before {
  content: "\f92c";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

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

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

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

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

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

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

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

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

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

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\f957";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

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

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

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

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

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

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

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

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

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

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\f96d";
}

.fa-siren:before {
  content: "\f92d";
}

.fa-siren-on:before {
  content: "\f92e";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-cow:before {
  content: "\f8de";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

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

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

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

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

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

.fa-smile-beam:before {
  content: "\f5b8";
}

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

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\f96e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-solar-system:before {
  content: "\f92f";
}

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

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

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

.fa-sort-circle-down:before {
  content: "\f931";
}

.fa-sort-circle-up:before {
  content: "\f932";
}

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

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

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

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-space-station-moon:before {
  content: "\f933";
}

.fa-space-station-moon-alt:before {
  content: "\f934";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker:before {
  content: "\f8df";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-speakers:before {
  content: "\f8e0";
}

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

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

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

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

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-sprinkler:before {
  content: "\f935";
}

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

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

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

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

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

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

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

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

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

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-star-shooting:before {
  content: "\f936";
}

.fa-starfighter:before {
  content: "\f937";
}

.fa-starfighter-alt:before {
  content: "\f938";
}

.fa-stars:before {
  content: "\f762";
}

.fa-starship:before {
  content: "\f939";
}

.fa-starship-freighter:before {
  content: "\f93a";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

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

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

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\f96f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\f970";
}

.fa-store-slash:before {
  content: "\f971";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

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

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

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

.fa-subway:before {
  content: "\f239";
}

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

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

.fa-sun:before {
  content: "\f185";
}

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

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

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

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-sword-laser:before {
  content: "\f93b";
}

.fa-sword-laser-alt:before {
  content: "\f93c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-swords-laser:before {
  content: "\f93d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

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

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

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

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

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

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

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

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

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

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

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

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

.fa-telescope:before {
  content: "\f93e";
}

.fa-temperature-down:before {
  content: "\f93f";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-temperature-up:before {
  content: "\f940";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

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

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

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

.fa-text-size:before {
  content: "\f894";
}

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

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

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

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

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

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

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

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

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

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

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

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

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

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

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-toilet-paper-slash:before {
  content: "\f972";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-trailer:before {
  content: "\f941";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-transporter:before {
  content: "\f942";
}

.fa-transporter-1:before {
  content: "\f943";
}

.fa-transporter-2:before {
  content: "\f944";
}

.fa-transporter-3:before {
  content: "\f945";
}

.fa-transporter-empty:before {
  content: "\f946";
}

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

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-trumpet:before {
  content: "\f8e3";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turntable:before {
  content: "\f8e4";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-alt:before {
  content: "\f8e5";
}

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

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

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

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

.fa-typewriter:before {
  content: "\f8e7";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-ufo:before {
  content: "\f947";
}

.fa-ufo-beam:before {
  content: "\f948";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

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

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

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

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\f949";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

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

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

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

.fa-untappd:before {
  content: "\f405";
}

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

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usb-drive:before {
  content: "\f8e9";
}

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

.fa-usd-square:before {
  content: "\f2e9";
}

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

.fa-user-alien:before {
  content: "\f94a";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

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

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

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-cowboy:before {
  content: "\f8ea";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

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

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

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

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

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

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

.fa-user-robot:before {
  content: "\f94b";
}

.fa-user-secret:before {
  content: "\f21b";
}

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

.fa-user-slash:before {
  content: "\f506";
}

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

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-user-unlock:before {
  content: "\f958";
}

.fa-user-visor:before {
  content: "\f94c";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-users-slash:before {
  content: "\f973";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vacuum:before {
  content: "\f94d";
}

.fa-vacuum-robot:before {
  content: "\f94e";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vhs:before {
  content: "\f8ec";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

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

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

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-violin:before {
  content: "\f8ed";
}

.fa-virus:before {
  content: "\f974";
}

.fa-virus-slash:before {
  content: "\f975";
}

.fa-viruses:before {
  content: "\f976";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

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

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

.fa-volume-mute:before {
  content: "\f6a9";
}

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

.fa-volume-slash:before {
  content: "\f2e2";
}

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

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-wagon-covered:before {
  content: "\f8ee";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

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

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-calculator:before {
  content: "\f8f0";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waveform:before {
  content: "\f8f1";
}

.fa-waveform-path:before {
  content: "\f8f2";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-frame:before {
  content: "\f94f";
}

.fa-window-frame-open:before {
  content: "\f950";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

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

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

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

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

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/themes/abacusmine_3.0.3/fontawesome-pro-5.13.0/webfonts/fa-regular-400-72019570.eot");
  src: url("/assets/themes/abacusmine_3.0.3/fontawesome-pro-5.13.0/webfonts/fa-regular-400-72019570.eot?#iefix") format("embedded-opentype"), url("/assets/themes/abacusmine_3.0.3/fontawesome-pro-5.13.0/webfonts/fa-regular-400-b224d92b.woff2") format("woff2"), url("/assets/themes/abacusmine_3.0.3/fontawesome-pro-5.13.0/webfonts/fa-regular-400-023e15d5.woff") format("woff"), url("/assets/themes/abacusmine_3.0.3/fontawesome-pro-5.13.0/webfonts/fa-regular-400-5b35a86a.ttf") format("truetype"), url("/assets/themes/abacusmine_3.0.3/fontawesome-pro-5.13.0/webfonts/fa-regular-400-0663dc88.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/* ==========================================================================
   Icons
   ========================================================================== */
.fa,
.far,
.fal,
.fas {
  font-weight: 400;
}

.fa.root, .fa.child,
.far.root,
.far.child,
.fal.root,
.fal.child,
.fas.root,
.fas.child {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.fa:before,
.far:before,
.fal:before,
.fas:before {
  color: #595b5f;
  margin-right: 8px;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  text-rendering: auto;
}

.icon-svg {
  display: none !important;
}

legend.fa, legend.far, legend.fal, legend.fas {
  font-family: "Open Sans", sans-serif;
}

[class*="icon-"] {
  font-style: normal;
}

/*
 * General declaration
 */
.icon-projects,
.icon-roles,
.icon-issue-edit,
.icon-workflows,
.icon-custom-fields,
.icon-list.enumerations,
.icon-server-authentication,
.icon.contacts,
.icon.helpdesk,
.icon-approvalworkflows,
.icon.finance,
.icon.people,
.icon.products,
.icon.tags,
.icon-plugins,
.icon-help,
#quick-search label a,
.toggle-multiselect,
a.remove-upload,
#account .icon-stop,
.icon-start,
.contextual .icon-stop,
.checklist-item span.icon-add,
.icon.found.icon-checked,
.icon.unknown,
.icon.found.icon-warning,
#rdb-refresh,
.rdb-checkbox-link,
#rdb-reset,
#rdb-option-fullscreen,
.sort-handle,
tr.project.idnt td.name span,
#deal_contact_id_add_link,
#expense_contact_id_add_link,
#invoice_contact_id_add_link,
.icon-order-add,
#top-menu #loggedas > a,
#account,
.icon-user,
span.search_for_watchers a,
.icon-add,
span.add_attachment a,
a#attach_files_link,
#add_issue_link,
#contact_projects .contextual a,
#sidebar #watchers .contextual a,
#deal_contacts .contextual a,
#contact_issues .contextual a,
#sidebar #accounts_stat .contextual a,
div.projects h3,
div.news h3,
.my-project,
.icon-fav-off,
.icon-fav,
tr span.expander,
#commit-keywords td.buttons a.delete-commit-keywords,
#commit-keywords td.buttons a.add-commit-keywords,
.icon-test,
.icon-file,
.icon-file.text-plain,
.icon-file.text-x-csharp,
.icon-file.text-x-c,
.icon-file.text-x-java,
.icon-file.text-x-javascript,
.icon-file.text-x-php,
.icon-file.text-x-ruby,
.icon-file.text-xml,
.icon-file.text-css,
.icon-file.text-html,
.icon-file.image-gif,
.icon-file.image-jpeg,
.icon-file.image-png,
.icon-file.image-tiff,
.icon-file.application-pdf,
.icon-file.application-zip,
.icon-file.application-x-gzip,
.icon-folder,
dt.issue-note,
dt.issue-edit,
dt.issue-closed,
dt.issue-note,
#search-results dt.issue.closed,
dt.icon-add-deal,
dt.time-entry,
dt.changeset,
dt.news,
dt.message,
dt.reply,
dt.attachment,
.icon-passwd,
.icon-email-add,
a.atom,
a.csv,
a.pdf,
a.vcf,
a.xls,
#admin-menu a,
.icon-fullscreen,
a.eq-pin,
.icon-dmsf-lock,
.icon-notification-off,
.icon-notification-on,
.ui-icon-circle-plus,
.ui-icon-circle-arrow-e,
.ui-icon-circle-close,
.controller-dmsf #content > .contextual .icon-link,
.icon-calendar,
.gantt-menu-button.save,
.gantt-menu-button.icon-back,
.gantt-menu-button.icon-stats,
.gantt-menu-button.icon-print,
.starting > a,
.ending > a,
.starting.ending > a,
.legend .ending,
.legend .starting,
.icon-del,
#all_attributes p:nth-of-type(5) a,
.icon-checked,
.icon-ok,
.icon-save,
#query_form .buttons a:nth-of-type(2),
.icon-lock,
.icon-unlock,
.icon-time-add,
#content > .contextual a.icon-fav-off,
.icon-copy,
.icon-comment,
#issue_tree .contextual a,
#relations .contextual a,
.icon-link-break,
.icon-call,
.icon-meeting,
.icon-duplicate,
.icon-import,
.icon-email,
.icon-pdf,
.xlsx,
.icon-add-payment,
.icon-invoice-public-link,
div.members h3,
div.spent_time h3,
div.issues h3,
.tabs-buttons .tab-left,
.tabs-buttons .tab-right,
.icon-refresh,
.icon-settings,
.icon-page,
.icon-snippet,
.icon-menu,
.icon-layout,
.icon-redmine-layout,
.icon-redmine-hooks,
.icon-redirect,
.icon-package,
.icon-vars,
.icon-edit,
.icon-group,
.icon-issue,
.icon-time,
.icon-close,
.icon-reload,
.delete,
#dmsf_uploader .ui-icon-grip-dotted-horizontal,
#dmsf_uploader .ui-icon-image,
.controller-favorite_projects span a,
.custom-workflows .icon-move-top,
.custom-workflows .icon-move-up,
.custom-workflows .icon-move-down,
.custom-workflows .icon-move-bottom,
.custom-workflows .icon-inactive,
.custom-workflows .icon-export,
.icon-helpdesk-reply,
.icon-helpdesk,
.icon-company-contact,
#cbp_link_btn,
.icon-date,
.icon-rosette,
.journal.has-notes .wiki.editable .contextual a:nth-child(1),
.journal.has-notes .wiki.editable .contextual a:nth-child(2),
.journal.has-notes .wiki.editable .contextual a:nth-child(3),
.icon-magnifier,
.icon-download,
.icon-wiki-page,
.icon-document,
.more,
.fa,
.new-issue .drdn,
.icon-filter,
.gantt-menu-button.critical,
.gantt-menu-button.baseline,
#button_print,
.icon-redminecrm-money,
.issue_template.icon.plugins,
.template_tracker,
.icon-actions,
.icon-stats,
.icon-import,
th.checkbox a,
.fal,
.far,
.icon-bookmark,
.icon-bookmark-off,
.time-entries,
.reports,
.query,
.icon-copy-link,
.redmine-silencer,
.icon-global_issue_templates,
.icon-template,
.icon-clear-query,
.icon-summary,
.redmine-x-calendar,
.redmine-x-resources,
#issue_recurrences .contextual > a {
  background-image: none !important;
}

.icon-projects:before,
.icon-roles:before,
.icon-issue-edit:before,
.icon-workflows:before,
.icon-custom-fields:before,
.icon-list.enumerations:before,
.icon-server-authentication:before,
.icon.contacts:before,
.icon.helpdesk:before,
.icon-approvalworkflows:before,
.icon.finance:before,
.icon.people:before,
.icon.products:before,
.icon.tags:before,
.icon-plugins:before,
.icon-help:before,
#quick-search label a:before,
.toggle-multiselect:before,
a.remove-upload:before,
#account .icon-stop:before,
.icon-start:before,
.contextual .icon-stop:before,
.checklist-item span.icon-add:before,
.icon.found.icon-checked:before,
.icon.unknown:before,
.icon.found.icon-warning:before,
#rdb-refresh:before,
.rdb-checkbox-link:before,
#rdb-reset:before,
#rdb-option-fullscreen:before,
.sort-handle:before,
tr.project.idnt td.name span:before,
#deal_contact_id_add_link:before,
#expense_contact_id_add_link:before,
#invoice_contact_id_add_link:before,
.icon-order-add:before,
#top-menu #loggedas > a:before,
#account:before,
.icon-user:before,
span.search_for_watchers a:before,
.icon-add:before,
span.add_attachment a:before,
a#attach_files_link:before,
#add_issue_link:before,
#contact_projects .contextual a:before,
#sidebar #watchers .contextual a:before,
#deal_contacts .contextual a:before,
#contact_issues .contextual a:before,
#sidebar #accounts_stat .contextual a:before,
div.projects h3:before,
div.news h3:before,
.my-project:before,
.icon-fav-off:before,
.icon-fav:before,
tr span.expander:before,
#commit-keywords td.buttons a.delete-commit-keywords:before,
#commit-keywords td.buttons a.add-commit-keywords:before,
.icon-test:before,
.icon-file:before,
.icon-file.text-plain:before,
.icon-file.text-x-csharp:before,
.icon-file.text-x-c: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.image-gif:before,
.icon-file.image-jpeg:before,
.icon-file.image-png:before,
.icon-file.image-tiff:before,
.icon-file.application-pdf:before,
.icon-file.application-zip:before,
.icon-file.application-x-gzip:before,
.icon-folder:before,
dt.issue-note:before,
dt.issue-edit:before,
dt.issue-closed:before,
dt.issue-note:before,
#search-results dt.issue.closed:before,
dt.icon-add-deal:before,
dt.time-entry:before,
dt.changeset:before,
dt.news:before,
dt.message:before,
dt.reply:before,
dt.attachment:before,
.icon-passwd:before,
.icon-email-add:before,
a.atom:before,
a.csv:before,
a.pdf:before,
a.vcf:before,
a.xls:before,
#admin-menu a:before,
.icon-fullscreen:before,
a.eq-pin:before,
.icon-dmsf-lock:before,
.icon-notification-off:before,
.icon-notification-on:before,
.ui-icon-circle-plus:before,
.ui-icon-circle-arrow-e:before,
.ui-icon-circle-close:before,
.controller-dmsf #content > .contextual .icon-link:before,
.icon-calendar:before,
.gantt-menu-button.save:before,
.gantt-menu-button.icon-back:before,
.gantt-menu-button.icon-stats:before,
.gantt-menu-button.icon-print:before,
.starting > a:before,
.ending > a:before,
.starting.ending > a:before,
.legend .ending:before,
.legend .starting:before,
.icon-del:before,
#all_attributes p:nth-of-type(5) a:before,
.icon-checked:before,
.icon-ok:before,
.icon-save:before,
#query_form .buttons a:nth-of-type(2):before,
.icon-lock:before,
.icon-unlock:before,
.icon-time-add:before,
#content > .contextual a.icon-fav-off:before,
.icon-copy:before,
.icon-comment:before,
#issue_tree .contextual a:before,
#relations .contextual a:before,
.icon-link-break:before,
.icon-call:before,
.icon-meeting:before,
.icon-duplicate:before,
.icon-import:before,
.icon-email:before,
.icon-pdf:before,
.xlsx:before,
.icon-add-payment:before,
.icon-invoice-public-link:before,
div.members h3:before,
div.spent_time h3:before,
div.issues h3:before,
.tabs-buttons .tab-left:before,
.tabs-buttons .tab-right:before,
.icon-refresh:before,
.icon-settings:before,
.icon-page:before,
.icon-snippet:before,
.icon-menu:before,
.icon-layout:before,
.icon-redmine-layout:before,
.icon-redmine-hooks:before,
.icon-redirect:before,
.icon-package:before,
.icon-vars:before,
.icon-edit:before,
.icon-group:before,
.icon-issue:before,
.icon-time:before,
.icon-close:before,
.icon-reload:before,
.delete:before,
#dmsf_uploader .ui-icon-grip-dotted-horizontal:before,
#dmsf_uploader .ui-icon-image:before,
.controller-favorite_projects span a:before,
.custom-workflows .icon-move-top:before,
.custom-workflows .icon-move-up:before,
.custom-workflows .icon-move-down:before,
.custom-workflows .icon-move-bottom:before,
.custom-workflows .icon-inactive:before,
.custom-workflows .icon-export:before,
.icon-helpdesk-reply:before,
.icon-helpdesk:before,
.icon-company-contact:before,
#cbp_link_btn:before,
.icon-date:before,
.icon-rosette:before,
.journal.has-notes .wiki.editable .contextual a:nth-child(1):before,
.journal.has-notes .wiki.editable .contextual a:nth-child(2):before,
.journal.has-notes .wiki.editable .contextual a:nth-child(3):before,
.icon-magnifier:before,
.icon-download:before,
.icon-wiki-page:before,
.icon-document:before,
.more:before,
.fa:before,
.new-issue .drdn:before,
.icon-filter:before,
.gantt-menu-button.critical:before,
.gantt-menu-button.baseline:before,
#button_print:before,
.icon-redminecrm-money:before,
.issue_template.icon.plugins:before,
.template_tracker:before,
.icon-actions:before,
.icon-stats:before,
.icon-import:before,
th.checkbox a:before,
.fal:before,
.far:before,
.icon-bookmark:before,
.icon-bookmark-off:before,
.time-entries:before,
.reports:before,
.query:before,
.icon-copy-link:before,
.redmine-silencer:before,
.icon-global_issue_templates:before,
.icon-template:before,
.icon-clear-query:before,
.icon-summary:before,
.redmine-x-calendar:before,
.redmine-x-resources:before,
#issue_recurrences .contextual > a:before {
  margin-right: 8px;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  text-rendering: auto;
  color: #595b5f;
  position: relative;
}

tr.issue.idnt td.subject {
  background-image: none !important;
}

tr.issue.idnt td.subject:before {
  margin-right: 8px;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  font-size: inherit;
  text-rendering: auto;
  color: #595b5f;
  position: relative;
}

tr.version.shared td.name:after {
  margin-right: 8px;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  text-rendering: auto;
  color: #595b5f;
  position: relative;
}

/*
 * Top Menu and JS Menu declaration
 */
#top-menu a.home:before, #top-menu a.my-page:before, #top-menu a.projects:before, #top-menu a.issues:before, #top-menu a.spent_time:before, #top-menu a.administration:before, #top-menu a.help:before, #top-menu a.contacts:before, #top-menu a.time-tracker-main-menu:before, #top-menu a.icon-pause-action:before, #top-menu a.questions:before, #top-menu a.finance:before, #top-menu a.products:before, #top-menu a.orders:before, #top-menu a.archived-repositories:before, #top-menu a.invoices:before, #top-menu a.expenses:before, #top-menu a.people:before, #top-menu a.deals:before, #top-menu a.agile:before, #top-menu a.easy-gantt:before, #top-menu a.tags:before, #top-menu a.login:before, #top-menu a.register:before, #top-menu a.calendar:before, #top-menu a.holidays:before,
.flyout-menu a.home:before,
.flyout-menu a.my-page:before,
.flyout-menu a.projects:before,
.flyout-menu a.issues:before,
.flyout-menu a.spent_time:before,
.flyout-menu a.administration:before,
.flyout-menu a.help:before,
.flyout-menu a.contacts:before,
.flyout-menu a.time-tracker-main-menu:before,
.flyout-menu a.icon-pause-action:before,
.flyout-menu a.questions:before,
.flyout-menu a.finance:before,
.flyout-menu a.products:before,
.flyout-menu a.orders:before,
.flyout-menu a.archived-repositories:before,
.flyout-menu a.invoices:before,
.flyout-menu a.expenses:before,
.flyout-menu a.people:before,
.flyout-menu a.deals:before,
.flyout-menu a.agile:before,
.flyout-menu a.easy-gantt:before,
.flyout-menu a.tags:before,
.flyout-menu a.login:before,
.flyout-menu a.register:before,
.flyout-menu a.calendar:before,
.flyout-menu a.holidays:before {
  margin-right: 8px;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  font-size: inherit;
  text-rendering: auto;
}

h2#page-title:before {
  font-family: 'Font Awesome 5 Pro' !important;
}

/* ==========================================================================
   Hide background images
   ========================================================================== */
.fa,
.fa.icon,
.controller-sprints .contextual .icon,
.controller-product_backlog .contextual .icon,
#rdb-refresh,
.rdb-checkbox-link,
#rdb-reset,
#rdb-option-fullscreen,
.icon-call,
.icon-meeting,
.icon-import,
.icon-email,
.icon-pdf,
.icon-add-payment,
.icon-invoice-public-link,
.icon-refresh,
.icon-settings,
.icon-page,
.icon-snippet,
.icon-menu,
.icon-layout,
.icon-redmine-layout,
.icon-redmine-hooks,
.icon-redirect,
.icon-package,
.icon-vars,
.icon-fullscreen,
.controller-repositories [class^="icon"],
.custom-workflows .icon-inactive,
.custom-workflows .icon-export,
.icon-helpdesk-reply,
.icon-helpdesk,
.icon-company-contact,
.icon-date,
.icon-rosette,
.icon-order-add,
.icon-filter,
#button_print,
.icon-redminecrm-money {
  background-image: none !important;
}

#context-menu a.icon-checked {
  background: none !important;
}

/* ==========================================================================
   Add icon - plus circle
   ========================================================================== */
span.search_for_watchers a:before,
.icon-add:before,
span.add_attachment a:before,
a#attach_files_link:before,
#add_issue_link:before,
#contact_projects .contextual a:before,
#sidebar #watchers .contextual a:before,
#deal_contacts .contextual a:before,
#contact_issues .contextual a:before,
#sidebar #accounts_stat .contextual a:before,
#issue_tree .contextual a:before,
#relations .contextual a:before,
#issue_recurrences .contextual > a:before,
.edit_issue [id*="_add_link"]:before,
.new_issue [id*="_add_link"]:before {
  content: "\f055";
}

/* ==========================================================================
   Hide img tag
   ========================================================================== */
.controller-documents .attachments p a:nth-child(2) img,
.controller-wiki .attachments p a:nth-child(2) img,
.time-entries td.buttons a:first-child img,
.time-entries td.buttons a:last-child img,
.edit_issue #all_attributes > p:nth-child(5) img,
.delete img,
.controller-reports h3 a img,
table.list td.reorder a img,
.controller-workflows form p a img,
.controller-workflows.action-edit table.list img,
#commit-keywords td.buttons a.add-commit-keywords img,
#commit-keywords td.buttons a.delete-commit-keywords img,
#history div.journal .wiki.editable .contextual a:first-child img,
#history div.journal .wiki.editable .contextual a:last-child img,
#deal_contact_id_add_link img,
#expense_contact_id_add_link img,
#invoice_contact_id_add_link img,
#ticket_data .attachment a:last-child img,
#relations tr.issue .buttons a img,
.controller-messages .message.reply > .contextual a:nth-child(1) img,
.controller-messages .message.reply > .contextual a:nth-child(2) img,
.controller-messages .message.reply > .contextual a:nth-child(3) img,
table.list.files td.buttons a img,
.controller-wiki .contextual a:first-child img,
.issue .attachments .contextual > a img,
.message .attachments .contextual > a img,
.controller-messages .message.reply > .contextual a:nth-child(4) img,
#invoice_payments .contextual > a img,
.controller-invoices #comments .contextual > a img,
#content div.attachments .contextual > a img,
#content #comments .contextual > a img,
.controller-favorite_projects span a img,
#cbp_link_btn img {
  display: none !important;
}

/* ==========================================================================
   Top menu
   ========================================================================== */
/*
 * Declare bg none for menu items that are covered below --> this will remove default bg img from items that FA is declared for
 */
#top-menu a.home, #top-menu a.my-page, #top-menu a.projects, #top-menu a.issues, #top-menu a.spent_time, #top-menu a.administration, #top-menu a.help, #top-menu a.easy-gantt, #top-menu a.contacts, #top-menu a.time-tracker-main-menu, #top-menu a.icon-pause-action, #top-menu a.questions, #top-menu a.finance, #top-menu a.expenses, #top-menu a.products, #top-menu a.orders, #top-menu a.archived-repositories, #top-menu a.invoices, #top-menu a.people, #top-menu a.deals, #top-menu a.agile, #top-menu a.my-account, #top-menu a.logout, #top-menu #account a, #top-menu a.tags, #top-menu a.reports, #top-menu a.calendar,
.js-general-menu a.home,
.js-general-menu a.my-page,
.js-general-menu a.projects,
.js-general-menu a.issues,
.js-general-menu a.spent_time,
.js-general-menu a.administration,
.js-general-menu a.help,
.js-general-menu a.easy-gantt,
.js-general-menu a.contacts,
.js-general-menu a.time-tracker-main-menu,
.js-general-menu a.icon-pause-action,
.js-general-menu a.questions,
.js-general-menu a.finance,
.js-general-menu a.expenses,
.js-general-menu a.products,
.js-general-menu a.orders,
.js-general-menu a.archived-repositories,
.js-general-menu a.invoices,
.js-general-menu a.people,
.js-general-menu a.deals,
.js-general-menu a.agile,
.js-general-menu a.my-account,
.js-general-menu a.logout,
.js-general-menu #account a,
.js-general-menu a.tags,
.js-general-menu a.reports,
.js-general-menu a.calendar {
  background: none;
}

#actionbar .menu-children a:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 0.5rem;
}

#actionbar .menu-children a.new-issue:before {
  content: "\f0ae";
}

#actionbar .menu-children a.new-timelog:before {
  content: "\f017";
}

#actionbar .menu-children a.new-project:before {
  content: "\f03a";
}

#actionbar .menu-children a.new-user:before {
  content: "\f007";
}

#top-menu a:before,
.flyout-menu a:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  font-size: inherit;
  text-rendering: auto;
}

#top-menu .more .ul .menu-children,
.flyout-menu .more .ul .menu-children {
  top: 10px !important;
}

#top-menu .more .ul .menu-children li a,
.flyout-menu .more .ul .menu-children li a {
  background: none;
  padding-left: 0;
}

#top-menu a.home:before,
.flyout-menu a.home:before {
  content: "\f015";
}

#top-menu a.my-page:before,
.flyout-menu a.my-page:before {
  content: "\f0e4";
}

#top-menu a.projects:before,
.flyout-menu a.projects:before {
  content: "\f03a";
}

#top-menu a.issues:before,
.flyout-menu a.issues:before {
  content: "\f0ae";
}

#top-menu a.spent_time:before,
#top-menu a.time-entries:before,
.flyout-menu a.spent_time:before,
.flyout-menu a.time-entries:before {
  content: "\f017";
}

#top-menu a.administration:before,
.flyout-menu a.administration:before {
  content: "\f013";
}

#top-menu a.help:before,
.flyout-menu a.help:before {
  content: "\f1cd";
}

#top-menu a.easy-gantt:before,
.flyout-menu a.easy-gantt:before {
  content: "\f1fe";
}

#top-menu a.contacts:before,
.flyout-menu a.contacts:before {
  content: "\f0e0";
}

#top-menu a.time-tracker-main-menu:before,
#top-menu a.icon-pause-action:before,
.flyout-menu a.time-tracker-main-menu:before,
.flyout-menu a.icon-pause-action:before {
  content: "\f04b";
}

#top-menu a.help:before,
#top-menu a.questions:before,
.flyout-menu a.help:before,
.flyout-menu a.questions:before {
  content: "\f1cd";
}

#top-menu a.finance:before,
#top-menu a.expenses:before,
.flyout-menu a.finance:before,
.flyout-menu a.expenses:before {
  content: "\f155";
}

#top-menu a.products:before,
.flyout-menu a.products:before {
  content: "\f06b";
}

#top-menu a.orders:before,
.flyout-menu a.orders:before {
  content: "\f07a";
}

#top-menu a.archived-repositories:before,
.flyout-menu a.archived-repositories:before {
  content: "\f187";
}

#top-menu a.invoices:before,
.flyout-menu a.invoices:before {
  content: "\f570";
}

#top-menu a.people:before,
.flyout-menu a.people:before {
  content: "\f0c0";
}

#top-menu a.deals:before,
.flyout-menu a.deals:before {
  content: "\f0a4";
}

#top-menu a.agile:before,
.flyout-menu a.agile:before {
  content: "\f009";
}

#top-menu a.tags:before,
.flyout-menu a.tags:before {
  content: "\f02b";
}

#top-menu a.reports:before,
.flyout-menu a.reports:before {
  content: "\f201";
}

#top-menu a.calendar:before,
.flyout-menu a.calendar:before {
  content: "\f073";
}

#top-menu a.user:before,
.flyout-menu a.user:before {
  content: "\f201";
}

#top-menu a.redmine-silencer:before,
.flyout-menu a.redmine-silencer:before {
  content: "\f1f6";
}

#top-menu a.my-account:before,
.flyout-menu a.my-account:before {
  content: "\f007";
}

#top-menu a.holidays:before,
.flyout-menu a.holidays:before {
  content: "\f811";
}

#top-menu a.redmine-x-gantt:before,
.flyout-menu a.redmine-x-gantt:before {
  content: "\f080";
}

#top-menu a.redmine-x-project-templates:before,
.flyout-menu a.redmine-x-project-templates:before {
  content: "\f0c5";
}

#top-menu a.redmine-x-statistics:before,
.flyout-menu a.redmine-x-statistics:before {
  content: "\f200";
}

#top-menu a.logout:before,
.flyout-menu a.logout:before {
  content: "\f08b";
}

#top-menu a.login:before,
.flyout-menu a.login:before {
  content: "\f090";
}

#top-menu a.register:before,
.flyout-menu a.register:before {
  content: "\f234";
}

#top-menu a.dmsf:before,
.flyout-menu a.dmsf:before {
  content: "\f15c";
}

#top-menu a.query:before,
.flyout-menu a.query:before {
  content: "\f005";
}

#top-menu ul a:before {
  font-size: 16px;
}

body:not(.rx-upgrade) #top-menu ul a:before {
  margin-left: -16px;
}

tr.issue.idnt td.subject:before {
  content: "\f149";
  display: inline-block;
  font-size: 10px !important;
}

#deal_contact_id_add_link:before,
#expense_contact_id_add_link:before,
#invoice_contact_id_add_link:before {
  content: "\f055";
}

#top-menu #loggedas > a:before {
  content: "\f201";
}

#account:before,
.icon-user:before {
  content: "\f007";
}

/* ==========================================================================
   Admin menu
   ========================================================================== */
#admin-menu,
[class*="controller-"] #sidebar ul {
  font-weight: 400;
}

#admin-menu a.projects:before,
[class*="controller-"] #sidebar ul a.projects:before {
  content: "\f03a";
}

#admin-menu a.users:before,
[class*="controller-"] #sidebar ul a.users:before {
  content: "\f007";
}

#admin-menu a.groups:before,
[class*="controller-"] #sidebar ul a.groups:before {
  content: "\f0c0";
}

#admin-menu a.roles:before,
[class*="controller-"] #sidebar ul a.roles:before {
  content: "\f1c0";
}

#admin-menu a.trackers:before,
[class*="controller-"] #sidebar ul a.trackers:before {
  content: "\f0c8";
}

#admin-menu a.issue_statuses:before,
#admin-menu a.issue-statuses:before,
[class*="controller-"] #sidebar ul a.issue_statuses:before,
[class*="controller-"] #sidebar ul a.issue-statuses:before {
  content: "\f570";
}

#admin-menu a.workflows:before,
[class*="controller-"] #sidebar ul a.workflows:before {
  content: "\f0a4";
}

#admin-menu a.custom_fields:before,
#admin-menu a.custom-fields:before,
[class*="controller-"] #sidebar ul a.custom_fields:before,
[class*="controller-"] #sidebar ul a.custom-fields:before {
  content: "\f152";
}

#admin-menu a.enumerations:before,
[class*="controller-"] #sidebar ul a.enumerations:before {
  content: "\f0cb";
}

#admin-menu a.sidebar:before,
[class*="controller-"] #sidebar ul a.sidebar:before {
  content: "\f0c9";
}

#admin-menu a.settings:before,
[class*="controller-"] #sidebar ul a.settings:before {
  content: "\f013";
}

#admin-menu a.server_authentication:before,
#admin-menu a.ldap-authentication:before,
[class*="controller-"] #sidebar ul a.server_authentication:before,
[class*="controller-"] #sidebar ul a.ldap-authentication:before {
  content: "\f084";
}

#admin-menu a.agile:before,
[class*="controller-"] #sidebar ul a.agile:before {
  content: "\f009";
}

#admin-menu .redmineup-money::before,
[class*="controller-"] #sidebar ul .redmineup-money::before {
  content: "\f3d1";
}

#admin-menu .mailchimp-settings::before,
[class*="controller-"] #sidebar ul .mailchimp-settings::before {
  content: "\f6fb";
}

#admin-menu a.contacts:before,
[class*="controller-"] #sidebar ul a.contacts:before {
  content: "\f0e0";
}

#admin-menu a.helpdesk:before,
[class*="controller-"] #sidebar ul a.helpdesk:before {
  content: "\f1cd";
}

#admin-menu a.invoices:before,
[class*="controller-"] #sidebar ul a.invoices:before {
  content: "\f570";
}

#admin-menu a.finance:before,
[class*="controller-"] #sidebar ul a.finance:before {
  content: "\f155";
}

#admin-menu a.login-audit:before,
[class*="controller-"] #sidebar ul a.login-audit:before {
  content: "\f090";
}

#admin-menu a.people:before,
[class*="controller-"] #sidebar ul a.people:before {
  content: "\f0c0";
}

#admin-menu a.products:before,
[class*="controller-"] #sidebar ul a.products:before {
  content: "\f07a";
}

#admin-menu a.plugins:before,
[class*="controller-"] #sidebar ul a.plugins:before {
  content: "\f12e";
}

#admin-menu a.info:before,
[class*="controller-"] #sidebar ul a.info:before {
  content: "\f05a";
}

#admin-menu a.redmine-git-hosting:before,
[class*="controller-"] #sidebar ul a.redmine-git-hosting:before {
  content: "\f1d2";
}

#admin-menu a.cm-menu:before,
[class*="controller-"] #sidebar ul a.cm-menu:before {
  content: "\f022";
}

#admin-menu a.approvalworkflows:before,
[class*="controller-"] #sidebar ul a.approvalworkflows:before {
  content: "\f570";
}

#admin-menu a.cms:before,
[class*="controller-"] #sidebar ul a.cms:before {
  content: "\f108";
}

#admin-menu a.tags:before,
[class*="controller-"] #sidebar ul a.tags:before {
  content: "\f02b";
}

#admin-menu a.dmsf-approvalworkflows:before,
[class*="controller-"] #sidebar ul a.dmsf-approvalworkflows:before {
  content: "\f07c";
}

#admin-menu a.custom-workflows:before,
[class*="controller-"] #sidebar ul a.custom-workflows:before {
  content: "\f145";
}

#admin-menu a.icon-global_issue_templates:before,
#admin-menu a.redmine-issue-templates:before,
#admin-menu a.icon-issue-edit::before,
[class*="controller-"] #sidebar ul a.icon-global_issue_templates:before,
[class*="controller-"] #sidebar ul a.redmine-issue-templates:before,
[class*="controller-"] #sidebar ul a.icon-issue-edit::before {
  content: "\f0ae";
}

/* ==========================================================================
   Plugin icons
   ========================================================================== */
/*Plugin Dashboard*/
#projects_list .parent-trigger > i:before {
  font-size: 11px !important;
}

#rdb-refresh:before,
#rdb-reset:before {
  content: "\f021";
}

.rdb-checkbox-link:before {
  content: "\f00c";
  color: #595b5f;
}

.rdb-checkbox-link.rdb-checkbox-link-enabled:before {
  color: #45c59c;
}

#rdb-option-fullscreen:before {
  content: "\f0b2";
}

.sort-handle:before {
  content: "\f047";
}

.icon.found.icon-checked:before {
  content: "\f00c";
  font-size: 16px;
}

.icon.unknown:before {
  content: "\f059";
  font-size: 16px;
  color: #4879d4;
}

.icon.found.icon-warning:before {
  content: "\f071";
  font-size: 16px;
  color: #ee8f50;
}

.icon-checked:before,
.icon-ok:before {
  content: "\f00c";
}

.icon-save:before {
  content: "\f0c7";
}

/*Plugin Products*/
.icon-order-add:before {
  content: "\f217";
}

/*My Page*/
div.projects h3:before {
  content: "\f03a";
}

div.news h3:before {
  content: "\f1ea";
}

div.members h3:before {
  content: "\f0c0";
}

div.spent_time h3:before {
  content: "\f017";
}

div.issues h3:before {
  content: "\f0ae";
}

/*Favourite icon - star*/
.my-project:before,
.icon-fav-off_before,
.icon-fav:before {
  content: "\f005";
  color: #a5a8ac;
}

ul.projects ul.projects .icon-fav:before {
  font-size: 12px !important;
}

tr span.expander:before {
  content: "\f0fe";
}

#commit-keywords td.buttons a.add-commit-keywords:before {
  content: "\f055";
}

.icon-test:before {
  content: "\f061";
}

/*File icons*/
.icon-file:before,
.icon-file.text-plain:before,
.icon-file.text-x-csharp:before,
.icon-file.text-x-c: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 {
  content: "\f15b";
}

.icon-file.text-css:before {
  content: "\f13c";
}

.icon-file.text-html:before {
  content: "\f13b";
}

.icon-file.image-gif:before,
.icon-file.image-jpeg:before,
.icon-file.image-png:before,
.icon-file.image-tiff:before {
  content: "\f1c5";
}

.icon-file.application-pdf:before {
  content: "\f1c1";
}

.icon-file.application-zip:before,
.icon-file.application-x-gzip:before {
  content: "\f1c6";
}

/*File icons*/
.icon-folder:before {
  content: "\f07c";
}

/*Users*/
dt.issue-note:before,
dt.issue-edit:before,
dt.issue-closed:before,
dt.issue-note:before,
#search-results dt.issue.closed:before,
.icon-template:before {
  content: "\f0ae";
}

dt.icon-add-deal:before {
  content: "\f0d6";
}

dt.time-entry:before,
.icon-time-add:before {
  content: "\f017";
}

dt.changeset:before {
  content: "\f013";
}

dt.news:before {
  content: "\f1ea";
}

dt.message,
dt.reply:before,
.icon-comment:before {
  content: "\f075";
}

dt.attachment:before {
  content: "\f0c6";
}

.icon-passwd:before {
  content: "\f084";
}

.icon-email-add:before {
  content: "\f0e0";
}

/*Footer*/
a.atom:before {
  content: "\f143";
}

a.csv:before {
  content: "\f1c0";
}

a.pdf:before {
  content: "\f1c1";
}

.xlsx:before {
  content: "\f1c3";
}

a.vcf:before {
  content: "\f007";
}

a.xls:before {
  content: "\f1c3";
}

/*Agile*/
#admin-menu a.agile:before {
  content: "\f009";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

/*Extra queries*/
a.eq-pin:before {
  content: "\f005";
}

/*DMSF plugin*/
#dmsf_uploader .ui-icon-grip-dotted-horizontal:before {
  content: "\f03a";
}

#dmsf_uploader .ui-icon-image:before {
  content: "\f03e";
}

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

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

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

.ui-icon-circle-plus:before {
  content: "\f055";
}

.ui-icon-circle-arrow-e:before {
  content: "\f093";
}

.ui-icon-circle-close:before {
  content: "\f057";
}

.controller-dmsf #content > .contextual .icon-link:before {
  content: "\f08e";
  font-size: 14px !important;
}

/*Easy Gantt plugin*/
.icon-calendar:before,
.redmine-x-calendar::before {
  content: "\f073";
}

.gantt-menu-button.save:before {
  content: "\f0c7";
}

.gantt-menu-button.icon-back:before {
  content: "\f060";
}

.gantt-menu-button.icon-stats:before {
  content: "\f007";
}

.gantt-menu-button.icon-print:before,
#button_print:before {
  content: "\f02f";
}

.icon-del:before,
#query_form .buttons a:nth-of-type(2):before,
a.remove-upload:before,
#commit-keywords td.buttons a.delete-commit-keywords:before,
.icon-close:before,
.delete:not(.note_data .contextual .delete:first-child):before,
.icon-clear-query::before {
  content: '';
  background-image: url("/assets/themes/abacusmine_3.0.3/icon-times-a35db4bf.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  color: #595b5f !important;
  width: 10px;
  height: 10px;
}

/* Calendar */
.starting > a:before,
.legend span.starting:before {
  content: "\f0a9";
  color: #45c59c;
}

.ending > a:before,
.legend span.ending:before {
  content: "\f0a8";
  color: #ec4832;
}

.ending.starting > a:before,
.legend span.ending.starting:before {
  content: "\f140";
  color: #ec4832;
}

/* Project view */
.icon-lock:before {
  content: "\f023";
}

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

#content > .contextual a.icon-fav-off:before {
  content: "\f06e";
}

.icon-copy:before,
.icon-duplicate:before,
.icon-copy-link:before {
  content: "\f0c5" !important;
  font-size: 11px;
}

.icon-copy.hint--right:before,
.icon-copy.hint--left:before {
  visibility: visible !important;
  opacity: 1 !important;
  border: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  bottom: 8px;
  pointer-events: all;
}

.issue-copy-button {
  margin-left: 9.75px;
}

.icon-copy.hint--left:before {
  right: 8px !important;
}

.icon-copy.hint--right:before {
  left: 8px !important;
}

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

.icon-link-add {
  display: inline-block;
  padding: 3px 0;
  background: none !important;
}

.icon-link-add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f0c1";
}

tr.version.shared td.name::after {
  content: "\f126";
  margin-left: 8px;
}

/* Redmine CRM */
th.checkbox a:before {
  content: "\f00c";
}

.icon-call:before {
  content: "\f10b";
}

.icon-meeting:before {
  content: "\f073";
}

.icon-import {
  content: "\f063";
}

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

.icon-pdf:before,
.buttons .icon-save.fa-pencil-square-o::before {
  content: "\f1c1" !important;
}

.icon-add-payment:before {
  content: "\f155";
}

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

.tabs-buttons .tab-left:before {
  content: "\f0d9";
  margin: auto;
}

.tabs-buttons .tab-right:before {
  content: "\f0da";
  margin: auto;
}

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

.icon-settings:before,
.issue_template.icon.plugins:before {
  content: "\f013";
}

.icon-plugins::before {
  content: "\f12e";
}

.icon-page:before {
  content: "\f016";
}

.icon-snippet:before {
  content: "\f1c9";
}

.icon-menu:before {
  content: "\f03a";
}

.icon-layout:before {
  content: "\f009";
}

.icon-redmine-layout:before {
  content: "\f00a";
}

.icon-redmine-hooks:before {
  content: "\f121";
}

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

.icon-package:before {
  content: "\f1b2";
}

.icon-vars:before {
  content: "\f0ac";
}

.icon-edit:before,
.note_data .contextual .delete:first-child:before {
  content: "\f044";
}

.controller-workflows form:nth-of-type(1) input[type="submit"] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-workflows form:nth-of-type(1) input[type="submit"]:before {
  color: #595b5f !important;
}

.controller-workflows form:nth-of-type(1) input[type="submit"]:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-workflows form:nth-of-type(1) input[type="submit"]:hover:before {
  color: #404245 !important;
}

.icon-group:before {
  content: "\f0c0";
}

.icon-issue:not(.select2-selection.icon-issue)::before {
  content: "\f0ae";
}

.icon-time:before {
  content: "\f017";
}

.journal.has-notes .wiki.editable .contextual a:nth-child(1):before {
  content: "\f075";
}

.journal.has-notes .wiki.editable .contextual a:nth-child(2):before {
  content: "\f044";
}

.icon-redminecrm-money:before {
  content: "\f0d6";
}

.redmine.-silencer::before {
  content: "\f1f6";
}

.journal.has-notes .wiki.editable .contextual a:nth-child(3):before {
  content: "\f00d";
}

/*Custom Workflows*/
.custom-workflows .icon-move-top:before {
  content: "\f102";
}

.custom-workflows .icon-move-up:before {
  content: "\f106";
}

.custom-workflows .icon-move-down:before {
  content: "\f107";
}

.custom-workflows .icon-move-bottom:before {
  content: "\f103";
}

.custom-workflows .icon-inactive:before {
  content: "\f111";
  font-size: 12px !important;
}

.custom-workflows .icon-export:before {
  content: "\f019";
}

/* Deals*/
.icon-date:before {
  content: "\f073";
}

.icon-rosette:before {
  content: "\f164";
}

/* Helpdesk */
.icon-helpdesk-reply:before {
  content: "\f3e5";
}

.icon-helpdesk:before {
  content: "\f145";
}

.icon-company-contact:before {
  content: "\f007";
}

/* Clipboard Copy Image */
#cbp_link_btn:before {
  content: "\f0c1";
}

/*New and edit issue: add plus icon and remove image */
.edit_issue .splitcontentleft p + p + p a,
.new_issue .splitcontentleft p + p + p a {
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  font-size: inherit;
  text-rendering: auto;
  text-decoration: none;
}

.edit_issue .splitcontentleft p + p + p a:focus,
.new_issue .splitcontentleft p + p + p a:focus {
  outline: none;
}

.edit_issue .splitcontentleft p + p + p img,
.new_issue .splitcontentleft p + p + p img {
  display: none;
}

.edit_issue .splitcontentleft p + p + p a:before,
.new_issue .splitcontentleft p + p + p a:before {
  content: "\f055";
  margin-right: 8px;
}

#operation_form #operation_contact_id_add_link,
#order_form #order_contact_id_add_link {
  margin-right: 8px;
  margin-top: 4.875px;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  font-size: inherit;
  text-rendering: auto;
  text-decoration: none;
  margin-left: 0.5rem;
}

#operation_form #operation_contact_id_add_link img,
#order_form #order_contact_id_add_link img {
  display: none;
}

#operation_form #operation_contact_id_add_link:before,
#order_form #order_contact_id_add_link:before {
  content: "\f055";
  color: #595b5f;
}

.checklist-item span.icon-add.icon {
  padding-left: 0;
}

.checklist-item span.icon-add.icon:hover {
  cursor: pointer;
}

tr.issue.idnt td.subject.fa:before,
tr.project.idnt td.name span:before {
  margin-right: 8px !important;
}

.contextual .icon-stop:before,
.contextual .icon-start:before {
  font-size: 16px;
}

.icon-start,
.icon-stop {
  padding-left: 0 !important;
}

#account .icon-stop:before,
.contextual .icon-stop:before {
  content: "\f04d";
  color: #595b5f;
}

#account .icon-stop:hover:before,
.contextual .icon-stop:hover:before {
  color: #ec4832;
}

#account .icon-start:before,
.contextual .icon-start:before {
  content: "\f01d";
  color: #45c59c;
}

#account .icon-start:hover:before,
.contextual .icon-start:hover:before {
  color: #45c59c;
}

.icon-projects:before,
.icon-package:before {
  font-size: 13px !important;
}

.gantt-table .icon {
  margin: 0;
}

.gantt-table .icon-expended,
.gantt-table .icon-collapsed {
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.gantt-table .icon-expended {
  background-image: url("../../../arrow_down.png") !important;
}

.gantt-table .icon-collapsed {
  background-image: url("../../../arrow_right.png") !important;
}

.gantt-table span.expander:before {
  content: none;
}

.toggle-multiselect:before {
  content: "\f0fe";
}

/* ------------ Repositories ------------ */
.controller-repositories .icon-folder {
  background-image: url("../../../folder.png");
}

.controller-repositories .open .icon-folder {
  background-image: url("../../../folder_open.png");
}

.controller-repositories .icon-file {
  background-image: url("../../../files/default.png");
}

.controller-repositories .icon-file.text-plain {
  background-image: url("../../../files/text.png");
}

.controller-repositories .icon-file.text-x-c {
  background-image: url("../../../files/c.png");
}

.controller-repositories .icon-file.text-x-csharp {
  background-image: url("../../../files/csharp.png");
}

.controller-repositories .icon-file.text-x-java {
  background-image: url("../../../files/java.png");
}

.controller-repositories .icon-file.text-x-javascript {
  background-image: url("../../../files/js.png");
}

.controller-repositories .icon-file.text-x-php {
  background-image: url("../../../files/php.png");
}

.controller-repositories .icon-file.text-x-ruby {
  background-image: url("../../../files/ruby.png");
}

.controller-repositories .icon-file.text-xml {
  background-image: url("../../../files/xml.png");
}

.controller-repositories .icon-file.text-css {
  background-image: url("../../../files/css.png");
}

.controller-repositories .icon-file.text-html {
  background-image: url("../../../files/html.png");
}

.controller-repositories .icon-file.image-gif {
  background-image: url("../../../files/image.png");
}

.controller-repositories .icon-file.image-jpeg {
  background-image: url("../../../files/image.png");
}

.controller-repositories .icon-file.image-png {
  background-image: url("../../../files/image.png");
}

.controller-repositories .icon-file.image-tiff {
  background-image: url("../../../files/image.png");
}

.controller-repositories .icon-file.application-pdf {
  background-image: url("../../../files/pdf.png");
}

.controller-repositories .icon-file.application-zip {
  background-image: url("../../../files/zip.png");
}

.controller-repositories .icon-file.application-x-gzip {
  background-image: url("../../../files/zip.png");
}

@media (max-width: 560px) {
  #header #main-menu li a.new-issue:before {
    content: "\f067";
  }
  #quick-search label a:before {
    content: "\f002";
    color: #595b5f;
    line-height: 40px;
  }
  #main-menu:before {
    display: inline-block;
    font: normal normal normal 30px/1 'Font Awesome 5 Pro' !important;
    color: #2a2e3c;
    font-size: inherit;
    text-rendering: auto;
    margin: 6px 0 0 12px;
    content: "\f039";
    cursor: pointer;
  }
}

/*RedmineUP Favorite projects*/
.controller-favorite_projects span .post:before {
  content: "\f005";
  color: #a5a8ac;
}

.controller-favorite_projects span .delete:before {
  content: "\f005";
}

/* ==========================================================================
   Assorted
   ========================================================================== */
.controller-workflows form input[type="submit"]:hover {
  text-decoration: underline;
}

.icon-only:not(.webix_view .icon-only),
#wrapper .icon-only:not(#wrapper .webix_view .icon-only) {
  color: transparent;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding: 0;
  display: inline-block;
  height: 20px;
  font-size: 0;
}

.icon-only:not(.webix_view .icon-only):not(.icon-actions),
#wrapper .icon-only:not(#wrapper .webix_view .icon-only):not(.icon-actions) {
  width: 16px;
}

#wrapper .icon-only {
  overflow: visible;
}

#wrapper .icon-only:before {
  margin: 0;
}

.icon-magnifier:before {
  content: "\f002";
}

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

#content > .contextual a + .drdn .drdn-trigger {
  padding: 0;
  line-height: 1.5;
}

.query-columns .move-left[value="←"] {
  color: #404245;
}

.query-columns .move-left[value="←"] {
  color: #404245;
}

.icon-wiki-page:before {
  content: "\f266";
}

.icon-document:before {
  content: "\f15c";
}

.more:before {
  content: "\f055";
}

li.fa p {
  line-height: 1.5;
}

.swipe:before {
  content: '';
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: inherit;
  background-size: 15px 24px;
  width: 15px;
  height: 24px;
  background-image: url(".././swipe.svg");
}

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

.gantt-menu-button.critical:before {
  content: "\f06a";
}

.gantt-menu-button.baseline:before {
  content: "\f03a";
}

.template_tracker:before {
  content: "\f188";
}

.list.issues .icon-actions,
#content > .contextual .drdn .icon-actions {
  position: relative;
  top: 1px;
  padding: 0 0.5rem !important;
}

.icon-actions:before {
  content: "\f142" !important;
}

.icon-collapsed:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f054";
  font-size: 11px;
}

.icon-expended:before,
.icon-expanded:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f078";
  font-size: 11px;
}

#sidebar .collapsible.fa-plus-square.icon-expended:before,
#sidebar .collapsible.fa-plus-square.icon-expanded:before,
#sidebar .collapsible.fa-minus-square.icon-expended:before,
#sidebar .collapsible.fa-minus-square.icon-expanded:before {
  content: "\f078";
}

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

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

.icon-bookmarked-project:before {
  margin-right: 8px;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  text-rendering: auto;
  color: #a5a8ac;
  content: "\f02e";
  margin-left: 0.5rem;
  font-size: 12px;
}

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

.icon-help:before {
  content: "\f059";
}

.icon-stats:before {
  content: "\f080";
}

.icon-import:before {
  content: "\f093";
}

.fa-project-diagram:before {
  color: #595b5f;
}

.icon-summary:before {
  content: "\f080";
}

.redmine-x-resources::before {
  content: "\f0c0";
}

.redmine-x-timesheet::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f017";
}

a.banner:before,
a.redmine-banner:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f0f3";
}

#dark {
  position: absolute;
  top: 11px;
  right: 42px;
}

#dark a {
  font-size: 0;
  color: transparent;
  border-radius: 100%;
  display: block !important;
  text-align: center;
  padding: 5px;
  width: 30px;
  height: 30px;
}

#dark a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  color: #fff !important;
  content: "\f755";
  margin: 0 !important;
}

#dark a:hover {
  background-color: #969db6 !important;
}

.drive::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f0a0";
}

.resources::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f0c0";
}

.icon-preview::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f002";
}

a.icon-add-tags:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f02b";
}

.edit_issue [id*="_add_link"],
.new_issue [id*="_add_link"] {
  margin-left: 10px;
}

.edit_issue [id*="_add_link"] img,
.new_issue [id*="_add_link"] img {
  display: none;
}

.edit_issue [id*="_add_link"]:before,
.new_issue [id*="_add_link"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.icon-robot {
  background: none !important;
}

.icon-robot a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f544";
}

.icon-money-euro {
  background: none !important;
}

.icon-budget {
  background: none !important;
}

.icon-budget:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f1ec";
}

/* ==========================================================================
   General
   ========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  font-synthesis: none !important;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Open Sans", sans-serif !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #404245;
  margin: 0;
  padding: 0;
  background: #fff;
}

body, html, #wrapper, #main, #content {
  min-height: 88vh;
}

* html #content {
  width: 75%;
  padding-left: 0;
  margin-top: 0;
  padding: 4.875px 9.75px 9.75px 9.75px;
}

body.theme-dark_tmp {
  background: #1b1a19;
  -webkit-filter: invert(1);
          filter: invert(1);
}

body.theme-dark_tmp #hide-sidebar {
  -webkit-filter: invert(1);
          filter: invert(1);
}

img {
  max-width: 100%;
}

.theme-dark_tmp img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media (max-width: 870px) {
  html > body #content {
    min-height: 0 !important;
  }
}

* html body #content {
  height: 600px;
}

/* ------------ Links ------------ */
a,
a:link,
a:visited {
  color: #4879d4;
  text-decoration: none;
}

a:hover,
a:active {
  color: #4879d4;
  text-decoration: underline;
}

a img {
  border: 0;
}

a.issue.closed,
a.issue.closed:link,
a.issue.closed:visited {
  color: #404245;
  text-decoration: line-through;
}

small {
  font-size: 11px;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 19.5px;
}

a.project.closed,
a.project.closed:link,
a.project.closed:visited,
a.user.locked,
a.user.locked:link,
a.user.locked:visited,
a#toggle-completed-versions {
  color: #404245;
}

a.collapsible {
  padding-left: 9.75px;
  background: url("../../arrow_expanded.png") no-repeat -3px 40%;
}

a#toggle-completed-versions {
  padding-left: 0;
  margin-top: 19.5px;
  clear: both;
  display: block;
}

a.collapsible.collapsed {
  background: url("/assets/themes/abacusmine_3.0.3/arrow_collapsed-12da5af1.png") no-repeat -5px 40%;
}

a.collapsible.collapsed.template-help::before {
  content: none;
}

.template-help {
  vertical-align: sub;
}

#all_projects > p {
  padding-left: 9px;
}

#all_projects .projects.root,
#all_projects legend {
  padding-left: 1rem;
}

/* ------------ General ------------ */
#main {
  padding: 0;
  clear: both;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 899px) {
  #main {
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}

#wrapper {
  overflow-x: hidden;
}

@media (max-width: 420px) {
  #wrapper #content > .contextual > .dropdowns, #wrapper #content > .contextual > .rmplus_date_links {
    margin-bottom: 9.75px;
  }
}

#content:not(.view-admin #content):not(.controller-account.action-login #content) {
  position: relative;
}

.text-center {
  text-align: center;
}

body.logged_out #rx-my_account {
  background-image: url("./user-profile.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  opacity: 0.675;
}

body:not(.logged_out) #rx-my_account {
  right: 4rem;
}

body:not(.logged_out) #rx-my_account:after {
  right: -1rem;
  display: block;
}

@media (min-width: 899px) {
  body:not(.logged_out) #rx-my_account:after {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: '';
    width: 1px;
    height: 12px;
    background-color: #c2c6d0;
    position: absolute;
    top: 50%;
  }
}

body.logged_out #rx-my_account {
  right: 4rem;
}

@media (min-width: 899px) {
  body.logged_out #rx-my_account {
    right: 0rem;
  }
}

body.logged_out.new-entity-menu-visible #rx-my_account {
  right: 4rem;
}

body.logged_out.new-entity-menu-visible #rx-my_account:after {
  right: -1rem;
  display: block;
}

@media (min-width: 899px) {
  body.logged_out.new-entity-menu-visible #rx-my_account:after {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: '';
    width: 1px;
    height: 12px;
    background-color: #c2c6d0;
    position: absolute;
    top: 50%;
  }
}

.flyout-is-active body:not(.logged_out) #rx-my_account {
  right: 4rem;
}

#rx-my_account {
  position: absolute;
  top: 14px;
  z-index: 999999;
  color: #fff;
  width: 32px;
  height: 32px;
  margin: 0 1rem;
}

@media (min-width: 899px) {
  #rx-my_account {
    top: 10px;
    z-index: 10000;
    position: fixed;
  }
}

#rx-my_account .pseudo-avatar {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block;
  padding: 5px;
  text-align: center;
  opacity: 0.75;
}

#rx-my_account:hover {
  text-decoration: none;
}

#rx-my_account .gravatar {
  height: 32px;
  width: 32px;
}

#rx-my_account_menu {
  position: fixed;
  right: 4rem;
  top: 69px;
  z-index: 10000;
  -webkit-animation: growOut 200ms ease-in-out forwards;
          animation: growOut 200ms ease-in-out forwards;
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  padding-top: 1rem;
}

@-webkit-keyframes growOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes growOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 899px) {
  #rx-my_account_menu {
    top: 42px;
  }
}

#rx-my_account_menu ul {
  padding: 0;
}

#rx-my_account_menu.menu-children {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}

#rx-my_account_menu.menu-children li a {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

#rx-my_account_menu .horizontal_line {
  border-top: 1px solid #dfe1e6;
  margin: 0.5rem 0;
}

#rx-my_account_menu > h2 {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: fade(#404245, 35%);
  padding: 1rem 1rem 0 1rem;
  margin: 0.5rem 0 0 0;
  position: relative;
}

#rx-my_account_menu > h2:first-of-type {
  margin-top: 0;
  padding-top: 0;
}

#rx-my_account_menu > h2:first-of-type:before {
  content: none;
}

#rx-my_account_menu > h2:before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #dfe1e6;
  position: absolute;
  left: 0;
  top: 0;
}

#rx-my_account_menu > h2:nth-of-type(2):not(:last-of-type),
#rx-my_account_menu > ul:nth-of-type(2):not(:last-of-type) {
  display: none;
}

#rx-my_account_menu ul:last-of-type {
  margin-bottom: 0.5rem;
}

#rx-my_account_menu .theme-set {
  position: relative;
}

#rx-my_account_menu .theme-set:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-family: 'Font Awesome 5 Pro';
  content: "\f00c";
  color: #4879d4;
  position: absolute;
  top: 50%;
  left: 12px;
}

.flyout-is-active #rx-my_account_menu {
  right: 17rem;
}

#content {
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin: 0px;
  padding: 19.5px 29.25px;
  z-index: 10;
  background-color: transparent;
  width: 70%;
}

@media (max-width: 480px) {
  #content {
    padding: 9.75px;
  }
}

#content > h2 {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#content.full {
  width: auto;
  padding-right: 48.75px;
  max-width: 100%;
}

#content:not(.full) .fa-plus:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 899px) {
  #content > h2,
  #content .add-document h2 {
    padding-top: 9.75px !important;
  }
}

#content > .contextual {
  margin-bottom: 0.5rem;
}

@media (max-width: 899px) {
  #content > .contextual {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #dfe1e6;
    float: left;
    margin-bottom: 19.5px !important;
    padding: 9.75px;
    font-size: 0;
  }
}

@media (max-width: 899px) and (max-width: 899px) {
  #content > .contextual {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 899px) and (max-width: 899px) {
  #content > .contextual .drdn {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
}

@media (max-width: 899px) {
  #content > .contextual .drdn-trigger:before {
    padding: 0 !important;
    margin-left: -12px;
  }
}

#content > .contextual .menu-children {
  right: 0;
}

#content > .contextual .icon {
  white-space: nowrap;
}

#content > .contextual > .icon-add:not(.icon-add:nth-of-type(2)),
#content > .contextual > .icon-time-add {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
}

#content > .contextual > .icon-add:not(.icon-add:nth-of-type(2)):before,
#content > .contextual > .icon-time-add:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

#content > .contextual > .icon-add:not(.icon-add:nth-of-type(2)):hover,
#content > .contextual > .icon-time-add:hover {
  background-color: #2c5fbd;
  border: 1px solid #2c5fbd;
  text-decoration: none;
}

#content > .contextual > .icon-add:not(.icon-add:nth-of-type(2)):hover:before,
#content > .contextual > .icon-time-add:hover:before {
  color: #fff !important;
}

#content > .contextual > .icon-add + .icon-add {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
  white-space: nowrap;
}

#content > .contextual > .icon-add + .icon-add:before {
  color: #595b5f !important;
}

#content > .contextual > .icon-add + .icon-add:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#content > .contextual > .icon-add + .icon-add:hover:before {
  color: #404245 !important;
}

#content > .contextual > .icon:not(.icon-add):not(.drdn-items .icon-stats):not(.icon-time-add):not(.controller-contacts.action-show #content > .contextual .icon-user) {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
  background: none !important;
  white-space: nowrap;
}

#content > .contextual > .icon:not(.icon-add):not(.drdn-items .icon-stats):not(.icon-time-add):not(.controller-contacts.action-show #content > .contextual .icon-user):before {
  color: #595b5f !important;
}

#content > .contextual > .icon:not(.icon-add):not(.drdn-items .icon-stats):not(.icon-time-add):not(.controller-contacts.action-show #content > .contextual .icon-user):hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#content > .contextual > .icon:not(.icon-add):not(.drdn-items .icon-stats):not(.icon-time-add):not(.controller-contacts.action-show #content > .contextual .icon-user):hover:before {
  color: #404245 !important;
}

#content > .contextual > a,
#content > .contextual > span {
  float: none;
  display: inline-block !important;
  margin: 0 0.5rem 0 0;
}

#content > .contextual > a.fa-ellipsis-v,
#content > .contextual > span.fa-ellipsis-v {
  margin: 0 0 0 0.5rem;
}

#content > .contextual > a.icon-settings,
#content > .contextual > span.icon-settings {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

#content > .contextual > a.icon-settings:before,
#content > .contextual > span.icon-settings:before {
  color: #595b5f !important;
}

#content > .contextual > a.icon-settings:hover,
#content > .contextual > span.icon-settings:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#content > .contextual > a.icon-settings:hover:before,
#content > .contextual > span.icon-settings:hover:before {
  color: #404245 !important;
}

#content > .contextual > a:after,
#content > .contextual > span:after {
  display: inline-block;
}

#content > .contextual .drdn-trigger {
  padding: 0 !important;
}

#content > .contextual .drdn-items {
  text-align: right;
  min-width: 200px;
}

@media (max-width: 899px) {
  #content > .contextual .drdn-items {
    text-align: left;
  }
}

#content > .contextual .drdn-items a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block !important;
  line-height: 30px;
}

#content > .contextual .drdn-items a:hover {
  background: #fafafa;
  border: 1px solid #dfe1e6;
  color: #404245 !important;
  text-decoration: none;
}

#content > .contextual .drdn-items a:before {
  color: #595b5f !important;
}

@media (max-width: 420px) {
  #content > .contextual,
  #content .tab-content .contextual {
    background: #fff;
  }
}

@media (max-width: 420px) {
  #content .issue.invoice .contextual {
    ackground: none;
  }
}

#content.full #abacus-hide-sidebar {
  right: 10px;
}

#content #abacus-hide-sidebar {
  margin-right: 11px;
  position: absolute;
  right: 4px;
  top: 67px;
  z-index: 11;
}

@media screen and (max-width: 899px) {
  #content #abacus-hide-sidebar {
    display: none;
  }
}

#content #abacus-hide-sidebar a {
  height: 31px;
  width: 31px;
  text-align: center;
  position: fixed;
  background: #fafafa;
  padding: 5px;
  border: 1px solid #dfe1e6;
  border-radius: 100%;
}

#content #abacus-hide-sidebar a:hover {
  background: #4879d4;
  border-color: #4879d4;
}

#content #abacus-hide-sidebar a:hover .fa-plus:before {
  color: #fff;
}

#content #abacus-hide-sidebar a .fa:before {
  font-size: 12px !important;
  margin: 0 0 0 -1px !important;
  line-height: inherit !important;
  top: 0;
}

.controller-projects.action-index #content > .contextual .drdn-trigger .icon-add,
.controller-favorite_projects.action-search #content > .contextual .drdn-trigger .icon-add {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
}

.controller-projects.action-index #content > .contextual .drdn-trigger .icon-add:before,
.controller-favorite_projects.action-search #content > .contextual .drdn-trigger .icon-add:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

.controller-projects.action-index #content > .contextual .drdn-trigger .icon-add:hover,
.controller-favorite_projects.action-search #content > .contextual .drdn-trigger .icon-add:hover {
  background-color: #2c5fbd;
  border: 1px solid #2c5fbd;
  text-decoration: none;
}

.controller-projects.action-index #content > .contextual .drdn-trigger .icon-add:hover:before,
.controller-favorite_projects.action-search #content > .contextual .drdn-trigger .icon-add:hover:before {
  color: #fff !important;
}

.nosidebar #sidebar,
.nosidebar #abacus-hide-sidebar {
  display: none;
}

.nosidebar #content {
  width: auto;
  border-right: 0;
  max-width: 100%;
}

/* ------------ Autoscroll ------------ */
.autoscroll {
  overflow-x: auto;
  /* This property is crucial for scrolling */
  overflow-y: hidden;
  /* Hide vertical scrollbar */
  padding: 0;
  margin-bottom: 9.75px;
  width: 100%;
}

.autoscroll > table {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.controller-repositories .autoscroll {
  clear: both;
}

.controller-repositories.action-show .autoscroll {
  clear: none;
}

.sidebar_handler.controller-repositories .autoscroll {
  clear: left;
}

/* ------------ Sidebar ------------ */
#sidebar.border-highlight {
  box-shadow: -6px 0 8px -9px #4879d4;
}

.view-admin #sidebar.border-highlight {
  box-shadow: 7px 0 8px -9px #4879d4;
}

#sidebar {
  float: right;
  width: 220px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #fafbfc;
  z-index: 7;
  padding: 1rem 1rem 1rem 2rem !important;
  margin: 0;
  border-left: 1px solid #dfe1e6;
}

@media (min-width: 1399px) {
  #sidebar {
    width: 320px;
  }
}

@media (max-width: 899px) {
  #sidebar {
    width: 100%;
  }
}

#sidebar.hidden {
  display: none;
}

#sidebar label input[type="checkbox"] {
  margin-left: 0;
}

#sidebar h3 {
  margin: 15.6px 0 9.75px 0;
  font-size: 14px;
  border-bottom: 1px solid #dfe1e6;
}

#sidebar ul#completed-versions {
  padding: 1rem 0 0 1.5rem;
}

#sidebar .contextual > a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
  position: relative;
  top: -8px;
}

#sidebar .contextual > a:before {
  font-size: 11px !important;
}

#sidebar .contextual > a:before {
  color: #595b5f !important;
}

#sidebar .contextual > a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#sidebar .contextual > a:hover:before {
  color: #404245 !important;
}

#sidebar #watchers li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#sidebar #watchers li * {
  display: inline-block;
}

#sidebar #watchers .icon-del {
  position: relative;
  top: 2px;
}

#sidebar ul {
  margin: 0 0 0 9.75px;
  padding: 0;
}

#sidebar #activity_scope_form ul {
  margin: 0;
}

#sidebar #activity_scope_form ul input[type="checkbox"] {
  margin-left: 0;
}

#sidebar a:not(.tag-label-color a):not(.email a):not(.issue) {
  color: #404245;
}

#sidebar a:not(.tag-label-color a):not(.email a):not(.issue):hover {
  text-decoration: underline;
}

#sidebar ul li {
  list-style: none;
  clear: both;
  display: block;
}

#sidebar .button-small {
  margin: 9.75px 0;
}

#sidebar img.gravatar {
  margin-right: 4.875px;
}

#sidebar li input[type="checkbox"],
#sidebar li label {
  display: inline-block;
}

* html #sidebar {
  width: 22%;
}

* html #sidebar hr {
  width: 95%;
  position: relative;
  left: -4.875px;
}

/* ------------ Footer ------------ */
#footer {
  clear: both;
  display: block;
  border-top: 1px solid #dfe1e6;
  font-size: 90%;
  color: #7e8187;
  padding: 9.75px;
  text-align: center;
  background: #fff;
  width: 100%;
}

#footer a {
  color: #4879d4;
  float: none !important;
}

#footer p {
  text-align: center !important;
}

#footer * {
  text-align: center !important;
}

/* ------------ Admin ------------ */
@media all and (max-width: 680px) {
  .controller-admin.action-projects form fieldset label[for="name"],
  .controller-users.action-index form fieldset label[for="name"] {
    display: block;
    clear: both;
    margin-top: 9.75px;
  }
}

@media (max-width: 420px) {
  .view-admin .tabular input[type="text"], .view-admin .tabular input[type="password"] {
    max-width: 90%;
  }
}

@media (max-width: 560px) {
  .view-admin form .splitcontentleft,
  .view-admin form .splitcontentright {
    float: none !important;
    display: block;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .view-admin.controller-workflows form label {
    display: block;
    clear: both;
  }
}

@media (max-width: 560px) {
  .view-admin.controller-workflows form label + a {
    margin-bottom: 19.5px;
    display: block;
  }
}

@media (max-width: 560px) {
  .view-admin.controller-workflows form input[type="submit"][value="Edit"] {
    margin-bottom: 9.75px;
  }
}

.view-admin.controller-custom_fields td.name {
  min-width: 170px;
}

.view-admin #settings {
  padding-bottom: 9.75px;
  clear: both;
  margin-top: 0.5rem;
}

.view-admin #settings input[type="submit"] {
  margin-top: 9.75px;
}

.view-admin fieldset:not(.box):not(.tabular) > *:not(legend) {
  margin-bottom: 0.5rem;
}

@media (max-width: 580px) {
  .view-admin fieldset input[type="submit"],
  .view-admin fieldset .icon-reload {
    float: left;
  }
}

@media (max-width: 560px) {
  .view-admin fieldset input[type="checkbox"] {
    position: relative;
    top: -9.75px;
    left: 0;
  }
}

@media (max-width: 560px) {
  .view-admin fieldset label input[type="checkbox"] {
    top: 2px;
    float: left;
    margin-right: 9.75px !important;
  }
}

.view-admin fieldset legend,
.view-admin.controller-enumerations #content h3 {
  font-weight: 600;
  color: #000;
  padding: 0 9.75px;
}

.view-admin fieldset input[type="checkbox"] {
  padding: 0;
  margin: 0 4px 0 4px;
  height: auto;
}

.view-admin fieldset p:last-of-type {
  margin-top: 9.75px;
}

.view-admin #main #content #abacus-hide-sidebar {
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: unset;
  left: 245px;
  top: 37.5%;
}

@media (min-width: 1200px) {
  .view-admin #main #content #abacus-hide-sidebar {
    left: 303px;
  }
}

.view-admin #main #content.full {
  width: auto !important;
  float: none !important;
  padding-left: 29.25px;
}

.view-admin #main #content.full #abacus-hide-sidebar {
  left: -7px;
}

@media (max-width: 960px) {
  .view-admin #main #content #sidebar {
    display: block;
  }
}

@media (max-width: 960px) {
  .view-admin #main #content, .view-admin #main #content.full {
    width: 100% !important;
    border: none !important;
    margin: 0 !important;
    float: left;
    min-height: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .view-admin #main #content h2, .view-admin #main #content.full h2 {
    clear: both;
  }
  .view-admin #main #content #abacus-hide-sidebar, .view-admin #main #content.full #abacus-hide-sidebar {
    display: none;
  }
}

.controller-admin.action-index #main #content {
  float: left;
  border: none;
  padding-left: 19.5px;
  width: 78%;
}

.controller-admin.action-index #main #content > h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 15.6px 0 9.75px 0;
  padding: 0;
}

/*This view is separated from the main .view-admin selector due to blinking problem and thus maintenance will be easier*/
.controller-admin.action-projects #main, .controller-admin.action-plugins #main, .controller-admin.action-plugin #main, .controller-admin.action-info #main, .controller-admin.action-index #main, .controller-admin.action-edit #main, .controller-admin.action-new #main, .controller-admin.action-permissions #main, .controller-admin.action-plugin #main, .controller-admin.action-settings #main, .controller-admin.action-create #main,
.controller-users.action-projects #main,
.controller-users.action-plugins #main,
.controller-users.action-plugin #main,
.controller-users.action-info #main,
.controller-users.action-index #main,
.controller-users.action-edit #main,
.controller-users.action-new #main,
.controller-users.action-permissions #main,
.controller-users.action-plugin #main,
.controller-users.action-settings #main,
.controller-users.action-create #main,
.controller-groups.action-projects #main,
.controller-groups.action-plugins #main,
.controller-groups.action-plugin #main,
.controller-groups.action-info #main,
.controller-groups.action-index #main,
.controller-groups.action-edit #main,
.controller-groups.action-new #main,
.controller-groups.action-permissions #main,
.controller-groups.action-plugin #main,
.controller-groups.action-settings #main,
.controller-groups.action-create #main,
.controller-roles.action-projects #main,
.controller-roles.action-plugins #main,
.controller-roles.action-plugin #main,
.controller-roles.action-info #main,
.controller-roles.action-index #main,
.controller-roles.action-edit #main,
.controller-roles.action-new #main,
.controller-roles.action-permissions #main,
.controller-roles.action-plugin #main,
.controller-roles.action-settings #main,
.controller-roles.action-create #main,
.controller-trackers.action-projects #main,
.controller-trackers.action-plugins #main,
.controller-trackers.action-plugin #main,
.controller-trackers.action-info #main,
.controller-trackers.action-index #main,
.controller-trackers.action-edit #main,
.controller-trackers.action-new #main,
.controller-trackers.action-permissions #main,
.controller-trackers.action-plugin #main,
.controller-trackers.action-settings #main,
.controller-trackers.action-create #main,
.controller-issue_statuses.action-projects #main,
.controller-issue_statuses.action-plugins #main,
.controller-issue_statuses.action-plugin #main,
.controller-issue_statuses.action-info #main,
.controller-issue_statuses.action-index #main,
.controller-issue_statuses.action-edit #main,
.controller-issue_statuses.action-new #main,
.controller-issue_statuses.action-permissions #main,
.controller-issue_statuses.action-plugin #main,
.controller-issue_statuses.action-settings #main,
.controller-issue_statuses.action-create #main,
.controller-workflows.action-projects #main,
.controller-workflows.action-plugins #main,
.controller-workflows.action-plugin #main,
.controller-workflows.action-info #main,
.controller-workflows.action-index #main,
.controller-workflows.action-edit #main,
.controller-workflows.action-new #main,
.controller-workflows.action-permissions #main,
.controller-workflows.action-plugin #main,
.controller-workflows.action-settings #main,
.controller-workflows.action-create #main,
.controller-custom_fields.action-projects #main,
.controller-custom_fields.action-plugins #main,
.controller-custom_fields.action-plugin #main,
.controller-custom_fields.action-info #main,
.controller-custom_fields.action-index #main,
.controller-custom_fields.action-edit #main,
.controller-custom_fields.action-new #main,
.controller-custom_fields.action-permissions #main,
.controller-custom_fields.action-plugin #main,
.controller-custom_fields.action-settings #main,
.controller-custom_fields.action-create #main,
.controller-enumerations.action-projects #main,
.controller-enumerations.action-plugins #main,
.controller-enumerations.action-plugin #main,
.controller-enumerations.action-info #main,
.controller-enumerations.action-index #main,
.controller-enumerations.action-edit #main,
.controller-enumerations.action-new #main,
.controller-enumerations.action-permissions #main,
.controller-enumerations.action-plugin #main,
.controller-enumerations.action-settings #main,
.controller-enumerations.action-create #main,
.controller-settings.action-projects #main,
.controller-settings.action-plugins #main,
.controller-settings.action-plugin #main,
.controller-settings.action-info #main,
.controller-settings.action-index #main,
.controller-settings.action-edit #main,
.controller-settings.action-new #main,
.controller-settings.action-permissions #main,
.controller-settings.action-plugin #main,
.controller-settings.action-settings #main,
.controller-settings.action-create #main,
.controller-auth_sources.action-projects #main,
.controller-auth_sources.action-plugins #main,
.controller-auth_sources.action-plugin #main,
.controller-auth_sources.action-info #main,
.controller-auth_sources.action-index #main,
.controller-auth_sources.action-edit #main,
.controller-auth_sources.action-new #main,
.controller-auth_sources.action-permissions #main,
.controller-auth_sources.action-plugin #main,
.controller-auth_sources.action-settings #main,
.controller-auth_sources.action-create #main,
.controller-settings.action-projects #main,
.controller-settings.action-plugins #main,
.controller-settings.action-plugin #main,
.controller-settings.action-info #main,
.controller-settings.action-index #main,
.controller-settings.action-edit #main,
.controller-settings.action-new #main,
.controller-settings.action-permissions #main,
.controller-settings.action-plugin #main,
.controller-settings.action-settings #main,
.controller-settings.action-create #main,
.controller-redmine_crm.action-projects #main,
.controller-redmine_crm.action-plugins #main,
.controller-redmine_crm.action-plugin #main,
.controller-redmine_crm.action-info #main,
.controller-redmine_crm.action-index #main,
.controller-redmine_crm.action-edit #main,
.controller-redmine_crm.action-new #main,
.controller-redmine_crm.action-permissions #main,
.controller-redmine_crm.action-plugin #main,
.controller-redmine_crm.action-settings #main,
.controller-redmine_crm.action-create #main,
.controller-dmsf_workflows.action-projects #main,
.controller-dmsf_workflows.action-plugins #main,
.controller-dmsf_workflows.action-plugin #main,
.controller-dmsf_workflows.action-info #main,
.controller-dmsf_workflows.action-index #main,
.controller-dmsf_workflows.action-edit #main,
.controller-dmsf_workflows.action-new #main,
.controller-dmsf_workflows.action-permissions #main,
.controller-dmsf_workflows.action-plugin #main,
.controller-dmsf_workflows.action-settings #main,
.controller-dmsf_workflows.action-create #main,
.controller-people_settings.action-projects #main,
.controller-people_settings.action-plugins #main,
.controller-people_settings.action-plugin #main,
.controller-people_settings.action-info #main,
.controller-people_settings.action-index #main,
.controller-people_settings.action-edit #main,
.controller-people_settings.action-new #main,
.controller-people_settings.action-permissions #main,
.controller-people_settings.action-plugin #main,
.controller-people_settings.action-settings #main,
.controller-people_settings.action-create #main,
.controller-agile_colors.action-projects #main,
.controller-agile_colors.action-plugins #main,
.controller-agile_colors.action-plugin #main,
.controller-agile_colors.action-info #main,
.controller-agile_colors.action-index #main,
.controller-agile_colors.action-edit #main,
.controller-agile_colors.action-new #main,
.controller-agile_colors.action-permissions #main,
.controller-agile_colors.action-plugin #main,
.controller-agile_colors.action-settings #main,
.controller-agile_colors.action-create #main,
.controller-settings.action-projects #main,
.controller-settings.action-plugins #main,
.controller-settings.action-plugin #main,
.controller-settings.action-info #main,
.controller-settings.action-index #main,
.controller-settings.action-edit #main,
.controller-settings.action-new #main,
.controller-settings.action-permissions #main,
.controller-settings.action-plugin #main,
.controller-settings.action-settings #main,
.controller-settings.action-create #main,
.controller-deal_statuses.action-projects #main,
.controller-deal_statuses.action-plugins #main,
.controller-deal_statuses.action-plugin #main,
.controller-deal_statuses.action-info #main,
.controller-deal_statuses.action-index #main,
.controller-deal_statuses.action-edit #main,
.controller-deal_statuses.action-new #main,
.controller-deal_statuses.action-permissions #main,
.controller-deal_statuses.action-plugin #main,
.controller-deal_statuses.action-settings #main,
.controller-deal_statuses.action-create #main,
.controller-order_statuses.action-projects #main,
.controller-order_statuses.action-plugins #main,
.controller-order_statuses.action-plugin #main,
.controller-order_statuses.action-info #main,
.controller-order_statuses.action-index #main,
.controller-order_statuses.action-edit #main,
.controller-order_statuses.action-new #main,
.controller-order_statuses.action-permissions #main,
.controller-order_statuses.action-plugin #main,
.controller-order_statuses.action-settings #main,
.controller-order_statuses.action-create #main,
.controller-product_categories.action-projects #main,
.controller-product_categories.action-plugins #main,
.controller-product_categories.action-plugin #main,
.controller-product_categories.action-info #main,
.controller-product_categories.action-index #main,
.controller-product_categories.action-edit #main,
.controller-product_categories.action-new #main,
.controller-product_categories.action-permissions #main,
.controller-product_categories.action-plugin #main,
.controller-product_categories.action-settings #main,
.controller-product_categories.action-create #main,
.controller-operation_categories.action-projects #main,
.controller-operation_categories.action-plugins #main,
.controller-operation_categories.action-plugin #main,
.controller-operation_categories.action-info #main,
.controller-operation_categories.action-index #main,
.controller-operation_categories.action-edit #main,
.controller-operation_categories.action-new #main,
.controller-operation_categories.action-permissions #main,
.controller-operation_categories.action-plugin #main,
.controller-operation_categories.action-settings #main,
.controller-operation_categories.action-create #main,
.controller-redmineup.action-projects #main,
.controller-redmineup.action-plugins #main,
.controller-redmineup.action-plugin #main,
.controller-redmineup.action-info #main,
.controller-redmineup.action-index #main,
.controller-redmineup.action-edit #main,
.controller-redmineup.action-new #main,
.controller-redmineup.action-permissions #main,
.controller-redmineup.action-plugin #main,
.controller-redmineup.action-settings #main,
.controller-redmineup.action-create #main {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.controller-admin.action-projects #main #sidebar, .controller-admin.action-plugins #main #sidebar, .controller-admin.action-plugin #main #sidebar, .controller-admin.action-info #main #sidebar, .controller-admin.action-index #main #sidebar, .controller-admin.action-edit #main #sidebar, .controller-admin.action-new #main #sidebar, .controller-admin.action-permissions #main #sidebar, .controller-admin.action-plugin #main #sidebar, .controller-admin.action-settings #main #sidebar, .controller-admin.action-create #main #sidebar,
.controller-users.action-projects #main #sidebar,
.controller-users.action-plugins #main #sidebar,
.controller-users.action-plugin #main #sidebar,
.controller-users.action-info #main #sidebar,
.controller-users.action-index #main #sidebar,
.controller-users.action-edit #main #sidebar,
.controller-users.action-new #main #sidebar,
.controller-users.action-permissions #main #sidebar,
.controller-users.action-plugin #main #sidebar,
.controller-users.action-settings #main #sidebar,
.controller-users.action-create #main #sidebar,
.controller-groups.action-projects #main #sidebar,
.controller-groups.action-plugins #main #sidebar,
.controller-groups.action-plugin #main #sidebar,
.controller-groups.action-info #main #sidebar,
.controller-groups.action-index #main #sidebar,
.controller-groups.action-edit #main #sidebar,
.controller-groups.action-new #main #sidebar,
.controller-groups.action-permissions #main #sidebar,
.controller-groups.action-plugin #main #sidebar,
.controller-groups.action-settings #main #sidebar,
.controller-groups.action-create #main #sidebar,
.controller-roles.action-projects #main #sidebar,
.controller-roles.action-plugins #main #sidebar,
.controller-roles.action-plugin #main #sidebar,
.controller-roles.action-info #main #sidebar,
.controller-roles.action-index #main #sidebar,
.controller-roles.action-edit #main #sidebar,
.controller-roles.action-new #main #sidebar,
.controller-roles.action-permissions #main #sidebar,
.controller-roles.action-plugin #main #sidebar,
.controller-roles.action-settings #main #sidebar,
.controller-roles.action-create #main #sidebar,
.controller-trackers.action-projects #main #sidebar,
.controller-trackers.action-plugins #main #sidebar,
.controller-trackers.action-plugin #main #sidebar,
.controller-trackers.action-info #main #sidebar,
.controller-trackers.action-index #main #sidebar,
.controller-trackers.action-edit #main #sidebar,
.controller-trackers.action-new #main #sidebar,
.controller-trackers.action-permissions #main #sidebar,
.controller-trackers.action-plugin #main #sidebar,
.controller-trackers.action-settings #main #sidebar,
.controller-trackers.action-create #main #sidebar,
.controller-issue_statuses.action-projects #main #sidebar,
.controller-issue_statuses.action-plugins #main #sidebar,
.controller-issue_statuses.action-plugin #main #sidebar,
.controller-issue_statuses.action-info #main #sidebar,
.controller-issue_statuses.action-index #main #sidebar,
.controller-issue_statuses.action-edit #main #sidebar,
.controller-issue_statuses.action-new #main #sidebar,
.controller-issue_statuses.action-permissions #main #sidebar,
.controller-issue_statuses.action-plugin #main #sidebar,
.controller-issue_statuses.action-settings #main #sidebar,
.controller-issue_statuses.action-create #main #sidebar,
.controller-workflows.action-projects #main #sidebar,
.controller-workflows.action-plugins #main #sidebar,
.controller-workflows.action-plugin #main #sidebar,
.controller-workflows.action-info #main #sidebar,
.controller-workflows.action-index #main #sidebar,
.controller-workflows.action-edit #main #sidebar,
.controller-workflows.action-new #main #sidebar,
.controller-workflows.action-permissions #main #sidebar,
.controller-workflows.action-plugin #main #sidebar,
.controller-workflows.action-settings #main #sidebar,
.controller-workflows.action-create #main #sidebar,
.controller-custom_fields.action-projects #main #sidebar,
.controller-custom_fields.action-plugins #main #sidebar,
.controller-custom_fields.action-plugin #main #sidebar,
.controller-custom_fields.action-info #main #sidebar,
.controller-custom_fields.action-index #main #sidebar,
.controller-custom_fields.action-edit #main #sidebar,
.controller-custom_fields.action-new #main #sidebar,
.controller-custom_fields.action-permissions #main #sidebar,
.controller-custom_fields.action-plugin #main #sidebar,
.controller-custom_fields.action-settings #main #sidebar,
.controller-custom_fields.action-create #main #sidebar,
.controller-enumerations.action-projects #main #sidebar,
.controller-enumerations.action-plugins #main #sidebar,
.controller-enumerations.action-plugin #main #sidebar,
.controller-enumerations.action-info #main #sidebar,
.controller-enumerations.action-index #main #sidebar,
.controller-enumerations.action-edit #main #sidebar,
.controller-enumerations.action-new #main #sidebar,
.controller-enumerations.action-permissions #main #sidebar,
.controller-enumerations.action-plugin #main #sidebar,
.controller-enumerations.action-settings #main #sidebar,
.controller-enumerations.action-create #main #sidebar,
.controller-settings.action-projects #main #sidebar,
.controller-settings.action-plugins #main #sidebar,
.controller-settings.action-plugin #main #sidebar,
.controller-settings.action-info #main #sidebar,
.controller-settings.action-index #main #sidebar,
.controller-settings.action-edit #main #sidebar,
.controller-settings.action-new #main #sidebar,
.controller-settings.action-permissions #main #sidebar,
.controller-settings.action-plugin #main #sidebar,
.controller-settings.action-settings #main #sidebar,
.controller-settings.action-create #main #sidebar,
.controller-auth_sources.action-projects #main #sidebar,
.controller-auth_sources.action-plugins #main #sidebar,
.controller-auth_sources.action-plugin #main #sidebar,
.controller-auth_sources.action-info #main #sidebar,
.controller-auth_sources.action-index #main #sidebar,
.controller-auth_sources.action-edit #main #sidebar,
.controller-auth_sources.action-new #main #sidebar,
.controller-auth_sources.action-permissions #main #sidebar,
.controller-auth_sources.action-plugin #main #sidebar,
.controller-auth_sources.action-settings #main #sidebar,
.controller-auth_sources.action-create #main #sidebar,
.controller-settings.action-projects #main #sidebar,
.controller-settings.action-plugins #main #sidebar,
.controller-settings.action-plugin #main #sidebar,
.controller-settings.action-info #main #sidebar,
.controller-settings.action-index #main #sidebar,
.controller-settings.action-edit #main #sidebar,
.controller-settings.action-new #main #sidebar,
.controller-settings.action-permissions #main #sidebar,
.controller-settings.action-plugin #main #sidebar,
.controller-settings.action-settings #main #sidebar,
.controller-settings.action-create #main #sidebar,
.controller-redmine_crm.action-projects #main #sidebar,
.controller-redmine_crm.action-plugins #main #sidebar,
.controller-redmine_crm.action-plugin #main #sidebar,
.controller-redmine_crm.action-info #main #sidebar,
.controller-redmine_crm.action-index #main #sidebar,
.controller-redmine_crm.action-edit #main #sidebar,
.controller-redmine_crm.action-new #main #sidebar,
.controller-redmine_crm.action-permissions #main #sidebar,
.controller-redmine_crm.action-plugin #main #sidebar,
.controller-redmine_crm.action-settings #main #sidebar,
.controller-redmine_crm.action-create #main #sidebar,
.controller-dmsf_workflows.action-projects #main #sidebar,
.controller-dmsf_workflows.action-plugins #main #sidebar,
.controller-dmsf_workflows.action-plugin #main #sidebar,
.controller-dmsf_workflows.action-info #main #sidebar,
.controller-dmsf_workflows.action-index #main #sidebar,
.controller-dmsf_workflows.action-edit #main #sidebar,
.controller-dmsf_workflows.action-new #main #sidebar,
.controller-dmsf_workflows.action-permissions #main #sidebar,
.controller-dmsf_workflows.action-plugin #main #sidebar,
.controller-dmsf_workflows.action-settings #main #sidebar,
.controller-dmsf_workflows.action-create #main #sidebar,
.controller-people_settings.action-projects #main #sidebar,
.controller-people_settings.action-plugins #main #sidebar,
.controller-people_settings.action-plugin #main #sidebar,
.controller-people_settings.action-info #main #sidebar,
.controller-people_settings.action-index #main #sidebar,
.controller-people_settings.action-edit #main #sidebar,
.controller-people_settings.action-new #main #sidebar,
.controller-people_settings.action-permissions #main #sidebar,
.controller-people_settings.action-plugin #main #sidebar,
.controller-people_settings.action-settings #main #sidebar,
.controller-people_settings.action-create #main #sidebar,
.controller-agile_colors.action-projects #main #sidebar,
.controller-agile_colors.action-plugins #main #sidebar,
.controller-agile_colors.action-plugin #main #sidebar,
.controller-agile_colors.action-info #main #sidebar,
.controller-agile_colors.action-index #main #sidebar,
.controller-agile_colors.action-edit #main #sidebar,
.controller-agile_colors.action-new #main #sidebar,
.controller-agile_colors.action-permissions #main #sidebar,
.controller-agile_colors.action-plugin #main #sidebar,
.controller-agile_colors.action-settings #main #sidebar,
.controller-agile_colors.action-create #main #sidebar,
.controller-settings.action-projects #main #sidebar,
.controller-settings.action-plugins #main #sidebar,
.controller-settings.action-plugin #main #sidebar,
.controller-settings.action-info #main #sidebar,
.controller-settings.action-index #main #sidebar,
.controller-settings.action-edit #main #sidebar,
.controller-settings.action-new #main #sidebar,
.controller-settings.action-permissions #main #sidebar,
.controller-settings.action-plugin #main #sidebar,
.controller-settings.action-settings #main #sidebar,
.controller-settings.action-create #main #sidebar,
.controller-deal_statuses.action-projects #main #sidebar,
.controller-deal_statuses.action-plugins #main #sidebar,
.controller-deal_statuses.action-plugin #main #sidebar,
.controller-deal_statuses.action-info #main #sidebar,
.controller-deal_statuses.action-index #main #sidebar,
.controller-deal_statuses.action-edit #main #sidebar,
.controller-deal_statuses.action-new #main #sidebar,
.controller-deal_statuses.action-permissions #main #sidebar,
.controller-deal_statuses.action-plugin #main #sidebar,
.controller-deal_statuses.action-settings #main #sidebar,
.controller-deal_statuses.action-create #main #sidebar,
.controller-order_statuses.action-projects #main #sidebar,
.controller-order_statuses.action-plugins #main #sidebar,
.controller-order_statuses.action-plugin #main #sidebar,
.controller-order_statuses.action-info #main #sidebar,
.controller-order_statuses.action-index #main #sidebar,
.controller-order_statuses.action-edit #main #sidebar,
.controller-order_statuses.action-new #main #sidebar,
.controller-order_statuses.action-permissions #main #sidebar,
.controller-order_statuses.action-plugin #main #sidebar,
.controller-order_statuses.action-settings #main #sidebar,
.controller-order_statuses.action-create #main #sidebar,
.controller-product_categories.action-projects #main #sidebar,
.controller-product_categories.action-plugins #main #sidebar,
.controller-product_categories.action-plugin #main #sidebar,
.controller-product_categories.action-info #main #sidebar,
.controller-product_categories.action-index #main #sidebar,
.controller-product_categories.action-edit #main #sidebar,
.controller-product_categories.action-new #main #sidebar,
.controller-product_categories.action-permissions #main #sidebar,
.controller-product_categories.action-plugin #main #sidebar,
.controller-product_categories.action-settings #main #sidebar,
.controller-product_categories.action-create #main #sidebar,
.controller-operation_categories.action-projects #main #sidebar,
.controller-operation_categories.action-plugins #main #sidebar,
.controller-operation_categories.action-plugin #main #sidebar,
.controller-operation_categories.action-info #main #sidebar,
.controller-operation_categories.action-index #main #sidebar,
.controller-operation_categories.action-edit #main #sidebar,
.controller-operation_categories.action-new #main #sidebar,
.controller-operation_categories.action-permissions #main #sidebar,
.controller-operation_categories.action-plugin #main #sidebar,
.controller-operation_categories.action-settings #main #sidebar,
.controller-operation_categories.action-create #main #sidebar,
.controller-redmineup.action-projects #main #sidebar,
.controller-redmineup.action-plugins #main #sidebar,
.controller-redmineup.action-plugin #main #sidebar,
.controller-redmineup.action-info #main #sidebar,
.controller-redmineup.action-index #main #sidebar,
.controller-redmineup.action-edit #main #sidebar,
.controller-redmineup.action-new #main #sidebar,
.controller-redmineup.action-permissions #main #sidebar,
.controller-redmineup.action-plugin #main #sidebar,
.controller-redmineup.action-settings #main #sidebar,
.controller-redmineup.action-create #main #sidebar {
  float: left;
  padding-left: 19.5px;
}

@media (min-width: 1399px) {
  .controller-admin.action-projects #main #sidebar, .controller-admin.action-plugins #main #sidebar, .controller-admin.action-plugin #main #sidebar, .controller-admin.action-info #main #sidebar, .controller-admin.action-index #main #sidebar, .controller-admin.action-edit #main #sidebar, .controller-admin.action-new #main #sidebar, .controller-admin.action-permissions #main #sidebar, .controller-admin.action-plugin #main #sidebar, .controller-admin.action-settings #main #sidebar, .controller-admin.action-create #main #sidebar,
  .controller-users.action-projects #main #sidebar,
  .controller-users.action-plugins #main #sidebar,
  .controller-users.action-plugin #main #sidebar,
  .controller-users.action-info #main #sidebar,
  .controller-users.action-index #main #sidebar,
  .controller-users.action-edit #main #sidebar,
  .controller-users.action-new #main #sidebar,
  .controller-users.action-permissions #main #sidebar,
  .controller-users.action-plugin #main #sidebar,
  .controller-users.action-settings #main #sidebar,
  .controller-users.action-create #main #sidebar,
  .controller-groups.action-projects #main #sidebar,
  .controller-groups.action-plugins #main #sidebar,
  .controller-groups.action-plugin #main #sidebar,
  .controller-groups.action-info #main #sidebar,
  .controller-groups.action-index #main #sidebar,
  .controller-groups.action-edit #main #sidebar,
  .controller-groups.action-new #main #sidebar,
  .controller-groups.action-permissions #main #sidebar,
  .controller-groups.action-plugin #main #sidebar,
  .controller-groups.action-settings #main #sidebar,
  .controller-groups.action-create #main #sidebar,
  .controller-roles.action-projects #main #sidebar,
  .controller-roles.action-plugins #main #sidebar,
  .controller-roles.action-plugin #main #sidebar,
  .controller-roles.action-info #main #sidebar,
  .controller-roles.action-index #main #sidebar,
  .controller-roles.action-edit #main #sidebar,
  .controller-roles.action-new #main #sidebar,
  .controller-roles.action-permissions #main #sidebar,
  .controller-roles.action-plugin #main #sidebar,
  .controller-roles.action-settings #main #sidebar,
  .controller-roles.action-create #main #sidebar,
  .controller-trackers.action-projects #main #sidebar,
  .controller-trackers.action-plugins #main #sidebar,
  .controller-trackers.action-plugin #main #sidebar,
  .controller-trackers.action-info #main #sidebar,
  .controller-trackers.action-index #main #sidebar,
  .controller-trackers.action-edit #main #sidebar,
  .controller-trackers.action-new #main #sidebar,
  .controller-trackers.action-permissions #main #sidebar,
  .controller-trackers.action-plugin #main #sidebar,
  .controller-trackers.action-settings #main #sidebar,
  .controller-trackers.action-create #main #sidebar,
  .controller-issue_statuses.action-projects #main #sidebar,
  .controller-issue_statuses.action-plugins #main #sidebar,
  .controller-issue_statuses.action-plugin #main #sidebar,
  .controller-issue_statuses.action-info #main #sidebar,
  .controller-issue_statuses.action-index #main #sidebar,
  .controller-issue_statuses.action-edit #main #sidebar,
  .controller-issue_statuses.action-new #main #sidebar,
  .controller-issue_statuses.action-permissions #main #sidebar,
  .controller-issue_statuses.action-plugin #main #sidebar,
  .controller-issue_statuses.action-settings #main #sidebar,
  .controller-issue_statuses.action-create #main #sidebar,
  .controller-workflows.action-projects #main #sidebar,
  .controller-workflows.action-plugins #main #sidebar,
  .controller-workflows.action-plugin #main #sidebar,
  .controller-workflows.action-info #main #sidebar,
  .controller-workflows.action-index #main #sidebar,
  .controller-workflows.action-edit #main #sidebar,
  .controller-workflows.action-new #main #sidebar,
  .controller-workflows.action-permissions #main #sidebar,
  .controller-workflows.action-plugin #main #sidebar,
  .controller-workflows.action-settings #main #sidebar,
  .controller-workflows.action-create #main #sidebar,
  .controller-custom_fields.action-projects #main #sidebar,
  .controller-custom_fields.action-plugins #main #sidebar,
  .controller-custom_fields.action-plugin #main #sidebar,
  .controller-custom_fields.action-info #main #sidebar,
  .controller-custom_fields.action-index #main #sidebar,
  .controller-custom_fields.action-edit #main #sidebar,
  .controller-custom_fields.action-new #main #sidebar,
  .controller-custom_fields.action-permissions #main #sidebar,
  .controller-custom_fields.action-plugin #main #sidebar,
  .controller-custom_fields.action-settings #main #sidebar,
  .controller-custom_fields.action-create #main #sidebar,
  .controller-enumerations.action-projects #main #sidebar,
  .controller-enumerations.action-plugins #main #sidebar,
  .controller-enumerations.action-plugin #main #sidebar,
  .controller-enumerations.action-info #main #sidebar,
  .controller-enumerations.action-index #main #sidebar,
  .controller-enumerations.action-edit #main #sidebar,
  .controller-enumerations.action-new #main #sidebar,
  .controller-enumerations.action-permissions #main #sidebar,
  .controller-enumerations.action-plugin #main #sidebar,
  .controller-enumerations.action-settings #main #sidebar,
  .controller-enumerations.action-create #main #sidebar,
  .controller-settings.action-projects #main #sidebar,
  .controller-settings.action-plugins #main #sidebar,
  .controller-settings.action-plugin #main #sidebar,
  .controller-settings.action-info #main #sidebar,
  .controller-settings.action-index #main #sidebar,
  .controller-settings.action-edit #main #sidebar,
  .controller-settings.action-new #main #sidebar,
  .controller-settings.action-permissions #main #sidebar,
  .controller-settings.action-plugin #main #sidebar,
  .controller-settings.action-settings #main #sidebar,
  .controller-settings.action-create #main #sidebar,
  .controller-auth_sources.action-projects #main #sidebar,
  .controller-auth_sources.action-plugins #main #sidebar,
  .controller-auth_sources.action-plugin #main #sidebar,
  .controller-auth_sources.action-info #main #sidebar,
  .controller-auth_sources.action-index #main #sidebar,
  .controller-auth_sources.action-edit #main #sidebar,
  .controller-auth_sources.action-new #main #sidebar,
  .controller-auth_sources.action-permissions #main #sidebar,
  .controller-auth_sources.action-plugin #main #sidebar,
  .controller-auth_sources.action-settings #main #sidebar,
  .controller-auth_sources.action-create #main #sidebar,
  .controller-settings.action-projects #main #sidebar,
  .controller-settings.action-plugins #main #sidebar,
  .controller-settings.action-plugin #main #sidebar,
  .controller-settings.action-info #main #sidebar,
  .controller-settings.action-index #main #sidebar,
  .controller-settings.action-edit #main #sidebar,
  .controller-settings.action-new #main #sidebar,
  .controller-settings.action-permissions #main #sidebar,
  .controller-settings.action-plugin #main #sidebar,
  .controller-settings.action-settings #main #sidebar,
  .controller-settings.action-create #main #sidebar,
  .controller-redmine_crm.action-projects #main #sidebar,
  .controller-redmine_crm.action-plugins #main #sidebar,
  .controller-redmine_crm.action-plugin #main #sidebar,
  .controller-redmine_crm.action-info #main #sidebar,
  .controller-redmine_crm.action-index #main #sidebar,
  .controller-redmine_crm.action-edit #main #sidebar,
  .controller-redmine_crm.action-new #main #sidebar,
  .controller-redmine_crm.action-permissions #main #sidebar,
  .controller-redmine_crm.action-plugin #main #sidebar,
  .controller-redmine_crm.action-settings #main #sidebar,
  .controller-redmine_crm.action-create #main #sidebar,
  .controller-dmsf_workflows.action-projects #main #sidebar,
  .controller-dmsf_workflows.action-plugins #main #sidebar,
  .controller-dmsf_workflows.action-plugin #main #sidebar,
  .controller-dmsf_workflows.action-info #main #sidebar,
  .controller-dmsf_workflows.action-index #main #sidebar,
  .controller-dmsf_workflows.action-edit #main #sidebar,
  .controller-dmsf_workflows.action-new #main #sidebar,
  .controller-dmsf_workflows.action-permissions #main #sidebar,
  .controller-dmsf_workflows.action-plugin #main #sidebar,
  .controller-dmsf_workflows.action-settings #main #sidebar,
  .controller-dmsf_workflows.action-create #main #sidebar,
  .controller-people_settings.action-projects #main #sidebar,
  .controller-people_settings.action-plugins #main #sidebar,
  .controller-people_settings.action-plugin #main #sidebar,
  .controller-people_settings.action-info #main #sidebar,
  .controller-people_settings.action-index #main #sidebar,
  .controller-people_settings.action-edit #main #sidebar,
  .controller-people_settings.action-new #main #sidebar,
  .controller-people_settings.action-permissions #main #sidebar,
  .controller-people_settings.action-plugin #main #sidebar,
  .controller-people_settings.action-settings #main #sidebar,
  .controller-people_settings.action-create #main #sidebar,
  .controller-agile_colors.action-projects #main #sidebar,
  .controller-agile_colors.action-plugins #main #sidebar,
  .controller-agile_colors.action-plugin #main #sidebar,
  .controller-agile_colors.action-info #main #sidebar,
  .controller-agile_colors.action-index #main #sidebar,
  .controller-agile_colors.action-edit #main #sidebar,
  .controller-agile_colors.action-new #main #sidebar,
  .controller-agile_colors.action-permissions #main #sidebar,
  .controller-agile_colors.action-plugin #main #sidebar,
  .controller-agile_colors.action-settings #main #sidebar,
  .controller-agile_colors.action-create #main #sidebar,
  .controller-settings.action-projects #main #sidebar,
  .controller-settings.action-plugins #main #sidebar,
  .controller-settings.action-plugin #main #sidebar,
  .controller-settings.action-info #main #sidebar,
  .controller-settings.action-index #main #sidebar,
  .controller-settings.action-edit #main #sidebar,
  .controller-settings.action-new #main #sidebar,
  .controller-settings.action-permissions #main #sidebar,
  .controller-settings.action-plugin #main #sidebar,
  .controller-settings.action-settings #main #sidebar,
  .controller-settings.action-create #main #sidebar,
  .controller-deal_statuses.action-projects #main #sidebar,
  .controller-deal_statuses.action-plugins #main #sidebar,
  .controller-deal_statuses.action-plugin #main #sidebar,
  .controller-deal_statuses.action-info #main #sidebar,
  .controller-deal_statuses.action-index #main #sidebar,
  .controller-deal_statuses.action-edit #main #sidebar,
  .controller-deal_statuses.action-new #main #sidebar,
  .controller-deal_statuses.action-permissions #main #sidebar,
  .controller-deal_statuses.action-plugin #main #sidebar,
  .controller-deal_statuses.action-settings #main #sidebar,
  .controller-deal_statuses.action-create #main #sidebar,
  .controller-order_statuses.action-projects #main #sidebar,
  .controller-order_statuses.action-plugins #main #sidebar,
  .controller-order_statuses.action-plugin #main #sidebar,
  .controller-order_statuses.action-info #main #sidebar,
  .controller-order_statuses.action-index #main #sidebar,
  .controller-order_statuses.action-edit #main #sidebar,
  .controller-order_statuses.action-new #main #sidebar,
  .controller-order_statuses.action-permissions #main #sidebar,
  .controller-order_statuses.action-plugin #main #sidebar,
  .controller-order_statuses.action-settings #main #sidebar,
  .controller-order_statuses.action-create #main #sidebar,
  .controller-product_categories.action-projects #main #sidebar,
  .controller-product_categories.action-plugins #main #sidebar,
  .controller-product_categories.action-plugin #main #sidebar,
  .controller-product_categories.action-info #main #sidebar,
  .controller-product_categories.action-index #main #sidebar,
  .controller-product_categories.action-edit #main #sidebar,
  .controller-product_categories.action-new #main #sidebar,
  .controller-product_categories.action-permissions #main #sidebar,
  .controller-product_categories.action-plugin #main #sidebar,
  .controller-product_categories.action-settings #main #sidebar,
  .controller-product_categories.action-create #main #sidebar,
  .controller-operation_categories.action-projects #main #sidebar,
  .controller-operation_categories.action-plugins #main #sidebar,
  .controller-operation_categories.action-plugin #main #sidebar,
  .controller-operation_categories.action-info #main #sidebar,
  .controller-operation_categories.action-index #main #sidebar,
  .controller-operation_categories.action-edit #main #sidebar,
  .controller-operation_categories.action-new #main #sidebar,
  .controller-operation_categories.action-permissions #main #sidebar,
  .controller-operation_categories.action-plugin #main #sidebar,
  .controller-operation_categories.action-settings #main #sidebar,
  .controller-operation_categories.action-create #main #sidebar,
  .controller-redmineup.action-projects #main #sidebar,
  .controller-redmineup.action-plugins #main #sidebar,
  .controller-redmineup.action-plugin #main #sidebar,
  .controller-redmineup.action-info #main #sidebar,
  .controller-redmineup.action-index #main #sidebar,
  .controller-redmineup.action-edit #main #sidebar,
  .controller-redmineup.action-new #main #sidebar,
  .controller-redmineup.action-permissions #main #sidebar,
  .controller-redmineup.action-plugin #main #sidebar,
  .controller-redmineup.action-settings #main #sidebar,
  .controller-redmineup.action-create #main #sidebar {
    padding-left: 38px;
  }
}

@media (max-width: 960px) {
  .controller-admin.action-projects #main #sidebar, .controller-admin.action-plugins #main #sidebar, .controller-admin.action-plugin #main #sidebar, .controller-admin.action-info #main #sidebar, .controller-admin.action-index #main #sidebar, .controller-admin.action-edit #main #sidebar, .controller-admin.action-new #main #sidebar, .controller-admin.action-permissions #main #sidebar, .controller-admin.action-plugin #main #sidebar, .controller-admin.action-settings #main #sidebar, .controller-admin.action-create #main #sidebar,
  .controller-users.action-projects #main #sidebar,
  .controller-users.action-plugins #main #sidebar,
  .controller-users.action-plugin #main #sidebar,
  .controller-users.action-info #main #sidebar,
  .controller-users.action-index #main #sidebar,
  .controller-users.action-edit #main #sidebar,
  .controller-users.action-new #main #sidebar,
  .controller-users.action-permissions #main #sidebar,
  .controller-users.action-plugin #main #sidebar,
  .controller-users.action-settings #main #sidebar,
  .controller-users.action-create #main #sidebar,
  .controller-groups.action-projects #main #sidebar,
  .controller-groups.action-plugins #main #sidebar,
  .controller-groups.action-plugin #main #sidebar,
  .controller-groups.action-info #main #sidebar,
  .controller-groups.action-index #main #sidebar,
  .controller-groups.action-edit #main #sidebar,
  .controller-groups.action-new #main #sidebar,
  .controller-groups.action-permissions #main #sidebar,
  .controller-groups.action-plugin #main #sidebar,
  .controller-groups.action-settings #main #sidebar,
  .controller-groups.action-create #main #sidebar,
  .controller-roles.action-projects #main #sidebar,
  .controller-roles.action-plugins #main #sidebar,
  .controller-roles.action-plugin #main #sidebar,
  .controller-roles.action-info #main #sidebar,
  .controller-roles.action-index #main #sidebar,
  .controller-roles.action-edit #main #sidebar,
  .controller-roles.action-new #main #sidebar,
  .controller-roles.action-permissions #main #sidebar,
  .controller-roles.action-plugin #main #sidebar,
  .controller-roles.action-settings #main #sidebar,
  .controller-roles.action-create #main #sidebar,
  .controller-trackers.action-projects #main #sidebar,
  .controller-trackers.action-plugins #main #sidebar,
  .controller-trackers.action-plugin #main #sidebar,
  .controller-trackers.action-info #main #sidebar,
  .controller-trackers.action-index #main #sidebar,
  .controller-trackers.action-edit #main #sidebar,
  .controller-trackers.action-new #main #sidebar,
  .controller-trackers.action-permissions #main #sidebar,
  .controller-trackers.action-plugin #main #sidebar,
  .controller-trackers.action-settings #main #sidebar,
  .controller-trackers.action-create #main #sidebar,
  .controller-issue_statuses.action-projects #main #sidebar,
  .controller-issue_statuses.action-plugins #main #sidebar,
  .controller-issue_statuses.action-plugin #main #sidebar,
  .controller-issue_statuses.action-info #main #sidebar,
  .controller-issue_statuses.action-index #main #sidebar,
  .controller-issue_statuses.action-edit #main #sidebar,
  .controller-issue_statuses.action-new #main #sidebar,
  .controller-issue_statuses.action-permissions #main #sidebar,
  .controller-issue_statuses.action-plugin #main #sidebar,
  .controller-issue_statuses.action-settings #main #sidebar,
  .controller-issue_statuses.action-create #main #sidebar,
  .controller-workflows.action-projects #main #sidebar,
  .controller-workflows.action-plugins #main #sidebar,
  .controller-workflows.action-plugin #main #sidebar,
  .controller-workflows.action-info #main #sidebar,
  .controller-workflows.action-index #main #sidebar,
  .controller-workflows.action-edit #main #sidebar,
  .controller-workflows.action-new #main #sidebar,
  .controller-workflows.action-permissions #main #sidebar,
  .controller-workflows.action-plugin #main #sidebar,
  .controller-workflows.action-settings #main #sidebar,
  .controller-workflows.action-create #main #sidebar,
  .controller-custom_fields.action-projects #main #sidebar,
  .controller-custom_fields.action-plugins #main #sidebar,
  .controller-custom_fields.action-plugin #main #sidebar,
  .controller-custom_fields.action-info #main #sidebar,
  .controller-custom_fields.action-index #main #sidebar,
  .controller-custom_fields.action-edit #main #sidebar,
  .controller-custom_fields.action-new #main #sidebar,
  .controller-custom_fields.action-permissions #main #sidebar,
  .controller-custom_fields.action-plugin #main #sidebar,
  .controller-custom_fields.action-settings #main #sidebar,
  .controller-custom_fields.action-create #main #sidebar,
  .controller-enumerations.action-projects #main #sidebar,
  .controller-enumerations.action-plugins #main #sidebar,
  .controller-enumerations.action-plugin #main #sidebar,
  .controller-enumerations.action-info #main #sidebar,
  .controller-enumerations.action-index #main #sidebar,
  .controller-enumerations.action-edit #main #sidebar,
  .controller-enumerations.action-new #main #sidebar,
  .controller-enumerations.action-permissions #main #sidebar,
  .controller-enumerations.action-plugin #main #sidebar,
  .controller-enumerations.action-settings #main #sidebar,
  .controller-enumerations.action-create #main #sidebar,
  .controller-settings.action-projects #main #sidebar,
  .controller-settings.action-plugins #main #sidebar,
  .controller-settings.action-plugin #main #sidebar,
  .controller-settings.action-info #main #sidebar,
  .controller-settings.action-index #main #sidebar,
  .controller-settings.action-edit #main #sidebar,
  .controller-settings.action-new #main #sidebar,
  .controller-settings.action-permissions #main #sidebar,
  .controller-settings.action-plugin #main #sidebar,
  .controller-settings.action-settings #main #sidebar,
  .controller-settings.action-create #main #sidebar,
  .controller-auth_sources.action-projects #main #sidebar,
  .controller-auth_sources.action-plugins #main #sidebar,
  .controller-auth_sources.action-plugin #main #sidebar,
  .controller-auth_sources.action-info #main #sidebar,
  .controller-auth_sources.action-index #main #sidebar,
  .controller-auth_sources.action-edit #main #sidebar,
  .controller-auth_sources.action-new #main #sidebar,
  .controller-auth_sources.action-permissions #main #sidebar,
  .controller-auth_sources.action-plugin #main #sidebar,
  .controller-auth_sources.action-settings #main #sidebar,
  .controller-auth_sources.action-create #main #sidebar,
  .controller-settings.action-projects #main #sidebar,
  .controller-settings.action-plugins #main #sidebar,
  .controller-settings.action-plugin #main #sidebar,
  .controller-settings.action-info #main #sidebar,
  .controller-settings.action-index #main #sidebar,
  .controller-settings.action-edit #main #sidebar,
  .controller-settings.action-new #main #sidebar,
  .controller-settings.action-permissions #main #sidebar,
  .controller-settings.action-plugin #main #sidebar,
  .controller-settings.action-settings #main #sidebar,
  .controller-settings.action-create #main #sidebar,
  .controller-redmine_crm.action-projects #main #sidebar,
  .controller-redmine_crm.action-plugins #main #sidebar,
  .controller-redmine_crm.action-plugin #main #sidebar,
  .controller-redmine_crm.action-info #main #sidebar,
  .controller-redmine_crm.action-index #main #sidebar,
  .controller-redmine_crm.action-edit #main #sidebar,
  .controller-redmine_crm.action-new #main #sidebar,
  .controller-redmine_crm.action-permissions #main #sidebar,
  .controller-redmine_crm.action-plugin #main #sidebar,
  .controller-redmine_crm.action-settings #main #sidebar,
  .controller-redmine_crm.action-create #main #sidebar,
  .controller-dmsf_workflows.action-projects #main #sidebar,
  .controller-dmsf_workflows.action-plugins #main #sidebar,
  .controller-dmsf_workflows.action-plugin #main #sidebar,
  .controller-dmsf_workflows.action-info #main #sidebar,
  .controller-dmsf_workflows.action-index #main #sidebar,
  .controller-dmsf_workflows.action-edit #main #sidebar,
  .controller-dmsf_workflows.action-new #main #sidebar,
  .controller-dmsf_workflows.action-permissions #main #sidebar,
  .controller-dmsf_workflows.action-plugin #main #sidebar,
  .controller-dmsf_workflows.action-settings #main #sidebar,
  .controller-dmsf_workflows.action-create #main #sidebar,
  .controller-people_settings.action-projects #main #sidebar,
  .controller-people_settings.action-plugins #main #sidebar,
  .controller-people_settings.action-plugin #main #sidebar,
  .controller-people_settings.action-info #main #sidebar,
  .controller-people_settings.action-index #main #sidebar,
  .controller-people_settings.action-edit #main #sidebar,
  .controller-people_settings.action-new #main #sidebar,
  .controller-people_settings.action-permissions #main #sidebar,
  .controller-people_settings.action-plugin #main #sidebar,
  .controller-people_settings.action-settings #main #sidebar,
  .controller-people_settings.action-create #main #sidebar,
  .controller-agile_colors.action-projects #main #sidebar,
  .controller-agile_colors.action-plugins #main #sidebar,
  .controller-agile_colors.action-plugin #main #sidebar,
  .controller-agile_colors.action-info #main #sidebar,
  .controller-agile_colors.action-index #main #sidebar,
  .controller-agile_colors.action-edit #main #sidebar,
  .controller-agile_colors.action-new #main #sidebar,
  .controller-agile_colors.action-permissions #main #sidebar,
  .controller-agile_colors.action-plugin #main #sidebar,
  .controller-agile_colors.action-settings #main #sidebar,
  .controller-agile_colors.action-create #main #sidebar,
  .controller-settings.action-projects #main #sidebar,
  .controller-settings.action-plugins #main #sidebar,
  .controller-settings.action-plugin #main #sidebar,
  .controller-settings.action-info #main #sidebar,
  .controller-settings.action-index #main #sidebar,
  .controller-settings.action-edit #main #sidebar,
  .controller-settings.action-new #main #sidebar,
  .controller-settings.action-permissions #main #sidebar,
  .controller-settings.action-plugin #main #sidebar,
  .controller-settings.action-settings #main #sidebar,
  .controller-settings.action-create #main #sidebar,
  .controller-deal_statuses.action-projects #main #sidebar,
  .controller-deal_statuses.action-plugins #main #sidebar,
  .controller-deal_statuses.action-plugin #main #sidebar,
  .controller-deal_statuses.action-info #main #sidebar,
  .controller-deal_statuses.action-index #main #sidebar,
  .controller-deal_statuses.action-edit #main #sidebar,
  .controller-deal_statuses.action-new #main #sidebar,
  .controller-deal_statuses.action-permissions #main #sidebar,
  .controller-deal_statuses.action-plugin #main #sidebar,
  .controller-deal_statuses.action-settings #main #sidebar,
  .controller-deal_statuses.action-create #main #sidebar,
  .controller-order_statuses.action-projects #main #sidebar,
  .controller-order_statuses.action-plugins #main #sidebar,
  .controller-order_statuses.action-plugin #main #sidebar,
  .controller-order_statuses.action-info #main #sidebar,
  .controller-order_statuses.action-index #main #sidebar,
  .controller-order_statuses.action-edit #main #sidebar,
  .controller-order_statuses.action-new #main #sidebar,
  .controller-order_statuses.action-permissions #main #sidebar,
  .controller-order_statuses.action-plugin #main #sidebar,
  .controller-order_statuses.action-settings #main #sidebar,
  .controller-order_statuses.action-create #main #sidebar,
  .controller-product_categories.action-projects #main #sidebar,
  .controller-product_categories.action-plugins #main #sidebar,
  .controller-product_categories.action-plugin #main #sidebar,
  .controller-product_categories.action-info #main #sidebar,
  .controller-product_categories.action-index #main #sidebar,
  .controller-product_categories.action-edit #main #sidebar,
  .controller-product_categories.action-new #main #sidebar,
  .controller-product_categories.action-permissions #main #sidebar,
  .controller-product_categories.action-plugin #main #sidebar,
  .controller-product_categories.action-settings #main #sidebar,
  .controller-product_categories.action-create #main #sidebar,
  .controller-operation_categories.action-projects #main #sidebar,
  .controller-operation_categories.action-plugins #main #sidebar,
  .controller-operation_categories.action-plugin #main #sidebar,
  .controller-operation_categories.action-info #main #sidebar,
  .controller-operation_categories.action-index #main #sidebar,
  .controller-operation_categories.action-edit #main #sidebar,
  .controller-operation_categories.action-new #main #sidebar,
  .controller-operation_categories.action-permissions #main #sidebar,
  .controller-operation_categories.action-plugin #main #sidebar,
  .controller-operation_categories.action-settings #main #sidebar,
  .controller-operation_categories.action-create #main #sidebar,
  .controller-redmineup.action-projects #main #sidebar,
  .controller-redmineup.action-plugins #main #sidebar,
  .controller-redmineup.action-plugin #main #sidebar,
  .controller-redmineup.action-info #main #sidebar,
  .controller-redmineup.action-index #main #sidebar,
  .controller-redmineup.action-edit #main #sidebar,
  .controller-redmineup.action-new #main #sidebar,
  .controller-redmineup.action-permissions #main #sidebar,
  .controller-redmineup.action-plugin #main #sidebar,
  .controller-redmineup.action-settings #main #sidebar,
  .controller-redmineup.action-create #main #sidebar {
    display: none;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 19.5px 0 0 9.75px !important;
    border-top: 1px solid #dfe1e6;
    width: 97% !important;
    margin-top: 19.5px;
  }
  .controller-admin.action-projects #main #sidebar.fixed, .controller-admin.action-plugins #main #sidebar.fixed, .controller-admin.action-plugin #main #sidebar.fixed, .controller-admin.action-info #main #sidebar.fixed, .controller-admin.action-index #main #sidebar.fixed, .controller-admin.action-edit #main #sidebar.fixed, .controller-admin.action-new #main #sidebar.fixed, .controller-admin.action-permissions #main #sidebar.fixed, .controller-admin.action-plugin #main #sidebar.fixed, .controller-admin.action-settings #main #sidebar.fixed, .controller-admin.action-create #main #sidebar.fixed,
  .controller-users.action-projects #main #sidebar.fixed,
  .controller-users.action-plugins #main #sidebar.fixed,
  .controller-users.action-plugin #main #sidebar.fixed,
  .controller-users.action-info #main #sidebar.fixed,
  .controller-users.action-index #main #sidebar.fixed,
  .controller-users.action-edit #main #sidebar.fixed,
  .controller-users.action-new #main #sidebar.fixed,
  .controller-users.action-permissions #main #sidebar.fixed,
  .controller-users.action-plugin #main #sidebar.fixed,
  .controller-users.action-settings #main #sidebar.fixed,
  .controller-users.action-create #main #sidebar.fixed,
  .controller-groups.action-projects #main #sidebar.fixed,
  .controller-groups.action-plugins #main #sidebar.fixed,
  .controller-groups.action-plugin #main #sidebar.fixed,
  .controller-groups.action-info #main #sidebar.fixed,
  .controller-groups.action-index #main #sidebar.fixed,
  .controller-groups.action-edit #main #sidebar.fixed,
  .controller-groups.action-new #main #sidebar.fixed,
  .controller-groups.action-permissions #main #sidebar.fixed,
  .controller-groups.action-plugin #main #sidebar.fixed,
  .controller-groups.action-settings #main #sidebar.fixed,
  .controller-groups.action-create #main #sidebar.fixed,
  .controller-roles.action-projects #main #sidebar.fixed,
  .controller-roles.action-plugins #main #sidebar.fixed,
  .controller-roles.action-plugin #main #sidebar.fixed,
  .controller-roles.action-info #main #sidebar.fixed,
  .controller-roles.action-index #main #sidebar.fixed,
  .controller-roles.action-edit #main #sidebar.fixed,
  .controller-roles.action-new #main #sidebar.fixed,
  .controller-roles.action-permissions #main #sidebar.fixed,
  .controller-roles.action-plugin #main #sidebar.fixed,
  .controller-roles.action-settings #main #sidebar.fixed,
  .controller-roles.action-create #main #sidebar.fixed,
  .controller-trackers.action-projects #main #sidebar.fixed,
  .controller-trackers.action-plugins #main #sidebar.fixed,
  .controller-trackers.action-plugin #main #sidebar.fixed,
  .controller-trackers.action-info #main #sidebar.fixed,
  .controller-trackers.action-index #main #sidebar.fixed,
  .controller-trackers.action-edit #main #sidebar.fixed,
  .controller-trackers.action-new #main #sidebar.fixed,
  .controller-trackers.action-permissions #main #sidebar.fixed,
  .controller-trackers.action-plugin #main #sidebar.fixed,
  .controller-trackers.action-settings #main #sidebar.fixed,
  .controller-trackers.action-create #main #sidebar.fixed,
  .controller-issue_statuses.action-projects #main #sidebar.fixed,
  .controller-issue_statuses.action-plugins #main #sidebar.fixed,
  .controller-issue_statuses.action-plugin #main #sidebar.fixed,
  .controller-issue_statuses.action-info #main #sidebar.fixed,
  .controller-issue_statuses.action-index #main #sidebar.fixed,
  .controller-issue_statuses.action-edit #main #sidebar.fixed,
  .controller-issue_statuses.action-new #main #sidebar.fixed,
  .controller-issue_statuses.action-permissions #main #sidebar.fixed,
  .controller-issue_statuses.action-plugin #main #sidebar.fixed,
  .controller-issue_statuses.action-settings #main #sidebar.fixed,
  .controller-issue_statuses.action-create #main #sidebar.fixed,
  .controller-workflows.action-projects #main #sidebar.fixed,
  .controller-workflows.action-plugins #main #sidebar.fixed,
  .controller-workflows.action-plugin #main #sidebar.fixed,
  .controller-workflows.action-info #main #sidebar.fixed,
  .controller-workflows.action-index #main #sidebar.fixed,
  .controller-workflows.action-edit #main #sidebar.fixed,
  .controller-workflows.action-new #main #sidebar.fixed,
  .controller-workflows.action-permissions #main #sidebar.fixed,
  .controller-workflows.action-plugin #main #sidebar.fixed,
  .controller-workflows.action-settings #main #sidebar.fixed,
  .controller-workflows.action-create #main #sidebar.fixed,
  .controller-custom_fields.action-projects #main #sidebar.fixed,
  .controller-custom_fields.action-plugins #main #sidebar.fixed,
  .controller-custom_fields.action-plugin #main #sidebar.fixed,
  .controller-custom_fields.action-info #main #sidebar.fixed,
  .controller-custom_fields.action-index #main #sidebar.fixed,
  .controller-custom_fields.action-edit #main #sidebar.fixed,
  .controller-custom_fields.action-new #main #sidebar.fixed,
  .controller-custom_fields.action-permissions #main #sidebar.fixed,
  .controller-custom_fields.action-plugin #main #sidebar.fixed,
  .controller-custom_fields.action-settings #main #sidebar.fixed,
  .controller-custom_fields.action-create #main #sidebar.fixed,
  .controller-enumerations.action-projects #main #sidebar.fixed,
  .controller-enumerations.action-plugins #main #sidebar.fixed,
  .controller-enumerations.action-plugin #main #sidebar.fixed,
  .controller-enumerations.action-info #main #sidebar.fixed,
  .controller-enumerations.action-index #main #sidebar.fixed,
  .controller-enumerations.action-edit #main #sidebar.fixed,
  .controller-enumerations.action-new #main #sidebar.fixed,
  .controller-enumerations.action-permissions #main #sidebar.fixed,
  .controller-enumerations.action-plugin #main #sidebar.fixed,
  .controller-enumerations.action-settings #main #sidebar.fixed,
  .controller-enumerations.action-create #main #sidebar.fixed,
  .controller-settings.action-projects #main #sidebar.fixed,
  .controller-settings.action-plugins #main #sidebar.fixed,
  .controller-settings.action-plugin #main #sidebar.fixed,
  .controller-settings.action-info #main #sidebar.fixed,
  .controller-settings.action-index #main #sidebar.fixed,
  .controller-settings.action-edit #main #sidebar.fixed,
  .controller-settings.action-new #main #sidebar.fixed,
  .controller-settings.action-permissions #main #sidebar.fixed,
  .controller-settings.action-plugin #main #sidebar.fixed,
  .controller-settings.action-settings #main #sidebar.fixed,
  .controller-settings.action-create #main #sidebar.fixed,
  .controller-auth_sources.action-projects #main #sidebar.fixed,
  .controller-auth_sources.action-plugins #main #sidebar.fixed,
  .controller-auth_sources.action-plugin #main #sidebar.fixed,
  .controller-auth_sources.action-info #main #sidebar.fixed,
  .controller-auth_sources.action-index #main #sidebar.fixed,
  .controller-auth_sources.action-edit #main #sidebar.fixed,
  .controller-auth_sources.action-new #main #sidebar.fixed,
  .controller-auth_sources.action-permissions #main #sidebar.fixed,
  .controller-auth_sources.action-plugin #main #sidebar.fixed,
  .controller-auth_sources.action-settings #main #sidebar.fixed,
  .controller-auth_sources.action-create #main #sidebar.fixed,
  .controller-settings.action-projects #main #sidebar.fixed,
  .controller-settings.action-plugins #main #sidebar.fixed,
  .controller-settings.action-plugin #main #sidebar.fixed,
  .controller-settings.action-info #main #sidebar.fixed,
  .controller-settings.action-index #main #sidebar.fixed,
  .controller-settings.action-edit #main #sidebar.fixed,
  .controller-settings.action-new #main #sidebar.fixed,
  .controller-settings.action-permissions #main #sidebar.fixed,
  .controller-settings.action-plugin #main #sidebar.fixed,
  .controller-settings.action-settings #main #sidebar.fixed,
  .controller-settings.action-create #main #sidebar.fixed,
  .controller-redmine_crm.action-projects #main #sidebar.fixed,
  .controller-redmine_crm.action-plugins #main #sidebar.fixed,
  .controller-redmine_crm.action-plugin #main #sidebar.fixed,
  .controller-redmine_crm.action-info #main #sidebar.fixed,
  .controller-redmine_crm.action-index #main #sidebar.fixed,
  .controller-redmine_crm.action-edit #main #sidebar.fixed,
  .controller-redmine_crm.action-new #main #sidebar.fixed,
  .controller-redmine_crm.action-permissions #main #sidebar.fixed,
  .controller-redmine_crm.action-plugin #main #sidebar.fixed,
  .controller-redmine_crm.action-settings #main #sidebar.fixed,
  .controller-redmine_crm.action-create #main #sidebar.fixed,
  .controller-dmsf_workflows.action-projects #main #sidebar.fixed,
  .controller-dmsf_workflows.action-plugins #main #sidebar.fixed,
  .controller-dmsf_workflows.action-plugin #main #sidebar.fixed,
  .controller-dmsf_workflows.action-info #main #sidebar.fixed,
  .controller-dmsf_workflows.action-index #main #sidebar.fixed,
  .controller-dmsf_workflows.action-edit #main #sidebar.fixed,
  .controller-dmsf_workflows.action-new #main #sidebar.fixed,
  .controller-dmsf_workflows.action-permissions #main #sidebar.fixed,
  .controller-dmsf_workflows.action-plugin #main #sidebar.fixed,
  .controller-dmsf_workflows.action-settings #main #sidebar.fixed,
  .controller-dmsf_workflows.action-create #main #sidebar.fixed,
  .controller-people_settings.action-projects #main #sidebar.fixed,
  .controller-people_settings.action-plugins #main #sidebar.fixed,
  .controller-people_settings.action-plugin #main #sidebar.fixed,
  .controller-people_settings.action-info #main #sidebar.fixed,
  .controller-people_settings.action-index #main #sidebar.fixed,
  .controller-people_settings.action-edit #main #sidebar.fixed,
  .controller-people_settings.action-new #main #sidebar.fixed,
  .controller-people_settings.action-permissions #main #sidebar.fixed,
  .controller-people_settings.action-plugin #main #sidebar.fixed,
  .controller-people_settings.action-settings #main #sidebar.fixed,
  .controller-people_settings.action-create #main #sidebar.fixed,
  .controller-agile_colors.action-projects #main #sidebar.fixed,
  .controller-agile_colors.action-plugins #main #sidebar.fixed,
  .controller-agile_colors.action-plugin #main #sidebar.fixed,
  .controller-agile_colors.action-info #main #sidebar.fixed,
  .controller-agile_colors.action-index #main #sidebar.fixed,
  .controller-agile_colors.action-edit #main #sidebar.fixed,
  .controller-agile_colors.action-new #main #sidebar.fixed,
  .controller-agile_colors.action-permissions #main #sidebar.fixed,
  .controller-agile_colors.action-plugin #main #sidebar.fixed,
  .controller-agile_colors.action-settings #main #sidebar.fixed,
  .controller-agile_colors.action-create #main #sidebar.fixed,
  .controller-settings.action-projects #main #sidebar.fixed,
  .controller-settings.action-plugins #main #sidebar.fixed,
  .controller-settings.action-plugin #main #sidebar.fixed,
  .controller-settings.action-info #main #sidebar.fixed,
  .controller-settings.action-index #main #sidebar.fixed,
  .controller-settings.action-edit #main #sidebar.fixed,
  .controller-settings.action-new #main #sidebar.fixed,
  .controller-settings.action-permissions #main #sidebar.fixed,
  .controller-settings.action-plugin #main #sidebar.fixed,
  .controller-settings.action-settings #main #sidebar.fixed,
  .controller-settings.action-create #main #sidebar.fixed,
  .controller-deal_statuses.action-projects #main #sidebar.fixed,
  .controller-deal_statuses.action-plugins #main #sidebar.fixed,
  .controller-deal_statuses.action-plugin #main #sidebar.fixed,
  .controller-deal_statuses.action-info #main #sidebar.fixed,
  .controller-deal_statuses.action-index #main #sidebar.fixed,
  .controller-deal_statuses.action-edit #main #sidebar.fixed,
  .controller-deal_statuses.action-new #main #sidebar.fixed,
  .controller-deal_statuses.action-permissions #main #sidebar.fixed,
  .controller-deal_statuses.action-plugin #main #sidebar.fixed,
  .controller-deal_statuses.action-settings #main #sidebar.fixed,
  .controller-deal_statuses.action-create #main #sidebar.fixed,
  .controller-order_statuses.action-projects #main #sidebar.fixed,
  .controller-order_statuses.action-plugins #main #sidebar.fixed,
  .controller-order_statuses.action-plugin #main #sidebar.fixed,
  .controller-order_statuses.action-info #main #sidebar.fixed,
  .controller-order_statuses.action-index #main #sidebar.fixed,
  .controller-order_statuses.action-edit #main #sidebar.fixed,
  .controller-order_statuses.action-new #main #sidebar.fixed,
  .controller-order_statuses.action-permissions #main #sidebar.fixed,
  .controller-order_statuses.action-plugin #main #sidebar.fixed,
  .controller-order_statuses.action-settings #main #sidebar.fixed,
  .controller-order_statuses.action-create #main #sidebar.fixed,
  .controller-product_categories.action-projects #main #sidebar.fixed,
  .controller-product_categories.action-plugins #main #sidebar.fixed,
  .controller-product_categories.action-plugin #main #sidebar.fixed,
  .controller-product_categories.action-info #main #sidebar.fixed,
  .controller-product_categories.action-index #main #sidebar.fixed,
  .controller-product_categories.action-edit #main #sidebar.fixed,
  .controller-product_categories.action-new #main #sidebar.fixed,
  .controller-product_categories.action-permissions #main #sidebar.fixed,
  .controller-product_categories.action-plugin #main #sidebar.fixed,
  .controller-product_categories.action-settings #main #sidebar.fixed,
  .controller-product_categories.action-create #main #sidebar.fixed,
  .controller-operation_categories.action-projects #main #sidebar.fixed,
  .controller-operation_categories.action-plugins #main #sidebar.fixed,
  .controller-operation_categories.action-plugin #main #sidebar.fixed,
  .controller-operation_categories.action-info #main #sidebar.fixed,
  .controller-operation_categories.action-index #main #sidebar.fixed,
  .controller-operation_categories.action-edit #main #sidebar.fixed,
  .controller-operation_categories.action-new #main #sidebar.fixed,
  .controller-operation_categories.action-permissions #main #sidebar.fixed,
  .controller-operation_categories.action-plugin #main #sidebar.fixed,
  .controller-operation_categories.action-settings #main #sidebar.fixed,
  .controller-operation_categories.action-create #main #sidebar.fixed,
  .controller-redmineup.action-projects #main #sidebar.fixed,
  .controller-redmineup.action-plugins #main #sidebar.fixed,
  .controller-redmineup.action-plugin #main #sidebar.fixed,
  .controller-redmineup.action-info #main #sidebar.fixed,
  .controller-redmineup.action-index #main #sidebar.fixed,
  .controller-redmineup.action-edit #main #sidebar.fixed,
  .controller-redmineup.action-new #main #sidebar.fixed,
  .controller-redmineup.action-permissions #main #sidebar.fixed,
  .controller-redmineup.action-plugin #main #sidebar.fixed,
  .controller-redmineup.action-settings #main #sidebar.fixed,
  .controller-redmineup.action-create #main #sidebar.fixed {
    position: relative;
  }
}

.controller-admin.action-projects #main #content, .controller-admin.action-plugins #main #content, .controller-admin.action-plugin #main #content, .controller-admin.action-info #main #content, .controller-admin.action-index #main #content, .controller-admin.action-edit #main #content, .controller-admin.action-new #main #content, .controller-admin.action-permissions #main #content, .controller-admin.action-plugin #main #content, .controller-admin.action-settings #main #content, .controller-admin.action-create #main #content,
.controller-users.action-projects #main #content,
.controller-users.action-plugins #main #content,
.controller-users.action-plugin #main #content,
.controller-users.action-info #main #content,
.controller-users.action-index #main #content,
.controller-users.action-edit #main #content,
.controller-users.action-new #main #content,
.controller-users.action-permissions #main #content,
.controller-users.action-plugin #main #content,
.controller-users.action-settings #main #content,
.controller-users.action-create #main #content,
.controller-groups.action-projects #main #content,
.controller-groups.action-plugins #main #content,
.controller-groups.action-plugin #main #content,
.controller-groups.action-info #main #content,
.controller-groups.action-index #main #content,
.controller-groups.action-edit #main #content,
.controller-groups.action-new #main #content,
.controller-groups.action-permissions #main #content,
.controller-groups.action-plugin #main #content,
.controller-groups.action-settings #main #content,
.controller-groups.action-create #main #content,
.controller-roles.action-projects #main #content,
.controller-roles.action-plugins #main #content,
.controller-roles.action-plugin #main #content,
.controller-roles.action-info #main #content,
.controller-roles.action-index #main #content,
.controller-roles.action-edit #main #content,
.controller-roles.action-new #main #content,
.controller-roles.action-permissions #main #content,
.controller-roles.action-plugin #main #content,
.controller-roles.action-settings #main #content,
.controller-roles.action-create #main #content,
.controller-trackers.action-projects #main #content,
.controller-trackers.action-plugins #main #content,
.controller-trackers.action-plugin #main #content,
.controller-trackers.action-info #main #content,
.controller-trackers.action-index #main #content,
.controller-trackers.action-edit #main #content,
.controller-trackers.action-new #main #content,
.controller-trackers.action-permissions #main #content,
.controller-trackers.action-plugin #main #content,
.controller-trackers.action-settings #main #content,
.controller-trackers.action-create #main #content,
.controller-issue_statuses.action-projects #main #content,
.controller-issue_statuses.action-plugins #main #content,
.controller-issue_statuses.action-plugin #main #content,
.controller-issue_statuses.action-info #main #content,
.controller-issue_statuses.action-index #main #content,
.controller-issue_statuses.action-edit #main #content,
.controller-issue_statuses.action-new #main #content,
.controller-issue_statuses.action-permissions #main #content,
.controller-issue_statuses.action-plugin #main #content,
.controller-issue_statuses.action-settings #main #content,
.controller-issue_statuses.action-create #main #content,
.controller-workflows.action-projects #main #content,
.controller-workflows.action-plugins #main #content,
.controller-workflows.action-plugin #main #content,
.controller-workflows.action-info #main #content,
.controller-workflows.action-index #main #content,
.controller-workflows.action-edit #main #content,
.controller-workflows.action-new #main #content,
.controller-workflows.action-permissions #main #content,
.controller-workflows.action-plugin #main #content,
.controller-workflows.action-settings #main #content,
.controller-workflows.action-create #main #content,
.controller-custom_fields.action-projects #main #content,
.controller-custom_fields.action-plugins #main #content,
.controller-custom_fields.action-plugin #main #content,
.controller-custom_fields.action-info #main #content,
.controller-custom_fields.action-index #main #content,
.controller-custom_fields.action-edit #main #content,
.controller-custom_fields.action-new #main #content,
.controller-custom_fields.action-permissions #main #content,
.controller-custom_fields.action-plugin #main #content,
.controller-custom_fields.action-settings #main #content,
.controller-custom_fields.action-create #main #content,
.controller-enumerations.action-projects #main #content,
.controller-enumerations.action-plugins #main #content,
.controller-enumerations.action-plugin #main #content,
.controller-enumerations.action-info #main #content,
.controller-enumerations.action-index #main #content,
.controller-enumerations.action-edit #main #content,
.controller-enumerations.action-new #main #content,
.controller-enumerations.action-permissions #main #content,
.controller-enumerations.action-plugin #main #content,
.controller-enumerations.action-settings #main #content,
.controller-enumerations.action-create #main #content,
.controller-settings.action-projects #main #content,
.controller-settings.action-plugins #main #content,
.controller-settings.action-plugin #main #content,
.controller-settings.action-info #main #content,
.controller-settings.action-index #main #content,
.controller-settings.action-edit #main #content,
.controller-settings.action-new #main #content,
.controller-settings.action-permissions #main #content,
.controller-settings.action-plugin #main #content,
.controller-settings.action-settings #main #content,
.controller-settings.action-create #main #content,
.controller-auth_sources.action-projects #main #content,
.controller-auth_sources.action-plugins #main #content,
.controller-auth_sources.action-plugin #main #content,
.controller-auth_sources.action-info #main #content,
.controller-auth_sources.action-index #main #content,
.controller-auth_sources.action-edit #main #content,
.controller-auth_sources.action-new #main #content,
.controller-auth_sources.action-permissions #main #content,
.controller-auth_sources.action-plugin #main #content,
.controller-auth_sources.action-settings #main #content,
.controller-auth_sources.action-create #main #content,
.controller-settings.action-projects #main #content,
.controller-settings.action-plugins #main #content,
.controller-settings.action-plugin #main #content,
.controller-settings.action-info #main #content,
.controller-settings.action-index #main #content,
.controller-settings.action-edit #main #content,
.controller-settings.action-new #main #content,
.controller-settings.action-permissions #main #content,
.controller-settings.action-plugin #main #content,
.controller-settings.action-settings #main #content,
.controller-settings.action-create #main #content,
.controller-redmine_crm.action-projects #main #content,
.controller-redmine_crm.action-plugins #main #content,
.controller-redmine_crm.action-plugin #main #content,
.controller-redmine_crm.action-info #main #content,
.controller-redmine_crm.action-index #main #content,
.controller-redmine_crm.action-edit #main #content,
.controller-redmine_crm.action-new #main #content,
.controller-redmine_crm.action-permissions #main #content,
.controller-redmine_crm.action-plugin #main #content,
.controller-redmine_crm.action-settings #main #content,
.controller-redmine_crm.action-create #main #content,
.controller-dmsf_workflows.action-projects #main #content,
.controller-dmsf_workflows.action-plugins #main #content,
.controller-dmsf_workflows.action-plugin #main #content,
.controller-dmsf_workflows.action-info #main #content,
.controller-dmsf_workflows.action-index #main #content,
.controller-dmsf_workflows.action-edit #main #content,
.controller-dmsf_workflows.action-new #main #content,
.controller-dmsf_workflows.action-permissions #main #content,
.controller-dmsf_workflows.action-plugin #main #content,
.controller-dmsf_workflows.action-settings #main #content,
.controller-dmsf_workflows.action-create #main #content,
.controller-people_settings.action-projects #main #content,
.controller-people_settings.action-plugins #main #content,
.controller-people_settings.action-plugin #main #content,
.controller-people_settings.action-info #main #content,
.controller-people_settings.action-index #main #content,
.controller-people_settings.action-edit #main #content,
.controller-people_settings.action-new #main #content,
.controller-people_settings.action-permissions #main #content,
.controller-people_settings.action-plugin #main #content,
.controller-people_settings.action-settings #main #content,
.controller-people_settings.action-create #main #content,
.controller-agile_colors.action-projects #main #content,
.controller-agile_colors.action-plugins #main #content,
.controller-agile_colors.action-plugin #main #content,
.controller-agile_colors.action-info #main #content,
.controller-agile_colors.action-index #main #content,
.controller-agile_colors.action-edit #main #content,
.controller-agile_colors.action-new #main #content,
.controller-agile_colors.action-permissions #main #content,
.controller-agile_colors.action-plugin #main #content,
.controller-agile_colors.action-settings #main #content,
.controller-agile_colors.action-create #main #content,
.controller-settings.action-projects #main #content,
.controller-settings.action-plugins #main #content,
.controller-settings.action-plugin #main #content,
.controller-settings.action-info #main #content,
.controller-settings.action-index #main #content,
.controller-settings.action-edit #main #content,
.controller-settings.action-new #main #content,
.controller-settings.action-permissions #main #content,
.controller-settings.action-plugin #main #content,
.controller-settings.action-settings #main #content,
.controller-settings.action-create #main #content,
.controller-deal_statuses.action-projects #main #content,
.controller-deal_statuses.action-plugins #main #content,
.controller-deal_statuses.action-plugin #main #content,
.controller-deal_statuses.action-info #main #content,
.controller-deal_statuses.action-index #main #content,
.controller-deal_statuses.action-edit #main #content,
.controller-deal_statuses.action-new #main #content,
.controller-deal_statuses.action-permissions #main #content,
.controller-deal_statuses.action-plugin #main #content,
.controller-deal_statuses.action-settings #main #content,
.controller-deal_statuses.action-create #main #content,
.controller-order_statuses.action-projects #main #content,
.controller-order_statuses.action-plugins #main #content,
.controller-order_statuses.action-plugin #main #content,
.controller-order_statuses.action-info #main #content,
.controller-order_statuses.action-index #main #content,
.controller-order_statuses.action-edit #main #content,
.controller-order_statuses.action-new #main #content,
.controller-order_statuses.action-permissions #main #content,
.controller-order_statuses.action-plugin #main #content,
.controller-order_statuses.action-settings #main #content,
.controller-order_statuses.action-create #main #content,
.controller-product_categories.action-projects #main #content,
.controller-product_categories.action-plugins #main #content,
.controller-product_categories.action-plugin #main #content,
.controller-product_categories.action-info #main #content,
.controller-product_categories.action-index #main #content,
.controller-product_categories.action-edit #main #content,
.controller-product_categories.action-new #main #content,
.controller-product_categories.action-permissions #main #content,
.controller-product_categories.action-plugin #main #content,
.controller-product_categories.action-settings #main #content,
.controller-product_categories.action-create #main #content,
.controller-operation_categories.action-projects #main #content,
.controller-operation_categories.action-plugins #main #content,
.controller-operation_categories.action-plugin #main #content,
.controller-operation_categories.action-info #main #content,
.controller-operation_categories.action-index #main #content,
.controller-operation_categories.action-edit #main #content,
.controller-operation_categories.action-new #main #content,
.controller-operation_categories.action-permissions #main #content,
.controller-operation_categories.action-plugin #main #content,
.controller-operation_categories.action-settings #main #content,
.controller-operation_categories.action-create #main #content,
.controller-redmineup.action-projects #main #content,
.controller-redmineup.action-plugins #main #content,
.controller-redmineup.action-plugin #main #content,
.controller-redmineup.action-info #main #content,
.controller-redmineup.action-index #main #content,
.controller-redmineup.action-edit #main #content,
.controller-redmineup.action-new #main #content,
.controller-redmineup.action-permissions #main #content,
.controller-redmineup.action-plugin #main #content,
.controller-redmineup.action-settings #main #content,
.controller-redmineup.action-create #main #content {
  float: right;
  border-right: none !important;
  border-left: 1px solid #dfe1e6;
}

@media (min-width: 899px) {
  .controller-admin.action-projects #main #content, .controller-admin.action-plugins #main #content, .controller-admin.action-plugin #main #content, .controller-admin.action-info #main #content, .controller-admin.action-index #main #content, .controller-admin.action-edit #main #content, .controller-admin.action-new #main #content, .controller-admin.action-permissions #main #content, .controller-admin.action-plugin #main #content, .controller-admin.action-settings #main #content, .controller-admin.action-create #main #content,
  .controller-users.action-projects #main #content,
  .controller-users.action-plugins #main #content,
  .controller-users.action-plugin #main #content,
  .controller-users.action-info #main #content,
  .controller-users.action-index #main #content,
  .controller-users.action-edit #main #content,
  .controller-users.action-new #main #content,
  .controller-users.action-permissions #main #content,
  .controller-users.action-plugin #main #content,
  .controller-users.action-settings #main #content,
  .controller-users.action-create #main #content,
  .controller-groups.action-projects #main #content,
  .controller-groups.action-plugins #main #content,
  .controller-groups.action-plugin #main #content,
  .controller-groups.action-info #main #content,
  .controller-groups.action-index #main #content,
  .controller-groups.action-edit #main #content,
  .controller-groups.action-new #main #content,
  .controller-groups.action-permissions #main #content,
  .controller-groups.action-plugin #main #content,
  .controller-groups.action-settings #main #content,
  .controller-groups.action-create #main #content,
  .controller-roles.action-projects #main #content,
  .controller-roles.action-plugins #main #content,
  .controller-roles.action-plugin #main #content,
  .controller-roles.action-info #main #content,
  .controller-roles.action-index #main #content,
  .controller-roles.action-edit #main #content,
  .controller-roles.action-new #main #content,
  .controller-roles.action-permissions #main #content,
  .controller-roles.action-plugin #main #content,
  .controller-roles.action-settings #main #content,
  .controller-roles.action-create #main #content,
  .controller-trackers.action-projects #main #content,
  .controller-trackers.action-plugins #main #content,
  .controller-trackers.action-plugin #main #content,
  .controller-trackers.action-info #main #content,
  .controller-trackers.action-index #main #content,
  .controller-trackers.action-edit #main #content,
  .controller-trackers.action-new #main #content,
  .controller-trackers.action-permissions #main #content,
  .controller-trackers.action-plugin #main #content,
  .controller-trackers.action-settings #main #content,
  .controller-trackers.action-create #main #content,
  .controller-issue_statuses.action-projects #main #content,
  .controller-issue_statuses.action-plugins #main #content,
  .controller-issue_statuses.action-plugin #main #content,
  .controller-issue_statuses.action-info #main #content,
  .controller-issue_statuses.action-index #main #content,
  .controller-issue_statuses.action-edit #main #content,
  .controller-issue_statuses.action-new #main #content,
  .controller-issue_statuses.action-permissions #main #content,
  .controller-issue_statuses.action-plugin #main #content,
  .controller-issue_statuses.action-settings #main #content,
  .controller-issue_statuses.action-create #main #content,
  .controller-workflows.action-projects #main #content,
  .controller-workflows.action-plugins #main #content,
  .controller-workflows.action-plugin #main #content,
  .controller-workflows.action-info #main #content,
  .controller-workflows.action-index #main #content,
  .controller-workflows.action-edit #main #content,
  .controller-workflows.action-new #main #content,
  .controller-workflows.action-permissions #main #content,
  .controller-workflows.action-plugin #main #content,
  .controller-workflows.action-settings #main #content,
  .controller-workflows.action-create #main #content,
  .controller-custom_fields.action-projects #main #content,
  .controller-custom_fields.action-plugins #main #content,
  .controller-custom_fields.action-plugin #main #content,
  .controller-custom_fields.action-info #main #content,
  .controller-custom_fields.action-index #main #content,
  .controller-custom_fields.action-edit #main #content,
  .controller-custom_fields.action-new #main #content,
  .controller-custom_fields.action-permissions #main #content,
  .controller-custom_fields.action-plugin #main #content,
  .controller-custom_fields.action-settings #main #content,
  .controller-custom_fields.action-create #main #content,
  .controller-enumerations.action-projects #main #content,
  .controller-enumerations.action-plugins #main #content,
  .controller-enumerations.action-plugin #main #content,
  .controller-enumerations.action-info #main #content,
  .controller-enumerations.action-index #main #content,
  .controller-enumerations.action-edit #main #content,
  .controller-enumerations.action-new #main #content,
  .controller-enumerations.action-permissions #main #content,
  .controller-enumerations.action-plugin #main #content,
  .controller-enumerations.action-settings #main #content,
  .controller-enumerations.action-create #main #content,
  .controller-settings.action-projects #main #content,
  .controller-settings.action-plugins #main #content,
  .controller-settings.action-plugin #main #content,
  .controller-settings.action-info #main #content,
  .controller-settings.action-index #main #content,
  .controller-settings.action-edit #main #content,
  .controller-settings.action-new #main #content,
  .controller-settings.action-permissions #main #content,
  .controller-settings.action-plugin #main #content,
  .controller-settings.action-settings #main #content,
  .controller-settings.action-create #main #content,
  .controller-auth_sources.action-projects #main #content,
  .controller-auth_sources.action-plugins #main #content,
  .controller-auth_sources.action-plugin #main #content,
  .controller-auth_sources.action-info #main #content,
  .controller-auth_sources.action-index #main #content,
  .controller-auth_sources.action-edit #main #content,
  .controller-auth_sources.action-new #main #content,
  .controller-auth_sources.action-permissions #main #content,
  .controller-auth_sources.action-plugin #main #content,
  .controller-auth_sources.action-settings #main #content,
  .controller-auth_sources.action-create #main #content,
  .controller-settings.action-projects #main #content,
  .controller-settings.action-plugins #main #content,
  .controller-settings.action-plugin #main #content,
  .controller-settings.action-info #main #content,
  .controller-settings.action-index #main #content,
  .controller-settings.action-edit #main #content,
  .controller-settings.action-new #main #content,
  .controller-settings.action-permissions #main #content,
  .controller-settings.action-plugin #main #content,
  .controller-settings.action-settings #main #content,
  .controller-settings.action-create #main #content,
  .controller-redmine_crm.action-projects #main #content,
  .controller-redmine_crm.action-plugins #main #content,
  .controller-redmine_crm.action-plugin #main #content,
  .controller-redmine_crm.action-info #main #content,
  .controller-redmine_crm.action-index #main #content,
  .controller-redmine_crm.action-edit #main #content,
  .controller-redmine_crm.action-new #main #content,
  .controller-redmine_crm.action-permissions #main #content,
  .controller-redmine_crm.action-plugin #main #content,
  .controller-redmine_crm.action-settings #main #content,
  .controller-redmine_crm.action-create #main #content,
  .controller-dmsf_workflows.action-projects #main #content,
  .controller-dmsf_workflows.action-plugins #main #content,
  .controller-dmsf_workflows.action-plugin #main #content,
  .controller-dmsf_workflows.action-info #main #content,
  .controller-dmsf_workflows.action-index #main #content,
  .controller-dmsf_workflows.action-edit #main #content,
  .controller-dmsf_workflows.action-new #main #content,
  .controller-dmsf_workflows.action-permissions #main #content,
  .controller-dmsf_workflows.action-plugin #main #content,
  .controller-dmsf_workflows.action-settings #main #content,
  .controller-dmsf_workflows.action-create #main #content,
  .controller-people_settings.action-projects #main #content,
  .controller-people_settings.action-plugins #main #content,
  .controller-people_settings.action-plugin #main #content,
  .controller-people_settings.action-info #main #content,
  .controller-people_settings.action-index #main #content,
  .controller-people_settings.action-edit #main #content,
  .controller-people_settings.action-new #main #content,
  .controller-people_settings.action-permissions #main #content,
  .controller-people_settings.action-plugin #main #content,
  .controller-people_settings.action-settings #main #content,
  .controller-people_settings.action-create #main #content,
  .controller-agile_colors.action-projects #main #content,
  .controller-agile_colors.action-plugins #main #content,
  .controller-agile_colors.action-plugin #main #content,
  .controller-agile_colors.action-info #main #content,
  .controller-agile_colors.action-index #main #content,
  .controller-agile_colors.action-edit #main #content,
  .controller-agile_colors.action-new #main #content,
  .controller-agile_colors.action-permissions #main #content,
  .controller-agile_colors.action-plugin #main #content,
  .controller-agile_colors.action-settings #main #content,
  .controller-agile_colors.action-create #main #content,
  .controller-settings.action-projects #main #content,
  .controller-settings.action-plugins #main #content,
  .controller-settings.action-plugin #main #content,
  .controller-settings.action-info #main #content,
  .controller-settings.action-index #main #content,
  .controller-settings.action-edit #main #content,
  .controller-settings.action-new #main #content,
  .controller-settings.action-permissions #main #content,
  .controller-settings.action-plugin #main #content,
  .controller-settings.action-settings #main #content,
  .controller-settings.action-create #main #content,
  .controller-deal_statuses.action-projects #main #content,
  .controller-deal_statuses.action-plugins #main #content,
  .controller-deal_statuses.action-plugin #main #content,
  .controller-deal_statuses.action-info #main #content,
  .controller-deal_statuses.action-index #main #content,
  .controller-deal_statuses.action-edit #main #content,
  .controller-deal_statuses.action-new #main #content,
  .controller-deal_statuses.action-permissions #main #content,
  .controller-deal_statuses.action-plugin #main #content,
  .controller-deal_statuses.action-settings #main #content,
  .controller-deal_statuses.action-create #main #content,
  .controller-order_statuses.action-projects #main #content,
  .controller-order_statuses.action-plugins #main #content,
  .controller-order_statuses.action-plugin #main #content,
  .controller-order_statuses.action-info #main #content,
  .controller-order_statuses.action-index #main #content,
  .controller-order_statuses.action-edit #main #content,
  .controller-order_statuses.action-new #main #content,
  .controller-order_statuses.action-permissions #main #content,
  .controller-order_statuses.action-plugin #main #content,
  .controller-order_statuses.action-settings #main #content,
  .controller-order_statuses.action-create #main #content,
  .controller-product_categories.action-projects #main #content,
  .controller-product_categories.action-plugins #main #content,
  .controller-product_categories.action-plugin #main #content,
  .controller-product_categories.action-info #main #content,
  .controller-product_categories.action-index #main #content,
  .controller-product_categories.action-edit #main #content,
  .controller-product_categories.action-new #main #content,
  .controller-product_categories.action-permissions #main #content,
  .controller-product_categories.action-plugin #main #content,
  .controller-product_categories.action-settings #main #content,
  .controller-product_categories.action-create #main #content,
  .controller-operation_categories.action-projects #main #content,
  .controller-operation_categories.action-plugins #main #content,
  .controller-operation_categories.action-plugin #main #content,
  .controller-operation_categories.action-info #main #content,
  .controller-operation_categories.action-index #main #content,
  .controller-operation_categories.action-edit #main #content,
  .controller-operation_categories.action-new #main #content,
  .controller-operation_categories.action-permissions #main #content,
  .controller-operation_categories.action-plugin #main #content,
  .controller-operation_categories.action-settings #main #content,
  .controller-operation_categories.action-create #main #content,
  .controller-redmineup.action-projects #main #content,
  .controller-redmineup.action-plugins #main #content,
  .controller-redmineup.action-plugin #main #content,
  .controller-redmineup.action-info #main #content,
  .controller-redmineup.action-index #main #content,
  .controller-redmineup.action-edit #main #content,
  .controller-redmineup.action-new #main #content,
  .controller-redmineup.action-permissions #main #content,
  .controller-redmineup.action-plugin #main #content,
  .controller-redmineup.action-settings #main #content,
  .controller-redmineup.action-create #main #content {
    width: 76%;
    padding-left: 20.5px;
  }
}

@media (min-width: 1399px) {
  .controller-admin.action-projects #main #content, .controller-admin.action-plugins #main #content, .controller-admin.action-plugin #main #content, .controller-admin.action-info #main #content, .controller-admin.action-index #main #content, .controller-admin.action-edit #main #content, .controller-admin.action-new #main #content, .controller-admin.action-permissions #main #content, .controller-admin.action-plugin #main #content, .controller-admin.action-settings #main #content, .controller-admin.action-create #main #content,
  .controller-users.action-projects #main #content,
  .controller-users.action-plugins #main #content,
  .controller-users.action-plugin #main #content,
  .controller-users.action-info #main #content,
  .controller-users.action-index #main #content,
  .controller-users.action-edit #main #content,
  .controller-users.action-new #main #content,
  .controller-users.action-permissions #main #content,
  .controller-users.action-plugin #main #content,
  .controller-users.action-settings #main #content,
  .controller-users.action-create #main #content,
  .controller-groups.action-projects #main #content,
  .controller-groups.action-plugins #main #content,
  .controller-groups.action-plugin #main #content,
  .controller-groups.action-info #main #content,
  .controller-groups.action-index #main #content,
  .controller-groups.action-edit #main #content,
  .controller-groups.action-new #main #content,
  .controller-groups.action-permissions #main #content,
  .controller-groups.action-plugin #main #content,
  .controller-groups.action-settings #main #content,
  .controller-groups.action-create #main #content,
  .controller-roles.action-projects #main #content,
  .controller-roles.action-plugins #main #content,
  .controller-roles.action-plugin #main #content,
  .controller-roles.action-info #main #content,
  .controller-roles.action-index #main #content,
  .controller-roles.action-edit #main #content,
  .controller-roles.action-new #main #content,
  .controller-roles.action-permissions #main #content,
  .controller-roles.action-plugin #main #content,
  .controller-roles.action-settings #main #content,
  .controller-roles.action-create #main #content,
  .controller-trackers.action-projects #main #content,
  .controller-trackers.action-plugins #main #content,
  .controller-trackers.action-plugin #main #content,
  .controller-trackers.action-info #main #content,
  .controller-trackers.action-index #main #content,
  .controller-trackers.action-edit #main #content,
  .controller-trackers.action-new #main #content,
  .controller-trackers.action-permissions #main #content,
  .controller-trackers.action-plugin #main #content,
  .controller-trackers.action-settings #main #content,
  .controller-trackers.action-create #main #content,
  .controller-issue_statuses.action-projects #main #content,
  .controller-issue_statuses.action-plugins #main #content,
  .controller-issue_statuses.action-plugin #main #content,
  .controller-issue_statuses.action-info #main #content,
  .controller-issue_statuses.action-index #main #content,
  .controller-issue_statuses.action-edit #main #content,
  .controller-issue_statuses.action-new #main #content,
  .controller-issue_statuses.action-permissions #main #content,
  .controller-issue_statuses.action-plugin #main #content,
  .controller-issue_statuses.action-settings #main #content,
  .controller-issue_statuses.action-create #main #content,
  .controller-workflows.action-projects #main #content,
  .controller-workflows.action-plugins #main #content,
  .controller-workflows.action-plugin #main #content,
  .controller-workflows.action-info #main #content,
  .controller-workflows.action-index #main #content,
  .controller-workflows.action-edit #main #content,
  .controller-workflows.action-new #main #content,
  .controller-workflows.action-permissions #main #content,
  .controller-workflows.action-plugin #main #content,
  .controller-workflows.action-settings #main #content,
  .controller-workflows.action-create #main #content,
  .controller-custom_fields.action-projects #main #content,
  .controller-custom_fields.action-plugins #main #content,
  .controller-custom_fields.action-plugin #main #content,
  .controller-custom_fields.action-info #main #content,
  .controller-custom_fields.action-index #main #content,
  .controller-custom_fields.action-edit #main #content,
  .controller-custom_fields.action-new #main #content,
  .controller-custom_fields.action-permissions #main #content,
  .controller-custom_fields.action-plugin #main #content,
  .controller-custom_fields.action-settings #main #content,
  .controller-custom_fields.action-create #main #content,
  .controller-enumerations.action-projects #main #content,
  .controller-enumerations.action-plugins #main #content,
  .controller-enumerations.action-plugin #main #content,
  .controller-enumerations.action-info #main #content,
  .controller-enumerations.action-index #main #content,
  .controller-enumerations.action-edit #main #content,
  .controller-enumerations.action-new #main #content,
  .controller-enumerations.action-permissions #main #content,
  .controller-enumerations.action-plugin #main #content,
  .controller-enumerations.action-settings #main #content,
  .controller-enumerations.action-create #main #content,
  .controller-settings.action-projects #main #content,
  .controller-settings.action-plugins #main #content,
  .controller-settings.action-plugin #main #content,
  .controller-settings.action-info #main #content,
  .controller-settings.action-index #main #content,
  .controller-settings.action-edit #main #content,
  .controller-settings.action-new #main #content,
  .controller-settings.action-permissions #main #content,
  .controller-settings.action-plugin #main #content,
  .controller-settings.action-settings #main #content,
  .controller-settings.action-create #main #content,
  .controller-auth_sources.action-projects #main #content,
  .controller-auth_sources.action-plugins #main #content,
  .controller-auth_sources.action-plugin #main #content,
  .controller-auth_sources.action-info #main #content,
  .controller-auth_sources.action-index #main #content,
  .controller-auth_sources.action-edit #main #content,
  .controller-auth_sources.action-new #main #content,
  .controller-auth_sources.action-permissions #main #content,
  .controller-auth_sources.action-plugin #main #content,
  .controller-auth_sources.action-settings #main #content,
  .controller-auth_sources.action-create #main #content,
  .controller-settings.action-projects #main #content,
  .controller-settings.action-plugins #main #content,
  .controller-settings.action-plugin #main #content,
  .controller-settings.action-info #main #content,
  .controller-settings.action-index #main #content,
  .controller-settings.action-edit #main #content,
  .controller-settings.action-new #main #content,
  .controller-settings.action-permissions #main #content,
  .controller-settings.action-plugin #main #content,
  .controller-settings.action-settings #main #content,
  .controller-settings.action-create #main #content,
  .controller-redmine_crm.action-projects #main #content,
  .controller-redmine_crm.action-plugins #main #content,
  .controller-redmine_crm.action-plugin #main #content,
  .controller-redmine_crm.action-info #main #content,
  .controller-redmine_crm.action-index #main #content,
  .controller-redmine_crm.action-edit #main #content,
  .controller-redmine_crm.action-new #main #content,
  .controller-redmine_crm.action-permissions #main #content,
  .controller-redmine_crm.action-plugin #main #content,
  .controller-redmine_crm.action-settings #main #content,
  .controller-redmine_crm.action-create #main #content,
  .controller-dmsf_workflows.action-projects #main #content,
  .controller-dmsf_workflows.action-plugins #main #content,
  .controller-dmsf_workflows.action-plugin #main #content,
  .controller-dmsf_workflows.action-info #main #content,
  .controller-dmsf_workflows.action-index #main #content,
  .controller-dmsf_workflows.action-edit #main #content,
  .controller-dmsf_workflows.action-new #main #content,
  .controller-dmsf_workflows.action-permissions #main #content,
  .controller-dmsf_workflows.action-plugin #main #content,
  .controller-dmsf_workflows.action-settings #main #content,
  .controller-dmsf_workflows.action-create #main #content,
  .controller-people_settings.action-projects #main #content,
  .controller-people_settings.action-plugins #main #content,
  .controller-people_settings.action-plugin #main #content,
  .controller-people_settings.action-info #main #content,
  .controller-people_settings.action-index #main #content,
  .controller-people_settings.action-edit #main #content,
  .controller-people_settings.action-new #main #content,
  .controller-people_settings.action-permissions #main #content,
  .controller-people_settings.action-plugin #main #content,
  .controller-people_settings.action-settings #main #content,
  .controller-people_settings.action-create #main #content,
  .controller-agile_colors.action-projects #main #content,
  .controller-agile_colors.action-plugins #main #content,
  .controller-agile_colors.action-plugin #main #content,
  .controller-agile_colors.action-info #main #content,
  .controller-agile_colors.action-index #main #content,
  .controller-agile_colors.action-edit #main #content,
  .controller-agile_colors.action-new #main #content,
  .controller-agile_colors.action-permissions #main #content,
  .controller-agile_colors.action-plugin #main #content,
  .controller-agile_colors.action-settings #main #content,
  .controller-agile_colors.action-create #main #content,
  .controller-settings.action-projects #main #content,
  .controller-settings.action-plugins #main #content,
  .controller-settings.action-plugin #main #content,
  .controller-settings.action-info #main #content,
  .controller-settings.action-index #main #content,
  .controller-settings.action-edit #main #content,
  .controller-settings.action-new #main #content,
  .controller-settings.action-permissions #main #content,
  .controller-settings.action-plugin #main #content,
  .controller-settings.action-settings #main #content,
  .controller-settings.action-create #main #content,
  .controller-deal_statuses.action-projects #main #content,
  .controller-deal_statuses.action-plugins #main #content,
  .controller-deal_statuses.action-plugin #main #content,
  .controller-deal_statuses.action-info #main #content,
  .controller-deal_statuses.action-index #main #content,
  .controller-deal_statuses.action-edit #main #content,
  .controller-deal_statuses.action-new #main #content,
  .controller-deal_statuses.action-permissions #main #content,
  .controller-deal_statuses.action-plugin #main #content,
  .controller-deal_statuses.action-settings #main #content,
  .controller-deal_statuses.action-create #main #content,
  .controller-order_statuses.action-projects #main #content,
  .controller-order_statuses.action-plugins #main #content,
  .controller-order_statuses.action-plugin #main #content,
  .controller-order_statuses.action-info #main #content,
  .controller-order_statuses.action-index #main #content,
  .controller-order_statuses.action-edit #main #content,
  .controller-order_statuses.action-new #main #content,
  .controller-order_statuses.action-permissions #main #content,
  .controller-order_statuses.action-plugin #main #content,
  .controller-order_statuses.action-settings #main #content,
  .controller-order_statuses.action-create #main #content,
  .controller-product_categories.action-projects #main #content,
  .controller-product_categories.action-plugins #main #content,
  .controller-product_categories.action-plugin #main #content,
  .controller-product_categories.action-info #main #content,
  .controller-product_categories.action-index #main #content,
  .controller-product_categories.action-edit #main #content,
  .controller-product_categories.action-new #main #content,
  .controller-product_categories.action-permissions #main #content,
  .controller-product_categories.action-plugin #main #content,
  .controller-product_categories.action-settings #main #content,
  .controller-product_categories.action-create #main #content,
  .controller-operation_categories.action-projects #main #content,
  .controller-operation_categories.action-plugins #main #content,
  .controller-operation_categories.action-plugin #main #content,
  .controller-operation_categories.action-info #main #content,
  .controller-operation_categories.action-index #main #content,
  .controller-operation_categories.action-edit #main #content,
  .controller-operation_categories.action-new #main #content,
  .controller-operation_categories.action-permissions #main #content,
  .controller-operation_categories.action-plugin #main #content,
  .controller-operation_categories.action-settings #main #content,
  .controller-operation_categories.action-create #main #content,
  .controller-redmineup.action-projects #main #content,
  .controller-redmineup.action-plugins #main #content,
  .controller-redmineup.action-plugin #main #content,
  .controller-redmineup.action-info #main #content,
  .controller-redmineup.action-index #main #content,
  .controller-redmineup.action-edit #main #content,
  .controller-redmineup.action-new #main #content,
  .controller-redmineup.action-permissions #main #content,
  .controller-redmineup.action-plugin #main #content,
  .controller-redmineup.action-settings #main #content,
  .controller-redmineup.action-create #main #content {
    padding-top: 9.75px;
    padding-left: 29.25px;
  }
}

.controller-admin.action-index #content {
  float: none !important;
  width: auto !important;
  border-left: none !important;
  padding-top: 9.75px;
}

.view-admin #main #sidebar {
  float: left;
  padding-left: 19.5px;
}

@media (max-width: 960px) {
  .view-admin #main #sidebar {
    display: none;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 19.5px 0 0 9.75px !important;
    border-top: 1px solid #dfe1e6;
    width: 97% !important;
    margin-top: 19.5px;
  }
  .view-admin #main #sidebar.fixed {
    position: relative;
  }
}

.view-admin #main #content {
  float: right;
  border-right: none !important;
  border-left: 1px solid #dfe1e6;
  width: 78%;
}

/* ------------ Forms. fields ------------ */
form:not(#block-form) {
  display: block;
  clear: both;
}

#block-form {
  display: inline-block;
  position: relative;
  top: -1px;
}

#query_form {
  display: block;
  clear: both;
}

@media (min-width: 900px) {
  #query_form {
    margin-top: 1rem;
    margin-top: -0.5rem;
  }
}

@media (min-width: 1130px) {
  #query_form {
    margin: 0;
  }
}

input {
  padding: 0 9.75px;
  color: #555555;
  font-family: "Open Sans", sans-serif !important;
  font-size: 13px;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"] {
  height: auto;
  padding: 0;
  vertical-align: middle;
  position: relative;
}

label ~ input[type="checkbox"]:not(label input),
label ~ input[type="file"]:not(label input) {
  top: 2px;
}

label input[type="checkbox"],
label input[type="file"] {
  top: -1px;
}

input[type="radio"] {
  top: -3px;
}

input[type="submit"]:not([id*="column-widths-btn"]),
button[type="submit"]:not([id*="column-widths-btn"]) {
  border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
}

input[type="submit"]:not([id*="column-widths-btn"]):before,
button[type="submit"]:not([id*="column-widths-btn"]):before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

@media (max-width: 420px) {
  input[type="submit"]:not([id*="column-widths-btn"]),
  button[type="submit"]:not([id*="column-widths-btn"]) {
    -webkit-appearance: none;
  }
}

input[type="submit"]:not([id*="column-widths-btn"]):hover,
button[type="submit"]:not([id*="column-widths-btn"]):hover {
  background-color: #2c5fbd;
  border: 1px solid #2c5fbd;
  text-decoration: none;
  cursor: pointer;
}

input[type="submit"]:not([id*="column-widths-btn"]):hover:before,
button[type="submit"]:not([id*="column-widths-btn"]):hover:before {
  color: #fff !important;
}

input[type="submit"] + a,
button[type="submit"] + a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

input[type="submit"] + a:before,
button[type="submit"] + a:before {
  color: #595b5f !important;
}

input[type="submit"] + a:hover,
button[type="submit"] + a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

input[type="submit"] + a:hover:before,
button[type="submit"] + a:hover:before {
  color: #404245 !important;
}

p input[type="submit"] + a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

p input[type="submit"] + a:before {
  color: #595b5f !important;
}

p input[type="submit"] + a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

p input[type="submit"] + a:hover:before {
  color: #404245 !important;
}

input[type="date"] {
  padding: 0 4.875px;
  margin: 0 9.75px 0 0;
  height: 34px;
}

.controller-login_audit.action-index form input[type="submit"] {
  background: #ec4832;
  border: 1px solid #ea331b;
}

.controller-login_audit.action-index form input[type="submit"]:hover,
.controller-login_audit.action-index form input[type="submit"]:focus {
  background: #ea331b !important;
}

/* ------------ Inputs ------------ */
input[value="Create and continue"],
input[name="continue"],
input[name="continue"] + a,
a[data-confirm="Are you sure?"]:not(.icon):not(.icon-only):not(.delete) {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

input[value="Create and continue"]:before,
input[name="continue"]:before,
input[name="continue"] + a:before,
a[data-confirm="Are you sure?"]:not(.icon):not(.icon-only):not(.delete):before {
  color: #595b5f !important;
}

input[value="Create and continue"]:hover,
input[name="continue"]:hover,
input[name="continue"] + a:hover,
a[data-confirm="Are you sure?"]:not(.icon):not(.icon-only):not(.delete):hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

input[value="Create and continue"]:hover:before,
input[name="continue"]:hover:before,
input[name="continue"] + a:hover:before,
a[data-confirm="Are you sure?"]:not(.icon):not(.icon-only):not(.delete):hover:before {
  color: #404245 !important;
}

label input[type="checkbox"] {
  height: auto;
}

label.inline {
  margin: 0 4.875px;
}

label.inline input {
  margin: -2px 4px 0 0 !important;
}

#preview {
  margin: 9.75px 0 0 0;
}

fieldset {
  border: 1px solid #dfe1e6;
  margin: 0;
  padding: 9.75px;
}

fieldset + fieldset {
  margin: 1rem 0;
}

legend {
  color: #555555;
}

hr {
  width: 100%;
  height: 1px;
  background: #dfe1e6;
  border: 0;
}

blockquote {
  font-style: italic;
  border-left: 3px solid #eeeeee;
  padding-left: 9.75px;
  margin-left: 19.5px;
}

@media (max-width: 420px) {
  blockquote {
    margin-left: 10px !important;
  }
}

blockquote blockquote {
  margin-left: 0;
}

abbr {
  border-bottom: 1px dotted #dfe1e6;
  cursor: help;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="number"],
select:not([multiple]) {
  min-width: 110px;
  max-width: 360px;
  height: 34px;
}

input[type="time"],
input[type="url"] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #dfe1e6;
  background: #fff;
  height: 34px;
  color: #404245;
  padding: 0 6px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="number"] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 9.75px;
  padding: 6px;
  background: #fff;
  border: 1px solid #dfe1e6;
  position: relative;
  height: 34px;
  color: #404245;
  font-size: 13px;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fce8db inset !important;
}

input[type="time"] {
  margin: 0 4.875px;
}

select:not([multiple]) {
  height: 34px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right;
}

.controller-workflows form select {
  margin: 0;
}

#block-select {
  margin-right: 0;
}

select {
  padding: 4.875px 29.25px 4.875px 9.75px;
}

select {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #404245;
  line-height: 24px;
  max-width: 100%;
  border: 1px solid #dfe1e6;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

select:not(.query-columns select) {
  margin: 0 9.75px 0 0;
}

select:not(#query_form_content select):not(#calendar_filter select):not(div.issue select):not(#all_attributes select) {
  background-color: #fafbfc;
}

.box select {
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

select:hover {
  border-color: #c2c6d0;
}

select:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  outline: none;
}

select option {
  font-weight: normal;
}

input#openid_url {
  background: url("/assets/themes/abacusmine_3.0.3/openid-bg-0f9414bb.gif") no-repeat;
  background-color: #fff;
  background-position: 0 50%;
  padding-left: 9.75px;
}

.clearfix:before, .clearfix:after,
#all_attributes:before,
#all_attributes:after,
#top-menu:before,
#top-menu:after,
#all_attributes:before,
#all_attributes:after,
#main-menu ul:before,
#main-menu ul:after,
.controller-projects.action-show #duplicates.box:before,
.controller-projects.action-show #duplicates.box:after,
.new_issue .splitcontentleft:before,
.new_issue .splitcontentleft:after,
.new_issue .splitcontentright:before,
.new_issue .splitcontentright:after,
.controller-issues .contextual:before,
.controller-issues .contextual:after,
#header:before,
#header:after,
div.topic ul.meta:before,
div.topic ul.meta:after,
.plupload_header_content:before,
.plupload_header_content:after,
#main:before,
#main:after,
.product.issue.details:before,
.product.issue.details:after {
  content: "";
  display: table;
}

.clearfix:after,
#all_attributes:after,
#top-menu:after,
#all_attributes:after,
#main-menu ul:after,
.controller-projects.action-show #duplicates.box:after,
.new_issue .splitcontentleft:after,
.new_issue .splitcontentright:after,
.controller-issues .contextual:after,
#header:after,
div.topic ul.meta:after,
.plupload_header_content:after,
#main:after,
.product.issue.details:after {
  clear: both;
}

.clearfix,
#all_attributes,
#top-menu,
#all_attributes,
#main-menu ul,
.controller-projects.action-show #duplicates.box,
.new_issue .splitcontentleft,
.new_issue .splitcontentright,
.controller-issues .contextual,
#header,
div.topic ul.meta,
.plupload_header_content,
#main,
.product.issue.details {
  zoom: 1;
}

.clear,
.clr {
  display: none;
}

.hidden {
  display: none;
}

.workflows .hidden {
  display: table-cell !important;
}

.divider {
  display: block;
  margin: 9.75px 0;
}

/* ------------ Fancy admin menu ------------ */
.controller-admin.action-index #admin-menu .fancy-admin li {
  display: inline-block;
  margin: 0 !important;
  vertical-align: top;
  width: 49.99999%;
}

@media (min-width: 570px) {
  .controller-admin.action-index #admin-menu .fancy-admin li {
    width: 32.99999%;
  }
}

@media (min-width: 670px) {
  .controller-admin.action-index #admin-menu .fancy-admin li {
    width: 24.99999%;
  }
}

@media (min-width: 770px) {
  .controller-admin.action-index #admin-menu .fancy-admin li {
    width: 19.99999%;
  }
}

@media (min-width: 900px) {
  .controller-admin.action-index #admin-menu .fancy-admin li {
    width: 150px;
  }
}

.controller-admin.action-index #admin-menu .fancy-admin a {
  padding: 20px 5px;
  margin: 9.75px !important;
  background: #fafafa;
  background-position: 10px 20px;
  border: 1px solid #dfe1e6;
  text-align: center;
  margin: 0;
  white-space: normal;
  height: 80px;
}

@media (min-width: 900px) {
  .controller-admin.action-index #admin-menu .fancy-admin a {
    height: 40px;
  }
}

/* ------------ Admin menu ------------ */
#wrapper #admin-menu a:hover,
#wrapper #admin-menu a:focus {
  color: #234a93;
}

#wrapper #admin-menu a:hover:before,
#wrapper #admin-menu a:focus:before {
  color: #4879d4 !important;
}

#wrapper #admin-menu a.selected {
  padding-left: 39px !important;
  background-position: 2px 40%;
  color: #234a93;
}

#wrapper #admin-menu a.selected:before {
  color: #4879d4 !important;
}

@media (max-width: 960px) {
  #wrapper #admin-menu li {
    display: inline-block;
    width: 49%;
    white-space: nowrap;
    overflow: hidden;
  }
  #wrapper #admin-menu li a.selected, #wrapper #admin-menu li a:hover, #wrapper #admin-menu li a:focus {
    margin-left: 0;
    text-decoration: underline;
  }
}

/* ------------ Tables ------------ */
table.related_deals {
  border: none !important;
  border-collapse: collapse;
  width: calc(100% - 2px);
  margin-bottom: 4.875px;
  overflow: unset !important;
}

table.related_deals tr {
  border-bottom: 1px solid #dfe1e6;
}

table.related_deals th, table.related_deals td {
  text-align: left;
  padding: 0.65rem 0 0.65rem 0.65rem;
}

table.list {
  border: none !important;
  border-collapse: collapse;
  width: calc(100% - 2px);
  margin-bottom: 4.875px;
  overflow: unset !important;
}

table.list .buttons a:not(.icon-only) {
  margin-left: 0.5rem;
}

table.list .buttons a.icon-only {
  margin-left: 1rem !important;
}

table.list:not(.issues-board) th, table.list:not(.issues-board) td {
  text-align: left;
  padding: 0.65rem 0 0.65rem 0.65rem;
}

table.list th {
  background: none;
  white-space: nowrap;
}

table.list th.checkbox {
  padding-left: 5.875px;
}

table.list th,
table.list th a {
  color: #2a2e3c;
}

table.list tr {
  border-bottom: 1px solid #dfe1e6;
}

table.list tr.group td:first-child {
  text-align: left;
}

table.list td.id {
  padding: 0;
}

table.list td.id a {
  color: #404245;
}

table.list td.tick {
  width: 15%;
}

table.list td.checkbox {
  width: auto !important;
}

table.list td.checkbox input {
  margin: 0;
  padding: 0;
}

table.list td.checkbox input {
  padding: 0;
}

table.list td.buttons {
  width: 15%;
  white-space: nowrap;
  text-align: right;
}

table.list td.buttons .icon-del:not(.icon-only),
table.list td.buttons .icon-copy:not(.icon-only),
table.list td.buttons .icon-edit:not(.icon-only) {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

table.list td.buttons .icon-del:not(.icon-only):before,
table.list td.buttons .icon-copy:not(.icon-only):before,
table.list td.buttons .icon-edit:not(.icon-only):before {
  font-size: 11px !important;
}

table.list td.buttons .icon-del:not(.icon-only):before,
table.list td.buttons .icon-copy:not(.icon-only):before,
table.list td.buttons .icon-edit:not(.icon-only):before {
  color: #595b5f !important;
}

table.list td.buttons .icon-del:not(.icon-only):hover,
table.list td.buttons .icon-copy:not(.icon-only):hover,
table.list td.buttons .icon-edit:not(.icon-only):hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

table.list td.buttons .icon-del:not(.icon-only):hover:before,
table.list td.buttons .icon-copy:not(.icon-only):hover:before,
table.list td.buttons .icon-edit:not(.icon-only):hover:before {
  color: #404245 !important;
}

table.list td.buttons a {
  padding-right: 1rem !important;
  margin-left: 0 !important;
}

table.list td.reorder {
  width: 15%;
  white-space: nowrap;
}

table.list caption {
  text-align: left;
  padding: 4.875px 4.875px 4.875px 0;
}

table.list th.checkbox a img {
  display: none;
}

table.list tbody tr.group td {
  padding: 4.875px 0 !important;
  font-weight: 600;
  border-bottom: 1px solid #dfe1e6;
  text-align: left;
}

table.list tbody tr.group span.count {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  top: -1px;
  color: #fff;
  font-size: 80%;
  background: #9bb5e7;
  padding: 0 4.875px 1px 4.875px;
  margin-left: 4.875px;
}

table.list tbody tr:hover {
  background-color: #fafbfe !important;
}

table.list tbody tr.group:hover {
  background-color: inherit;
}

tr.project td.name a {
  white-space: nowrap;
  margin-right: 0.5rem;
}

tr.project.closed, tr.project.archived,
tr.project.closed a,
tr.project.archived a {
  color: #71757a;
}

tr.project.idnt td.name span {
  background: url("../../bullet_arrow_right.png") no-repeat 0 50%;
}

tr.project.idnt-1 td.name {
  padding-left: 2rem !important;
}

tr.project.idnt-2 td.name {
  padding-left: 5rem !important;
}

tr.project.idnt-3 td.name {
  padding-left: 7rem !important;
}

tr.project.idnt-4 td.name {
  padding-left: 9rem !important;
}

tr.project.idnt-5 td.name {
  padding-left: 11rem !important;
}

tr.project.idnt-6 td.name {
  padding-left: 13rem !important;
}

tr.project.idnt-7 td.name {
  padding-left: 15rem !important;
}

tr.project.idnt-8 td.name {
  padding-left: 17rem !important;
}

tr.project.idnt-9 td.name {
  padding-left: 19rem !important;
}

tr.issue {
  white-space: nowrap;
}

tr.issue td {
  white-space: nowrap;
}

tr.issue td.subject,
tr.issue td.category,
tr.issue td.string,
tr.issue td.text,
tr.issue td.relations {
  white-space: normal;
}

tr.issue td.subject {
  font-weight: normal;
}

tr.issue td.relations {
  text-align: left;
}

tr.issue td.done_ratio table.progress {
  margin-left: auto;
  margin-right: auto;
}

tr.issue td.relations span {
  white-space: nowrap;
}

td.assigned_to {
  white-space: normal;
}

table.issues td.description pre {
  white-space: normal;
}

table.issues td.description {
  color: #404245;
  font-size: 13px;
  text-align: left;
  white-space: normal;
}

table.issues:not(.expenses) td.description {
  padding: 4.875px 4.875px 4.875px 19.5px;
}

table.issues:not(.expenses) td.description .wiki {
  padding: 9.75px 0 9.75px 48.75px;
}

tr.issue.idnt-1 td.subject {
  padding-left: 1rem !important;
}

tr.issue.idnt-2 td.subject {
  padding-left: 2rem !important;
}

tr.issue.idnt-3 td.subject {
  padding-left: 3rem !important;
}

tr.issue.idnt-4 td.subject {
  padding-left: 4rem !important;
}

tr.issue.idnt-5 td.subject {
  padding-left: 5rem !important;
}

tr.issue.idnt-6 td.subject {
  padding-left: 6rem !important;
}

tr.issue.idnt-7 td.subject {
  padding-left: 7rem !important;
}

tr.issue.idnt-8 td.subject {
  padding-left: 5rem !important;
}

tr.issue.idnt-9 td.subject {
  padding-left: 8rem !important;
}

table.issue-report {
  table-layout: fixed;
}

tr.entry {
  border: 1px solid #dfe1e6;
}

tr.entry td {
  white-space: nowrap;
}

tr.entry td.filename {
  text-align: left;
}

tr.entry td.filename_no_report {
  width: 70%;
  text-align: left;
}

tr.entry.file td.filename a,
tr.entry.file td.filename_no_report a {
  margin-left: 9.75px;
}

tr span.expander {
  background: none;
  margin-left: 0;
  cursor: pointer;
}

tr.open span.expander {
  background: none;
}

tr.changeset {
  height: 19.5px;
}

tr.changeset ul, tr.changeset ol {
  margin-top: 0;
  margin-bottom: 0;
}

tr.changeset td.revision_graph {
  width: 15%;
  background-color: #fafbfe;
}

tr.changeset td.author,
tr.changeset td.committed_on {
  white-space: nowrap;
}

table.files tbody th {
  text-align: left;
}

table.files tr.file td.filename {
  text-align: left;
  padding-left: 19.5px;
}

table.files tr.file td.digest {
  font-size: 80%;
}

table.members td.roles,
table.memberships td.roles {
  width: 45%;
}

tr.message td.subject {
  padding-left: 19.5px;
}

tr.message td.created_on {
  white-space: nowrap;
}

tr.message td.last_message {
  font-size: 80%;
  white-space: nowrap;
}

tr.message.locked td.subject {
  background: url("/assets/locked-e170c1b8.png") no-repeat 0 1px;
}

tr.message.sticky td.subject {
  background: url("/assets/bullet_go-9887bca5.png") no-repeat 0 1px;
  font-weight: 600;
}

tr.version.closed, tr.version.closed a {
  color: #777777;
}

tr.version td.name {
  padding-left: 19.5px;
}

tr.version td.date,
tr.version td.status,
tr.version td.sharing {
  text-align: center;
  white-space: nowrap;
}

tr.user td {
  width: 13%;
  white-space: nowrap;
}

tr.user td.username,
tr.user td.firstname,
tr.user td.lastname,
tr.user td.email {
  text-align: left;
}

tr.user td.email {
  width: 18%;
}

tr.user.closed, tr.user.locked, tr.user.archived,
tr.user.closed a,
tr.user.archived a,
tr.user.locked a {
  color: #71757a;
}

table.permissions td.role {
  color: #777777;
  font-size: 80%;
  font-weight: normal !important;
  text-align: center;
  vertical-align: bottom;
}

tr.time-entry {
  text-align: center;
  white-space: nowrap;
}

tr.time-entry td.issue, tr.time-entry td.comments {
  text-align: left;
  white-space: normal;
}

td.hours {
  text-align: right;
  font-weight: 600;
  padding-right: 4.875px;
}

td.hours .hours-dec {
  font-size: 80%;
}

table.plugins td {
  vertical-align: middle;
}

table.plugins td.configure {
  text-align: right;
  padding-right: 9.75px;
}

table.plugins td.configure a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

table.plugins td.configure a:before {
  font-size: 11px !important;
}

table.plugins td.configure a:before {
  color: #595b5f !important;
}

table.plugins td.configure a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

table.plugins td.configure a:hover:before {
  color: #404245 !important;
}

table.plugins span.name {
  font-weight: 600;
  display: block;
  margin-bottom: 4.875px;
}

table.plugins span.description {
  display: block;
  font-size: 80%;
}

table.plugins span.url {
  display: block;
  font-size: 80%;
}

tr.group a.toggle-all {
  color: #4879d4;
  font-size: 80%;
  font-weight: normal;
  padding-left: 9.75px;
}

tr.group:hover a.toggle-all {
  display: inline;
}

a.toggle-all:hover {
  text-decoration: none;
}

table p {
  margin: 0;
}

.odd,
.even {
  background: none;
}

a.sort {
  padding-right: 19.5px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

a.sort.asc {
  background-image: url("/assets/themes/abacusmine_3.0.3/sort_asc-af811b5d.png");
}

a.sort.desc {
  background-image: url("/assets/themes/abacusmine_3.0.3/sort_desc-86eb88d6.png");
}

table.attributes {
  width: 100%;
}

table.attributes th {
  vertical-align: top;
  text-align: left;
}

table.attributes td {
  vertical-align: top;
}

table.boards td.last-message {
  text-align: left;
  font-size: 80%;
}

table.messages td.last_message {
  text-align: left;
}

table.query-columns {
  border-collapse: collapse;
  border: 0;
}

table.query-columns td.buttons {
  vertical-align: middle;
  text-align: center;
}

.query-columns > span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.query-columns label {
  display: block;
}

.query-columns select {
  min-width: 150px;
}

.query-columns ~ p {
  margin-top: 0.5rem;
}

.query-columns .buttons input[type=button],
.move-right,
.move-left {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 35px;
  display: block;
  background: #fff;
  border: 1px solid #dfe1e6;
  margin-bottom: 2px;
  font-family: sans-serif;
  padding: 4px;
}

td.center {
  text-align: center;
}

.highlight {
  background-color: #fafbfe;
}

.highlight.token-1 {
  background-color: #f59b8f;
}

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

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

.box {
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 4px;
}

.box,
.view-admin.controller-roles .box.tabular {
  background: #eef2fb;
  border: 1px solid #dfe1e6;
  display: flow-root;
}

.box.project-aggregate {
  display: block;
  clear: both;
  margin-top: 3rem;
}

.controller-roles #filters {
  display: flow-root;
  width: 100%;
  border: 1px solid transparent;
  margin: 9.75px 0;
}

.controller-roles #filters.open {
  background: #eef2fb;
  border: 1px solid #dfe1e6;
  padding: 19.5px 9.75px 0px 9.75px;
}

.controller-groups #content > form {
  background-color: #eef2fb;
}

.controller-groups #content > form fieldset {
  margin: 1rem;
}

.controller-groups #content > form fieldset .icon-reload {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-groups #content > form fieldset .icon-reload:before {
  color: #595b5f !important;
}

.controller-groups #content > form fieldset .icon-reload:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-groups #content > form fieldset .icon-reload:hover:before {
  color: #404245 !important;
}

.controller-trackers.action-index #content > .contextual .icon-summary,
.controller-trackers.action-index #content > .contextual .icon-copy,
.controller-trackers.action-index #content > .contextual .icon-email-add,
.controller-trackers.action-index #content > .contextual .icon-user,
.controller-roles.action-index #content > .contextual .icon-summary,
.controller-roles.action-index #content > .contextual .icon-copy,
.controller-roles.action-index #content > .contextual .icon-email-add,
.controller-roles.action-index #content > .contextual .icon-user,
.controller-workflows.action-edit #content > .contextual .icon-summary,
.controller-workflows.action-edit #content > .contextual .icon-copy,
.controller-workflows.action-edit #content > .contextual .icon-email-add,
.controller-workflows.action-edit #content > .contextual .icon-user,
.controller-workflows.action-permissions #content > .contextual .icon-summary,
.controller-workflows.action-permissions #content > .contextual .icon-copy,
.controller-workflows.action-permissions #content > .contextual .icon-email-add,
.controller-workflows.action-permissions #content > .contextual .icon-user,
.controller-users.action-edit #content > .contextual .icon-summary,
.controller-users.action-edit #content > .contextual .icon-copy,
.controller-users.action-edit #content > .contextual .icon-email-add,
.controller-users.action-edit #content > .contextual .icon-user {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-trackers.action-index #content > .contextual .icon-summary:before,
.controller-trackers.action-index #content > .contextual .icon-copy:before,
.controller-trackers.action-index #content > .contextual .icon-email-add:before,
.controller-trackers.action-index #content > .contextual .icon-user:before,
.controller-roles.action-index #content > .contextual .icon-summary:before,
.controller-roles.action-index #content > .contextual .icon-copy:before,
.controller-roles.action-index #content > .contextual .icon-email-add:before,
.controller-roles.action-index #content > .contextual .icon-user:before,
.controller-workflows.action-edit #content > .contextual .icon-summary:before,
.controller-workflows.action-edit #content > .contextual .icon-copy:before,
.controller-workflows.action-edit #content > .contextual .icon-email-add:before,
.controller-workflows.action-edit #content > .contextual .icon-user:before,
.controller-workflows.action-permissions #content > .contextual .icon-summary:before,
.controller-workflows.action-permissions #content > .contextual .icon-copy:before,
.controller-workflows.action-permissions #content > .contextual .icon-email-add:before,
.controller-workflows.action-permissions #content > .contextual .icon-user:before,
.controller-users.action-edit #content > .contextual .icon-summary:before,
.controller-users.action-edit #content > .contextual .icon-copy:before,
.controller-users.action-edit #content > .contextual .icon-email-add:before,
.controller-users.action-edit #content > .contextual .icon-user:before {
  color: #595b5f !important;
}

.controller-trackers.action-index #content > .contextual .icon-summary:hover,
.controller-trackers.action-index #content > .contextual .icon-copy:hover,
.controller-trackers.action-index #content > .contextual .icon-email-add:hover,
.controller-trackers.action-index #content > .contextual .icon-user:hover,
.controller-roles.action-index #content > .contextual .icon-summary:hover,
.controller-roles.action-index #content > .contextual .icon-copy:hover,
.controller-roles.action-index #content > .contextual .icon-email-add:hover,
.controller-roles.action-index #content > .contextual .icon-user:hover,
.controller-workflows.action-edit #content > .contextual .icon-summary:hover,
.controller-workflows.action-edit #content > .contextual .icon-copy:hover,
.controller-workflows.action-edit #content > .contextual .icon-email-add:hover,
.controller-workflows.action-edit #content > .contextual .icon-user:hover,
.controller-workflows.action-permissions #content > .contextual .icon-summary:hover,
.controller-workflows.action-permissions #content > .contextual .icon-copy:hover,
.controller-workflows.action-permissions #content > .contextual .icon-email-add:hover,
.controller-workflows.action-permissions #content > .contextual .icon-user:hover,
.controller-users.action-edit #content > .contextual .icon-summary:hover,
.controller-users.action-edit #content > .contextual .icon-copy:hover,
.controller-users.action-edit #content > .contextual .icon-email-add:hover,
.controller-users.action-edit #content > .contextual .icon-user:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-trackers.action-index #content > .contextual .icon-summary:hover:before,
.controller-trackers.action-index #content > .contextual .icon-copy:hover:before,
.controller-trackers.action-index #content > .contextual .icon-email-add:hover:before,
.controller-trackers.action-index #content > .contextual .icon-user:hover:before,
.controller-roles.action-index #content > .contextual .icon-summary:hover:before,
.controller-roles.action-index #content > .contextual .icon-copy:hover:before,
.controller-roles.action-index #content > .contextual .icon-email-add:hover:before,
.controller-roles.action-index #content > .contextual .icon-user:hover:before,
.controller-workflows.action-edit #content > .contextual .icon-summary:hover:before,
.controller-workflows.action-edit #content > .contextual .icon-copy:hover:before,
.controller-workflows.action-edit #content > .contextual .icon-email-add:hover:before,
.controller-workflows.action-edit #content > .contextual .icon-user:hover:before,
.controller-workflows.action-permissions #content > .contextual .icon-summary:hover:before,
.controller-workflows.action-permissions #content > .contextual .icon-copy:hover:before,
.controller-workflows.action-permissions #content > .contextual .icon-email-add:hover:before,
.controller-workflows.action-permissions #content > .contextual .icon-user:hover:before,
.controller-users.action-edit #content > .contextual .icon-summary:hover:before,
.controller-users.action-edit #content > .contextual .icon-copy:hover:before,
.controller-users.action-edit #content > .contextual .icon-email-add:hover:before,
.controller-users.action-edit #content > .contextual .icon-user:hover:before {
  color: #404245 !important;
}

.controller-global_issue_templates #content > .contextual .icon-template,
.controller-global_issue_templates #content > .contextual .icon.plugins {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-global_issue_templates #content > .contextual .icon-template:before,
.controller-global_issue_templates #content > .contextual .icon.plugins:before {
  color: #595b5f !important;
}

.controller-global_issue_templates #content > .contextual .icon-template:hover,
.controller-global_issue_templates #content > .contextual .icon.plugins:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-global_issue_templates #content > .contextual .icon-template:hover:before,
.controller-global_issue_templates #content > .contextual .icon.plugins:hover:before {
  color: #404245 !important;
}

p label,
p label + input,
p label + select,
p label + select + span.select2 {
  display: inline-block;
  margin-bottom: 0.25rem !important;
}

p label {
  font-weight: 600;
}

.box.members > ul > li {
  margin-bottom: 9.75px;
}

.box pre {
  max-width: 100%;
  white-space: pre-wrap;
}

div.square {
  border: 1px solid #dfe1e6;
  float: left;
  margin: 19.5px;
  overflow: hidden;
  width: 9.75px;
  height: 9.75px;
}

#context-menu a.disabled,
#context-menu a.disabled:hover {
  color: #eeeeee;
}

.message .contextual {
  margin-top: 0;
}

/* ------------ Splitcontent ------------ */
.splitcontent:not(#my-page.splitcontent) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  clear: both;
}

.splitcontentleft:not(#my-page .splitcontentleft),
.splitcontentright:not(#my-page .splitcontentleft) {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 1rem;
}

@media (min-width: 1300px) {
  .splitcontentleft:not(#my-page .splitcontentleft),
  .splitcontentright:not(#my-page .splitcontentleft) {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

textarea {
  max-width: 100%;
  border: 1px solid #dfe1e6;
}

textarea:disabled {
  background: #f6f8fd;
}

textarea.wiki-edit {
  width: 100%;
  resize: both;
}

p.subtitle,
p.footnote {
  font-size: 80%;
}

p.breadcrumb {
  padding-top: 4.875px;
}

p.subtitle {
  margin: 0 0 9.75px 0;
  font-style: italic;
}

p.footnote {
  margin-top: 0px;
  margin-bottom: 0px;
}

.wiki > p {
  margin: 0 0 9.75px 0;
}

.wiki img {
  margin-bottom: 9.75px;
  max-width: 100%;
}

#history.issue-changesets-exist {
  width: 49%;
  float: left;
}

div#issue-changesets {
  float: right;
  width: 49%;
}

#history_tabs div#issue-changesets {
  float: none;
  width: 100%;
}

div#issue-changesets div.changeset {
  padding: 4.875px;
}

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

/* ------------ Fieldsets ------------ */
fieldset.collapsible {
  border-width: 1px 0 0;
  font-size: 12px;
  margin-bottom: 9.75px;
}

fieldset.collapsible.collapsed {
  margin-bottom: 4.875px;
}

fieldset.collapsible.collapsed > legend {
  background-image: none;
  padding-left: 1px;
}

fieldset.collapsible > legend {
  background: none;
  cursor: pointer;
  padding-left: 4.875px;
  font-weight: 600;
}

fieldset#date-range p {
  margin: 2px 0 2px 0;
}

fieldset#filters {
  /*Redmine 3.2*/
}

fieldset#filters table {
  border-collapse: collapse;
}

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

@media (max-width: 580px) {
  fieldset#filters table td {
    display: block;
    padding: 3px 0 !important;
  }
}

fieldset#filters td.field {
  min-width: 95px;
}

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

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

fieldset#filters td.values {
  white-space: nowrap;
}

fieldset#filters td.values > span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

fieldset#filters td.add-filter {
  border: none;
  padding: 4.875px !important;
  text-align: right;
}

@media (max-width: 580px) {
  fieldset#filters td.add-filter {
    text-align: left !important;
    border-top: 1px solid #dfe1e6;
  }
}

@media (max-width: 580px) {
  fieldset#filters td.add-filter select {
    display: block;
    clear: both;
  }
}

@media (max-width: 640px) {
  fieldset#filters td.add-filter label {
    padding-right: 11px;
  }
}

fieldset#filters div.add-filter {
  border-top: 1px solid #dfe1e6;
  padding-top: 19.5px !important;
  margin-top: 19.5px;
}

fieldset#filters div.add-filter label {
  width: 74px;
  display: inline-block;
  margin-right: 9.75px;
}

/* ------------ Flash & error messages ------------ */
#errorExplanation,
div.flash,
.nodata,
.warning,
.conflict {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 4.875px 4.875px 4.875px 29.25px;
  margin-bottom: 1rem;
  border: 1px solid;
  min-width: 97%;
}

div.flash,
div.flash.tip {
  margin-top: 0;
  background-repeat: no-repeat !important;
  background: none;
  background-color: #d6dade;
  border-color: #acb4bc;
  color: #666666;
}

#divError,
div.flash {
  font-size: 13px !important;
}

div.flash.tip.fa:before {
  color: #404245;
}

div.flash.info {
  text-align: center;
  background-color: #dee9ff;
  border-color: #c5d8ff;
  color: #0053f8;
}

div.flash.info.fa:before {
  color: #004ade;
}

div.flash.fa {
  background-image: none !important;
}

div.flash ul,
#errorExplanation ul {
  margin: 0;
}

div.flash.error,
#errorExplanation {
  text-align: center;
  background-color: red;
  border-color: red;
  color: #fff;
}

div.flash.error.fa_before,
#errorExplanation.fa:before {
  color: #a82210;
}

div.flash.notice {
  background-color: #cdefe4;
  border-color: #bae9da;
  color: #2d9071;
  width: 100%;
  text-align: center;
}

div.flash.notice.fa.before {
  color: #277d61;
}

div.flash.warning {
  text-align: center;
}

div.flash.warning,
.conflict {
  background-color: #fef7f3;
  border-color: #fce8db;
  color: #e97122;
}

div.flash.warning.fa:before,
.conflict:before {
  color: #c55a13;
}

.nodata,
.warning {
  text-align: center;
  background-color: #fef7f3;
  border-color: #fce8db;
  color: #e97122;
  margin-top: 1rem;
}

.nodata p,
.warning p {
  margin: 0;
}

#errorExplanation ul {
  font-size: 90%;
  padding-left: 0;
}

#errorExplanation li {
  list-style: none;
}

#errorExplanation h2,
#errorExplanation p {
  display: none;
}

/* ------------ Ajax indicator ------------ */
#ajax-indicator {
  position: absolute;
  /* fixed not supported by IE */
  background-color: #eeeeee;
  border: 1px solid #777777;
  top: 35%;
  left: 40%;
  width: 20%;
  font-weight: 600;
  text-align: center;
  padding: 4.875px;
  z-index: 100;
  opacity: 0.5;
}

html > body #ajax-indicator {
  position: fixed;
}

#ajax-indicator span {
  background-position: 0% 40%;
  background-repeat: no-repeat;
  background-image: url("/assets/themes/abacusmine_3.0.3/loading-619a4206.gif");
  padding-left: 19.5px;
  vertical-align: bottom;
}

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

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

.tooltip span.tip {
  display: none;
  text-align: left;
  position: relative;
  background: #fff;
  border: 1px solid #e7e7e7;
}

.tooltip span:after,
.tooltip span:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.tooltip span.tip:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}

.tooltip span.tip:before {
  border-color: rgba(231, 231, 231, 0);
  border-bottom-color: #e7e7e7;
  border-width: 14px;
  margin-left: -14px;
}

div.tooltip:hover span.tip {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block;
  position: absolute;
  top: 25px;
  left: 20px;
  width: 270px;
  border: 1px solid #dfe1e6;
  background-color: #fff;
  padding: 10px;
  font-size: 11px;
  color: #666666;
  box-shadow: 0px 0px 10px fade(#000, 20%);
}

img.ui-datepicker-trigger {
  cursor: pointer;
  vertical-align: middle;
  margin-left: 4.875px;
  display: inline-block;
}

table#filters-table img.ui-datepicker-trigger {
  margin-left: 19.5px;
}

/* ------------ Progress bar ------------ */
table.progress {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  text-align: center;
  float: left;
  margin: 5px 1rem 5px 0;
  width: 80px;
}

table.progress tr {
  border-bottom: none !important;
}

table.progress td {
  height: 9.75px;
  padding: 4.875px 0 4.875px 4.875px !important;
}

table.progress td.done {
  background: #4879d4 !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

table.progress td.closed {
  background: #4879d4 !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

table.progress td.todo {
  background: #c5d2f1 none repeat scroll 0% !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

table.progress td.todo:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* ------------ Tabs ------------ */
.tab-content {
  padding: 10px;
}

.tab-content input[type="checkbox"] {
  margin-right: 4.875px;
}

.tab-content > .contextual a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.tab-content > .contextual a:before {
  font-size: 11px !important;
}

.tab-content > .contextual a:before {
  color: #595b5f !important;
}

.tab-content > .contextual a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.tab-content > .contextual a:hover:before {
  color: #404245 !important;
}

.tab-content .contextual + p > .icon-add,
.tab-content .contextual > .icon-add,
.tab-content > p > .icon-add {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.tab-content .contextual + p > .icon-add:before,
.tab-content .contextual > .icon-add:before,
.tab-content > p > .icon-add:before {
  color: #595b5f !important;
}

.tab-content .contextual + p > .icon-add:hover,
.tab-content .contextual > .icon-add:hover,
.tab-content > p > .icon-add:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.tab-content .contextual + p > .icon-add:hover:before,
.tab-content .contextual > .icon-add:hover:before,
.tab-content > p > .icon-add:hover:before {
  color: #404245 !important;
}

#content .tabs + p {
  padding: 19.5px 9.75px;
}

#content .box.tabular.settings .jstTabs.tabs {
  clear: none;
}

#content h2 + .tabs ul {
  max-height: 26px;
}

#content .tabs {
  height: 41px;
  position: relative;
  overflow: hidden;
  clear: both;
}

#content .tabs.jstTabs li a {
  line-height: 1.4 !important;
  text-align: center;
}

#content .tabs ul {
  margin: 0;
  position: absolute;
  bottom: 0;
  padding-left: 4.875px;
  min-width: 3000px;
  border-bottom: 1px solid #dfe1e6;
}

#content .tabs ul li {
  float: left;
  list-style-type: none;
  white-space: nowrap;
  margin-right: 4.875px;
  position: relative;
  margin-bottom: -1px;
}

#content .tabs ul li a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  line-height: 1.3em;
  padding: 4.875px 9.75px !important;
  border: 1px solid #dfe1e6;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
  font-weight: 600;
  color: #8b8e93;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

#content .tabs ul li a:hover {
  background-color: #f0f8fb;
  text-decoration: none;
}

#content .tabs ul li a.selected {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-bottom: 1px solid #fff;
  color: #404245;
}

#content .tabs ul li a.selected:hover {
  background-color: #fff;
}

div.tabs-buttons {
  position: absolute;
  right: 0;
  width: 60px;
  height: 30px;
  background: none;
  bottom: 0;
  border-bottom: 1px solid #e7e7e7;
}

button.tab-left,
button.tab-right {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 90%;
  cursor: pointer;
  height: 30px;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 4px fade(#000, 20%);
  position: absolute;
  padding: 4.875px;
  width: 30px;
  bottom: -1px;
}

button.tab-left.disabled:before,
button.tab-right.disabled:before {
  pointer-events: none;
  opacity: 0.2;
}

button.tab-left {
  right: 31px;
  background: #eeeeee;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
}

button.tab-right {
  right: 0;
  background: #eeeeee;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
}

/* ------------ Diff ------------ */
.diff_out {
  background: #f9c5be;
}

.diff_out span {
  background: #f07261;
}

.diff_in {
  background: #bae9da;
}

.diff_in span {
  background: #6cd1b1;
}

.text-diff {
  padding: 9.75px;
  background-color: #eef2fb;
  border: 1px solid #dfe1e6;
}

/* ------------ Icons ------------ */
.icon {
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

.icon.fa {
  padding-left: 0;
}

.icon-add {
  line-height: 19.5px;
}

.icon-edit,
.icon-copy,
.icon-move,
.icon-save,
.icon-package,
.icon-attachment,
#main .icon-history,
.icon-time,
.icon-time-add,
.icon-warning,
.icon-fav,
.icon-fav-off,
.icon-reload,
#query_form .icon-reload,
#query_form .icon-reload,
.icon-lock,
.icon-unlock,
.icon-checked,
.icon-summary,
.icon-zoom-in,
.icon-zoom-out,
.icon-passwd,
.icon-test,
.icon-duplicate,
.icon-cancel,
.icon-multiple,
.open .icon-folder,
#main .icon-user,
.icon-help,
.icon-stats,
.icon-details,
.icon-report,
.icon-comment,
.icon-server-authentication,
.icon-issue,
.icon-file,
.icon-file.text-plain,
.icon-file.text-x-c,
.icon-file.text-x-csharp,
.icon-file.text-x-java,
.icon-file.text-x-javascript,
.icon-file.text-x-php,
.icon-file.text-x-ruby,
.icon-file.text-xml,
.icon-file.text-css,
.icon-file.text-html,
.icon-file.image-gif,
.icon-file.image-jpeg,
.icon-file.image-png,
.icon-file.image-tiff,
.icon-file.application-pdf,
.icon-file.application-zip,
.icon-file.application-x-gzip {
  background-image: none;
}

.sort-handle {
  cursor: move;
  width: 16px;
  height: 16px;
  margin-right: 9.75px;
}

img.gravatar {
  border-radius: 160px;
  -moz-border-radius: 160px;
  -webkit-border-radius: 160px;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  max-width: 32px;
  max-height: 32px;
}

#tab-content-avatar h2 + div {
  overflow: hidden;
}

#tab-content-avatar img.gravatar {
  border-radius: 0;
  border: none;
  margin: 0 !important;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#principals_for_new_member img.gravatar {
  position: relative;
  top: -2px;
  margin-right: 0.25rem;
}

.controller-projects.action-show #duplicates.box #duplicates {
  float: left;
}

.controller-projects.action-show #duplicates.box p.small {
  clear: both;
  margin-top: 19.5px;
  float: left;
}

h2 img.gravatar {
  margin: -2px 4px 4px 0;
}

h3 img.gravatar {
  margin: -4px 4px 4px 0;
}

h4 img.gravatar {
  margin: 0 4px 4px 0;
}

td.username img.gravatar {
  margin: 0 0.5em 0 0;
  vertical-align: top;
}

#activity,
#roadmap {
  margin-left: 9.75px;
}

#activity dt,
.journal {
  clear: left;
}

.icon-gravatar {
  float: left;
  margin-right: 4.875px;
}

.journal-link {
  float: right;
}

h2 img {
  vertical-align: middle;
}

.hascontextmenu {
  cursor: context-menu;
}

/* ------------ Custom JQuery styles ------------ */
.ui-datepicker-title select {
  width: 70px !important;
  margin-top: -2px !important;
  margin-right: 4px !important;
}

/* ------------ CodeRay styles ------------ */
.syntaxhl div {
  display: inline;
}

.syntaxhl .line-numbers {
  padding: 2px 4px 2px 4px;
  background-color: #eee;
  margin: 0px 5px 0px 0px;
}

.syntaxhl .code pre {
  overflow: auto;
}

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

.syntaxhl .annotation {
  color: #007;
}

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

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

.syntaxhl .binary {
  color: #509;
}

.syntaxhl .char .content {
  color: #D20;
}

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

.syntaxhl .char {
  color: #D20;
}

.syntaxhl .class {
  color: #258;
  font-weight: bold;
}

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

.syntaxhl .color {
  color: #0A0;
}

.syntaxhl .comment {
  color: #385;
}

.syntaxhl .comment .char {
  color: #385;
}

.syntaxhl .comment .delimiter {
  color: #385;
}

.syntaxhl .complex {
  color: #A08;
}

.syntaxhl .constant {
  color: #258;
  font-weight: bold;
}

.syntaxhl .decorator {
  color: #B0B;
}

.syntaxhl .definition {
  color: #099;
  font-weight: bold;
}

.syntaxhl .delimiter {
  color: black;
}

.syntaxhl .directive {
  color: #088;
  font-weight: bold;
}

.syntaxhl .doc {
  color: #970;
}

.syntaxhl .doc-string {
  color: #D42;
  font-weight: bold;
}

.syntaxhl .doctype {
  color: #34b;
}

.syntaxhl .entity {
  color: #800;
  font-weight: bold;
}

.syntaxhl .error {
  color: #F00;
  background-color: #FAA;
}

.syntaxhl .escape {
  color: #666;
}

.syntaxhl .exception {
  color: #C00;
  font-weight: bold;
}

.syntaxhl .float {
  color: #06D;
}

.syntaxhl .function {
  color: #06B;
  font-weight: bold;
}

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

.syntaxhl .hex {
  color: #02b;
}

.syntaxhl .imaginary {
  color: #f00;
}

.syntaxhl .include {
  color: #B44;
  font-weight: bold;
}

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

.syntaxhl .inline-delimiter {
  font-weight: 600;
  color: #666;
}

.syntaxhl .instance-variable {
  color: #33B;
}

.syntaxhl .integer {
  color: #06D;
}

.syntaxhl .key .char {
  color: #60f;
}

.syntaxhl .key .delimiter {
  color: #404;
}

.syntaxhl .key {
  color: #606;
}

.syntaxhl .keyword {
  color: #939;
  font-weight: bold;
}

.syntaxhl .label {
  color: #970;
  font-weight: bold;
}

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

.syntaxhl .namespace {
  color: #707;
  font-weight: bold;
}

.syntaxhl .octal {
  color: #40E;
}

.syntaxhl .predefined {
  color: #369;
  font-weight: bold;
}

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

.syntaxhl .predefined-type {
  color: #0a5;
  font-weight: bold;
}

.syntaxhl .preprocessor {
  color: #579;
}

.syntaxhl .pseudo-class {
  color: #00C;
  font-weight: bold;
}

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

.syntaxhl .regexp .delimiter {
  color: #404;
}

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

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

.syntaxhl .reserved {
  color: #080;
  font-weight: bold;
}

.syntaxhl .shell .content {
  color: #2B2;
}

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

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

.syntaxhl .string .char {
  color: #46a;
}

.syntaxhl .string .content {
  color: #46a;
}

.syntaxhl .string .delimiter {
  color: #46a;
}

.syntaxhl .string .modifier {
  color: #46a;
}

.syntaxhl .symbol .content {
  color: #d33;
}

.syntaxhl .symbol .delimiter {
  color: #d33;
}

.syntaxhl .symbol {
  color: #d33;
}

.syntaxhl .tag {
  color: #070;
}

.syntaxhl .type {
  color: #339;
  font-weight: bold;
}

.syntaxhl .value {
  color: #088;
}

.syntaxhl .variable {
  color: #037;
}

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

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

.syntaxhl .change {
  color: #bbf;
  background: #007;
}

.syntaxhl .head {
  color: #f8f;
  background: #505;
}

.syntaxhl .head .filename {
  color: #fff;
}

.syntaxhl .delete .eyecatcher {
  background-color: rgba(255, 0, 0, 0.2);
  border: 1px solid rgba(230, 0, 0, 0.5);
  margin: -1px;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.syntaxhl .insert .eyecatcher {
  background-color: rgba(0, 255, 0, 0.2);
  border: 1px solid rgba(0, 128, 0, 0.5);
  margin: -1px;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.syntaxhl .insert .insert {
  color: #0c0;
  background: transparent;
  font-weight: bold;
}

.syntaxhl .delete .delete {
  color: #c00;
  background: transparent;
  font-weight: bold;
}

.syntaxhl .change .change {
  color: #88f;
}

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

/************* Rouge styles *************/
/* generated by: pygmentize -f html -a .syntaxhl -S colorful */
.syntaxhl .hll {
  background-color: #ffffcc;
}

.syntaxhl {
  background: #fafafa;
}

.syntaxhl .c {
  color: #888888;
}

/* Comment */
.syntaxhl .err {
  color: #FF0000;
  background-color: #FFAAAA;
}

/* Error */
.syntaxhl .k {
  color: #008800;
  font-weight: bold;
}

/* Keyword */
.syntaxhl .o {
  color: #333333;
}

/* Operator */
.syntaxhl .ch {
  color: #888888;
}

/* Comment.Hashbang */
.syntaxhl .cm {
  color: #888888;
}

/* Comment.Multiline */
.syntaxhl .cp {
  color: #557799;
}

/* Comment.Preproc */
.syntaxhl .cpf {
  color: #888888;
}

/* Comment.PreprocFile */
.syntaxhl .c1 {
  color: #888888;
}

/* Comment.Single */
.syntaxhl .cs {
  color: #cc0000;
  font-weight: bold;
}

/* Comment.Special */
.syntaxhl .gd {
  color: #A00000;
}

/* Generic.Deleted */
.syntaxhl .ge {
  font-style: italic;
}

/* Generic.Emph */
.syntaxhl .gr {
  color: #FF0000;
}

/* Generic.Error */
.syntaxhl .gh {
  color: #000080;
  font-weight: bold;
}

/* Generic.Heading */
.syntaxhl .gi {
  color: #00A000;
}

/* Generic.Inserted */
.syntaxhl .go {
  color: #888888;
}

/* Generic.Output */
.syntaxhl .gp {
  color: #c65d09;
  font-weight: bold;
}

/* Generic.Prompt */
.syntaxhl .gs {
  font-weight: bold;
}

/* Generic.Strong */
.syntaxhl .gu {
  color: #800080;
  font-weight: bold;
}

/* Generic.Subheading */
.syntaxhl .gt {
  color: #0044DD;
}

/* Generic.Traceback */
.syntaxhl .kc {
  color: #008800;
  font-weight: bold;
}

/* Keyword.Constant */
.syntaxhl .kd {
  color: #008800;
  font-weight: bold;
}

/* Keyword.Declaration */
.syntaxhl .kn {
  color: #008800;
  font-weight: bold;
}

/* Keyword.Namespace */
.syntaxhl .kp {
  color: #003388;
  font-weight: bold;
}

/* Keyword.Pseudo */
.syntaxhl .kr {
  color: #008800;
  font-weight: bold;
}

/* Keyword.Reserved */
.syntaxhl .kt {
  color: #333399;
  font-weight: bold;
}

/* Keyword.Type */
.syntaxhl .m {
  color: #6600EE;
  font-weight: bold;
}

/* Literal.Number */
.syntaxhl .s {
  background-color: #fff0f0;
}

/* Literal.String */
.syntaxhl .na {
  color: #0000CC;
}

/* Name.Attribute */
.syntaxhl .nb {
  color: #007020;
}

/* Name.Builtin */
.syntaxhl .nc {
  color: #BB0066;
  font-weight: bold;
}

/* Name.Class */
.syntaxhl .no {
  color: #003366;
  font-weight: bold;
}

/* Name.Constant */
.syntaxhl .nd {
  color: #555555;
  font-weight: bold;
}

/* Name.Decorator */
.syntaxhl .ni {
  color: #880000;
  font-weight: bold;
}

/* Name.Entity */
.syntaxhl .ne {
  color: #FF0000;
  font-weight: bold;
}

/* Name.Exception */
.syntaxhl .nf {
  color: #0066BB;
  font-weight: bold;
}

/* Name.Function */
.syntaxhl .nl {
  color: #997700;
  font-weight: bold;
}

/* Name.Label */
.syntaxhl .nn {
  color: #0e84b5;
  font-weight: bold;
}

/* Name.Namespace */
.syntaxhl .nt {
  color: #007700;
}

/* Name.Tag */
.syntaxhl .nv {
  color: #996633;
}

/* Name.Variable */
.syntaxhl .ow {
  color: #000000;
  font-weight: bold;
}

/* Operator.Word */
.syntaxhl .w {
  color: #bbbbbb;
}

/* Text.Whitespace */
.syntaxhl .mb {
  color: #6600EE;
  font-weight: bold;
}

/* Literal.Number.Bin */
.syntaxhl .mf {
  color: #6600EE;
  font-weight: bold;
}

/* Literal.Number.Float */
.syntaxhl .mh {
  color: #005588;
  font-weight: bold;
}

/* Literal.Number.Hex */
.syntaxhl .mi {
  color: #0000DD;
  font-weight: bold;
}

/* Literal.Number.Integer */
.syntaxhl .mo {
  color: #4400EE;
  font-weight: bold;
}

/* Literal.Number.Oct */
.syntaxhl .sa {
  background-color: #fff0f0;
}

/* Literal.String.Affix */
.syntaxhl .sb {
  background-color: #fff0f0;
}

/* Literal.String.Backtick */
.syntaxhl .sc {
  color: #0044DD;
}

/* Literal.String.Char */
.syntaxhl .dl {
  background-color: #fff0f0;
}

/* Literal.String.Delimiter */
.syntaxhl .sd {
  color: #DD4422;
}

/* Literal.String.Doc */
.syntaxhl .s2 {
  background-color: #fff0f0;
}

/* Literal.String.Double */
.syntaxhl .se {
  color: #666666;
  font-weight: 600;
  background-color: #fff0f0;
}

/* Literal.String.Escape */
.syntaxhl .sh {
  background-color: #fff0f0;
}

/* Literal.String.Heredoc */
.syntaxhl .si {
  background-color: #eeeeee;
}

/* Literal.String.Interpol */
.syntaxhl .sx {
  color: #DD2200;
  background-color: #fff0f0;
}

/* Literal.String.Other */
.syntaxhl .sr {
  color: #000000;
  background-color: #fff0ff;
}

/* Literal.String.Regex */
.syntaxhl .s1 {
  background-color: #fff0f0;
}

/* Literal.String.Single */
.syntaxhl .ss {
  color: #AA6600;
}

/* Literal.String.Symbol */
.syntaxhl .bp {
  color: #007020;
}

/* Name.Builtin.Pseudo */
.syntaxhl .fm {
  color: #0066BB;
  font-weight: bold;
}

/* Name.Function.Magic */
.syntaxhl .vc {
  color: #336699;
}

/* Name.Variable.Class */
.syntaxhl .vg {
  color: #dd7700;
  font-weight: bold;
}

/* Name.Variable.Global */
.syntaxhl .vi {
  color: #3333BB;
}

/* Name.Variable.Instance */
.syntaxhl .vm {
  color: #996633;
}

/* Name.Variable.Magic */
.syntaxhl .il {
  color: #0000DD;
  font-weight: bold;
}

/* Literal.Number.Integer.Long */
/* ------------ Media print specific styles ------------ */
@media print {
  #top-menu,
  #header,
  #main-menu,
  #sidebar,
  #footer,
  .contextual,
  .other-formats {
    display: none;
  }
  #main {
    background: #fff;
  }
  #content {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    overflow: visible !important;
  }
  #wiki_add_attachment {
    display: none;
  }
  .hide-when-print {
    display: none;
  }
  .autoscroll {
    overflow-x: visible;
  }
  table.list {
    margin-top: 0.5em;
  }
}

/* ------------ Accessibility specific styles ------------ */
.hidden-for-sighted {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.controller-settings.action-plugin #mailchimp_list_assignments .icon-add {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
  background: none !important;
}

.controller-settings.action-plugin #mailchimp_list_assignments .icon-add:before {
  font-size: 11px !important;
}

.controller-settings.action-plugin #mailchimp_list_assignments .icon-add:before {
  color: #595b5f !important;
}

.controller-settings.action-plugin #mailchimp_list_assignments .icon-add:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-settings.action-plugin #mailchimp_list_assignments .icon-add:hover:before {
  color: #404245 !important;
}

.controller-settings .tabular.settings label:not(.inline) {
  min-width: 250px;
}

@media (max-width: 420px) {
  .controller-settings #tab-content-issues,
  .controller-settings #tab-content-repositories {
    overflow: auto;
  }
}

@media (max-width: 420px) {
  .controller-settings .tabular.settings label {
    width: 300px !important;
  }
}

@media (max-width: 420px) {
  .controller-settings.action-plugin .tabular.settings label {
    width: auto !important;
  }
}

@media (max-width: 420px) {
  .controller-settings.action-plugin table.list th {
    display: table-cell;
  }
}

@media (max-width: 420px) {
  .controller-settings.action-plugin input[type="checkbox"] {
    top: 0;
  }
}

#buy-theme {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #2e67cb;
  color: #fff;
  padding: 20px 40px;
  font-size: 16px;
  box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.3);
  z-index: 99999;
}

#buy-theme a {
  color: #fff;
}

.block {
  display: block;
}

.edit_role select {
  min-width: 280px;
}

.edit_tracker input[type="text"],
.edit_tracker select,
.edit_tracker textarea {
  min-width: 160px;
}

#workflow_form fieldset {
  border: none;
}

.noborder,
#wrapper .table.list tr.noborder {
  border: none !important;
}

@media (min-width: 899px) {
  .swipe {
    display: none;
  }
}

.ui-tooltip,
.ui-widget.ui-tooltip {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #000 !important;
  color: #fff;
  font-size: 80%;
  border: none !important;
  box-shadow: none !important;
  padding: 4px 8px !important;
}

#user_id {
  background: #fff;
}

/* ------------ Badges ------------ */
.status-badge.editable {
  background-position: 85% center !important;
  padding-right: 1.5rem !important;
}

.badge {
  position: relative;
  padding: 0 4px;
  border: 1px solid transparent;
  color: #404245;
  font-size: 10px;
  border-radius: 4px;
  margin: 0 2px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.badge-private {
  color: #ec4832;
  border-color: #ec4832;
}

.badge-count {
  color: #fff;
  background: #404245;
  line-height: 1.5;
}

.badge-status-open {
  color: #45c59c;
  border-color: #45c59c;
}

.badge-status-locked {
  color: #fff;
  background: #404245;
  opacity: 0.5;
}

.badge-status-closed {
  color: #45c59c;
  border-color: #45c59c;
  text-decoration: line-through;
}

.badge-issues-count {
  color: #404245;
  background: #eef2fb;
  border: 1px solid #dfe1e6;
}

.menu-children {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #fff;
  display: none;
  position: absolute;
  top: 20px;
  padding: 0.5rem !important;
  min-width: 220px;
  z-index: 1000;
}

.menu-children.visible, .menu-children.open {
  display: block;
}

.menu-children li {
  list-style: none;
}

.menu-children li a {
  margin: 0 !important;
  display: block;
  padding: 0 1rem;
  line-height: 30px;
  color: #404245;
  border: 1px solid transparent;
}

.menu-children:not(#actionbar .menu-children) li a {
  border-radius: 4px;
}

.menu-children:not(#actionbar .menu-children) li a:before {
  color: #404245 !important;
}

.menu-children:not(#actionbar .menu-children) li a:hover {
  text-decoration: none;
  background: #fafafa;
  border: 1px solid #dfe1e6;
}

.menu-children:not(#actionbar .menu-children) li a .fas:before {
  color: #404245;
}

.controller-issues.action-index .menu-children {
  top: 50px;
}

#global_issue_template-form .box.tabular,
.controller-groups.action-index #content > form:nth-of-type(1) {
  width: 100%;
  display: flow-root;
}

#redminex-ad {
  display: block;
  width: 660px;
}

#filters-table .filter {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 627px) {
  #filters-table .filter {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 0.5rem;
    margin-bottom: 0;
  }
}

#filters-table .select2-selection__rendered {
  white-space: nowrap !important;
}

#filters-table .field {
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-width: 135px;
}

@media (min-width: 627px) {
  #filters-table .field {
    -webkit-flex: 0 1 135px;
        -ms-flex: 0 1 135px;
            flex: 0 1 135px;
  }
}

@media (min-width: 627px) {
  #filters-table .operator {
    min-width: 130px;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

#filters-table .operator select,
#filters-table .operator .select2-container {
  width: 100% !important;
}

#filters-table .values {
  position: relative;
}

@media (min-width: 627px) {
  #filters-table .values {
    min-width: 236px;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

#filters-table .values select,
#filters-table .values .select2-container {
  min-width: 0 !important;
  width: calc(100% - 30px);
}

#filters-table .operator,
#filters-table .values {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 120px !important;
}

#filters-table .toggle-multiselect {
  position: relative;
  top: 2px;
  margin-left: 0.25rem;
}

/* ==========================================================================
   Context menu
   ========================================================================== */
#wrapper #context-menu {
  margin-top: -40px;
  margin-left: -10px;
}

#wrapper #context-menu li.folder > ul {
  left: 142px;
}

#wrapper #context-menu ul {
  min-width: 200px;
}

#wrapper #context-menu li {
  padding: 0;
  border: none;
}

#wrapper #context-menu li a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block !important;
  line-height: 30px;
  font-size: 12px;
  border: 1px solid transparent;
  color: #404245;
  padding: 0 9.75px;
  background-image: none;
}

#wrapper #context-menu li a:before {
  color: #404245 !important;
}

#wrapper #context-menu li a:hover {
  background: #fafafa;
  border: 1px solid #dfe1e6;
  color: #404245 !important;
  text-decoration: none;
}

#wrapper .dmsf-uploader {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #404245;
  border-radius: 0;
}

body[class*="project-"] #wrapper #context-menu {
  margin-top: -147px;
}

.controller-issues.action-index #wrapper #context-menu {
  margin-top: -147px;
}

.controller-dmsf.action-index #wrapper #context-menu {
  margin-top: -147px;
}

tr.context-menu-selection {
  background-color: #e6eaef !important;
  color: #666666 !important;
}

tr.context-menu-selection a {
  color: #404245 !important;
}

tr.context-menu-selection:hover {
  background-color: #e6eaef !important;
  color: #000 !important;
}

tr.context-menu-selection:hover a {
  color: #000 !important;
}

/* ==========================================================================
   Header
   ========================================================================== */
#wrapper #top-menu a {
  display: inline;
}

#wrapper #top-menu .more li a {
  display: block !important;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 320px) {
  #wrapper #top-menu {
    position: static !important;
  }
}

@media (max-width: 320px) {
  #wrapper #header {
    padding-top: 0 !important;
  }
}

body:not(.rx-upgrade) #top-menu > ul > li > a:not(#top-menu-hamburger-trigger):not(.projectino-logo):not(#account a), body:not(.rx-upgrade) #top-menu .cm-menu-header a {
  margin: 0 1.25rem;
}

#top-menu {
  background-color: #2a2e3c !important;
  background-image: url("/assets/themes/abacusmine_3.0.3/logo-top-d505077f.png");
  background-repeat: no-repeat;
  background-position: 10px 12px;
  background-size: auto 26px;
  color: #fff;
  min-height: 50px;
  font-size: 13px;
  width: 100%;
  position: relative;
  z-index: 9999;
  /*More icon styles*/
}

@media (max-width: 560px) {
  #top-menu {
    background: #2a2e3c !important;
  }
}

#top-menu a.home-link {
  height: 50px;
  width: 50px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

@media (max-width: 560px) {
  #top-menu a.home-link {
    display: none;
  }
}

#top-menu span {
  float: none !important;
}

#top-menu > ul {
  margin: 5px 0 5px 9.75px;
  padding: 0 0 0 50px;
  max-width: 82%;
}

@media (max-width: 560px) {
  #top-menu > ul {
    padding-left: 0 !important;
  }
}

#top-menu #account ul ul:before,
#top-menu #account ul ul:after {
  content: none;
}

#top-menu #account ul ul,
#top-menu #account ul ul {
  position: static !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0;
}

#top-menu #account ul:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}

#top-menu #account ul:before {
  border-color: rgba(231, 231, 231, 0);
  border-bottom-color: #e7e7e7;
  border-width: 4px;
  margin-left: -4px;
}

#top-menu #account li {
  display: block;
  float: none;
}

#top-menu #account li a {
  color: #404245;
  font-size: 12px;
  margin: 0;
  display: block;
}

#top-menu li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  line-height: 40px;
  position: relative;
}

#top-menu > ul > li > a:not(#top-menu-hamburger-trigger):not(.projectino-logo):not(#account a),
#top-menu .cm-menu-header a {
  color: #969db6 !important;
  font-weight: normal;
  padding: 9.75px 0 9.75px 9.75px;
  margin: 0 0.75rem;
}

#top-menu a.df {
  padding: 9.75px 0 9.75px 22px;
}

#top-menu a.df.fa {
  padding: 9.75px 0 9.75px 20px;
}

#top-menu .more {
  color: #969db6 !important;
}

#top-menu a:hover,
#top-menu a:hover:before,
#top-menu .more:hover {
  text-decoration: none;
}

#top-menu ul a:before {
  color: #9fa5bc;
  font-size: 18px;
  margin-right: 8px;
}

#top-menu #loggedas a:before,
#top-menu #account:before {
  color: #fff !important;
  margin-right: 8px;
  line-height: 35px !important;
}

#top-menu > ul a:before {
  line-height: 40px;
}

#top-menu > ul .menu-children {
  display: none !important;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.25);
}

#top-menu > ul .more {
  display: inline-block;
  height: 40px;
  width: 60px;
  line-height: 40px;
  position: relative;
  padding-left: 9.75px;
}

#top-menu > ul .more:before {
  content: "\f055";
  color: #878fab;
  font-size: 18px !important;
  margin-left: 4px;
  display: inline-block;
}

#top-menu > ul .more .ul {
  position: absolute;
  left: -9999px;
  min-width: 200px;
}

#top-menu > ul .more .ul li a {
  margin: 0 !important;
  display: block;
  padding: 0 1rem 0 37px;
  line-height: 30px;
  color: #404245;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
}

#top-menu > ul .more .ul li a:hover {
  text-decoration: none;
  background: #fafafa;
  border: 1px solid #dfe1e6;
}

#top-menu > ul .more .ul li a:before {
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  margin: 0 !important;
  position: absolute;
  top: 50%;
  left: 1rem;
  font-size: 13px;
}

#top-menu > ul .more .ul ul.menu-children {
  padding: 0;
}

#top-menu > ul .more .ul ul.menu-children li a {
  padding-left: 1rem;
}

#top-menu > ul .more:hover .ul,
#top-menu > ul .more:hover .ul:hover {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  top: 36px;
  left: 0;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 9.75px;
  z-index: 999;
}

@media (max-width: 420px) {
  #top-menu ul .more:hover .ul {
    left: auto;
    right: -15px;
  }
}

#top-menu > ul .more:hover li,
#top-menu > ul .more:hover li a {
  font-size: 13px !important;
  display: block;
  float: none;
  line-height: 30px;
}

#top-menu > ul .more:hover li a.df {
  padding-left: 17px;
}

#top-menu > ul .more:hover li a.df.fa {
  padding-left: 0;
}

#top-menu .more:hover .ul:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 4px;
  margin-left: -4px;
}

#top-menu .more:hover .ul:before {
  border-color: rgba(231, 231, 231, 0);
  border-bottom-color: #e7e7e7;
  border-width: 4px;
  margin-left: -4px;
}

#top-menu .more li a {
  color: #2a2e3c;
}

#top-menu > ul > li > a:not(#top-menu-hamburger-trigger):not(.projectino-logo):not(#account a):hover, #top-menu > ul > li > a:not(#top-menu-hamburger-trigger):not(.projectino-logo):not(#account a):hover:before, #top-menu > ul > li > a:not(#top-menu-hamburger-trigger):not(.projectino-logo):not(#account a).selected, #top-menu > ul > li > a:not(#top-menu-hamburger-trigger):not(.projectino-logo):not(#account a).selected:before,
#top-menu .cm-menu-header a:hover,
#top-menu .cm-menu-header a:hover:before,
#top-menu .cm-menu-header a.selected,
#top-menu .cm-menu-header a.selected:before {
  color: #fff !important;
}

#top-menu #loggedas {
  color: #243133;
  float: right;
  font-size: 0;
  padding: 7px;
}

@media (max-width: 560px) {
  #top-menu #loggedas {
    display: none !important;
  }
}

#top-menu #loggedas a {
  padding: 0 9.75px;
}

body.theme-dark_tmp #top-menu {
  background-color: #fff !important;
}

body.theme-dark_tmp #top-menu a.selected,
body.theme-dark_tmp #top-menu a:hover {
  color: #4879d4 !important;
}

body.theme-dark_tmp #top-menu > ul > li > a:not(#top-menu-hamburger-trigger):not(.projectino-logo):not(#account a):hover, body.theme-dark_tmp #top-menu > ul > li > a:not(#top-menu-hamburger-trigger):not(.projectino-logo):not(#account a):hover:before, body.theme-dark_tmp #top-menu > ul > li > a:not(#top-menu-hamburger-trigger):not(.projectino-logo):not(#account a).selected, body.theme-dark_tmp #top-menu > ul > li > a:not(#top-menu-hamburger-trigger):not(.projectino-logo):not(#account a).selected:before,
body.theme-dark_tmp #top-menu .cm-menu-header a:hover,
body.theme-dark_tmp #top-menu .cm-menu-header a:hover:before,
body.theme-dark_tmp #top-menu .cm-menu-header a.selected,
body.theme-dark_tmp #top-menu .cm-menu-header a.selected:before {
  color: #4879d4 !important;
}

#project-jump {
  line-height: 1.5;
}

#project-jump.drdn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 899px) {
  #project-jump.drdn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 50px;
    padding: 0;
  }
}

#project-jump .drdn-trigger {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #dfe1e6;
  color: #404245;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 899px) {
  #project-jump .drdn-trigger {
    display: block;
    width: calc(100% - 72px);
    width: -webkit-calc(100% - 72px);
    padding-left: 24.375px;
    background: none;
    height: 25px;
    border: none;
    margin: 13px 0 0 9.75px;
    color: #fff;
  }
}

#project-jump .drdn-content {
  width: 280px;
}

@media screen and (max-width: 899px) {
  #project-jump .drdn-content {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #373c4e;
  }
}

@media screen and (max-width: 899px) {
  #project-jump .drdn-content .autocomplete {
    height: 40px;
    font-size: 20px;
  }
}

@media screen and (max-width: 899px) {
  #project-jump .drdn-content a {
    padding: 9.75px;
  }
}

.drdn {
  position: relative;
}

.drdn.expanded .drdn-content {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.125);
}

.drdn-trigger {
  -moz-user-select: none;
  background: none;
  cursor: pointer;
  height: 28px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-right: 19.5px;
}

@media (min-width: 900px) {
  .drdn-trigger {
    padding-left: 9.75px;
  }
}

body[class*="project-"] #content > .contextual .drdn-trigger {
  padding: 0 !important;
}

body[class*="project-"] #content > .contextual .drdn-trigger .icon-only {
  width: 0;
}

.drdn-content {
  background-color: #fff;
  display: none;
  min-width: 100px;
  position: absolute;
  right: 0;
  top: 31px;
  z-index: 99999;
}

@media screen and (min-width: 900px) {
  .drdn-content {
    border: 1px solid #dfe1e6;
  }
}

.drdn-content .quick-search input {
  margin: auto;
  display: block;
  width: 100% !important;
  font-size: 13px;
}

.drdn-content .quick-search {
  margin: 9.75px;
}

.drdn-content .all-projects {
  text-align: center;
}

@media screen and (min-width: 900px) {
  div + .drdn-items {
    border-top: 1px solid #dfe1e6;
  }
}

.drdn-items {
  max-height: 450px;
  overflow: auto;
  padding: 9.75px;
}

.drdn-items a {
  color: #404245;
}

.drdn-items > * {
  display: block;
  overflow: hidden;
  padding: 0 9.75px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 900px) {
  .drdn-items > * {
    border: 1px solid #7b8398;
    border: 1px solid #fff;
  }
}

.drdn-items:not(.projects) > * {
  line-height: 30px;
}

.drdn-items > a:hover {
  color: #4879d4;
}

.drdn-items > strong:not(:first-of-type) {
  margin-top: 1rem;
}

/* ------------ Account ------------ */
#account {
  font-size: 13px;
  float: right;
  margin: 0 60px 0 0 !important;
  padding: 7px;
}

@media (min-width: 900px) {
  #account {
    margin: 0 19.5px 0 0 !important;
  }
}

#account ul {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: absolute;
  top: -9999px;
  right: 26px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 999;
  padding: 1rem !important;
}

#account ul li a {
  margin: 0 !important;
  display: block;
  padding: 0 1rem;
  line-height: 30px;
  color: #404245;
  border: 1px solid transparent;
  border-radius: 4px;
}

#account ul li a:hover {
  text-decoration: none;
  background: #fafafa !important;
  border: 1px solid #dfe1e6;
}

#account ul li a:before {
  font-size: 13px;
  margin: 0 8px 0 0 !important;
}

#account:hover ul,
#account ul:hover,
#account:focus ul,
#account ul:focus,
#account:active ul,
#account ul:active {
  top: 46px;
}

/* ------------ Header ------------ */
#header {
  margin: 0;
  background: #fff;
  line-height: 40px;
  background: #fafafa;
  border-bottom: 1px solid #dfe1e6;
  border-top: 1px solid #353a4b !important;
  /* ------------ Main menu ------------ */
}

@media (max-width: 560px) {
  #header {
    line-height: 30px !important;
  }
}

@media (min-width: 899px) {
  #header {
    border-top: none !important;
  }
}

#header a {
  color: #fff;
}

#header h1 {
  padding: 1rem 0 0 1rem;
  word-wrap: break-word;
  font-size: 1.563rem;
  line-height: 1.25;
}

@media (max-width: 480px) {
  #header h1 {
    clear: both;
  }
}

@media (max-width: 420px) {
  #header h1 {
    padding-left: 8px !important;
  }
}

#header h1 .breadcrumbs {
  font-size: 1rem;
  display: block;
}

#header h1 a {
  color: #4879d4;
}

#header #quick-search {
  float: right;
  padding: 0 8px 0 0;
  margin: 0 !important;
}

@media (min-width: 899px) {
  #header #quick-search {
    padding: 9.75px 19.5px 9.75px 9.75px;
  }
}

@media screen and (max-width: 899px) {
  #header #quick-search .quick-search input {
    display: block !important;
    width: 100% !important;
    max-width: none;
  }
}

@media (max-width: 770px) {
  #header #quick-search label {
    display: none !important;
  }
}

@media (max-width: 560px) {
  #header #quick-search label {
    display: block !important;
    color: transparent !important;
  }
}

@media (max-width: 560px) {
  #header #quick-search label a {
    font-size: 0;
    color: #fbfbfb;
  }
}

#header #quick-search input {
  font-size: 13px !important;
}

#header #quick-search select {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right;
}

#header #quick-search input {
  display: none;
}

@media (min-width: 560px) {
  #header #quick-search input {
    display: inline-block;
    width: 160px;
    margin-left: 5px;
  }
}

@media (min-width: 670px) {
  #header #quick-search input {
    width: 130px;
    height: 28px;
  }
}

@media (min-width: 1200px) {
  #header #quick-search input {
    width: 200px;
    height: 28px;
  }
}

#header #quick-search label {
  color: #404245;
}

#header #quick-search a {
  color: #4879d4;
}

#header #quick-search form {
  display: inline-block;
}

#header #main-menu,
#header #main-menu2 {
  width: 100%;
  background: #fff;
  position: relative;
  clear: both;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
  margin-top: 51px;
}

@media (max-width: 670px) {
  #header #main-menu,
  #header #main-menu2 {
    clear: both;
  }
}

@media (min-width: 900px) {
  #header #main-menu,
  #header #main-menu2 {
    margin-top: 0px;
  }
}

#header #main-menu > li,
#header #main-menu2 > li {
  float: left;
}

#header #main-menu li,
#header #main-menu2 li {
  list-style: none;
}

@media (max-width: 560px) {
  #header #main-menu li a.gantt,
  #header #main-menu2 li a.gantt {
    display: none !important;
  }
}

#header #main-menu .tabs-buttons,
#header #main-menu2 .tabs-buttons {
  display: none !important;
}

#header #main-menu ul,
#header #main-menu2 ul {
  margin: 0;
  padding: 2px 0 2px 9.75px;
  border-top: 1px solid #dfe1e6;
  width: 100% !important;
}

@media (max-width: 560px) {
  #header #main-menu ul.active,
  #header #main-menu2 ul.active {
    top: 41px;
    left: 6px;
  }
}

@media (max-width: 560px) {
  #header #main-menu ul:after,
  #header #main-menu ul:before,
  #header #main-menu2 ul:after,
  #header #main-menu2 ul:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
}

@media (max-width: 560px) {
  #header #main-menu ul:after,
  #header #main-menu2 ul:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 4px;
    margin-left: -4px;
  }
}

@media (max-width: 560px) {
  #header #main-menu ul:before,
  #header #main-menu2 ul:before {
    border-color: rgba(231, 231, 231, 0);
    border-bottom-color: #ffffff;
    border-width: 4px;
    margin-left: -4px;
  }
}

#header #main-menu > ul > li,
#header #main-menu2 > ul > li {
  float: left;
  list-style-type: none;
  padding: 0;
  white-space: nowrap;
}

#header #main-menu li a.new-issue,
#header #main-menu2 li a.new-issue {
  height: 28px !important;
  line-height: 27px;
}

@media (max-width: 560px) {
  #header #main-menu li a.new-issue,
  #header #main-menu2 li a.new-issue {
    border: none;
    color: #fff;
    text-transform: none;
    margin: 0;
  }
}

#header #main-menu li a.new-issue:hover,
#header #main-menu li a.new-issue:focus,
#header #main-menu li a.new-issue:active,
#header #main-menu2 li a.new-issue:hover,
#header #main-menu2 li a.new-issue:focus,
#header #main-menu2 li a.new-issue:active {
  background: #45c59c !important;
  border: 1px solid #33a480;
}

@media (max-width: 560px) {
  #header #main-menu li a.new-issue:hover,
  #header #main-menu li a.new-issue:focus,
  #header #main-menu li a.new-issue:active,
  #header #main-menu2 li a.new-issue:hover,
  #header #main-menu2 li a.new-issue:focus,
  #header #main-menu2 li a.new-issue:active {
    background: none !important;
    color: #000 !important;
    text-decoration: underline;
  }
}

#header #main-menu li a,
#header #main-menu2 li a {
  display: block;
  color: #404245;
  text-decoration: none;
  margin: 0.25rem;
  padding: 0.25rem 1rem;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
  border: 1px solid #dfe1e6;
  border-radius: 4px;
}

@media (min-width: 900px) {
  #header #main-menu li a,
  #header #main-menu2 li a {
    line-height: 30px;
    margin: 4.875px 4.875px 4.875px 0;
    border: none;
    padding: 0 15px;
  }
}

#header #main-menu li a:not(.menu-children a):before,
#header #main-menu2 li a:not(.menu-children a):before {
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  content: "";
  width: 90%;
  height: 3px;
  position: absolute;
  bottom: -7px !important;
  top: unset;
  left: 50%;
  background: #4879d4;
  opacity: 0;
  border-radius: 10px;
}

#header #main-menu li a:not(.menu-children a):hover,
#header #main-menu li a:not(.menu-children a).selected,
#header #main-menu li a:not(.menu-children a).selected:hover,
#header #main-menu2 li a:not(.menu-children a):hover,
#header #main-menu2 li a:not(.menu-children a).selected,
#header #main-menu2 li a:not(.menu-children a).selected:hover {
  background-color: #4879d4;
  color: #fff;
  border-color: #4879d4;
}

@media (min-width: 900px) {
  #header #main-menu li a:not(.menu-children a):hover:before,
  #header #main-menu li a:not(.menu-children a).selected:before,
  #header #main-menu li a:not(.menu-children a).selected:hover:before,
  #header #main-menu2 li a:not(.menu-children a):hover:before,
  #header #main-menu2 li a:not(.menu-children a).selected:before,
  #header #main-menu2 li a:not(.menu-children a).selected:hover:before {
    opacity: 1;
  }
}

@media (min-width: 900px) {
  #header #main-menu li a:not(.menu-children a):hover,
  #header #main-menu li a:not(.menu-children a).selected,
  #header #main-menu li a:not(.menu-children a).selected:hover,
  #header #main-menu2 li a:not(.menu-children a):hover,
  #header #main-menu2 li a:not(.menu-children a).selected,
  #header #main-menu2 li a:not(.menu-children a).selected:hover {
    background-color: transparent;
    color: #404245;
    border-color: #dfe1e6;
  }
}

#header #main-menu li a.new-issue:hover,
#header #main-menu2 li a.new-issue:hover {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #4879d4;
  color: #fff;
}

@media (max-width: 560px) {
  #header #main-menu li a.new-issue:hover,
  #header #main-menu2 li a.new-issue:hover {
    background: none !important;
    color: #000 !important;
    text-decoration: underline;
  }
}

@media (max-width: 560px) {
  #header #main-menu li a.new-issue.selected,
  #header #main-menu2 li a.new-issue.selected {
    background: #45c59c !important;
    color: #fff !important;
  }
}

#header #main-menu #new-object,
#header #main-menu2 #new-object {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  vertical-align: top;
  display: block;
  height: 30px;
  line-height: 16px;
}

#header #main-menu #new-object:before,
#header #main-menu2 #new-object:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

#header #main-menu li:first-child,
#header #main-menu2 li:first-child {
  position: relative;
}

#header #main-menu li:first-child:hover ul.menu-children,
#header #main-menu li:first-child:hover ul.menu-children.visible,
#header #main-menu2 li:first-child:hover ul.menu-children,
#header #main-menu2 li:first-child:hover ul.menu-children.visible {
  display: block;
  left: 0;
}

#header #main-menu .menu-children a,
#header #main-menu2 .menu-children a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid transparent;
}

#header #main-menu .menu-children a:hover,
#header #main-menu2 .menu-children a:hover {
  background: #fafafa;
  border: 1px solid #dfe1e6;
}

#header #main-menu .menu-children {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: absolute;
  left: -9999px;
  top: 37px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 9.75px;
  z-index: 999;
  display: inline-block !important;
}

#header #main-menu .menu-children li {
  clear: both;
  float: left;
  width: 100%;
}

#header div#main-menu li a.new-issue {
  border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  display: block !important;
  background: #45c59c;
  border: 1px solid #45c59c;
  color: #fff;
}

@media (min-width: 1200px) {
  .h1-hidden:not([class*="project-"]) #main-menu,
  .h1-hidden:not([class*="project-"]) #main-menu2 {
    margin-top: 1rem;
  }
}

body.theme-dark_tmp #main-menu,
body.theme-dark_tmp #main-menu2 {
  background-color: transparent;
}

body.theme-dark_tmp #header {
  background: transparent !important;
}

.controller-agile_colors.action-index #header #main-menu,
.controller-agile_colors.action-index #header #main-menu2,
.controller-reporting_logs.action-show #header #main-menu,
.controller-reporting_logs.action-show #header #main-menu2 {
  display: none;
}

/* ------------ Admin menu ------------ */
#admin-menu ul,
[class*="controller-"] #sidebar ul ul {
  margin: 0;
  padding: 0;
}

#admin-menu li,
[class*="controller-"] #sidebar ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#admin-menu a,
[class*="controller-"] #sidebar ul a {
  background-repeat: no-repeat !important;
}

#admin-menu a:before,
[class*="controller-"] #sidebar ul a:before {
  color: #9fa5bc !important;
}

#admin-menu a.delete:before,
[class*="controller-"] #sidebar ul a.delete:before {
  color: #595b5f !important;
}

#admin-menu a {
  padding: 7.3125px 0 7.3125px 19.5px !important;
  color: #404245;
}

#admin-menu a:not(.dashboard) {
  display: block;
}

@media (max-width: 670px) {
  select#project_quick_jump_box {
    display: block;
  }
}

@media (max-width: 560px) {
  select#project_quick_jump_box {
    display: none !important;
  }
}

body.theme-dark_tmp #main-menu > ul > li > a:not(.new-object),
body.theme-dark_tmp #main-menu #expanded-menu:not(.new-object),
body.theme-dark_tmp #main-menu2 > ul > li > a:not(.new-object),
body.theme-dark_tmp #main-menu2 #expanded-menu:not(.new-object) {
  border: 1px solid #fff;
}

/* ==========================================================================
   Issue priorities
   ========================================================================== */
/*----------------- General -----------------*/
table.list tr[class*="priority-"] > td:first-child {
  position: relative;
}

table.list tr[class*="priority-"] > td:first-child:before {
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '';
  width: 5px;
  height: 80%;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
}

body:not(.rx-upgrade) table.list td.priority {
  position: relative;
  text-align: center;
  color: #fff;
  z-index: 1;
}

body:not(.rx-upgrade) table.list td.priority:before {
  -webkit-transform: translate(calc(-50% + 0.325rem), -50%);
      -ms-transform: translate(calc(-50% + 0.325rem), -50%);
          transform: translate(calc(-50% + 0.325rem), -50%);
  border-radius: 4px;
  content: '';
  height: 50%;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  opacity: 0.875;
}

/*----------------- Low -----------------*/
table.list tr.priority-lowest > td:first-child:before,
table.list tr.priority-1 > td:first-child:before,
body:not(.rx-upgrade) table.list tr.priority-1 td.priority:before {
  background-color: #45c59c;
}

/*----------------- Normal -----------------*/
table.list tr.priority-default > td:first-child:before,
table.list tr.priority-2 > td:first-child:before,
body:not(.rx-upgrade) table.list tr.priority-2 td.priority:before {
  background-color: #d0d0d0;
}

/*----------------- High -----------------*/
table.list tr.priority-high3 > td:first-child:before,
table.list tr.priority-3 > td:first-child:before,
body:not(.rx-upgrade) table.list tr.priority-3 td.priority:before {
  background-color: #ee8f50;
}

/*----------------- Urgent -----------------*/
table.list tr.priority-high2 > td:first-child:before,
table.list tr.priority-4 > td:first-child:before,
body:not(.rx-upgrade) table.list tr.priority-4 td.priority:before {
  background-color: #ec4832;
}

/*----------------- Immediate / Critical -----------------*/
table.list tr.priority-highest > td:first-child:before,
table.list tr.priority-5 > td:first-child:before,
body:not(.rx-upgrade) table.list tr.priority-5 td.priority:before {
  background-color: #a82210;
}

.cal a.priority-lowest {
  color: #ee8f50;
}

.cal a.priority-default {
  color: inherit;
}

.cal a.priority-high3 {
  color: #f59b8f;
}

.cal a.priority-high2 {
  color: #ec4832;
}

.cal a.priority-highest {
  color: #a82210;
}

/* ==========================================================================
   Modal
   ========================================================================== */
div.modal {
  max-width: 899px;
}

div.modal.ui-widget {
  z-index: 9999;
}

div.modal .text-center {
  text-align: center;
}

div.modal .text-center > a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
}

div.modal .text-center > a:first-child {
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
}

div.modal .text-center > a:first-child:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

div.modal .text-center > a:first-child:hover {
  background-color: #2c5fbd;
  border: 1px solid #2c5fbd;
  text-decoration: none;
}

div.modal .text-center > a:first-child:hover:before {
  color: #fff !important;
}

div.modal .text-center > a + a {
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

div.modal .text-center > a + a:before {
  color: #595b5f !important;
}

div.modal .text-center > a + a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

div.modal .text-center > a + a:hover:before {
  color: #404245 !important;
}

div.modal h3.title {
  display: none !important;
}

div.modal p.buttons {
  text-align: center;
}

div.modal p.buttons input + a,
div.modal p.buttons input + input,
div.modal p.buttons .icon-del {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

div.modal p.buttons input + a:before,
div.modal p.buttons input + input:before,
div.modal p.buttons .icon-del:before {
  color: #595b5f !important;
}

div.modal p.buttons input + a:hover,
div.modal p.buttons input + input:hover,
div.modal p.buttons .icon-del:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

div.modal p.buttons input + a:hover:before,
div.modal p.buttons input + input:hover:before,
div.modal p.buttons .icon-del:hover:before {
  color: #404245 !important;
}

div.modal p.buttons .icon-del {
  float: none !important;
}

div.modal .icon-user {
  margin-right: 0.25rem;
}

#trackers_description {
  display: none;
}

.ui-widget-overlay {
  background: #2a2e3c !important;
  opacity: 0.75;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-widget-header,
.ui-dialog .ui-dialog-titlebar {
  background: #404245 !important;
  border: none !important;
  font-weight: normal;
  cursor: move;
  color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none;
  background: none;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background: none !important;
}

div.modal,
.ui-widget {
  position: absolute !important;
}

div.modal .ui-dialog-titlebar-close,
.ui-widget .ui-dialog-titlebar-close {
  transition: all 200ms ease-in-out;
  background: none;
  border: none !important;
}

div.modal .ui-icon,
div.modal .ui-state-default .ui-icon,
div.modal .ui-widget-content .ui-icon,
div.modal .ui-icon-closethick,
.ui-widget .ui-icon,
.ui-widget .ui-state-default .ui-icon,
.ui-widget .ui-widget-content .ui-icon,
.ui-widget .ui-icon-closethick {
  background-image: none;
}

div.modal .ui-icon:before,
div.modal .ui-state-default .ui-icon:before,
div.modal .ui-widget-content .ui-icon:before,
div.modal .ui-icon-closethick:before,
.ui-widget .ui-icon:before,
.ui-widget .ui-state-default .ui-icon:before,
.ui-widget .ui-widget-content .ui-icon:before,
.ui-widget .ui-icon-closethick:before {
  content: '';
  background-image: url("/assets/themes/abacusmine_3.0.3/icon-times_wh-e256550b.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  color: #595b5f !important;
  width: 10px;
  height: 10px;
  display: block;
}

.ui-button:focus {
  outline: none;
}

#member-add-submit + a,
.modal-action-button {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

#member-add-submit + a:before,
.modal-action-button:before {
  color: #595b5f !important;
}

#member-add-submit + a:hover,
.modal-action-button:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#member-add-submit + a:hover:before,
.modal-action-button:hover:before {
  color: #404245 !important;
}

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Open Sans", sans-serif !important;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
/*
  CONTENTS
  inside .redmine_mobile_menu 
  A) BASIC MOBILE RESETS
  B) HEADER & TOP MENUS
  C) MAIN CONTENT & SIDEBAR
  
  outside .redmine_mobile_menu 
  D) TOGGLE BUTTON & FLYOUT MENU
*/
@media all and (min-width: 900px) {
  /* Hide new elements (toggle button and flyout menu) above 900px */
  .mobile-toggle-button,
  .flyout-menu {
    display: none;
  }
}

/*
  redmine's body is set to min-width: 900px
  add first breakpoint here and start adding responsiveness
*/
@media all and (max-width: 899px) {
  .flyout-menu .help + .menu-children {
    display: none;
  }
  #wrapper {
    right: 0;
  }
  body,
  html {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  #main .toggle-filters {
    margin-right: 0.5rem !important;
  }
  html {
    overflow-y: auto;
    /* avoid 2nd scrollbar on desktop */
  }
  body {
    min-width: 0;
    /* reset the min-width of 900px */
    -webkit-overflow-scrolling: touch;
  }
  #header {
    background: #2a2e3c;
  }
  .ui-dialog .ui-dialog-content {
    padding: 9.75px !important;
    overflow-y: auto !important;
  }
  body.redmine_mobile_menu {
    font-size: 13px;
  }
  body.redmine_mobile_menu input, body.redmine_mobile_menu select, body.redmine_mobile_menu textarea, body.redmine_mobile_menu button {
    font-size: 13px;
  }
  body.redmine_mobile_menu #login-form input#username,
  body.redmine_mobile_menu #login-form input#password,
  body.redmine_mobile_menu #login-form input#openid_url {
    height: 29.25px;
  }
  /*----------------------------------------*      D) TOGGLE BUTTON & FLYOUT MENU
    \*----------------------------------------*/
  #header .mobile-toggle-button {
    font-size: 42px;
    line-height: 50px;
    position: relative;
    z-index: 10;
    display: block;
    /* remove display: none; of non-mobile version */
    float: right;
    width: 50px;
    height: 50px !important;
    margin-top: 0;
    text-align: center;
    border-left: 1px solid #353a4b;
  }
  .mobile-toggle-button:hover,
  .mobile-toggle-button:active {
    text-decoration: none;
  }
  .mobile-toggle-button:after {
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-size: 24px;
    text-rendering: auto;
    color: #9fa5bc;
    position: relative;
    content: "\f0c9";
  }
  /* search magnifier icon */
  .search-magnifier {
    font-family: Verdana;
    color: #404245;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .search-magnifier--flyout {
    font-size: 25px;
    line-height: 54px;
    position: absolute;
    z-index: 1;
    left: 12px;
    visibility: hidden;
  }
  /* Flyout Menu */
  #wrapper .flyout-menu {
    position: absolute;
    right: -250px;
    display: block;
    /* remove display: none; of non-mobile version */
    overflow-x: hidden;
    width: 250px;
    height: 100%;
    margin: 0;
    /* reset margin for themes that define it */
    padding: 0 0 39px 0;
    /* reset padding for themes that define it */
    color: white;
    background-color: #2a2e3c;
    z-index: 999;
  }
  #wrapper .flyout-menu h2, #wrapper .flyout-menu h3 {
    margin-bottom: 0;
    border-bottom: 1px solid #3f455a;
    padding-bottom: 0.25rem;
  }
  #wrapper .flyout-menu #abacus-hide-sidebar {
    display: none;
  }
  #wrapper .flyout-menu a {
    color: #dfe1e6;
  }
  #wrapper .flyout-menu a:before {
    color: #979eae;
    margin-right: 0.5rem;
  }
  #wrapper .flyout-menu a.selected {
    color: #4879d4;
  }
  #wrapper .flyout-menu a.selected:before {
    color: #4879d4 !important;
  }
  #wrapper .flyout-menu .hidden {
    display: inline-block !important;
  }
  #wrapper .flyout-menu .hidden:before {
    content: none;
  }
  #wrapper .flyout-menu .fa:before {
    color: #7f9fa4;
  }
  #wrapper .flyout-menu .icon-time {
    display: block;
    margin-top: 4.875px;
  }
  #wrapper .flyout-menu a:hover,
  #wrapper .flyout-menu a:focus,
  #wrapper .flyout-menu a:active {
    color: #fff !important;
    text-decoration: none !important;
  }
  #wrapper .flyout-menu #admin-menu li {
    display: block;
    width: 100%;
  }
  #wrapper .flyout-menu #admin-menu li a {
    padding-left: 9.75px !important;
  }
  #wrapper .flyout-menu #admin-menu a.selected {
    color: #4879d4;
  }
  #wrapper .flyout-menu a.selected {
    color: #4879d4;
  }
  /* avoid zoom on search input focus for ios devices */
  .flyout-menu input[type='text'] {
    font-size: 13px;
  }
  .flyout-menu h4 {
    color: #fff;
  }
  .flyout-menu ul li a {
    font-size: 13px;
  }
  .flyout-menu {
    padding-left: 29.25px !important;
  }
  .flyout-menu ul li > a.icon-del {
    padding-left: 0 !important;
  }
  #wrapper .flyout-menu h3 {
    font-size: 16px;
    color: #fff;
    background: none !important;
    font-size: 16px;
    margin: 16px 0 0 0;
    text-transform: none;
    line-height: inherit;
    letter-spacing: normal;
  }
  .flyout-menu .flyout-menu__avatar {
    margin-top: -1px;
    /* move avatar up 1px */
    padding-left: 0;
  }
  .flyout-menu__sidebar > form {
    display: block;
    padding-right: 1rem;
  }
  .flyout-menu__sidebar > form h3 {
    margin-left: -9.75px;
  }
  .flyout-menu__sidebar > form label {
    display: inline-block;
    margin: 4.875px 0;
  }
  .flyout-menu__sidebar > form br br {
    display: none;
  }
  /* Targets list containing checkboxes (e.g. activities sidebar) in flyout menu */
  .flyout-menu__sidebar form > ul {
    margin-left: -9.75px;
    padding-left: 0;
  }
  .flyout-menu__sidebar form > ul li {
    line-height: 2;
    display: block;
    padding-left: 9.75px;
  }
  .flyout-menu__sidebar form > ul:first-of-type li:first-child {
    border-top: none !important;
  }
  .flyout-menu__sidebar form > ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  .flyout-menu__sidebar form > ul li label {
    margin: 0;
  }
  .flyout-menu__sidebar form > ul li label a {
    line-height: 1;
    display: inline;
    padding-left: 0;
    border: none;
  }
  .flyout-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .flyout-menu #watchers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .flyout-menu #watchers .contextual {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding: 9.75px;
  }
  .flyout-menu__sidebar div#watchers {
    padding-left: 0 !important;
  }
  .flyout-menu #watchers h3 {
    padding-left: 9.75px;
  }
  .flyout-menu #watchers .user {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .flyout-menu #watchers .delete {
    -webkit-flex-basis: 45px;
        -ms-flex-preferred-size: 45px;
            flex-basis: 45px;
  }
  .flyout-menu #watchers ul li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .flyout-menu ul li a {
    line-height: 40px;
    display: block;
    overflow: hidden;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .flyout-menu ul li a.icon-del:before {
    padding-top: 11px;
  }
  .flyout-menu ul li:first-child a {
    line-height: 39px;
    height: 39px;
    border-top: none;
  }
  .flyout-menu a {
    color: white;
  }
  .flyout-menu ul li a:hover {
    text-decoration: none;
  }
  .flyout-menu ul li a.new-object,
  .new-object ~ .menu-children {
    display: none;
  }
  /* Left flyout search container */
  .flyout-menu__search {
    line-height: 54px;
    height: 64px;
    padding-top: 3px;
    padding-right: 8px;
  }
  .flyout-menu__search input[type='text'] {
    line-height: 2;
    width: 100%;
    height: 38px;
    padding-left: 27px;
    vertical-align: middle;
    border: none;
    border-radius: 3px;
    background: #fff url(".././magnifier.png") no-repeat 5px 10px;
  }
  .flyout-menu__avatar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .flyout-menu__avatar img.gravatar {
    width: 30px;
    height: 30px;
    padding: 0;
    vertical-align: top;
    border-width: 0;
    margin: 4.875px;
  }
  .flyout-menu__avatar a {
    line-height: 40px;
    height: auto;
    height: 40px;
    text-decoration: none;
    color: white;
  }
  /* avatar */
  .flyout-menu__avatar a:first-child {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
  }
  .flyout-menu__avatar .user {
    padding-left: 15px;
  }
  /* user link when no avatar is present */
  .flyout-menu__avatar--no-avatar a.user {
    line-height: 40px;
    padding-left: 8px;
  }
  .flyout-is-active body {
    overflow: hidden;
    /* for body not to have scrollbars when left flyout menu is active */
  }
  html.flyout-is-active {
    overflow: hidden;
  }
  .flyout-is-active #wrapper {
    right: 250px;
    /* when left flyout is active, move body to the right (same amount like flyout-menu's width) */
    overflow: visible !important;
    height: 100%;
  }
  .flyout-is-active .mobile-toggle-button:after {
    content: '\00D7';
    /* close glyph */
    top: -2px;
  }
  .flyout-is-active #wrapper2 {
    /*
       * only relevant for devices with cursor when flyout it active, in order to show,
       * that whole wrapper content is clickable and closes flyout menu
       */
    cursor: pointer;
  }
  #header #project-jump.drdn {
    height: 50px;
    padding: 0;
  }
  #project-jump .drdn-trigger {
    font-size: 1rem !important;
    margin: 6px 0 10px 0;
    height: 35px;
    padding-left: 39px;
    line-height: 2.5;
  }
  #project-jump .drdn-trigger:before {
    font-size: 1rem !important;
    line-height: 2;
    padding: 0;
    left: 15px !important;
    top: 15px !important;
  }
  #main #content > .contextual {
    width: 100%;
    padding: 9.75px;
  }
  #main #content > .contextual a, #main p.buttons a {
    font-weight: normal;
  }
  #main #content > .contextual {
    color: #404245;
  }
}

#wrapper .pagination ul.pages li {
  width: auto;
}

#wrapper .pagination ul.pages li:not(.previous):not(.next) {
  display: none;
}

@media all and (min-width: 600px) {
  #wrapper .pagination ul.pages li:not(.previous):not(.next) {
    display: inline-block;
  }
}

body[class^="project-"] #main {
  padding: 54px 0 0 0 !important;
}

@media (min-width: 560px) {
  body[class^="project-"] #main {
    padding: 124px 0 0 0 !important;
  }
}

/* ==========================================================================
   Select2
   ========================================================================== */
.select2 {
  min-width: 110px;
  max-width: 360px;
  height: 34px;
}

.select2 {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #404245;
  line-height: 34px;
  max-width: 100%;
  border: 1px solid #dfe1e6;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafbfc;
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: 20px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

.select2 .select2-selection__choice {
  line-height: 1.5;
  margin-top: 4px !important;
  padding-right: 10px !important;
}

.box .select2 {
  background-color: #fff;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #404245;
}

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

.select2-selection--single {
  background: none !important;
  border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px !important;
  height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px !important;
}

.select2:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  outline: none;
}

select::-ms-expand,
.select2::-ms-expand {
  display: none;
}

select:hover,
.select2:hover {
  border-color: #c2c6d0;
}

.controller-deals .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 8px;
}

.controller-contacts .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #404245;
}

.controller-expenses .select2-container,
.controller-invoices .select2-container {
  max-width: 380px;
  margin-right: 9.75px;
}

.new_issue .select2-container--default .select2-selection--multiple,
#update .select2-container--default .select2-selection--multiple {
  border: none !important;
}

.new_issue .select2:not(input[type=button]):not(input[type=checkbox]):not(input[type=radio]):not(#start_date_area input):not(#due_date_area input):not(#issue_estimated_hours),
#update .select2:not(input[type=button]):not(input[type=checkbox]):not(input[type=radio]):not(#start_date_area input):not(#due_date_area input):not(#issue_estimated_hours) {
  width: calc(100% - 28px) !important;
  max-width: 360px !important;
}

input:not([type="radio"]):not([type="checkbox"]):not(#start_date_area input):not(#due_date_area input)&:not([id*="time_"]) {
  width: calc(100% - 28px) !important;
  max-width: 360px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 7px 20px 7px 7px !important;
}

.controller-redmine_x_gantt .gantt_cal_light .select2-container--default .select2-selection--single {
  border: none !important;
}

#wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
}

.select2-container--below {
  height: auto;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block !important;
}

/* ==========================================================================
   Type
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: normal;
}

h1 {
  margin: 0 0 10px 0;
}

.h1-hidden:not([class*="project-"]) #header h1 {
  display: none !important;
}

h2, h3, h4, h5, h6 {
  margin: 16px 0 10px 0;
}

#content h1, h2, h3, h4, h5, h6 {
  color: #1b1c1d;
}

h2, .wiki h1 {
  font-size: 20px;
}

h3, .wiki h2 {
  font-size: 16px;
}

h4, .wiki h3 {
  font-size: 13px;
}

h4 {
  font-weight: normal !important;
}

.wiki-page h1, .wiki-page h2, .wiki-page h3, .wiki-page h4, .wiki-page h5, .wiki-page h6 {
  font-weight: 600;
}

pre, code {
  font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;
}

/* ------------ General ------------*/
li p {
  margin-top: 0;
}

p {
  margin: 0 0 9.75px 0;
}

#content >  h2 {
  font-size: 1rem;
  color: #1b1c1d;
  margin: 0;
}

/* ==========================================================================
   Rersponsive mobile menu
   ========================================================================== */
@media all and (max-width: 899px) {
  #wrapper #header {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    background: #2a2e3c;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.125);
  }
  .redmine_mobile_menu {
    /*----------------------------------------*      A) BASIC MOBILE RESETS
    \*----------------------------------------*/
    /*----------------------------------------*      B) HEADER & TOP MENUS
    \*----------------------------------------*/
    /*----------------------------------------*      C) MAIN CONTENT & SIDEBAR
    \*----------------------------------------*/
    /* hide sidebar and sidebar switch panel, since it's placed in mobile flyout menu */
  }
  .redmine_mobile_menu #wrapper {
    position: relative;
    overflow-x: hidden;
    /* hide horizontal overflow */
    max-width: 100%;
  }
  .redmine_mobile_menu #wrapper,
  .redmine_mobile_menu #wrapper2 {
    margin: 0;
  }
  .redmine_mobile_menu #header {
    width: 100%;
    height: 50px;
    /* the height of our header on mobile */
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    background: #2a2e3c;
    /* Hide project name on mobile (project name is still visible in select menu) */
    /* reset #header a color for mobile toggle button */
    /* the quick search within header holding search form and #project_quick_jump_box box*/
    /* styles for combobox within quick-search (#project_quick_jump_box) */
  }
  .redmine_mobile_menu #header h1 {
    display: none !important;
  }
  .redmine_mobile_menu #header a.mobile-toggle-button {
    color: #404245;
    position: absolute;
    right: 0;
    top: 0;
    color: #9fa5bc;
    border-left: 1px solid #3f455a;
    z-index: 99999;
  }
  .redmine_mobile_menu #header #quick-search {
    float: none;
    clear: none;
    /* there are themes which set clear property, this resets it */
    max-width: 100%;
    /* reset max-width */
    margin: 0;
    padding: 0;
  }
  .redmine_mobile_menu #header #quick-search select {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
    top: 13px;
    left: 4.875px;
    float: left;
    width: calc(100% - 72px);
    max-width: 100%;
    height: 25px;
    color: #404245;
    border: 0;
    box-shadow: none;
    padding: 0 0 0 39px;
    font-size: 13px;
    font-weight: normal;
    display: block !important;
  }
  .redmine_mobile_menu #header #quick-search form {
    display: none;
  }
  .redmine_mobile_menu #main.nosidebar #content,
  .redmine_mobile_menu div#content {
    width: 100%;
    min-height: 0;
    /* reset min-height of #content */
    margin: 0;
  }
  .redmine_mobile_menu #sidebar,
  .redmine_mobile_menu #sidebar-switch-panel {
    display: none;
  }
  /* ---------- end .redmine_mobile_menu ---------- */
}

.flyout-is-active a.mobile-toggle-button {
  right: 0px !important;
}

/* ==========================================================================
   Rersponsive mobile menu
   ========================================================================== */
@media all and (max-width: 899px) {
  #wrapper #header {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    background: #2a2e3c;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.125);
  }
  .redmine_mobile_menu {
    /*----------------------------------------*      A) BASIC MOBILE RESETS
    \*----------------------------------------*/
    /*----------------------------------------*      B) HEADER & TOP MENUS
    \*----------------------------------------*/
    /*----------------------------------------*      C) MAIN CONTENT & SIDEBAR
    \*----------------------------------------*/
    /* hide sidebar and sidebar switch panel, since it's placed in mobile flyout menu */
  }
  .redmine_mobile_menu #wrapper {
    position: relative;
    overflow-x: hidden;
    /* hide horizontal overflow */
    max-width: 100%;
  }
  .redmine_mobile_menu #wrapper,
  .redmine_mobile_menu #wrapper2 {
    margin: 0;
  }
  .redmine_mobile_menu #header {
    width: 100%;
    height: 50px;
    /* the height of our header on mobile */
    min-height: 0;
    margin: 0;
    padding: 0 !important;
    background: #2a2e3c;
    /* Hide project name on mobile (project name is still visible in select menu) */
    /* reset #header a color for mobile toggle button */
    /* the quick search within header holding search form and #project_quick_jump_box box*/
    /* styles for combobox within quick-search (#project_quick_jump_box) */
  }
  .redmine_mobile_menu #header h1 {
    display: none !important;
  }
  .redmine_mobile_menu #header a.mobile-toggle-button {
    color: #404245;
    position: absolute;
    right: 0;
    top: 0;
    color: #9fa5bc;
    border-left: 1px solid #3f455a;
    z-index: 99999;
  }
  .redmine_mobile_menu #header #quick-search {
    float: none;
    clear: none;
    /* there are themes which set clear property, this resets it */
    max-width: 100%;
    /* reset max-width */
    margin: 0;
    padding: 0;
  }
  .redmine_mobile_menu #header #quick-search select {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
    top: 13px;
    left: 4.875px;
    float: left;
    width: calc(100% - 72px);
    max-width: 100%;
    height: 25px;
    color: #404245;
    border: 0;
    box-shadow: none;
    padding: 0 0 0 39px;
    font-size: 13px;
    font-weight: normal;
    display: block !important;
  }
  .redmine_mobile_menu #header #quick-search form {
    display: none;
  }
  .redmine_mobile_menu #main.nosidebar #content,
  .redmine_mobile_menu div#content {
    width: 100%;
    min-height: 0;
    /* reset min-height of #content */
    margin: 0;
  }
  .redmine_mobile_menu #sidebar,
  .redmine_mobile_menu #sidebar-switch-panel {
    display: none;
  }
  /* ---------- end .redmine_mobile_menu ---------- */
}

.flyout-is-active a.mobile-toggle-button {
  right: 0px !important;
}

/* ==========================================================================
   Calendar
   ========================================================================== */
p.cal.legend span {
  display: block;
}

/* 
   * New Calendar
   */
#wrapper ul.cal {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #c0c0c0;
  border-spacing: 0;
  border-radius: 3px;
  padding: 0 !important;
  margin-top: 2rem;
  display: block !important;
}

@media (min-width: 1300px) {
  #wrapper ul.cal {
    display: grid !important;
    grid-template-columns: 2rem repeat(7, 1fr) !important;
  }
}

#wrapper .cal .calhead {
  display: none !important;
}

@media (min-width: 1300px) {
  #wrapper .cal .calhead {
    display: block !important;
  }
}

.cal .calhead {
  background-color: #eee;
  text-align: center;
  font-weight: 600;
  padding: 4px;
}

.cal .week-number {
  background-color: #eee;
  border: none;
  font-size: 1em;
  padding: 4px;
  text-align: center;
}

.cal .week-number .label-week {
  display: none;
}

.cal .calbody {
  border: 1px solid #d7d7d7;
  vertical-align: top;
  font-size: 0.9em;
  border-bottom: 0;
  border-right: 0;
  line-height: 1.2;
  min-height: calc(1.2em * 6);
  padding: 2px;
}

.cal .calbody p.day-num {
  font-size: 1.1em;
  text-align: right;
}

.cal .calbody .abbr-day {
  display: none;
}

.cal .calbody.odd p.day-num {
  color: #bbb;
}

.cal .calbody.today {
  background: #ffd;
}

.cal .calbody.today p.day-num {
  font-weight: 600;
}

.cal .calbody .icon {
  padding-top: 2px;
  padding-bottom: 3px;
}

.cal .calbody.nwday:not(.odd) {
  background-color: #f1f1f1;
}

.cal .starting a.issue, p.cal.legend .starting {
  background: url("./bullet_go.png") no-repeat -1px -2px;
  padding-left: 16px;
}

.cal .ending a.issue, p.cal.legend .ending {
  background: url("./bullet_end.png") no-repeat -1px -2px;
  padding-left: 16px;
}

.cal .starting.ending a.issue, p.cal.legend .starting.ending {
  background: url("./bullet_diamond.png") no-repeat -1px -2px;
  padding-left: 16px;
}

.cal .odd, #issue-changesets div.changeset:nth-child(odd) {
  background-color: #eef2fb;
}

p.cal.legend span {
  display: block;
}

.controller-calendars p.buttons {
  margin-top: unset;
}

.cal .starting a.issue,
p.cal.legend .starting,
.cal .ending a.issue,
p.cal.legend .ending,
.cal .starting.ending a.issue,
p.cal.legend .starting.ending {
  background: none;
  padding-left: 0;
}

@media screen and (max-width: 899px) {
  #wrapper .cal .week-number {
    border: none;
    font-weight: 600;
    background-color: #eef2fb;
  }
}

@media screen and (max-width: 899px) {
  ul.cal {
    display: block;
  }
}

/* ==========================================================================
   Login
   ========================================================================== */
.login-logo {
  padding-bottom: 9.75px;
}

.login-logo img {
  max-width: 200px;
  margin: 2rem auto;
  display: block;
}

#login-form {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 auto;
  max-width: 340px;
}

@media all and (min-width: 900px) {
  #login-form {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    padding: 1rem 2rem 2rem 2rem;
    width: 380px;
  }
}

#login-form table td {
  padding: 4.875px;
}

#login-form input#username,
#login-form input#password,
#login-form input#openid_url {
  width: 200px;
  box-sizing: border-box;
}

@media (max-width: 420px) {
  #login-form input#username,
  #login-form input#password {
    width: 150px;
  }
}

#login-form input#password {
  border: 1px solid #e7e7e7;
}

#login-form.tableless label {
  display: block;
}

#login-form.tableless #username {
  margin-bottom: 9.75px;
}

#login-form.tableless input#username,
#login-form.tableless input#password,
#login-form.tableless input#openid_url {
  width: 100%;
}

#login-form.tableless input[type="submit"],
#login-form.tableless a {
  display: block;
}

#login-form.tableless input[type="submit"] {
  margin-top: 9.75px;
}

#login-form.tableless .lost_password {
  float: right;
}

#login-form.tableless #login-submit {
  width: 100%;
  margin-top: 1.25rem;
  height: 2.5rem;
}

#login-form a {
  font-size: 12px;
}

body.action-login h1 {
  display: none;
}

body.action-login #footer {
  color: #404245;
  border-top: none;
}

body.action-login #footer a {
  color: #ec4832;
}

body.action-login #quick-search {
  padding-right: 4.875px !important;
}

body.action-login #content {
  min-height: 80vh;
}

.login-quote {
  margin-top: 1rem;
}

body.controller-account.action-login {
  overflow: hidden !important;
}

body.controller-account.action-login:before {
  transition: all 200ms ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  background-color: #1c223c;
  background-image: url("/assets/themes/abacusmine_3.0.3/login-9b3bd228.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: unset;
  height: 100%;
  top: 30%;
  left: 50%;
  position: absolute;
}

@media (min-width: 900px) {
  body.controller-account.action-login:before {
    left: 60%;
    top: 50%;
  }
}

body.controller-account.action-login #main {
  height: 100vh;
  padding: 0;
}

body.controller-account.action-login #content {
  border: none;
  background: #1c223c;
  color: #fff;
  height: 80%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 900px) {
  body.controller-account.action-login #content {
    width: 40%;
    height: calc(100% - 50px);
  }
}

body.controller-account.action-login #header {
  background: #1c223c;
  border: none;
}

body.controller-account.action-login #footer {
  display: none;
}

/* ==========================================================================
   MyPage
   ========================================================================== */
table.list.issues td.project a {
  color: #555555;
}

#my-page {
  padding-top: 9.75px;
  clear: both;
}

.mypage-box {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #dfe1e6;
  padding: 1rem !important;
  margin: 0 0 19.5px 0 !important;
  background: #fff;
}

.mypage-box:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.125);
}

.mypage-box h3 {
  margin: 0.25rem 0 1.25em 0;
}

.mypage-box h3.icon {
  padding: 0;
}

.mypage-box table.list + p {
  margin-top: 1rem;
}

#wrapper .block-receiver,
.theme-Abacusmine #wrapper .block-receiver {
  border: 1px dashed #fdfdfd;
}

#wrapper .dragging .block-receiver,
.theme-Abacusmine #wrapper .dragging .block-receiver {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 1px dashed #4879d4;
  padding: 19.5px;
  margin: 0 0 19.5px 0;
  display: block;
}

.mypage-box {
  /*Contacts assigned to me*/
}

.mypage-box .contextual {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mypage-box .contextual > * {
  margin: 0 0.5rem;
}

.mypage-box .contextual:before {
  margin: 0 !important;
}

.mypage-box .contextual .fa-chevron-up:hover {
  cursor: pointer;
}

.mypage-box.cal {
  overflow-x: auto;
  overflow-y: scroll;
}

.mypage-box p em {
  font-size: 80%;
}

.mypage-box h4 + p {
  margin: 0;
  color: #777777;
}

.mypage-box .wiki {
  margin-bottom: 19.5px;
  padding-left: 4.875px;
}

.mypage-box h3 {
  font-size: 13px;
}

.mypage-box h3 a {
  font-size: 13px;
  margin-right: 4.875px;
}

.mypage-box table.list td:first-child {
  max-width: 170px;
  padding: 0 9.75px 0 15px;
  text-align: left;
}

.mypage-box table.list.tickets td.subject {
  min-width: 170px;
}

.mypage-box #duplicates ul {
  margin-bottom: 9.75px;
}

.mypage-box #duplicates li {
  padding: 4.875px 0;
}

.mypage-box .icon-only {
  font-size: inherit !important;
  padding-left: 4.875px;
  padding-right: 4.875px;
}

.mypage-box .sort-handle {
  margin-left: 9.75px;
}

/* ------------ My page ------------ */
.controller-my {
  background: #fdfdfd;
}

.controller-my#list-top .mypage-box h3 {
  margin-top: 0;
}

.controller-my #content > .contextual a.icon {
  padding: 2px 0 2px 19.5px;
}

@media (max-width: 420px) {
  .controller-my .mypage-box table.time-entries th:nth-child(1), .controller-my .mypage-box table.time-entries th:nth-child(3), .controller-my .mypage-box table.time-entries th:last-child, .controller-my .mypage-box table.time-entries td:nth-child(1), .controller-my .mypage-box table.time-entries td:nth-child(3), .controller-my .mypage-box table.time-entries td:last-child, .controller-my .mypage-box table.time-entries tr.odd td:nth-child(2) {
    display: none;
  }
}

@media (max-width: 420px) {
  .controller-my .mypage-box table.time-entries tr.odd td:nth-child(1),
  .controller-my .mypage-box table.time-entries tr.odd td:nth-child(3) {
    display: table-cell !important;
  }
}

.controller-my .splitcontentleft,
.controller-my .splitcontentright {
  background: none;
  border: none;
}

@media (max-width: 560px) {
  .controller-my.action-page .cal {
    display: none;
  }
}

.controller-my.action-page_layout .contextual .icon-cancel {
  background-image: none;
  background: url("/assets/themes/abacusmine_3.0.3/true-1a09b556.png") no-repeat 0px 2px;
}

.controller-my.action-page_layout .hidden {
  display: block !important;
}

.controller-my.action-page_layout #list-top,
.controller-my.action-page_layout #list-left,
.controller-my.action-page_layout #list-right {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: 1px dashed #4879d4;
  padding: 19.5px;
  margin: 0 0 19.5px 0;
}

.controller-my.action-page_layout #list-top:hover,
.controller-my.action-page_layout #list-left:hover,
.controller-my.action-page_layout #list-right:hover {
  border: 1px dashed #234a93;
}

.controller-my #list-left,
.controller-my #list-right {
  width: 50%;
  box-sizing: border-box;
  padding: 0;
}

.controller-my #list-left {
  float: left;
}

.controller-my #list-right {
  float: right;
}

@media screen and (max-width: 719px) {
  .controller-my #list-left,
  .controller-my #list-right {
    width: 100%;
    float: none;
    display: block;
  }
}

@media (max-width: 420px) {
  #my_page_issues_count {
    display: none;
  }
}

/* ==========================================================================
   Issue
   ========================================================================== */
.refreshData {
  border: 1px solid #dfe1e6;
  color: #404245;
  border-radius: 4px;
  margin-top: 7px;
  margin-right: 0.5rem;
}

.refreshData:hover {
  background: #4879d4;
  color: #fff;
  border-color: #4879d4;
}

table.issues td.project, table.issues td.subject {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

table.issues td.project {
  max-width: 250px;
}

table.issues td.subject {
  max-width: 200px;
  min-width: 150px;
}

/*Issue and related styles*/
#query_form_content {
  background: #eef2fb;
  border: 1px solid #dfe1e6;
  margin: 1rem 0 0.5rem 0;
  display: block;
  padding: 19.5px 9.75px 0px 9.75px;
}

#query_form_content fieldset:nth-child(2) {
  margin-top: 0;
}

#query_form_content .select2 {
  background-color: #fff;
}

#wrapper fieldset.issue {
  background: #eef2fb;
  border: 1px solid #dfe1e6;
}

form#query_form h2 {
  font-size: 13px;
}

form#query_form h2,
form#query_form h3,
form#query_form h4,
form#query_form h5 {
  margin-top: 0 !important;
  padding: 0 !important;
}

form#query_form td.operator select {
  width: 119px;
}

form#query_form td.field label {
  margin-right: 4.875px;
}

form#query_form td.values select, form#query_form td.values input[type="text"], form#query_form td.values input[type="password"] {
  min-width: 230px;
}

form#query_form .add-filter {
  padding-left: 8px;
}

#issue_tree {
  margin-bottom: 1rem;
}

#relations,
#issue_tree {
  clear: both;
}

#relations .contextual,
#issue_tree .contextual {
  float: left;
  margin-right: 1rem;
}

#relations .contextual a,
#issue_tree .contextual a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

#relations .contextual a:before,
#issue_tree .contextual a:before {
  font-size: 11px !important;
}

#relations .contextual a:before,
#issue_tree .contextual a:before {
  color: #595b5f !important;
}

#relations .contextual a:hover,
#issue_tree .contextual a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#relations .contextual a:hover:before,
#issue_tree .contextual a:hover:before {
  color: #404245 !important;
}

#relations table.list th, #relations table.list td,
#issue_tree table.list th,
#issue_tree table.list td {
  padding: 4.875px;
  display: table-cell !important;
}

#relations table.list th.checkbox, #relations table.list td.checkbox,
#issue_tree table.list th.checkbox,
#issue_tree table.list td.checkbox {
  padding-left: 14.625px !important;
}

#relations table.list tr,
#issue_tree table.list tr {
  border-bottom: 1px dashed #dfe1e6 !important;
}

#relations table.list .buttons a,
#issue_tree table.list .buttons a {
  margin-left: 1rem !important;
}

#relations table.list .buttons a.icon-actions,
#issue_tree table.list .buttons a.icon-actions {
  padding: 0 !important;
}

#relations p,
#issue_tree p {
  color: #000;
  margin-bottom: 4.875px;
}

p.percent {
  border: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

#issue_tree {
  margin-top: 19.5px;
}

#issue_tree tr.issue > td.subject {
  width: auto !important;
}

#relations form {
  margin-top: 1rem;
  display: block;
}

#relations td.buttons {
  padding: 0;
}

#relations tr.context-menu-selection:hover a {
  color: #4879d4 !important;
}

#new-relation-form #relation_issue_to_id {
  margin-left: 9.75px;
}

#related-issues li img {
  vertical-align: middle;
}

ul.properties {
  padding: 0;
  font-size: 90%;
  color: #777777;
}

ul.properties li {
  list-style-type: none;
}

ul.properties li span {
  font-style: italic;
}

.total-hours {
  font-size: 110%;
  font-weight: 600;
}

#issue_tree p,
#relations p {
  padding: 0;
  margin: 4.875px 0 0 0;
}

#issue_tree div p,
#relations div p {
  border: none;
}

#issue_tree table.issues,
#issue_tree table.issues,
#relations table.issues,
#relations table.issues {
  border: 0;
}

.child div.subject h3 {
  padding: 0 0 9.75px 0 !important;
}

.jstEditor {
  clear: both;
  display: block;
}

.jstBlock {
  margin-bottom: 0.5rem;
}

/* ------------ Issue ------------ */
div.issue {
  margin: 0;
  padding: 0;
  background-color: #fafbfe;
  border: 1px solid #dfe1e6;
  /*Redmine 3.2*/
}

div.issue .files {
  display: flow-root;
}

div.issue ~ .contextual {
  margin-top: 1rem;
}

div.issue .toggle-wrap {
  padding-top: 19.5px;
  margin-bottom: -9.75px;
  display: none;
}

div.issue img.gravatar {
  margin-right: 1rem;
}

@media (min-width: 900px) {
  div.issue img.gravatar {
    margin-right: 0;
  }
}

div.issue.details .attributes {
  border-bottom: 1px solid #dfe1e6;
}

div.issue .author,
div.issue #issue_tree,
div.issue #relations,
div.issue .attachments {
  padding-left: 19.5px;
  padding-right: 19.5px;
}

div.issue .new_relation input[type="submit"] {
  background-color: #fff;
  border: 1px solid #dfe1e6;
  color: #404245;
}

div.issue .new_relation input[type="submit"]:hover {
  background-color: #fff;
  color: #404245;
  border: 1px solid #a6abb9;
}

div.issue .new_relation input[type="submit"] ~ a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

div.issue .new_relation input[type="submit"] ~ a:before {
  color: #595b5f !important;
}

div.issue .new_relation input[type="submit"] ~ a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

div.issue .new_relation input[type="submit"] ~ a:hover:before {
  color: #404245 !important;
}

div.issue th {
  color: #222222;
}

div.issue .description {
  padding: 19.5px;
  margin-bottom: 9.75px;
}

div.issue .description .contextual .icon-comment,
div.issue .description .contextual .icon-history {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

div.issue .description .contextual .icon-comment:before,
div.issue .description .contextual .icon-history:before {
  font-size: 11px !important;
}

div.issue .description .contextual .icon-comment:before,
div.issue .description .contextual .icon-history:before {
  color: #595b5f !important;
}

div.issue .description .contextual .icon-comment:hover,
div.issue .description .contextual .icon-history:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

div.issue .description .contextual .icon-comment:hover:before,
div.issue .description .contextual .icon-history:hover:before {
  color: #404245 !important;
}

div.issue .description .contextual .icon-comment {
  margin-right: 0.5rem;
}

div.issue div.attachments {
  margin-top: -2rem;
}

div.issue div.attachments a.delete {
  margin-left: 19.5px;
}

div.issue div.attachments span.author {
  padding: 0;
}

div.issue div.description > p {
  font-size: 19.5px;
  color: #000;
  margin-bottom: 19.5px !important;
}

div.issue .description > p strong {
  font-weight: normal !important;
}

div.issue .description div.wiki table {
  border: none;
  float: none !important;
}

div.issue .wiki {
  font-size: 13px;
  margin-bottom: 9.75px;
  padding-left: 9.75px;
}

@media (max-width: 420px) {
  div.issue .wiki {
    padding-left: 0 !important;
  }
}

div.issue .wiki img {
  max-width: 100%;
}

div.issue div.subject {
  display: block;
  padding-left: 1rem;
}

@media (min-width: 900px) {
  div.issue div.subject {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

div.issue div.subject p {
  margin: 0;
  font-size: 90%;
  color: #777777;
}

div.issue div.subject h3 {
  margin: 0 0 0.5rem 0;
  font-size: 19.5px;
  color: #000;
}

@media (max-width: 560px) {
  div.issue div.subject h3 {
    clear: both;
  }
}

@media (max-width: 420px) {
  div.issue .subject,
  div.issue .author,
  div.issue table,
  div.issue .description,
  div.issue #issue_tree,
  div.issue #relations,
  div.issue .attachments,
  div.issue #checklist {
    padding-left: 9.75px !important;
    padding-right: 9.75px !important;
  }
}

div.issue p.author {
  font-size: 12px;
  margin: 0;
  border-top: 1px solid #dfe1e6;
  background: #eef2fb;
  padding: 9.75px;
  border-bottom: 1px solid #dfe1e6;
}

@media (max-width: 420px) {
  div.issue p.author {
    padding-top: 9.75px !important;
  }
}

div.issue .worktime-log {
  background: #eef2fb;
  border-left: 1px solid #dfe1e6;
  border-right: 1px solid #dfe1e6;
  padding: 9.75px;
}

div.issue hr {
  display: none;
  margin: 0;
  padding: 0;
  height: 0;
}

div.issue div.description p {
  padding: 0;
  margin: 4.875px 0 9.75px 0;
}

div.issue div.description div p {
  border: none;
}

div.issue span.private {
  position: relative;
  bottom: 2px;
  background: #ec4832;
  color: #fff;
  padding: 0px 4.875px 0px 4.875px;
  font-size: 80%;
  margin-right: 4.875px;
}

div.issue .attributes .splitcontent {
  border-left: 1px solid #dfe1e6;
  border-right: 1px solid #dfe1e6;
  background: #eef2fb;
}

div.issue .attributes .splitcontentleft,
div.issue .attributes .splitcontentright {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: none;
}

div.issue .attributes .splitcontentleft > div:not(:last-child),
div.issue .attributes .splitcontentright > div:not(:last-child) {
  border-bottom: 1px dashed #dfe1e6;
}

div.issue .attributes .splitcontentleft {
  padding-left: 0;
}

div.issue .attributes .splitcontentleft > div {
  padding: 4.875px 4.875px 4.875px 19.5px;
}

div.issue .attributes .splitcontentright {
  padding-right: 0;
}

div.issue .attributes .splitcontentright > div {
  padding: 4.875px 19.5px 4.875px 4.875px;
}

div.issue .attributes .status .label,
div.issue .attributes .priority .label,
div.issue .attributes .assigned-to .label {
  color: #ec4832;
}

div.issue .attributes .label {
  font-weight: 600;
}

div.issue .attributes .label,
div.issue .attributes .value {
  display: inline-block;
  width: 49%;
}

div.issue table.attributes {
  background: #eef2fb;
  border-left: 1px solid #dfe1e6;
  border-right: 1px solid #dfe1e6;
  border-bottom: 1px solid #dfe1e6;
  margin-bottom: 19.5px;
  border-collapse: collapse;
}

div.issue table.attributes tr {
  border-bottom: 1px dashed #dfe1e6;
}

div.issue table.attributes tr:first-child td,
div.issue table.attributes tr:first-child th {
  padding-top: 9.75px;
}

div.issue table.attributes tr:last-child td,
div.issue table.attributes tr:last-child th {
  padding-bottom: 9.75px;
}

div.issue table.attributes th,
div.issue table.attributes td {
  padding: 4.875px 0 4.875px 19.5px;
}

div.issue table.attributes th {
  width: 22%;
}

div.issue table.attributes td {
  width: 28%;
}

div.issue table.attributes th.status,
div.issue table.attributes th.priority,
div.issue table.attributes th.assigned-to {
  color: #ec4832;
}

@media (max-width: 560px) {
  div.issue table.attributes .progress td {
    display: table-cell;
    clear: none;
  }
}

@media (max-width: 560px) {
  div.issue table.attributes tr:nth-child(5) {
    display: none;
  }
}

@media (max-width: 420px) {
  div.issue table.attributes table.progress {
    display: none;
  }
}

@media (max-width: 420px) {
  div.issue table.attributes tbody {
    padding: 9.75px !important;
  }
}

@media (max-width: 420px) {
  div.issue table.attributes th,
  div.issue table.attributes td {
    vertical-align: middle;
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  div.issue table.attributes td {
    word-break: break-all;
  }
}

div.issue > img.gravatar {
  float: left;
  margin: 14.625px 4.875px 4.875px 4.875px;
  padding: 0;
  width: 30px;
  height: 30px;
}

@media (max-width: 560px) {
  div.issue > img.gravatar {
    display: none;
  }
}

@media (max-width: 420px) {
  div.issue > img.gravatar {
    width: 24px;
    height: 24px;
    margin-top: 18px !important;
  }
}

div.issue .gravatar-with-child {
  float: left;
  margin: 0 0 0 1rem;
}

div.issue .gravatar-with-child img:nth-child(2) {
  position: relative;
  left: -20px;
  border: 2px solid #fff;
  margin-right: -20px;
}

div.issue table img.gravatar,
div.issue .assigned-to img.gravatar {
  height: 20px !important;
  width: 20px !important;
  padding: 2px;
  float: left;
}

div.issue .attributes img.gravatar {
  margin-right: 4.875px;
}

.issue table.list tr {
  border: none !important;
}

.issue table.list.issues tr {
  border-bottom: none;
}

@media (max-width: 420px) {
  table.list.issues th {
    display: none;
  }
}

@media (max-width: 420px) {
  table.list td,
  table.list th {
    padding: 16px 0 16px 10px !important;
  }
}

@media (max-width: 420px) {
  table.list td.assigned_to a {
    color: #404245;
  }
}

@media (max-width: 420px) {
  table.list.issues th.checkbox,
  table.list.issues th[title*="Subject"],
  table.list.issues th[title*="Assignee"],
  .controller-my.action-page table.list.issues th:nth-child(1),
  .controller-my.action-page table.list.issues th:nth-child(4),
  .controller-my.action-page table.list.issues th:nth-child(6),
  .controller-my.action-page table.list.issues td:nth-child(1),
  .controller-my.action-page table.list.issues td:nth-child(4),
  .controller-my.action-page table.list.issues td:nth-child(6) {
    display: table-cell !important;
  }
}

/* ------------ Issue detail ------------ */
@media (max-width: 480px) {
  #history,
  #issue-changesets {
    width: 100% !important;
    float: none !important;
    clear: both;
  }
}

#issue-form fieldset {
  border: none;
  margin-top: 19.5px;
  border: none;
  max-width: none;
}

#issue-form fieldset:first-child {
  margin-top: 0;
}

#issue-form .existing-attachment {
  display: block;
}

#issue-form .existing-attachment input {
  border: none;
  text-overflow: ellipsis;
}

.controller-issues.action-edit #content, .controller-issues.action-new #content {
  padding-bottom: 5rem;
}

.controller-issues.action-show div.issue.details .attributes {
  display: table;
  width: calc(100% - 2px);
}

.controller-issues.action-show div.issue.details .attributes ~ p,
.controller-issues.action-show div.issue.details .attributes ~ .files {
  padding: 1rem 0 0 19.5px;
}

.controller-issues.action-show div.issue.details .attributes .splitcontent {
  display: table-row;
}

.controller-issues #issue_description_edit {
  display: block;
  clear: both;
}

.controller-issues #issue_description_edit .icon-edit {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-issues #issue_description_edit .icon-edit:before {
  font-size: 11px !important;
}

.controller-issues #issue_description_edit .icon-edit:before {
  color: #595b5f !important;
}

.controller-issues #issue_description_edit .icon-edit:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-issues #issue_description_edit .icon-edit:hover:before {
  color: #404245 !important;
}

.controller-issues .toggle-wrap {
  padding-left: 51%;
}

@media (max-width: 480px) {
  .controller-issues .toggle-wrap {
    padding-left: 0;
  }
}

@media (max-width: 420px) {
  .controller-issues h2 {
    display: none;
  }
}

@media (max-width: 899px) {
  .controller-issues #content > .contextual {
    float: none;
  }
}

@media (max-width: 899px) {
  .controller-issues #content > h2 {
    display: none;
  }
}

@media (max-width: 420px) {
  .controller-issues .controller-issues .description .contextual {
    float: right !important;
  }
}

.controller-issues table.list td:first-child,
.controller-issues table.list th:first-child {
  width: 19.5px;
  padding: 0 9.75px 0 14.625px !important;
  text-align: center;
}

.controller-issues table.list tr.group td {
  padding: 10px !important;
}

.controller-issues table.list tr.group td:first-child {
  padding-left: 0 !important;
}

.controller-issues table.list td.description .wiki {
  text-align: left;
  padding-left: 9.75px;
}

.controller-issues table.list td:first-child {
  width: 9.75px;
}

.controller-issues div.issue {
  padding: 1rem 0;
  position: relative;
  clear: both;
}

.controller-issues .next-prev-links {
  display: inline-block;
  padding: 7px 10px;
}

.controller-issues table.list .progress td:first-child {
  padding: 4.875px 0 4.875px 9.75px !important;
}

@media (max-width: 560px) {
  .controller-issues .contextual .icon-fav-off, .controller-issues .contextual .icon-fav-on, .controller-issues .contextual .icon-fav-off, .controller-issues .contextual .icon-copy, .controller-issues .contextual .icon-del {
    display: none !important;
  }
}

@media (max-width: 560px) {
  .controller-issues .contextual .icon-time-add {
    padding: 4.875px;
  }
}

.journal-actions {
  margin-right: 1rem;
}

.journal-actions > * {
  margin-left: 1rem;
}

div.journal .contextual {
  margin: 0;
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 1;
}

div.journal .wiki.editable {
  max-width: 96%;
  padding-left: 39px;
  padding-bottom: 24px;
  margin-top: 9.75px;
}

div.journal.has-notes pre {
  margin-bottom: 29.25px;
}

div.message > .contextual {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border: 1px solid #e7e7e7;
  border-right: none;
  position: absolute;
  bottom: -1px;
  right: 0;
  padding: 4.875px 0 4.875px 9.75px;
}

#history,
div#issue-changesets {
  padding-top: 19.5px;
}

#history {
  margin-bottom: 2rem;
}

/* ------------ Journal ------------ */
div.journal .note-header {
  margin-bottom: 0 !important;
}

div.journal img.gravatar {
  max-width: 28px;
  max-height: 28px;
}

div.journal ul.details img {
  margin: 0 0 -3px 4px;
}

div.journal ul.details .icon-only {
  margin: 0 4.875px;
}

@media (max-width: 420px) {
  div.journal .journal-link {
    display: none;
  }
}

@media (max-width: 420px) {
  div.journal h4,
  div.journal div.changeset h4 {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  div.journal .contextual {
    display: none !important;
  }
}

@media (max-width: 420px) {
  div.journal p {
    padding-left: 10px !important;
  }
}

@media (max-width: 420px) {
  div.journal div.journal ul,
  div.journal div.changeset ul {
    padding-left: 15px !important;
  }
}

div.journal .wiki,
div.changeset,
div.message {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  border: 1px solid #e7e7e7;
  width: auto;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  margin-top: 0.5rem;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: 0;
}

div.journal .wiki.gravatar-exists,
div.changeset.gravatar-exists,
div.message.gravatar-exists {
  margin-left: 2rem;
}

div.journal ul.details {
  margin-left: 2rem;
}

div.journal,
div.journal .wiki,
div.changeset,
div.message {
  position: relative;
}

@media (max-width: 420px) {
  .controller-contacts #notes > div,
  div.changeset {
    margin-left: 9.75px !important;
    width: 88% !important;
  }
}

div.message {
  margin: 0 19.5px 19.5px 9.75px;
}

div.journal p,
div.changeset p {
  word-wrap: break-word;
}

div.journal p:last-of-type,
div.changeset p:last-of-type {
  margin-bottom: 0;
}

div.changeset p {
  padding-left: 9.75px;
}

@media (max-width: 420px) {
  div.changeset p {
    padding-left: 10px !important;
  }
}

@media (max-width: 420px) {
  div.changeset h4 {
    font-size: 13px;
  }
}

div.journal.private-notes .wiki:after,
div.message.private-notes:after,
div.changeset.private-notes:after {
  left: -5px;
}

div.journal.private-notes .wiki:before,
div.journal.private-notes .wiki:after {
  border-color: transparent #ec4832;
}

div.journal.private-notes .wiki {
  border-left: 2px solid #ec4832;
}

/* ------------ Update ------------ */
#update {
  padding-top: 19.5px;
}

@media (max-width: 420px) {
  #update fieldset {
    padding: 0 !important;
  }
}

@media (max-width: 420px) {
  #update .splitcontentright p:nth-child(5) {
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  #update .splitcontentright p label {
    font-size: 13px !important;
  }
}

#update .splitcontentleft label,
#update .splitcontentright label,
#update .splitcontentleft input,
#update .splitcontentright input {
  word-wrap: break-word;
}

#update .splitcontentleft label,
#update .splitcontentright label {
  padding: 5px 0;
}

#update .splitcontentright {
  min-height: 62px;
}

#update .fileover #all_attributes {
  background: lavender !important;
}

#update #attributes .splitcontent + .splitcontent .splitcontentleft, #update #attributes .splitcontent + .splitcontent .splitcontentright {
  min-height: 70px;
}

/*Issue update / edit icon on the right*/
.contextual > *:not(:only-child):not(.next-prev-links *):not(.fa-ellipsis-v):not(.journal-actions):not(.drdn):not( > form) {
  margin-right: 1rem;
}

.controller-issues .contextual > .drdn {
  margin-right: 0 !important;
}

.contextual {
  position: relative;
  float: right;
  white-space: normal;
  font-size: 13px !important;
}

.contextual .icon-edit + .icon-edit {
  background: transparent !important;
  border: 1px solid #ee8f50;
  color: #ee8f50 !important;
}

.contextual .icon-edit + .icon-edit:hover, .contextual .icon-edit + .icon-edit:focus {
  color: #fff !important;
}

.contextual a.icon-edit.fa:before {
  text-shadow: none !important;
}

.contextual .icon {
  margin: 0;
}

.contextual img {
  margin-right: 4.875px;
  width: 12px;
}

.contextual .icon-actions:before {
  content: none;
}

#history .contextual .drdn-trigger {
  padding: 0;
}

#history .contextual .drdn-trigger:before {
  content: none;
}

#history .contextual .drdn-trigger .icon-only {
  padding: 0 0 0 10px;
}

#history .contextual a {
  display: inline-block;
}

#history .contextual a, #history .contextual .drdn-trigger, #history .contextual .drdn {
  line-height: 1;
  vertical-align: top;
}

#history .contextual .journal-link {
  margin-right: 0.5rem;
}

@media (max-width: 420px) {
  #history h3 {
    padding-left: 9.75px !important;
  }
}

.new_issue #issue_subject,
.edit_issue #issue_subject {
  width: calc(100% - 28px) !important;
}

.new_issue .attachments_form,
.edit_issue .attachments_form {
  display: block;
  clear: both;
}

.new_issue .attachments_form [id*="attachments_"],
.edit_issue .attachments_form [id*="attachments_"] {
  display: block;
  clear: both;
}

.new_issue #new-attachments,
.edit_issue #new-attachments {
  display: block !important;
}

.new_issue input[type="checkbox"],
.new_issue input[type="radio"],
.new_issue input[type="file"],
.edit_issue input[type="checkbox"],
.edit_issue input[type="radio"],
.edit_issue input[type="file"] {
  width: auto;
}

.new_issue input[type="file"],
.edit_issue input[type="file"] {
  display: flow-root;
  font-size: 13px;
}

.new_issue legend,
.edit_issue legend {
  color: #1b1c1d;
  font-size: 1rem;
  font-weight: 600;
}

@media (min-width: 420px) {
  .new_issue .attribute,
  .new_issue p,
  .edit_issue .attribute,
  .edit_issue p {
    padding-left: 120px !important;
  }
}

@media (min-width: 1300px) {
  .new_issue .attribute,
  .new_issue p,
  .edit_issue .attribute,
  .edit_issue p {
    padding-left: 200px !important;
  }
}

.new_issue .attribute > label:first-child,
.new_issue p > label:first-child,
.edit_issue .attribute > label:first-child,
.edit_issue p > label:first-child {
  display: block;
  cursor: pointer;
}

@media (min-width: 420px) {
  .new_issue .attribute > label:first-child,
  .new_issue p > label:first-child,
  .edit_issue .attribute > label:first-child,
  .edit_issue p > label:first-child {
    float: left;
    text-align: right;
    vertical-align: middle;
    margin-left: -110px;
    width: 100px;
  }
}

@media (min-width: 1300px) {
  .new_issue .attribute > label:first-child,
  .new_issue p > label:first-child,
  .edit_issue .attribute > label:first-child,
  .edit_issue p > label:first-child {
    margin-left: -220px;
    width: 200px;
  }
}

.new_issue #all_attributes p,
.edit_issue #all_attributes p {
  margin: 0 0 0.25rem 0;
}

.new_issue #all_attributes select,
.edit_issue #all_attributes select {
  width: 100%;
}

.new_issue #all_attributes .icon-edit,
.edit_issue #all_attributes .icon-edit {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.new_issue #all_attributes .icon-edit:before,
.edit_issue #all_attributes .icon-edit:before {
  color: #595b5f !important;
}

.new_issue #all_attributes .icon-edit:hover,
.edit_issue #all_attributes .icon-edit:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.new_issue #all_attributes .icon-edit:hover:before,
.edit_issue #all_attributes .icon-edit:hover:before {
  color: #404245 !important;
}

.new_issue .conflict p,
.edit_issue .conflict p {
  padding-left: 0 !important;
}

.new_issue .conflict + p,
.new_issue .conflict + p + p,
.edit_issue .conflict + p,
.edit_issue .conflict + p + p {
  padding-left: 0 !important;
}

.new_issue .conflict + p label,
.new_issue .conflict + p + p label,
.edit_issue .conflict + p label,
.edit_issue .conflict + p + p label {
  margin-left: 0 !important;
  width: auto !important;
  display: block;
  clear: both;
  text-align: left;
}

/* ------------ New issue ------------ */
@media (max-width: 560px) {
  .new_issue .new_issue #attributes .splitcontentleft, .new_issue .new_issue #attributes .splitcontentright, .new_issue .controller-users.action-show .splitcontentleft, .new_issue .controller-users.action-show .splitcontentright {
    display: block;
    clear: both;
    float: none;
    width: 95% !important;
  }
}

.new_issue .attributes {
  clear: both;
  display: block;
}

@media (max-width: 1237px) {
  .new_issue .attributes {
    float: none !important;
    display: block !important;
    clear: both !important;
    width: 100% !important;
    margin: 9.75px 0 0 0 !important;
  }
}

@media (max-width: 893px) {
  .new_issue .attributes {
    margin: 20px 0 0 0 !important;
    max-width: none !important;
    width: 100% !important;
  }
}

@media (max-width: 420px) {
  .new_issue .attributes {
    border: none !important;
  }
}

.new_issue #issue_description {
  min-height: 233px;
}

@media (max-width: 893px) {
  .new_issue #issue_description {
    min-height: 100px !important;
  }
}

.new_issue #all_attributes {
  display: block;
}

.new_issue #all_attributes p {
  width: 100%;
  float: none;
}

@media (max-width: 940px) {
  .new_issue #all_attributes p {
    float: none !important;
  }
}

.new_issue #all_attributes .splitcontent + p {
  display: block;
  clear: both;
}

@media (max-width: 893px) {
  .new_issue #all_attributes p:first-child,
  .new_issue #update #all_attributes > p:nth-child(1) {
    float: left !important;
  }
}

@media (max-width: 893px) and (max-width: 870px) {
  .new_issue #update #all_attributes > p:nth-child(1) {
    float: left !important;
  }
}

@media (max-width: 670px) {
  .new_issue .new_issue #all_attributes p,
  .new_issue #update #all_attributes p {
    line-height: 1.5;
  }
}

.new_issue #update #all_attributes > p,
.new_issue .new_issue #all_attributes > p,
.new_issue #update .splitcontent p,
.new_issue .new_issue #attributes p {
  margin: 9.75px 0;
}

.new_issue #attributes .splitcontent + .splitcontent .splitcontentleft, .new_issue #attributes .splitcontent + .splitcontent .splitcontentright {
  min-height: 91px;
}

@media (max-width: 940px) {
  .new_issue #attributes .splitcontent:first-child .splitcontentleft,
  .new_issue #attributes .splitcontent:first-child .splitcontentright {
    padding: 9.75px !important;
    margin-bottom: 9.75px !important;
  }
}

@media (max-width: 940px) {
  .new_issue #attributes .splitcontent .splitcontentleft,
  .new_issue #attributes .splitcontent .splitcontentright {
    padding: 4.875px 9.75px !important;
  }
}

.new_issue .fileover #all_attributes {
  background: lavender !important;
}

.new_issue #all_attributes p:first-child {
  width: auto;
  float: none !important;
}

.new_issue .splitcontentleft p:nth-child(4) img,
.new_issue .splitcontentleft p:nth-child(5) img {
  display: none;
}

.new_issue .splitcontentleft p:nth-child(4) .fa,
.new_issue .splitcontentleft p:nth-child(5) .fa {
  padding-left: 0px !important;
}

.new_issue .splitcontent + .splitcontent .splitcontentleft input,
.new_issue .splitcontent + .splitcontent .splitcontentleft select:not([class*="bool_"]),
.new_issue .splitcontent + .splitcontent .splitcontentleft textarea,
.new_issue .splitcontent + .splitcontent .splitcontentright input,
.new_issue .splitcontent + .splitcontent .splitcontentright select:not([class*="bool_"]),
.new_issue .splitcontent + .splitcontent .splitcontentright textarea {
  display: inline-block;
  clear: both;
  max-width: 360px;
  width: 100%;
}

.new_issue .splitcontent + .splitcontent .splitcontentleft [class*="bool_"],
.new_issue .splitcontent + .splitcontent .splitcontentright [class*="bool_"] {
  width: 100px;
}

.new_issue .splitcontent + .splitcontent .splitcontentleft input.date,
.new_issue .splitcontent + .splitcontent .splitcontentright input.date {
  max-width: 200px;
}

.new_issue label[for=issue_status_id],
.new_issue label[for=issue_priority_id] {
  color: #ec4832;
}

.new_issue #attachments_form {
  margin-top: 9.75px;
  clear: both;
  padding: 9.75px 0 19.5px 9.75px;
}

.new_issue #attachments_form .icon-del {
  padding-left: 0;
}

@media (max-width: 893px) {
  .new_issue #attachments_form,
  .new_issue #watchers_form,
  .new_issue span.search_for_watchers {
    padding: 9.75px 0 !important;
  }
}

.new_issue #watchers_form label,
.new_issue #watchers_form span#watchers_inputs {
  padding: 0 0 9.75px 0;
}

.new_issue .tabular #watchers_form span {
  display: block;
}

.new_issue #watchers_form span label {
  padding: 0;
}

.new_issue span.search_for_watchers {
  border-top: 1px solid #dfe1e6;
  max-width: 600px;
}

.new_issue #watchers_form,
.new_issue span.search_for_watchers {
  padding: 9.75px 0;
}

.new_issue #attachments_form #attachments_fields span input {
  float: left;
  display: block;
  width: auto;
  margin: 0 !important;
}

.new_issue #attachments_form .file_selector {
  clear: both;
  display: block;
}

.new_issue #watchers_form span#watchers_inputs {
  max-width: 500px;
}

@media (max-width: 560px) {
  .new_issue #watchers_form span#watchers_inputs {
    max-width: none !important;
    overflow: hidden;
  }
}

.new_issue .attachments_form,
.new_issue [id^=attachments_] {
  display: block;
  clear: both;
}

dt.issue-edit,
dt.issue-closed,
dt.issue-note,
dt.changeset,
dt.news,
dt.message,
dt.reply,
dt.attachment,
dt.document,
dt.project,
dt.time-entry,
#search-results dt.issue.closed {
  background-image: none;
}

.toggle-multiselect {
  background: none;
  padding: 0 9.75px;
  margin-left: 0;
  cursor: pointer;
}

#user_login,
#user_firstname,
#user_lastname,
#user_mail,
#my_account_form select,
#user_form select,
#user_identity_url {
  width: 100%;
}

#workflow_copy_form select {
  width: 200px;
}

table.transitions td.enabled {
  background: #bfbbfb;
}

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

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

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

textarea#custom_field_possible_values {
  width: 99%;
}

textarea#custom_field_default_value {
  width: 99%;
}

input#custom_field_default_value {
  border: 1px solid #dfe1e6;
}

input#content_comments {
  width: 99%;
}

.pagination {
  margin-top: 9.75px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.pagination ul {
  margin: 0;
  padding: 0;
  float: left;
}

.pagination > span {
  margin-left: auto;
}

.pagination li {
  display: inline-block;
  margin-right: 4.875px;
}

.pagination li > span {
  padding: 2px 8px;
  display: inline-block;
}

.pagination a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #dfe1e6;
  display: inline-block;
  color: #404245;
  padding: 2px 8px;
}

.pagination a:hover {
  border: 1px solid #a6abb9;
}

#projects_list + p {
  margin: .5rem 0 0 0;
  position: absolute;
}

/* ------------ Tabular forms ------------ */
.jstEditor textarea,
.jstEditor iframe {
  border: 1px solid #e7e7e7;
}

#issue_description_and_toolbar {
  display: block;
  float: left;
  width: calc(100% - 60px);
}

@-moz-document url-prefix() {
  .jstElements {
    vertical-align: baseline !important;
  }
}

.jstElements,
.cke {
  clear: both;
}

.jstElements .icon-user,
.cke .icon-user {
  position: absolute;
  bottom: 5px;
}

.jstElements .icon-user:before,
.cke .icon-user:before {
  margin: 0;
}

@media (max-width: 893px) {
  .jstElements button {
    margin: 0 8px 8px 0 !important;
  }
}

@media (max-width: 893px) {
  .jstSpacer {
    margin-right: 0 !important;
  }
}

.cke_maximized {
  top: 56px !important;
}

.edit_note .cke {
  clear: none;
}

html > body .tabular p {
  overflow: hidden;
}

@media (max-width: 893px) {
  html > body .tabular p {
    overflow: visible !important;
  }
}

@media (max-width: 560px) {
  .tabular input[type="text"],
  .tabular input[type="password"],
  .tabular input[type="date"],
  .tabular select {
    max-width: 100%;
  }
}

.tabular p:not(.new_issue .tabular p):not(.edit_issue .tabular p):not(.tabular.filedroplistner p) {
  margin: 0;
  padding: 4.875px 4.875px 4.875px 180px;
  clear: left;
}

.tabular p.notes {
  padding: 0;
  margin-bottom: 9.75px;
}

.tabular.settings label {
  margin-left: -300px;
  width: 287px;
}

.tabular.settings p {
  padding-left: 300px !important;
}

.tabular label {
  font-weight: 600;
  text-align: right;
  margin-left: -180px;
  margin-right: 1rem;
  float: left;
  width: 160px;
  line-height: 24px;
}

@media (max-width: 330px) {
  .tabular label {
    width: 100px;
  }
}

.tabular label.floating {
  font-weight: normal;
  margin-left: 0px;
  text-align: left;
  width: 270px;
}

.tabular label.block {
  font-weight: normal;
  margin-left: 0px !important;
  text-align: left;
  float: none;
  display: block;
  width: auto;
  clear: both;
}

.tabular label.inline {
  font-weight: normal;
  float: none;
  margin-left: 4.875px !important;
  width: auto;
}

.check_box_group label {
  display: block;
  float: none;
  font-weight: normal;
  margin-left: 0 !important;
  text-align: left;
  width: auto;
}

.check_box_group label input {
  display: inline !important;
  clear: none !important;
  width: auto !important;
}

.check_box_group {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  border: 1px solid #e7e7e7;
  display: block;
  max-height: 300px;
  overflow-y: auto;
  padding: 4.875px;
  clear: both;
  width: 96%;
}

@media (max-width: 670px) {
  .check_box_group {
    display: block;
    clear: both;
  }
}

label.no-css {
  font-weight: inherit;
  float: none;
  text-align: left;
  margin-left: 0px;
  width: auto;
}

.bool_cf.check_box_group {
  max-width: 348px;
  display: inline-block;
  border-color: #dfe1e6;
}

#preview fieldset {
  margin-top: 19.5px;
  background: url("../../draft.png");
}

.tabular.settings textarea {
  width: 99%;
}

.settings.enabled_scm table {
  width: 100%;
}

.settings.enabled_scm td.scm_name {
  font-weight: 600;
}

fieldset.settings label {
  display: block;
}

fieldset#notified_events .parent {
  padding-left: 19.5px;
}

span.required {
  color: #ec4832;
}

.summary {
  font-style: italic;
}

#attachments_fields input.description {
  min-width: 200px;
  margin-bottom: 9.75px !important;
  height: 30px !important;
}

#attachments_fields span {
  display: block;
  white-space: nowrap;
  clear: both;
}

#attachments_fields input.filename {
  border: 0;
  width: auto;
  color: #555555;
  background-color: inherit;
  background: url("/assets/attachment-d82241d3.png") no-repeat 1px 50%;
  padding-left: 19.5px;
  margin: 0;
}

#attachments_fields .ajax-waiting input.filename {
  background: url("/assets/hourglass-d4f6efea.png") no-repeat 0px 50%;
}

#attachments_fields .ajax-loading input.filename {
  background: url("/assets/loading-5fb375e6.gif") no-repeat 0px 50%;
}

#attachments_fields div.ui-progressbar {
  width: 100px;
  height: 14px;
  margin: 2px 0 -5px 8px;
  display: inline-block;
}

a.remove-upload {
  background: none;
  display: inline-block;
  padding: 0 9.75px 0 9.75px;
}

a.remove-upload:hover {
  text-decoration: none !important;
}

div.fileover {
  background-color: #bfbbfb;
}

div.attachments .contextual .icon-only:not(.webix_view .icon-only),
div.attachments .contextual .icon-only:not(#wrapper .webix_view .icon-only),
#add_attachments .icon-edit {
  font-size: 13px !important;
  color: #404245 !important;
  width: auto !important;
  height: auto !important;
  padding: .375rem 1.5rem !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

div.attachments .contextual .icon-only:not(.webix_view .icon-only):before,
div.attachments .contextual .icon-only:not(#wrapper .webix_view .icon-only):before,
#add_attachments .icon-edit:before {
  margin-right: 8px !important;
}

div.attachments .contextual .icon-only:not(.webix_view .icon-only):before,
div.attachments .contextual .icon-only:not(#wrapper .webix_view .icon-only):before,
#add_attachments .icon-edit:before {
  color: #595b5f !important;
}

div.attachments .contextual .icon-only:not(.webix_view .icon-only):hover,
div.attachments .contextual .icon-only:not(#wrapper .webix_view .icon-only):hover,
#add_attachments .icon-edit:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

div.attachments .contextual .icon-only:not(.webix_view .icon-only):hover:before,
div.attachments .contextual .icon-only:not(#wrapper .webix_view .icon-only):hover:before,
#add_attachments .icon-edit:hover:before {
  color: #404245 !important;
}

#add_attachments .icon-edit {
  margin-bottom: 0.75rem;
}

#wrapper div.attachments div.images,
#wrapper div.journal .thumbnails {
  border: 1px solid #dfe1e6;
  padding: 0.5rem;
  border-radius: 4px;
  display: inline-block;
}

#wrapper div.attachments div.images {
  margin: 0.5rem 0;
}

div.journal .thumbnails {
  margin: 0.5rem 0 0 40px;
}

div.journal .thumbnails a {
  display: inline-block;
}

div.journal .thumbnails img {
  vertical-align: middle;
}

div.attachments {
  margin: 0 0 29.25px 0;
  float: left;
  width: 100%;
}

div.attachments p {
  margin: 4.875px 0;
}

div.attachments .contextual a {
  padding: 4.875px 0 0 0 !important;
}

div.attachments .alignrigth .icon-only {
  margin: 0 4.875px;
}

div.attachments .contextual + p {
  clear: both;
}

div.attachments img {
  vertical-align: middle;
}

div.attachments.box + p {
  clear: both;
}

div.attachments table {
  padding-left: 0;
  border-collapse: collapse;
  width: calc(100% - 40px);
}

div.attachments tr {
  border-bottom: 1px dashed #dfe1e6;
}

div.attachments td {
  padding: 4.875px;
  vertical-align: top;
}

div.attachments td:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

@media (min-width: 1900px) {
  div.attachments td:nth-child(1) {
    width: 180px;
  }
}

@media (max-width: 580px) {
  div.attachments td:nth-child(2) {
    display: none;
  }
}

div.attachments td:nth-child(3) {
  min-width: 180px;
}

#comments {
  clear: both;
  margin-top: 19.5px;
}

#comments p {
  margin-bottom: 19.5px;
}

#comments h4 {
  margin-top: 19.5px;
}

#wiki_add_attachment {
  float: none;
  clear: both;
  display: block;
}

div.thumbnails {
  padding-top: 9.75px;
  clear: both;
}

div.thumbnails div {
  background: #fff;
  border: 2px solid #f0f8fb;
  display: inline-block;
  margin-right: 4.875px;
}

div.thumbnails div.thumbnails img {
  margin: 4.875px;
}

p.other-formats {
  text-align: right;
  font-size: 12px;
  clear: both;
  margin: 0.5rem 0;
  font-size: 0;
}

@media (min-width: 600px) {
  p.other-formats {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  p.other-formats {
    float: left !important;
  }
}

p.other-formats > span {
  font-size: 13px;
  margin: 0 0.5rem 0.5rem 0;
  display: inline-block;
}

p.other-formats > span:first-child {
  margin: 0.5rem;
}

p.other-formats span a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

p.other-formats span a:before {
  font-size: 11px !important;
}

p.other-formats span a:before {
  color: #595b5f !important;
}

p.other-formats span a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

p.other-formats span a:hover:before {
  color: #404245 !important;
}

p.other-formats span a:before {
  margin-right: 4px !important;
}

a.atom {
  background: none;
}

em.info {
  font-style: normal;
  font-size: 90%;
  display: block;
  padding-left: 3px;
}

em.info.error {
  padding-left: 19.5px;
  background: none;
}

textarea.text_cf {
  width: 90%;
}

#users_for_watcher {
  height: 200px;
  overflow: auto;
}

#users_for_watcher label {
  display: block;
}

#users_for_watcher img {
  margin-right: 4px;
}

table.members td.group {
  background: none;
}

input#principal_search,
input#user_search {
  width: 90%;
}

input.autocomplete {
  background: #fff url("../../../magnifier.png") no-repeat 7px 50% !important;
  padding-left: 29.25px !important;
}

input.autocomplete.ajax-loading {
  background-image: url("../../../loading.gif");
}

ul.ui-autocomplete {
  box-shadow: 0px 5px 5px fade(#000, 50%) !important;
}

.ui-menu {
  z-index: 999;
}

.ui-menu .ui-menu-item a {
  line-height: 170% !important;
}

.ui-widget-content {
  background: #fff !important;
}

.role-visibility {
  padding-left: 19.5px;
}

#sidebar .queries a.query.selected {
  color: #4879d4;
  margin-right: 0.5rem;
  text-decoration: underline;
}

@media (max-width: 560px) {
  #query_form_content fieldset.collapsible:last-child {
    display: none;
  }
}

@media (max-width: 560px) {
  input[type=checkbox] {
    border: 1px solid #e7e7e7;
  }
}

table.list:not(.changesets) {
  position: relative;
}

table td.swipe {
  width: auto !important;
  padding: 0 !important;
  border: none !important;
  text-align: center !important;
}

@media (min-width: 670px) {
  table td.swipe {
    display: none;
  }
}

#wrapper #issue_timelog_table {
  width: 100%;
  float: none;
  margin: 0;
}

.new_issue .projectino-addtitional-fields-wrap {
  margin: 0 -1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.new_issue .projectino-addtitional-fields-wrap .projectino-addtitional-fields {
  margin: -9px -16px 0 -16px;
  padding: 0 1rem;
}

.assign-to-me-link {
  white-space: nowrap;
}

.edit_issue #all_attributes .splitcontent + p {
  display: block;
  clear: both;
}

.edit_issue legend {
  font-weight: 700;
  display: block;
  border-bottom: 1px dashed #dfe1e6;
  width: 100%;
}

.edit_issue .projectino-addtitional-fields-wrap {
  margin: 0 -30px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.edit_issue .projectino-addtitional-fields-wrap .splitcontentleft label,
.edit_issue .projectino-addtitional-fields-wrap .splitcontentright label {
  padding: 5px 0;
}

.edit_issue .projectino-addtitional-fields-wrap .projectino-addtitional-fields {
  margin: -9px -20px 0 -19px;
  padding: 0 1rem;
}

.projectino-addtitional-fields-wrap {
  position: relative;
  clear: both;
}

.projectino-addtitional-fields-wrap:before {
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d9dce2;
  display: block;
  left: 50%;
  top: 16px;
}

.projectino-addtitional-fields-wrap .projectino-addtitional-fields {
  max-height: 0;
  overflow: hidden;
}

.projectino-addtitional-fields-wrap .projectino-addtitional-fields .splitcontent:first-child .splitcontentleft p {
  margin: 0;
}

.projectino-addtitional-fields-wrap .projectino-addtitional-fields p {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.projectino-addtitional-fields-wrap .projectino-addtitional-fields .splitcontentright,
.projectino-addtitional-fields-wrap .projectino-addtitional-fields .splitcontentleft {
  min-height: unset !important;
}

.projectino-addtitional-fields-wrap.open .projectino-addtitional-fields {
  max-height: unset;
  background: #e6ecf9;
  border-bottom: 1px solid #d9dce2;
  padding: 2rem 2rem 1rem 2rem;
}

.projectino-addtitional-fields-wrap.open #projectino-addtitional-fields-trigger i {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.projectino-addtitional-fields-wrap #projectino-addtitional-fields-trigger {
  border-radius: 4px;
  border: 1px solid #d9dce2;
  background: #e6ecf9;
  margin: auto;
  display: block;
  padding: 0.125rem;
  text-align: center;
  width: 230px;
  position: relative;
  z-index: 100;
  color: #404245;
  bottom: -6px;
}

.projectino-addtitional-fields-wrap #projectino-addtitional-fields-trigger:hover {
  cursor: pointer;
  color: #000;
}

.projectino-addtitional-fields-wrap #projectino-addtitional-fields-trigger i:before {
  margin-left: 0.5rem;
}

/* ==========================================================================
   Project
   ========================================================================== */
/*Project view and all other project views except issues*/
/* Typohraphy @imported from due to a reference in view_project.less*/
.controller-projects.action-show #content,
.controller-redmine_x_statistics #content,
.controller-issues.action-show #content,
.controller-activities.action-index #content,
.controller-versions.action-index #content,
.controller-contacts.action-show #content {
  background: #fdfdfd;
}

#block-projecttimeentries ul {
  padding: 0 0 1rem 1rem;
}

#projects-index {
  margin: 9.75px 0;
}

#projects-index ul.projects ul.projects {
  border-left: 3px solid #e7e7e7;
  padding-left: 29.25px;
  margin-left: 4.875px;
}

#projects-index ul.projects li.root {
  padding: 9.75px 0;
  border-bottom: 1px solid #dfe1e6;
}

#projects-index ul.projects li.child {
  margin-top: 1em;
}

#projects-index ul.projects div.root a.project {
  font-size: 14px;
}

#projects-index ul.projects .wiki.description {
  margin-top: 9.75px;
}

#projects-index ul.projects div.root .child a {
  font-size: 13px !important;
}

#projects-index ul.projects li:before {
  position: relative;
  z-index: -1;
  float: left;
  margin-right: 19.5px;
  color: #4879d4;
}

#projects-index > ul.projects > li:before {
  top: 2px;
}

#projects-index ul.projects a.parent {
  font-weight: 600;
}

#projects-index ul.projects li.fa {
  cursor: pointer;
}

#projects-index .my-project.icon {
  padding-left: 0;
}

ul.projects {
  margin: 0;
  padding-left: 19.5px;
}

ul.projects ul {
  padding-left: 1.6em;
}

ul.projects.root {
  margin: 0;
  padding: 0;
}

ul.projects li {
  list-style-type: none;
}

ul.projects li.fa {
  display: list-item;
}

#notified-projects > ul,
#tracker_project_ids > ul,
#custom_field_project_ids > ul {
  max-height: 250px;
  overflow-y: auto;
}

/* ------------ Enumerations ------------ */
.controller-enumerations #content .icon-add {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-enumerations #content .icon-add:before {
  color: #595b5f !important;
}

.controller-enumerations #content .icon-add:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-enumerations #content .icon-add:hover:before {
  color: #404245 !important;
}

/* ------------ Documents ------------ */
#document-list {
  clear: both;
  margin-top: 2rem;
}

.document-item {
  padding: 0.5rem 0;
}

.document-item:before {
  content: "\f15c";
  margin-right: 8px;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  font-size: inherit;
  text-rendering: auto;
  color: #595b5f;
  position: relative;
}

.document-item:not(:last-child) {
  border-bottom: 1px dashed #dfe1e6;
}

.document-item > * {
  display: inline-block;
}

.document-item .title {
  margin: 0;
}

.document-item p {
  margin: 0;
}

.controller-my .mypage-box .document-item .wiki {
  margin: 0;
  padding: 0;
}

.controller-documents .wiki {
  padding-left: 4.875px;
}

.controller-documents div.attachments .delete {
  margin-left: 19.5px;
}

.controller-documents #content p em {
  font-size: 80%;
}

.controller-documents.action-index h3 {
  font-size: 15.6px;
  color: #1b1c1d;
}

.controller-documents #content h4 {
  margin-bottom: 0;
}

.controller-documents #content h4 + p {
  color: #777777;
}

.controller-documents .toggle-wrap {
  line-height: 1.5;
}

.controller-documents > a:after {
  content: '|';
  margin-left: 4.875px;
}

@media (max-width: 899px) {
  .controller-documents > a:after {
    content: none;
  }
}

.controller-attachments.action-show .autoscroll {
  clear: both;
}

/* ------------ Tab content ------------ */
#tab-content-versions,
#tab-content-categories,
#tab-content-activities {
  overflow: auto;
}

#tab-content-members .splitcontentleft,
#tab-content-members .splitcontentright {
  border: none;
  padding: 0;
}

#tab-content-modules fieldset p {
  margin: 4.875px 0 4.875px 0;
}

#tab-content-members .splitcontentleft, #tab-content-memberships .splitcontentleft, #tab-content-users .splitcontentleft {
  width: 64%;
}

#tab-content-members .splitcontentright, #tab-content-memberships .splitcontentright, #tab-content-users .splitcontentright {
  width: 34%;
}

#tab-content-members fieldset, #tab-content-memberships fieldset, #tab-content-users fieldset {
  padding: 9.75px;
  margin-bottom: 9.75px;
}

#tab-content-members fieldset legend, #tab-content-memberships fieldset legend, #tab-content-users fieldset legend {
  font-weight: 600;
}

#tab-content-members fieldset label, #tab-content-memberships fieldset label, #tab-content-users fieldset label {
  display: block;
}

#tab-content-members #principals, #tab-content-users #principals {
  max-height: 400px;
  overflow: auto;
}

#tab-content-memberships .splitcontentright select {
  width: 90%;
}

#principals > label {
  display: block;
}

#principals > label .icon-user:before {
  margin-right: 0;
}

/* ------------ Watchers ------------ */
#watchers select {
  width: 95%;
  display: block;
}

#watchers a.delete:hover {
  opacity: 1;
}

#watchers img.gravatar {
  margin: 0 4.875px 4.875px 0;
  float: left;
  position: relative;
  top: 1px;
}

#watchers .user {
  float: left;
  margin-right: 9.75px;
}

#watchers li .delete {
  display: none !important;
}

#watchers li:hover .delete {
  display: inline-block !important;
}

span#watchers_inputs {
  overflow: auto;
  display: block;
}

span.search_for_watchers {
  display: block;
  clear: both;
}

span.add_attachment {
  display: block;
  padding: 2rem;
  margin-top: 1rem;
  border: 2px dashed #dfe1e6;
}

span.search_for_watchers a, span.add_attachment a {
  padding: 9.75px 0 9.75px 0;
}

/* ------------ Toggle and hide descriptions ------------ */
.toggle-wrap {
  cursor: pointer;
  margin-right: 9.75px;
  font-weight: 600 !important;
  margin-right: 1rem !important;
}

.toggle-wrap span {
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
}

.controller-news #content > .contextual .icon-add,
.controller-documents #content > .contextual .icon-add {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
}

.controller-news #content > .contextual .icon-add:before,
.controller-documents #content > .contextual .icon-add:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

.controller-news #content > .contextual .icon-add:hover,
.controller-documents #content > .contextual .icon-add:hover {
  background-color: #2c5fbd;
  border: 1px solid #2c5fbd;
  text-decoration: none;
}

.controller-news #content > .contextual .icon-add:hover:before,
.controller-documents #content > .contextual .icon-add:hover:before {
  color: #fff !important;
}

.controller-news > a:after,
.controller-documents > a:after {
  content: '|';
  margin-left: 4.875px;
}

@media (max-width: 899px) {
  .controller-news > a:after,
  .controller-documents > a:after {
    content: none;
  }
}

@media (max-width: 640px) {
  .controller-news .toggle-wrap:after,
  .controller-documents .toggle-wrap:after,
  .controller-projects.action-index .toggle-wrap:after {
    content: '';
  }
}

@media (max-width: 899px) {
  .controller-projects .toggle-wrap {
    margin-bottom: 21px !important;
  }
}

@media (max-width: 420px) {
  .controller-projects:not(.action-index) .icon-settings {
    margin: 9.75px 0;
    display: block;
  }
}

.controller-projects.action-show .splitcontentleft > div + div,
.controller-projects.action-show .splitcontentright > div + div {
  margin-top: 1rem;
}

@media (max-width: 420px) {
  .controller-projects.action-index #content > .contextual a {
    margin-bottom: 0;
  }
}

@media (max-width: 899px) {
  .controller-projects.action-index #projects-index {
    margin-top: 0;
  }
}

.controller-projects.action-index > a:after {
  content: '|';
  margin-left: 4.875px;
}

@media (max-width: 899px) {
  .controller-projects.action-index > a:after {
    content: none;
  }
}

@media (max-width: 899px) {
  .controller-projects.action-index #content > .contextual  a {
    padding-left: 16px !important;
  }
  .controller-projects.action-index #content > .contextual  .icon {
    line-height: 1.5;
  }
}

@media (max-width: 899px) {
  .controller-projects.action-index .contextual {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    float: left;
    margin-bottom: 15px;
    border: 1px solid #dfe1e6;
    padding: 9.75px;
    width: 90%;
  }
}

@media (max-width: 899px) {
  .controller-projects.action-index .toggle-wrap {
    clear: both;
    display: block !important;
    padding: 0 0 0 24px;
  }
}

.controller-projects.action-show .splitcontentleft .box {
  margin-bottom: 1rem;
}

.controller-projects.action-show .splitcontentleft .box.spent_time ul + p {
  padding: 9.75px 0 0 0;
}

.controller-projects.action-show .splitcontentleft > .box h3,
.controller-projects.action-show .splitcontentright > .box h3 {
  margin-top: 0;
}

.controller-news {
  margin-bottom: 19.5px;
  /*Redmine prior to 3.1 does not have .news-article div*/
}

.controller-news.action-index:not([class*="project-"]) .toggle-wrap {
  float: right;
}

.controller-news h3 {
  margin: 0.5rem 0 0 0;
}

.controller-news .wiki p {
  padding: 0 9.75px 9.75px 0;
  margin-top: 9.75px;
}

.controller-news .author {
  margin: 0;
  font-size: 80%;
  font-style: italic;
}

.controller-news.action-show #content > p em, .controller-news.action-show #content .author {
  font-size: 80%;
  padding-left: 0;
}

@media (max-width: 420px) {
  .controller-news.action-index #content > .contextual {
    white-space: normal;
  }
}

.news-article {
  padding: 1rem 1.5rem;
}

.news-article:not(:last-of-type) {
  border-bottom: 1px solid #dfe1e6;
}

/* ------------ Activity ------------ */
#activity dd, #search-results dd {
  margin: 4.875px;
  padding-left: 78px;
  font-size: 90%;
}

#activity dt, #search-results dt {
  margin-bottom: 0px;
  padding-left: 19.5px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

#activity dd .description, #activity dd .description, #search-results dd .description, #search-results dd .description {
  font-style: italic;
}

#activity span.project:after, #activity span.project:after, #search-results span.project:after, #search-results span.project:after {
  content: " -";
}

#activity dd span.description, #activity dd span.description, #search-results dd span.description, #search-results dd span.description {
  display: block;
}

#activity dt.me .time {
  border-bottom: 1px solid #e7e7e7;
}

#activity dt img.gravatar {
  float: left;
  margin: 0 1em 1em 0;
}

#activity dt .time {
  font-size: 80%;
  margin-right: 9.75px;
}

#activity dt .time:after {
  content: ':';
}

#activity dt.grouped {
  margin-left: 5em;
}

#activity dd.grouped {
  margin-left: 68px;
}

#activity dl {
  border: 1px solid #dfe1e6;
  margin: 0;
  padding: 9.75px 0 9.75px 9.75px;
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#activity > h3, #activity > h4 {
  border-left: 1px solid #dfe1e6;
  position: relative;
  margin: 0;
  padding: 1rem 0 0.25rem 2rem;
}

#activity > h4 {
  padding-top: 12px;
}

#activity > h3:before, #activity >  h4:before {
  content: '\25CF';
  position: absolute;
  color: #8990a3;
  left: -7.5px;
  top: 2px;
  font-size: 25px;
}

#activity > h3:after, #activity > h4:after {
  content: '\25CF';
  position: absolute;
  color: #000;
  left: -4px;
  top: 12px;
  font-size: 13px;
}

#activity_scope_form > p:not(ul ~ p) {
  text-align: right;
  width: 100%;
  display: inline-block;
  margin-bottom: 0.5rem;
}

#activity_scope_form input[type="date"]  {
  margin-right: 0;
}

#activity_scope_form select,
#activity_scope_form .select2-container {
  background: #fff;
}

@media (max-width: 420px) {
  div#activity dl {
    margin-left: 0 !important;
  }
}

@media (max-width: 420px) {
  div#activity dt.grouped {
    margin-left: 24px !important;
  }
}

@media (max-width: 420px) {
  div#activity dd.grouped {
    margin-left: 69px !important;
  }
}

#search-results dd {
  margin-bottom: 1em;
  padding-left: 19.5px;
  margin-left: 0px;
}

div#search-results-counts {
  float: right;
}

div#search-results-counts ul {
  margin-top: 9.75px;
}

div#search-results-counts li {
  list-style-type: none;
  float: left;
  margin-left: 19.5px;
}

/* ------------ Roadmap ------------ */
div#roadmap {
  clear: both;
}

div#roadmap h3 {
  margin-top: 0;
  padding: 0 !important;
}

div#roadmap .related-issues {
  margin-bottom: 19.5px;
}

div#roadmap .related-issues td.checkbox {
  display: none;
}

div#roadmap .wiki h1:first-child {
  display: none;
}

div#roadmap .wiki h1 {
  font-size: 120%;
}

div#roadmap .wiki h2 {
  font-size: 110%;
}

div#roadmap .version-article {
  border: 1px solid #dfe1e6;
  background-color: #fff;
  margin: 0 0 1rem 0;
  padding: 9.75px;
  border-radius: 4px;
}

div#roadmap .wiki-page {
  padding: 0 1rem;
}

div#roadmap .version-article .contextual {
  float: none;
  display: inline-block;
  padding: 8px 0 0 6px;
}

div#roadmap .version-article header h3,
div#roadmap .version-article header badge {
  display: inline-block;
}

div#roadmap table {
  margin-left: 29.25px;
  max-width: 90% !important;
}

div#roadmap table.progress td {
  padding: 0;
  height: 4.875px;
}

div#roadmap header {
  position: relative;
  margin: 0;
  padding: 4.875px 0 0 19.5px;
  float: left;
}

div#roadmap .version-overview {
  display: block;
  clear: left;
  background-color: #eef2fb;
  margin: 0 -10px 1rem -10px;
  padding: 1rem 2rem;
}

.controller-versions #content > .contextual .icon-package {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-versions #content > .contextual .icon-package:before {
  color: #595b5f !important;
}

.controller-versions #content > .contextual .icon-package:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-versions #content > .contextual .icon-package:hover:before {
  color: #404245 !important;
}

.version .buttons .icon-edit {
  margin-right: 0.5rem;
}

.version .buttons .fa-filter {
  position: relative;
  top: 1px;
}

div#version-summary {
  width: 30%;
  min-width: 300px;
  margin: 19.5px 0;
  background-color: #fff;
}

div#version-summary fieldset {
  margin-bottom: 19.5px;
}

div#version-summary fieldset.time-tracking table {
  width: 100%;
}

div#version-summary th, div#version-summary td.total-hours {
  text-align: right;
}

table#time-report td.hours, table#time-report th.period, table#time-report th.total {
  text-align: right;
  padding-right: 9.75px;
}

table#time-report tbody tr.subtotal {
  font-style: italic;
}

table#time-report tbody tr.subtotal td.hours {
  color: #555555;
}

table#time-report tbody tr.total {
  font-weight: 600;
  background-color: #eeeeee;
  border-top: 1px solid #dfe1e6;
}

table#time-report .hours-dec {
  font-size: 90%;
}

@media only screen and (min-width: 480px) {
  #query_form fieldset.collapsible > * {
    margin-left: 29.25px;
  }
}

#query_form fieldset.collapsible > legend {
  margin-left: 0;
  padding: 0 0.5rem;
}

#query_form #query_form_with_buttons .buttons:not(span.buttons) {
  margin-bottom: 39px;
}

#query_form .buttons .icon {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
  margin-right: 2px;
}

#query_form .buttons .icon:before {
  color: #595b5f !important;
}

#query_form .buttons .icon:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#query_form .buttons .icon:hover:before {
  color: #404245 !important;
}

.controller-calendars #query_form .buttons {
  margin-bottom: 7px;
}

/* ------------ Wiki ------------ */
.controller-wiki {
  /* 
	 * add numbering to wiki headings
	 */
}

.controller-wiki fieldset.collapsible {
  clear: both;
}

.controller-wiki fieldset.collapsible span.add_attachment {
  background-color: #eef2fb;
}

.controller-wiki #sidebar .contextual .icon-edit {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-wiki #sidebar .contextual .icon-edit:before {
  font-size: 11px !important;
}

.controller-wiki #sidebar .contextual .icon-edit:before {
  color: #595b5f !important;
}

.controller-wiki #sidebar .contextual .icon-edit:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-wiki #sidebar .contextual .icon-edit:hover:before {
  color: #404245 !important;
}

.controller-wiki div.wiki, .controller-wiki div.wiki-page {
  counter-reset: h1s;
}

.controller-wiki div.wiki h1 {
  counter-reset: h2s;
}

.controller-wiki .wiki h1::before {
  content: counter(h1s) ". ";
  counter-increment: h1s;
}

.controller-wiki .wiki h2 {
  counter-reset: h3s;
}

.controller-wiki .wiki h2::before {
  content: counter(h1s) "." counter(h2s) ". ";
  counter-increment: h2s;
}

.controller-wiki .wiki h3 {
  counter-reset: h4s;
}

.controller-wiki .wiki h3::before {
  content: counter(h1s) "." counter(h2s) "." counter(h3s) ". ";
  counter-increment: h3s;
}

.controller-wiki .wiki h4 {
  counter-reset: h5s;
}

.controller-wiki .wiki h4::before {
  content: counter(h1s) "." counter(h2s) "." counter(h3s) "." counter(h4s);
  counter-increment: h4s;
  margin-right: 0.4em;
}

.controller-wiki .wiki h5 {
  counter-reset: h6s;
}

.controller-wiki .wiki h5::before {
  content: counter(h1s) "." counter(h2s) "." counter(h3s) "." counter(h4s) "." counter(h5s);
  counter-increment: h5s;
  margin-right: 0.5em;
}

.controller-wiki .wiki h6 {
  counter-reset: h7s;
}

.controller-wiki .wiki h6::before {
  content: counter(h1s) "." counter(h2s) "." counter(h3s) "." counter(h4s) "." counter(h5s) "." counter(h6s);
  counter-increment: h6s;
  margin-right: 0.6em;
}

@media (max-width: 560px) {
  .controller-wiki .icon-fav-off,
  .controller-wiki .icon-lock,
  .controller-wiki .icon-move,
  .controller-wiki .icon-move {
    display: none;
  }
}

.controller-wiki.action-show #wiki_add_attachment > div {
  padding-left: 0 !important;
}

.controller-wiki.action-show #wiki_add_attachment form {
  width: 100%;
}

.controller-wiki.action-show #wiki_add_attachment form .box {
  background: none;
  border: none;
  padding: 0;
}

.controller-wiki.action-show #wiki_add_attachment, .controller-wiki.action-show #wiki_add_attachment form {
  border: none;
  margin: 0;
  padding: 0;
}

.controller-wiki.action-show .attachments .contextual {
  padding: 0;
}

.controller-wiki #wiki_add_attachment {
  border-top: 1px solid #dfe1e6;
  margin-top: 19.5px;
  padding-top: 4.875px;
}

.controller-wiki div.wiki-page {
  width: 100%;
  padding-left: 9.75px;
}

.controller-wiki div.wiki-page .contextual a {
  opacity: 0.4;
}

.controller-wiki div.wiki-page .contextual a:hover {
  opacity: 1;
}

.controller-wiki div.wiki-page [class*="heading-"] a {
  padding-right: 0 !important;
}

.controller-wiki div.wiki-page .heading-2 {
  margin-top: 9.75px;
}

.controller-wiki div.wiki-page .icon-only {
  font-size: 0;
  color: transparent;
}

.controller-wiki div.wiki-page h2 {
  margin-top: 19.5px;
}

.controller-wiki #add_attachment_form {
  clear: both;
}

.controller-wiki a#attach_files_link {
  clear: both;
  float: left;
}

.controller-wiki div.attachments .delete {
  margin-left: 19.5px;
}

.controller-wiki .attachments .contextual {
  padding: 4.875px 4.875px 0 0;
}

form#add_attachment_form {
  display: block;
  float: left;
  margin-top: 19.5px;
}

#attachments_fields {
  clear: both;
  display: block;
}

/* ------------ Wiki ------------ */
div.wiki {
  /* Set a color for new Wiki page links */
}

div.wiki a.new {
  color: #ec4832;
}

div.wiki table {
  border-collapse: collapse;
  margin-bottom: 9.75px;
}

div.wiki table, div.wiki td, div.wiki th {
  border: 1px solid #dfe1e6;
  padding: 4.875px;
}

div.wiki .noborder, div.wiki .noborder td, div.wiki div.wiki .noborder th {
  border: 0;
}

div.wiki .external {
  background-position: 0% 60%;
  background-repeat: no-repeat;
  padding-left: 12px;
  background-image: url("../../../external.png");
}

div.wiki ul, div.wiki ol {
  margin-bottom: 9.75px;
  padding-left: 19.5px;
}

@media all and (min-width: 900px) {
  div.wiki ul, div.wiki ol {
    padding-left: 39px;
  }
}

div.wiki pre {
  margin: 9.75px 9.75px 9.75px 0;
  padding: 9.75px;
  background-color: #eef2fb;
  border: 1px solid #dfe1e6;
  width: auto;
  overflow-x: auto;
  overflow-y: hidden;
}

div.wiki ul.toc {
  background-color: #f0f8fb;
  border: 1px solid #dfe1e6;
  padding: 19.5px;
  margin: 0 9.75px 9.75px;
  display: table;
}

div.wiki ul.toc > li:first-child {
  list-style: none;
  margin: 0 0 4.875px 0;
  font-size: 13px;
}

div.wiki ul.toc.right {
  float: right;
  margin-left: 9.75px;
  margin-right: 0;
  width: auto;
}

div.wiki ul.toc.left {
  float: left;
  margin-right: 9.75px;
  margin-left: 0;
  width: auto;
}

div.wiki ul.toc ul {
  margin: 0;
  padding: 0;
}

div.wiki ul.toc li {
  margin: 0;
  font-size: 12px;
  margin-left: 17.0625px;
}

div.wiki ul.toc li li {
  margin-left: 19.5px;
  font-size: 12px;
}

div.wiki ul.toc a {
  font-size: 90%;
  font-weight: normal;
  text-decoration: none;
}

div.wiki table thead {
  font-weight: 600;
}

div.wiki table tbody tr:nth-child(odd) {
  background: #eef2fb;
}

* html div.wiki ul.toc {
  width: 50%;
}

/* IE6 doesn't autosize div */
a.wiki-anchor {
  display: none;
  margin-left: 6px;
  text-decoration: none;
}

a.wiki-anchor:hover {
  color: #aaa !important;
  text-decoration: none;
}

h1:hover a.wiki-anchor,
h2:hover a.wiki-anchor,
h3:hover a.wiki-anchor,
h4:hover a.wiki-anchor,
h5:hover a.wiki-anchor,
h6:hover a.wiki-anchor {
  display: inline;
  color: #ddd;
}

a.wiki-anchor:hover {
  text-decoration: none;
}

div.wiki img {
  vertical-align: middle;
}

.handle {
  cursor: move;
}

a.close-icon {
  display: block;
  margin-top: 4.875px;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url("../../../close.png");
}

a.close-icon:hover {
  background-image: url("../../../close_hl.png");
}

/* ------------ Calendar ------------ */
.cal span.icon, .cal div.issue {
  padding: 4.875px;
  margin: 4.875px;
  border: 1px solid #dfe1e6;
  display: block;
}

.cal div.issue {
  background: #fbfbfb;
}

table.cal {
  border-collapse: collapse;
  width: 100%;
  margin: 0px 0 4.875px 0;
  border: 1px solid #dfe1e6;
}

table.cal thead th {
  width: 14%;
  background-color: #eeeeee;
  padding: 4.875px;
}

table.cal thead th.week-number {
  width: auto;
}

table.cal tbody tr {
  height: 100px;
}

table.cal td {
  border: 1px solid #e7e7e7;
  vertical-align: top;
  font-size: 90%;
}

table.cal td.week-number {
  background-color: #eeeeee;
  padding: 4.875px;
  border: none;
}

table.cal td p.day-num {
  text-align: right;
}

table.cal td.odd p.day-num {
  color: #404245;
}

table.cal td.today {
  background: #f0f8fb;
}

table.cal td.today p.day-num {
  font-weight: 600;
}

/* ------------ Forum ------------ */
.controller-messages div.attachments, .controller-messages div.attachments > p {
  float: none;
}

.controller-messages .message.details {
  margin-top: 49.75px;
}

div.message div.attachments a.delete {
  margin-left: 9.75px;
}

div.message + p {
  padding-left: 9.75px;
}

#topic_search {
  font-size: 12px !important;
}

/* ------------ Projects list ------------ */
body.projects_list #query_form {
  padding-top: 9.75px;
}

body.projects_list #content > .contextual {
  padding: 9.75px;
}

.controller-timelog .time-entries td.project {
  max-width: 200px;
}

.controller-timelog .time-entries td.issue {
  min-width: 100px;
  max-width: 200px;
}

.controller-timelog .time-entries td.project,
.controller-timelog .time-entries td.issue {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.controller-timelog .edit_time_entry .box.tabular > p select {
  max-width: 220px;
}

.controller-timelog #time-report td {
  min-width: 130px;
}

/*Gantt*/
tr span.expander, .gantt_subjects div > span.expander {
  background-position: 2px 50%;
  padding-left: 8px;
  margin-left: 0;
  cursor: pointer;
}

.gantt_subjects div > span .icon-gravatar {
  float: none;
}

.gantt_subjects div > span.expander {
  padding-left: 16px !important;
}

/***** Gantt chart *****/
table.gantt-table {
  width: 100%;
  border-collapse: collapse;
}

table.gantt-table td {
  padding: 0px;
}

.gantt_hdr {
  position: absolute;
  top: 0;
  height: 16px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  text-align: center;
  overflow: hidden;
}

#gantt_area .gantt_hdr {
  border-left: 0px;
  border-right: 1px solid #c0c0c0;
}

.gantt_subjects_container:not(.draw_selected_columns) .gantt_hdr,
.last_gantt_selected_column .gantt_hdr {
  z-index: 10;
  border-right: 1px solid #c0c0c0;
}

.gantt_subjects_container .gantt_subjects * {
  z-index: 10;
}

.gantt_subjects_column + td {
  padding: 0;
}

.gantt_hdr.nwday {
  background-color: #f1f1f1;
  color: #999;
}

.gantt_subjects,
.gantt_selected_column_content.gantt_hdr {
  font-size: 0.8em;
  position: relative;
  z-index: 1;
}

.gantt_subjects div,
.gantt_selected_column_content div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.gantt_subjects div.issue-subject:hover {
  background-color: #ffffdd;
}

.gantt_selected_column_content {
  padding-left: 3px;
  padding-right: 3px;
}

.gantt_subjects .issue-subject img.icon-gravatar {
  margin: 2px 5px 0px 2px;
}

.gantt_hdr_selected_column_name {
  position: absolute;
  top: 50%;
  width: 100%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

td.gantt_selected_column {
  width: 50px;
}

td.gantt_selected_column .gantt_hdr, .gantt_selected_column_container {
  width: 49px;
}

.task {
  position: absolute;
  height: 8px;
  font-size: 0.8em;
  color: #888;
  padding: 0;
  margin: 0;
  line-height: 16px;
  white-space: nowrap;
}

.task.label {
  width: 100%;
}

.task.label.project, .task.label.version {
  font-weight: 600;
}

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

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

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

.task_todo.parent {
  background: #888;
  border: 1px solid #888;
  height: 3px;
}

.task_late.parent, .task_done.parent {
  height: 3px;
}

.task.parent.marker.starting {
  position: absolute;
  background: url("/assets/task_parent_end-2c72d76b.png") no-repeat 0 0;
  width: 8px;
  height: 16px;
  margin-left: -4px;
  left: 0px;
  top: -1px;
}

.task.parent.marker.ending {
  position: absolute;
  background: url("/assets/task_parent_end-2c72d76b.png") no-repeat 0 0;
  width: 8px;
  height: 16px;
  margin-left: -4px;
  right: 0px;
  top: -1px;
}

.version.task_late {
  background: #f66 url("../../../milestone_late.png");
  border: 1px solid #f66;
  height: 2px;
  margin-top: 3px;
}

.version.task_done {
  background: #00c600 url("../../../milestone_done.png");
  border: 1px solid #00c600;
  height: 2px;
  margin-top: 3px;
}

.version.task_todo {
  background: #fff url("../../../milestone_todo.png");
  border: 1px solid #fff;
  height: 2px;
  margin-top: 3px;
}

.version.marker {
  background-image: url("../../../version_marker.png");
  background-repeat: no-repeat;
  border: 0;
  margin-left: -4px;
  margin-top: 1px;
}

.project.task_late {
  background: #f66 url("../../../milestone_late.png");
  border: 1px solid #f66;
  height: 2px;
  margin-top: 3px;
}

.project.task_done {
  background: #00c600 url("../../../milestone_done.png");
  border: 1px solid #00c600;
  height: 2px;
  margin-top: 3px;
}

.project.task_todo {
  background: #fff url("../../../milestone_todo.png");
  border: 1px solid #fff;
  height: 2px;
  margin-top: 3px;
}

.project.marker {
  background-image: url("../../../project_marker.png");
  background-repeat: no-repeat;
  border: 0;
  margin-left: -4px;
  margin-top: 1px;
}

.version-behind-schedule a, .issue-behind-schedule a {
  color: #f66914;
}

.version-overdue a, .issue-overdue a, .project-overdue a {
  color: #f00;
}

.list.issues .version-overdue a, .list.issues .issue-overdue a, .list.issues .project-overdue a, .list.issues .overdue a, .list.issues .overdue .due_date {
  color: #ec4832;
}

.controller-gantts #months {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 34px;
  border: 1px solid #dfe1e6;
  min-width: 0;
}

.controller-gantts .icon-zoom-out,
.controller-gantts .icon-zoom-in {
  padding-left: 19.5px;
  margin-right: 9.75px;
}

.controller-gantts .icon-zoom-out {
  background-image: url("../../../zoom_out.png");
}

.controller-gantts .icon-zoom-in {
  background-image: url("../../../zoom_in.png");
}

.controller-gantts .gravatar {
  margin-right: 0.5rem;
}

@media (max-width: 560px) {
  .box.tabular p, .box.tabular label {
    margin-bottom: 4.875px;
  }
}

@media (max-width: 560px) {
  .box.settings.tabular label {
    margin-bottom: 0;
  }
}

@media (max-width: 560px) {
  .settings.tabular select {
    clear: both;
    display: block;
  }
}

@media (max-width: 420px) {
  .action-settings .buttons .icon, input#settings_host_name {
    margin-right: 0 !important;
  }
}

@media (max-width: 420px) {
  #settings_host_name, .controller-settings input[type='text'] {
    width: 100% !important;
  }
}

.controller-calendars fieldset + p {
  float: none !important;
}

@media (max-width: 560px) {
  .controller-calendars select#month,
  .controller-calendars select#year {
    margin-bottom: 9.75px !important;
  }
}

.controller-calendars #query_form_with_buttons .contextual a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-calendars #query_form_with_buttons .contextual a:before {
  font-size: 11px !important;
}

.controller-calendars #query_form_with_buttons .contextual a:before {
  color: #595b5f !important;
}

.controller-calendars #query_form_with_buttons .contextual a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-calendars #query_form_with_buttons .contextual a:hover:before {
  color: #404245 !important;
}

.controller-users.action-show #content > h2 {
  margin-bottom: 29.25px;
}

.new_project .tabular p {
  vertical-align: middle;
}

.new_project fieldset > legend {
  font-weight: 600;
  width: 100%;
  float: left;
  margin-bottom: 9.75px;
  margin-top: 0;
  padding: 0;
}

.new_project fieldset > legend a {
  margin: 0;
}

.new_project em.info {
  margin-bottom: 9.75px;
}

@media (min-width: 571px) {
  .new_project em.info {
    padding-left: 140px;
  }
}

.new_project #project_is_public + .info {
  display: inline-block;
  padding-left: 0;
}

#edit_membership p:first-of-type {
  margin-bottom: 9.75px;
}

.table-list {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

.table-list-row {
  border-bottom: 1px solid #dfe1e6;
  display: inline-table;
  width: 100%;
}

.table-list-cell:not(.table-list-header .table-list-cell) {
  padding: 9.75px;
}

.table-list-cell {
  display: table-cell;
  vertical-align: top;
}

.table-list-cell.name {
  width: 15%;
}

.table-list-cell.description {
  width: 70%;
}

.table-list-cell.buttons {
  width: 15%;
  text-align: right;
  white-space: nowrap;
  min-width: 220px;
}

.table-list-cell.buttons > *:not(:last-of-type) {
  margin-right: 1rem;
}

.controller-repositories table.list td {
  padding-left: 9.75px;
}

.controller-repositories .contextual .icon-stats {
  padding: 7.5px 0;
}

.controller-repositories #content > h2 {
  margin-bottom: 39px;
}

.controller-repositories #content > .contextual .icon-stats {
  padding: 7.5px 0;
}

.controller-repositories #content > .contextual form {
  padding-left: 9.75px !important;
}

.controller-repositories table + input[type="submit"] {
  display: block;
  clear: both;
}

.controller-my.action-account .edit_user .splitcontent {
  overflow: hidden;
}

.controller-my.action-account .edit_user .splitcontentright .tabular label {
  width: auto;
}

#project-tags .select2-container {
  max-width: 360px;
  border: 1px solid #dfe1e6;
}

#project-tags .select2-selection select2-selection--multiple {
  border: none !important;
}

.query-totals {
  margin: 0.5rem 0;
}

.icon-user.my-project {
  margin-right: 1rem;
}

span.icon-user.my-project,
span.icon.icon-bookmarked-project {
  font-size: 90%;
}

/* ==========================================================================
   Additionals
   ========================================================================== */
#content > .contextual > .dashboard-locked {
  margin-left: 8px !important;
}

.dashboards li.global {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.dashboards li.global .dashboard {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.dashboards li.global span {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.gototop {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
  border-style: dashed;
  display: block;
  float: right;
  color: #404245 !important;
}

.gototop:before {
  font-size: 11px !important;
}

.gototop:before {
  color: #595b5f !important;
}

.gototop:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.gototop:hover:before {
  color: #404245 !important;
}

#feed-settings input[type="submit"] + a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

#feed-settings input[type="submit"] + a:before {
  color: #595b5f !important;
}

#feed-settings input[type="submit"] + a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#feed-settings input[type="submit"] + a:hover:before {
  color: #404245 !important;
}

#block-select {
  margin-right: 1rem;
}

/* ==========================================================================
   Clipboard Image Paste
   ========================================================================== */
#cbp_image_fields input.description {
  width: auto !important;
}

/* ==========================================================================
   Custom menu
   ========================================================================== */
/*Admin settings style*/
button#cm-save-structure,
input.main-form-button {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #45c59c;
  background: #bae9da;
  padding: 0 27px;
  line-height: 28px;
  font-size: 12px !important;
}

button#cm-save-structure:hover,
input.main-form-button:hover {
  background: #45c59c !important;
  border: 1px solid #277d61;
}

.csv {
  padding: 0 !important;
}

#top-menu .menu_expander {
  display: none;
}

/*Application styles based on a class in body - see theme.js, line 16 and further */
body.redmine_custom_menu #top-menu {
  box-sizing: border-box !important;
  box-shadow: none;
  padding: 4.875px 0 0 0 !important;
  overflow: visible;
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 50px;
}

body.redmine_custom_menu #top-menu a:hover {
  opacity: 1 !important;
  color: #878fab !important;
}

body.redmine_custom_menu #header {
  padding-top: 50px;
  margin: 0;
}

body.redmine_custom_menu #account:hover ul {
  right: 2px;
}

body.redmine_custom_menu #top-menu ul.cm-menu-header .dropdown-menu {
  padding: 9.75px !important;
  left: 12px !important;
  top: 32px !important;
}

body.redmine_custom_menu #top-menu ul.cm-menu-header .dropdown-menu a.fa {
  padding-left: 0 !important;
}

body.redmine_custom_menu #top-menu ul.cm-menu-header .dropdown-menu a:hover,
body.redmine_custom_menu #top-menu ul.cm-menu-header .dropdown-menu a:hover {
  color: #9bb3e8 !important;
  background: none;
}

body.redmine_custom_menu #top-menu ul.cm-menu-header .dropdown-menu:hover {
  display: block;
}

body.redmine_custom_menu #top-menu ul.cm-menu-header .dropdown-menu .df {
  background: none;
}

body.redmine_custom_menu .contextual #cm_contextual_menu {
  float: right;
  margin: 0 0 0 8px;
  padding: 4px 0;
}

body.redmine_custom_menu .contextual #cm_contextual_menu a {
  margin: 0;
}

body.redmine_custom_menu .contextual #cm_contextual_menu .icon {
  line-height: 1.5;
}

body.menu_fixed #header {
  padding-top: 50px;
  margin: 0;
}

/* ==========================================================================
   Custom Workflows
   ========================================================================== */
.custom-workflows.list .buttons {
  min-width: 150px;
}

.custom-workflows.list .buttons a {
  display: block;
  clear: both;
}

/* ==========================================================================
   Dashboard
   ========================================================================== */
body.controller-rdb_taskboard #content {
  position: unset;
}

body.controller-rdb_taskboard a#rdb-refresh {
  margin: 0;
}

body.controller-rdb_taskboard a#rdb-refresh:before {
  text-align: center;
  margin: auto;
}

body.controller-rdb_taskboard .rdb-container-wrapper {
  min-width: 180px;
}

body.controller-rdb_taskboard .rdb-list > ul > li > a.rdb-checkbox-link,
body.controller-rdb_taskboard .rdb-icons .rdb-list > ul > li > a {
  padding-left: 9.75px;
}

body.controller-rdb_taskboard .rdb-container h3 {
  padding: 4.875px;
}

body.controller-rdb_taskboard #rdb-header .rdb-filter,
body.controller-rdb_taskboard #rdb-header .rdb-option {
  margin-top: 4px;
}

body.controller-rdb_taskboard .rdb-headers .rdb-column h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 680px) {
  #rdb-header .rdb-board {
    width: 100%;
  }
}

/* ==========================================================================
   DMSF
   ========================================================================== */
.dmfs_entries,
.dmsf_entries {
  /*----- Default button -----*/
  /*----- Red button -----*/
  /*----- Table -----*/
}

.dmfs_entries .ui-widget-header,
.dmsf_entries .ui-widget-header {
  background: none !important;
  border: none !important;
}

.dmfs_entries .controls input,
.dmsf_entries .controls input {
  text-transform: none;
  font-size: 13px;
}

.dmfs_entries input[value="Email"],
.dmsf_entries input[value="Email"] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #eeeeee;
  border: 1px solid #d5d5d5;
  color: #27292b;
  text-shadow: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  font-size: 12px;
}

.dmfs_entries input[value="Email"]:hover, .dmfs_entries input[value="Email"]:focus, .dmfs_entries input[value="Email"]:active,
.dmsf_entries input[value="Email"]:hover,
.dmsf_entries input[value="Email"]:focus,
.dmsf_entries input[value="Email"]:active {
  background: #eeeeee !important;
}

.dmfs_entries input[value="Delete"],
.dmsf_entries input[value="Delete"] {
  background: #ec4832;
  border: 1px solid #ea331b;
  color: #fff;
}

.dmfs_entries input[value="Delete"]:hover, .dmfs_entries input[value="Delete"]:focus, .dmfs_entries input[value="Delete"]:active,
.dmsf_entries input[value="Delete"]:hover,
.dmsf_entries input[value="Delete"]:focus,
.dmsf_entries input[value="Delete"]:active {
  background: #ec4832 !important;
}

.dmfs_entries .ui-toolbar,
.dmsf_entries .ui-toolbar {
  padding: 19.5px 0;
}

.dmfs_entries div.fg-toolbar input,
.dmfs_entries div.fg-toolbar button,
.dmfs_entries div.fg-toolbar select,
.dmsf_entries div.fg-toolbar input,
.dmsf_entries div.fg-toolbar button,
.dmsf_entries div.fg-toolbar select {
  font-size: 13px;
}

.dmfs_entries table.entries .ui-state-default, .dmfs_entries table.entries .ui-widget-content .ui-state-default, .dmfs_entries table.entries .ui-widget-header .ui-state-default,
.dmsf_entries table.entries .ui-state-default,
.dmsf_entries table.entries .ui-widget-content .ui-state-default,
.dmsf_entries table.entries .ui-widget-header .ui-state-default {
  background: none;
  border: 1px solid #dfe1e6;
  color: #2a2e3c;
  text-transform: uppercase;
}

.dmfs_entries table.entries th.check div.DataTables_sort_wrapper,
.dmsf_entries table.entries th.check div.DataTables_sort_wrapper {
  width: 17px;
  margin: auto;
}

.dmfs_entries table.entries tr td.sorting_2,
.dmfs_entries table.entries tr,
.dmsf_entries table.entries tr td.sorting_2,
.dmsf_entries table.entries tr {
  background: none !important;
}

.dmfs_entries table.entries tr,
.dmsf_entries table.entries tr {
  border-bottom: 1px solid #dfe1e6;
}

.dmfs_entries table.entries tbody td,
.dmfs_entries table.entries th,
.dmsf_entries table.entries tbody td,
.dmsf_entries table.entries th {
  padding: 9.75px;
}

.dmfs_entries table.entries tbody td,
.dmsf_entries table.entries tbody td {
  border-left: 1px solid #dfe1e6;
  border-right: 1px solid #dfe1e6;
}

.dmfs_entries table.entries td.modified,
.dmfs_entries table.entries td.author,
.dmfs_entries table.entries td.size,
.dmfs_entries table.entries td.modified,
.dmfs_entries table.entries td.version,
.dmfs_entries table.entries td.workflow,
.dmsf_entries table.entries td.modified,
.dmsf_entries table.entries td.author,
.dmsf_entries table.entries td.size,
.dmsf_entries table.entries td.modified,
.dmsf_entries table.entries td.version,
.dmsf_entries table.entries td.workflow {
  font-size: 13px;
}

.dmfs_entries table.entries td.actions,
.dmsf_entries table.entries td.actions {
  width: 110px;
  min-width: 110px;
}

.dmfs_entries table.entries .actions .icon,
.dmsf_entries table.entries .actions .icon {
  padding: 0;
  margin-right: 0 !important;
}

.dmfs_entries table.entries .right_icon_box,
.dmsf_entries table.entries .right_icon_box {
  padding: 0;
  float: none;
  white-space: normal;
  width: auto;
}

.dmfs_entries .dataTables_wrapper .ui-toolbar,
.dmsf_entries .dataTables_wrapper .ui-toolbar {
  padding: 19.5px 0;
}

#uploadform {
  /* added in DMS 1.6*/
  /* added in DMS 1.6*/
}

#uploadform .plupload_logo {
  display: none;
}

#uploadform .plupload_header_content {
  padding: 0 190px 0 0;
}

#uploadform .ui-widget-header {
  background: none !important;
}

#uploadform .ui-button-icon-only .ui-button-text,
#uploadform .ui-button-icons-only .ui-button-text {
  display: none;
}

#uploadform .plupload_view_switch input {
  visibility: hidden;
}

#uploadform .plupload_view_switch .ui-button {
  margin: 0;
}

#uploadform .plupload_view_switch .plupload_button {
  padding: 18px 0 18px 18px;
  margin-right: 1px;
}

#uploadform .plupload_view_switch .ui-icon {
  padding: 8px 0px 0px 12px;
}

#uploadform .plupload_view_switch label {
  width: 27px;
}

#uploadform .plupload_view_switch label:hover, #uploadform .plupload_view_switch label.ui-state-active {
  border: 1px solid #000;
}

#uploadform .plupload_file_action {
  display: none;
}

#uploadform h3 {
  margin-top: 0;
}

#uploadform .ui-widget-header {
  padding: 9.75px;
}

#uploadform .plupload_header {
  color: #404245;
  background: none !important;
}

#uploadform .plupload_header_title {
  font-size: 13px;
  margin-right: 9.75px;
  font-weight: 600;
}

#uploadform .plupload_header_title:after {
  content: ":";
}

#uploadform .plupload_header_title,
#uploadform .plupload_header_text {
  float: left;
  line-height: 1.5;
  padding: 0;
}

#uploadform .plupload_header_text {
  font-weight: normal;
  font-size: 13px;
}

#uploadform .plupload_button.plupload_add, #uploadform .plupload_button.plupload_start {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 14px;
  font-weight: normal;
}

#uploadform .plupload_add {
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
}

#uploadform .plupload_add:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

#uploadform .plupload_add:hover, #uploadform .plupload_add:focus, #uploadform .plupload_add:active {
  background: #45c59c;
}

#uploadform .plupload_start {
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
}

#uploadform .plupload_start:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

#uploadform .plupload_start:hover, #uploadform .plupload_start:focus, #uploadform .plupload_start:active {
  background: #45c59c;
}

#uploadform .plupload_stop {
  background: #ec4832;
  border: 1px solid #ea331b;
  color: #fff;
}

#uploadform .plupload_stop:hover, #uploadform .plupload_stop:focus, #uploadform .plupload_stop:active {
  background: #ec4832;
}

#uploadform .fa:before {
  color: #fff !important;
}

#uploadform .ui-icon {
  text-indent: 0;
  left: 9.75px;
  top: 9.75px;
  overflow: visible;
}

#uploadform tr.ui-state-default {
  background: none;
  color: #404245;
  font-weight: normal;
}

#uploadform table.plupload_filelist:first-of-type tr.ui-widget-header {
  background: #ddd !important;
}

#uploadform table.plupload_filelist {
  color: #404245;
  text-transform: uppercase;
  font-weight: 600;
}

#uploadform .plupload_file_size,
#uploadform .plupload_file_status {
  text-align: left;
}

#uploadform .plupload_cell {
  padding: 9.75px;
}

@media (max-width: 760px) {
  #uploadform .plupload_filelist .plupload_button {
    padding: 0 9.75px;
  }
}

@media (max-width: 500px) {
  #uploadform .plupload_filelist .plupload_button {
    clear: both;
    display: block;
    width: 90%;
  }
}

@media (max-width: 500px) {
  #uploadform .plupload_file_size,
  #uploadform .plupload_file_status {
    display: none;
  }
}

.box.dmsf_detail .splitcontentright.clear {
  clear: none !important;
}

.box.dmsf_detail label {
  float: left;
  font-weight: 600;
  vertical-align: middle;
  width: auto;
  min-width: 60px;
  text-align: left;
}

.box.dmsf_detail .splitcontentleft:first-of-type label {
  line-height: 28px;
}

.box.dmsf_detail p.no-ident {
  clear: both;
  display: block;
}

.box.dmsf_detail div.data {
  margin-left: 0;
  margin-bottom: 19.5px;
}

.box.dmsf_detail #link_internal label {
  width: 110px;
}

.box.dmsf_detail #link_internal select {
  width: 190px;
}

.box.dmsf_detail label[for="dmsf_link_name"] {
  width: 110px;
  line-height: 28px;
}

.controller-dmsf #content > .contextual a.icon-edit:before {
  content: none;
}

.controller-dmsf [class^="icon"],
.controller-dmsf .ui-icon {
  background-image: none !important;
}

.controller-dmsf .ui-icon-circle-plus:before,
.controller-dmsf .ui-icon-circle-arrow-e:before,
.controller-dmsf .ui-icon-circle-close:before {
  color: #fff;
}

.plupload_content .plupload_file_name,
.plupload_content .plupload_file_name span,
.plupload_content .plupload_file_size {
  color: #404245;
}

.dataTables_filter {
  width: auto !important;
  color: #404245 !important;
}

@media (max-width: 560px) {
  .dataTables_filter {
    float: left !important;
    clear: both;
    margin-top: 9.75px;
  }
}

.plupload_wrapper {
  min-width: 0 !important;
}

@media (max-width: 500px) {
  .plupload_buttons, .plupload_upload_status {
    float: none !important;
  }
}

.controller-dmsf_workflows #content >  form {
  display: block;
  clear: both;
}

.dmsf-expander {
  background: none !important;
  display: inline-block;
  z-index: 9999;
}

.dmsf-expander::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.dmsf-expander:not(.open)::before {
  content: "\f054";
}

.dmsf-expander.open::before {
  content: "\f078";
}

/* ==========================================================================
   Easy Gantt
   ========================================================================== */
#content #easy_gantt.redmine .easy-gantt__menu-group--tooltiped ul:after {
  content: none;
}

#content #easy_gantt.redmine .easy-gantt__menu-group--tooltiped ul .gantt-menu-button.icon {
  background-image: none;
}

#content #easy_gantt.redmine .easy-gantt__menu-group--tooltiped ul .gantt-menu-button {
  padding: 5px 20px;
}

#content #easy_gantt.redmine .easy-gantt__menu-group--tooltiped ul {
  min-width: 220px;
  padding: 10px !important;
}

#content #easy_gantt.redmine #sample_close_button {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background: #ec4832;
  border: 1px solid #ea331b;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#content #easy_gantt.redmine a.button {
  font-size: 13px;
  background-color: transparent;
  color: #4879d4;
}

#content #easy_gantt.redmine .gantt-menu-button.icon-settings, #content #easy_gantt.redmine .gantt-menu-button.icon-save, #content #easy_gantt.redmine .gantt-menu-button.icon-print, #content #easy_gantt.redmine .gantt-menu-button.icon-calendar {
  padding-left: 10px !important;
}

#content #easy_gantt.redmine .gantt-menu-button.active,
#content #easy_gantt.redmine #easy_gantt.redmine .gantt_button.active {
  color: #4879d4 !important;
}

#content #easy_gantt.redmine #easy_gantt_menu #button_jump_today {
  background-image: none;
  padding: 8px 10px;
}

#content #easy_gantt.redmine #easy_gantt_menu .gantt-menu-button.icon-save:before {
  color: #fff;
}

#content #easy_gantt.redmine #easy_gantt_menu .gantt-menu-button.fa-exclamation-circle:before {
  color: #595b5f;
}

@media (max-width: 420px) {
  #content #easy_gantt.redmine #easy_gantt_menu .push-right {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    float: none;
    text-align: left;
    clear: both;
    display: block;
    background: #fff;
    border: 1px solid #dfe1e6;
    padding: 9.75px;
    margin-bottom: 9.75px;
  }
}

@media (max-width: 420px) {
  #content #easy_gantt.redmine #easy_gantt_menu .push-right div {
    display: block;
  }
}

@media (max-width: 420px) {
  #content #easy_gantt.redmine #easy_gantt_menu .push-right div a {
    margin: 0;
  }
}

#content #easy_gantt.redmine .gantt_task_line .gantt_task_content {
  border: 1px solid #338d47;
}

#content #easy_gantt.redmine #easy_gantt_footer #button_print {
  padding: 8px 10px;
}

#content #easy_gantt.redmine #easy_gantt_footer #button_sample a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background: #eeeeee;
  border: 1px solid #d5d5d5;
  color: #27292b;
  text-shadow: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* ==========================================================================
   Earned Value Management
   ========================================================================== */
.new_evmsetting fieldset {
  background-color: #eef2fb;
}

/* ==========================================================================
   Extra queries
   ========================================================================== */
#wrapper {
  /*----- Green button -----*/
  /*----- Default button -----*/
  /*----- Other -----*/
  /* #query_form_with_buttons */
}

#wrapper a.eq-button.eq-button-success, #wrapper .eq-button.eq-button-success {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background: #45c59c !important;
}

#wrapper a.eq-button.eq-button-success:before, #wrapper .eq-button.eq-button-success:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

#wrapper a.eq-button.eq-button-success:hover, #wrapper a.eq-button.eq-button-success:focus, #wrapper a.eq-button.eq-button-success:active, #wrapper .eq-button.eq-button-success:hover, #wrapper .eq-button.eq-button-success:focus, #wrapper .eq-button.eq-button-success:active {
  background: #33a480 !important;
}

#wrapper a.eq-button,
#wrapper .eq-button {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 12px;
  background: #d1d7e4;
  height: 30px !important;
  line-height: 2.25;
  text-shadow: none !important;
  box-shadow: none !important;
  padding: 0 27px;
}

#wrapper a.eq-button:hover, #wrapper a.eq-button:focus, #wrapper a.eq-button:active,
#wrapper .eq-button:hover,
#wrapper .eq-button:focus,
#wrapper .eq-button:active {
  background: #b0c3ec;
}

#wrapper a.eq-button .eq-caret,
#wrapper .eq-button .eq-caret {
  margin-top: 14px;
}

#wrapper a.eq-button .eq-filter-delete,
#wrapper .eq-button .eq-filter-delete {
  margin-top: 4.875px;
  text-shadow: none !important;
}

#wrapper #query_form_with_buttons .buttons {
  padding-left: 0;
}

#wrapper #query_form_with_buttons .buttons #eq-apply-query + a.eq-button {
  background: #ec4832;
  border: 1px solid #ea331b;
  color: #fff;
}

#wrapper #query_form_with_buttons .buttons #eq-apply-query + a.eq-button:hover, #wrapper #query_form_with_buttons .buttons #eq-apply-query + a.eq-button:focus, #wrapper #query_form_with_buttons .buttons #eq-apply-query + a.eq-button:active {
  background: #ec4832;
}

#wrapper #query_form_with_buttons #eq-filters {
  margin-bottom: 9.75px;
}

#wrapper #query_form_with_buttons .eq-panel td {
  padding-left: 0;
}

#wrapper #query_form_with_buttons fieldset.collapsible div.eq-columns-list {
  padding-left: 9.75px;
}

#wrapper #query_form_with_buttons .eq-search {
  background-color: #fff;
  background-position: 95% 50%;
}

#wrapper #query_form_with_buttons .eq-filter-wrap {
  margin-bottom: 0;
}

#wrapper #sidebar .eq-sidebar-queries {
  padding-left: 0;
}

#wrapper #sidebar .eq-sidebar-queries ul {
  padding-left: 19.5px;
}

#wrapper #sidebar .eq-pin.fa:before {
  font-size: 12px !important;
}

/* ==========================================================================
   Git Hosting
   ========================================================================== */
.bootstrap-switch label {
  width: unset !important;
  float: none;
}

.bootstrap-switch label.switch-small {
  padding: 0 !important;
  z-index: 0;
  margin-left: -5px;
}

.git_hosting_access_box {
  margin: 0 0 9.75px 0 !important;
  padding: 9.75px !important;
}

.git_hosting_access_box label {
  margin-left: 0 !important;
}

/* ==========================================================================
   Impersonate
   ========================================================================== */
#impersonate {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

#impersonate:before {
  color: #595b5f !important;
}

#impersonate:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#impersonate:hover:before {
  color: #404245 !important;
}

#impersonate::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f007";
}

div.flash#impersonation-bar {
  border-radius: 0 !important;
}

/* ==========================================================================
   Issue Tabs
   ========================================================================== */
#history_tabs #history, #history_tabs div#issue-changesets {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

#history_tabs #show-issue-changesets {
  display: none;
}

#history_tabs .tab-content {
  padding-top: 9.75px;
}

#history_tabs .tab-content table {
  width: 100% !important;
}

#history_tabs .tab-content table td:first-child {
  text-align: left;
  max-width: 200px;
  min-width: 190px;
}

/* ==========================================================================
   Issue Dynamic Edit
   ========================================================================== */
body.controller-issues.action-show div.issue.details .value,
body.controller-issues.action-show div.issue.details .attributes .attribute .value {
  display: inline-block !important;
}

body.controller-issues.action-show div.issue.details .value,
body.controller-issues.action-show div.issue.details .attributes .attribute .value {
  display: inline-block !important;
}

body.controller-issues.action-show .dynamicEditField {
  display: none !important;
}

@media (min-width: 900px) {
  body.controller-issues.action-show .dynamicEditField {
    display: inline-block !important;
  }
}

.iconEdit svg {
  width: 13px !important;
  height: 13px !important;
}

/* ==========================================================================
   Mail Reminder
   ========================================================================== */
.controller-mail_reminders .splitcontentleft, .controller-mail_reminders .splitcontentright {
  padding: 0;
  border: none;
}

.controller-mail_reminders .splitcontentright fieldset {
  padding-top: 0;
}

/* ==========================================================================
   Mega Calendar
   ========================================================================== */
#calendar_filter {
  display: flow-root;
  width: 100%;
  border: 1px solid transparent;
  margin: 9.75px 0;
}

#calendar_filter.open {
  background: #eef2fb;
  border: 1px solid #dfe1e6;
  padding: 19.5px 9.75px 0px 9.75px;
}

#calendar_filter ~ a {
  float: right;
  margin-top: 1rem;
}

#calendar_filter ~ a:before {
  margin-right: 8px;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  text-rendering: auto;
  color: #595b5f;
  position: relative;
  content: "\f019";
}

.controller-my #calendar_filter {
  background: #eef2fb;
  border: 1px solid #dfe1e6;
  padding: 19.5px 9.75px 0px 9.75px;
}

#filters .icon-checked,
#filters .icon-reload,
#filters .icon-save,
#filters .icon-del {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

#filters .icon-checked:before,
#filters .icon-reload:before,
#filters .icon-save:before,
#filters .icon-del:before {
  color: #595b5f !important;
}

#filters .icon-checked:hover,
#filters .icon-reload:hover,
#filters .icon-save:hover,
#filters .icon-del:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#filters .icon-checked:hover:before,
#filters .icon-reload:hover:before,
#filters .icon-save:hover:before,
#filters .icon-del:hover:before {
  color: #404245 !important;
}

#filters table {
  margin-bottom: 1.5rem;
}

#mega_calendar__calendar,
#calendar {
  padding: 0 !important;
}

#mega_calendar__calendar .fc-today-button,
#calendar .fc-today-button {
  text-transform: capitalize;
}

#mega_calendar__calendar .fc-button-group button,
#mega_calendar__calendar .fc-today-button,
#calendar .fc-button-group button,
#calendar .fc-today-button {
  padding: 0.375rem 1.5rem !important;
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dfe1e6;
  color: #404245;
}

#mega_calendar__calendar .fc-icon::after,
#calendar .fc-icon::after {
  font-size: 20px;
}

#mega_calendar__calendar .fc-state-disabled,
#calendar .fc-state-disabled {
  opacity: 0.375;
}

#mega_calendar__calendar .fc-state-down,
#mega_calendar__calendar .fc-state-active,
#mega_calendar__calendar button:hover,
#calendar .fc-state-down,
#calendar .fc-state-active,
#calendar button:hover {
  background-color: #eef2fb !important;
  box-shadow: none !important;
}

#div_export_time_range {
  background: #eef2fb !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

#div_export_time_range .mega_calendar__export_ics_div_cancel_btn,
#div_export_time_range .mega_calendar__export_ics_div_submit_btn {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
}

#div_export_time_range .mega_calendar__export_ics_div_cancel_btn {
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

#div_export_time_range .mega_calendar__export_ics_div_cancel_btn:before {
  color: #595b5f !important;
}

#div_export_time_range .mega_calendar__export_ics_div_cancel_btn:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#div_export_time_range .mega_calendar__export_ics_div_cancel_btn:hover:before {
  color: #404245 !important;
}

#div_export_time_range .mega_calendar__export_ics_div_submit_btn {
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
}

#div_export_time_range .mega_calendar__export_ics_div_submit_btn:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

#div_export_time_range .mega_calendar__export_ics_div_submit_btn:hover {
  background-color: #2c5fbd;
  border: 1px solid #2c5fbd;
  text-decoration: none;
}

#div_export_time_range .mega_calendar__export_ics_div_submit_btn:hover:before {
  color: #fff !important;
}

.controller-holidays.action-new #content form input[type="submit"] {
  margin: 0.5rem 0 0 36px;
}

.controller-holidays.action-show #content >  table + a,
.controller-holidays.action-show #content >  table + a + a,
.controller-holidays.action-show #content >  table + a + a + a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-holidays.action-show #content >  table + a:before,
.controller-holidays.action-show #content >  table + a + a:before,
.controller-holidays.action-show #content >  table + a + a + a:before {
  color: #595b5f !important;
}

.controller-holidays.action-show #content >  table + a:hover,
.controller-holidays.action-show #content >  table + a + a:hover,
.controller-holidays.action-show #content >  table + a + a + a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-holidays.action-show #content >  table + a:hover:before,
.controller-holidays.action-show #content >  table + a + a:hover:before,
.controller-holidays.action-show #content >  table + a + a + a:hover:before {
  color: #404245 !important;
}

.controller-holidays.action-show #content >  table + a:before,
.controller-holidays.action-show #content >  table + a + a:before,
.controller-holidays.action-show #content >  table + a + a + a:before {
  margin-right: 8px;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  text-rendering: auto;
  color: #595b5f;
  position: relative;
}

.controller-holidays.action-show #content >  table + a::before {
  content: "\f044";
}

.controller-holidays.action-show #content >  table + a + a::before {
  content: '';
  background-image: url("/assets/themes/abacusmine_3.0.3/icon-times-a35db4bf.svg") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  color: #595b5f !important;
  width: 10px;
  height: 10px;
}

.controller-holidays.action-show #content >  table + a + a + a::before {
  content: "\f03a";
}

.controller-holidays #content >  table {
  border: none !important;
  border-collapse: collapse;
  width: calc(100% - 2px);
  margin-bottom: 1rem;
  overflow: unset !important;
}

.controller-holidays #content >  table th, .controller-holidays #content >  table td {
  padding: 9.75px 0 9.75px 9.75px;
}

.controller-holidays #content >  table tr {
  border-bottom: 1px solid #dfe1e6;
}

.controller-holidays #content >  table td:nth-child(4) a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-holidays #content >  table td:nth-child(4) a:before {
  color: #595b5f !important;
}

.controller-holidays #content >  table td:nth-child(4) a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-holidays #content >  table td:nth-child(4) a:hover:before {
  color: #404245 !important;
}

.controller-holidays.action-index #content table + a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
}

.controller-holidays.action-index #content table + a:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

.controller-holidays.action-index #content table + a:hover {
  background-color: #2c5fbd;
  border: 1px solid #2c5fbd;
  text-decoration: none;
}

.controller-holidays.action-index #content table + a:hover:before {
  color: #fff !important;
}

#time_begin,
#time_end {
  max-width: 50px !important;
  min-width: unset !important;
}

.new_issue #start_date_area,
.new_issue #due_date_area,
.edit_issue #start_date_area,
.edit_issue #due_date_area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4px;
}

.new_issue #start_date_area input[type="date"],
.new_issue #due_date_area input[type="date"],
.edit_issue #start_date_area input[type="date"],
.edit_issue #due_date_area input[type="date"] {
  width: calc(100% - 105px) !important;
  margin-left: 4px;
}

/* ==========================================================================
   Progressive projects
   ========================================================================== */
ul.progressive-project-menu {
  padding: 4.875px 0 4.875px 19.5px !important;
}

/* ==========================================================================
   RedmineUP Agile
   ========================================================================== */
.ui-draggable-handle {
  z-index: 999;
}

#admin-menu a.agile {
  background-image: none !important;
}

table.list.issues-board th, table.list.issues-board td {
  text-align: left;
  padding: 1rem 0.5rem;
}

#wrapper .agile-board table.list.issues-board tbody tr:not(.group.swimlane),
#wrapper .agile-board table.list.issues-board tbody tr:not(.group.swimlane):hover {
  background-color: #eef2fb !important;
}

#wrapper div.agile-board.autoscroll {
  overflow: auto !important;
}

#wrapper table.list.issues-board >  thead th,
#wrapper table.list.issues-board >  tbody td {
  width: 200px;
  min-width: 200px;
  min-width: -webkit-fill-available;
}

#wrapper table.list.issues-board {
  table-layout: fixed;
  width: 100% !important;
}

#wrapper table.list.issues-board td, #wrapper table.list.issues-board th {
  vertical-align: top;
}

#wrapper table.list.issues-board td.issue-status-col.closed {
  background-color: #ecfaf6;
  border-left: 1px dashed #dfe1e6;
}

#wrapper .issue-card {
  margin: 0;
  border-radius: 4px;
  padding: 0.75rem 1rem;
  background: #fff !important;
  border: 1px solid #dfe1e6;
  border-left-width: 6px;
  margin-bottom: 0.75rem;
}

#wrapper .issue-card.bk-yellow {
  border-left-color: #fade4b !important;
}

#wrapper .issue-card.bk-red {
  border-left-color: #ec4832 !important;
}

#wrapper .issue-card.bk-lightgreen, #wrapper .issue-card.bk-green {
  border-left-color: #45c59c !important;
}

#wrapper .issue-card.bk-purple {
  border-left-color: #ec4832 !important;
}

#wrapper .issue-card.bk-turquoise {
  border-left-color: #4879d4 !important;
}

#wrapper .issue-card.bk-orange {
  border-left-color: #ee8f50 !important;
}

#wrapper .issue-card.bk-gray {
  border-left-color: #dfe1e6 !important;
}

#wrapper .issue-card img.gravatar {
  margin-top: -2px;
}

.controller-agile_boards #wrapper .query-totals {
  margin: 0;
  display: block;
  float: right;
}

.controller-agile_boards #wrapper .query-totals > span {
  margin-right: 1rem;
}

.controller-agile_boards #wrapper .query-totals span span:not(.value) {
  font-weight: 600;
}

.controller-agile_boards #content > .contextual .icon-edit:before {
  content: none;
}

.controller-agile_boards .controller-agile_boards #content {
  z-index: 7;
}

.controller-agile_boards #search {
  width: 100%;
}

.controller-agile_boards .issue-card div.quick-edit-card {
  border: none;
}

.controller-agile_boards .esc {
  display: none;
}

.controller-agile_boards #query_form {
  display: inline;
}

.controller-agile_boards .totals {
  margin-left: 1rem;
}

.controller-agile_boards .totals > span {
  margin-right: 0.5rem;
}

.controller-agile_boards .totals .value {
  font-weight: 400;
}

.controller-agile_boards #query_form h2 .icon-add::before {
  content: "\f044" !important;
}

/* <-- This closing bracket was missing */
.controller-agile_versions .planning-board .column-content {
  background-color: #eef2fb;
  border: 1px solid #dfe1e6;
}

.controller-agile_versions .planning-board .column-header {
  background-color: #eef2fb;
  border-bottom: 1px solid #dfe1e6;
}

.controller-agile_versions .planning-board .column-issues {
  padding: 0.5rem 0.5rem 2rem 0.5rem !important;
}

html.agile-board-fullscreen .esc {
  display: block;
  position: absolute;
  left: 9.75px;
  bottom: 58.5px;
  color: #ec4832;
  background: #fff;
  padding: 4.875px;
}

html.agile-board-fullscreen div.agile-board {
  top: 50px !important;
  height: 100%;
}

html.agile-board-fullscreen .autoscroll {
  overflow-x: initial;
}

html.agile-board-fullscreen div.agile-board .autoscroll {
  min-height: 90%;
}

html.agile-board-fullscreen #sidebar {
  display: none;
}

html.agile-board-fullscreen #top-menu {
  box-sizing: unset !important;
  padding: 5px 0 0 !important;
  position: fixed !important;
  top: 0 !important;
  z-index: 9999 !important;
}

html.agile-board-fullscreen table.list {
  width: 100%;
}

html.agile-board-fullscreen table.list th, html.agile-board-fullscreen table.list td {
  padding: 9.75px 4.875px;
}

html.agile-board-fullscreen table.issues-board {
  margin-bottom: 87.75px;
}

html.agile-board-fullscreen table.issues-board tr.issue td {
  padding-top: 50px;
}

html.agile-board-fullscreen table.issues-board .add-issue {
  overflow: hidden;
}

/* ==========================================================================
   RedmineUP Checklist
   ========================================================================== */
#checklist_form label {
  margin-bottom: 9.75px;
}

div#checklist {
  padding: 19.5px;
  border: 1px solid #dfe1e6;
  margin-top: 9.75px;
  clear: both;
}

div#checklist > p {
  color: #000;
  font-size: 19.5px;
  margin-bottom: 9.75px !important;
  margin: 4.875px 0 9.75px;
}

div#checklist > p strong {
  font-weight: normal !important;
}

div#checklist ul {
  margin-left: 9.75px;
}

div#checklist li {
  padding-bottom: 0 !important;
}

#checklist-menu li {
  border: none !important;
}

#checklist-menu li:hover {
  font-weight: 400;
  background: none !important;
  border: none !important;
}

#checklist-menu a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #404245 !important;
  border: 1px solid transparent !important;
  font-weight: 400;
}

#checklist-menu a:hover {
  color: #404245 !important;
  text-decoration: none;
  background: #fafafa;
  border: 1px solid #dfe1e6 !important;
  font-weight: 400;
}

.checklist-section {
  border-color: #dfe1e6 !important;
  display: inline-block !important;
}

/* ==========================================================================
   RedmineUP CMS
   ========================================================================== */
#top-menu {
  /*Redmine CMS Styles*/
}

#top-menu #account.cms > ul > li {
  height: auto !important;
}

#top-menu #account.cms > ul > li ul {
  border: none;
}

#top-menu #account.cms a:hover:before {
  color: #595b5f !important;
}

#top-menu #account:hover .menu-children,
#top-menu #account:focus .menu-children {
  display: block;
}

#top-menu ul.menu-children > li {
  padding: 0 !important;
}

#top-menu > ul a:hover + ul.menu-children,
#top-menu > ul a + ul.menu-children:hover {
  display: block !important;
}

#top-menu > ul a + ul.menu-children {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block;
  margin: 0;
  padding: 9.75px;
  top: 41px !important;
  left: 81px !important;
}

#top-menu > ul a + ul.menu-children li {
  border-bottom: none;
  margin: 0;
  line-height: 30px;
}

#top-menu > ul a + ul.menu-children a:hover:before {
  color: #878fab;
}

#wrapper #cms-settings-menu a {
  line-height: 2.5;
}

.controller-cms_pages.action-index #content > .contextual {
  margin: 9.75px;
}

/* ==========================================================================
   Redmine CRM
   ========================================================================== */
/* ------------ Styles for Redmine CRM plugins in general ------------ */
.live_search {
  margin-left: 9.75px;
}

.live_search input.live_search_field {
  font-size: 13px !important;
}

/* ------------ Styles for Redmine Contacts Pro ------------ */
#admin-menu a.contacts {
  background-image: none !important;
}

td.subject_info ul {
  margin: 0;
}

div.colorPicker-picker {
  float: left;
}

.controller-contacts.action-index #query_form {
  position: relative;
}

@media (min-width: 1400px) {
  .controller-contacts.action-index #query_form {
    top: -1rem;
  }
}

.controller-contacts.action-show #content > .contextual .icon-user {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
}

.controller-contacts.action-show #content > .contextual .icon-user:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

.controller-contacts.action-show #content > .contextual .icon-user:hover {
  background-color: #2c5fbd;
  border: 1px solid #2c5fbd;
  text-decoration: none;
}

.controller-contacts.action-show #content > .contextual .icon-user:hover:before {
  color: #fff !important;
}

.controller-contacts.action-show #edit_tags_link {
  opacity: 1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-contacts.action-show #edit_tags_link:before {
  font-size: 11px !important;
}

.controller-contacts.action-show #edit_tags_link:before {
  color: #595b5f !important;
}

.controller-contacts.action-show #edit_tags_link:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-contacts.action-show #edit_tags_link:hover:before {
  color: #404245 !important;
}

.controller-contacts.action-show #edit_tags_form .button-small,
.controller-contacts.action-show #edit_tags_form .button-small + a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
}

.controller-contacts.action-show #edit_tags_form .button-small:before,
.controller-contacts.action-show #edit_tags_form .button-small + a:before {
  font-size: 11px !important;
}

.controller-contacts.action-show #edit_tags_form .button-small {
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
}

.controller-contacts.action-show #edit_tags_form .button-small:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

.controller-contacts.action-show #edit_tags_form .button-small:hover {
  background-color: #2c5fbd;
  border: 1px solid #2c5fbd;
  text-decoration: none;
}

.controller-contacts.action-show #edit_tags_form .button-small:hover:before {
  color: #fff !important;
}

.controller-contacts.action-show #edit_tags_form .button-small + a {
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-contacts.action-show #edit_tags_form .button-small + a:before {
  color: #595b5f !important;
}

.controller-contacts.action-show #edit_tags_form .button-small + a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-contacts.action-show #edit_tags_form .button-small + a:hover:before {
  color: #404245 !important;
}

.controller-contacts.action-show #deals .contextual > a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-contacts.action-show #deals .contextual > a:before {
  color: #595b5f !important;
}

.controller-contacts.action-show #deals .contextual > a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-contacts.action-show #deals .contextual > a:hover:before {
  color: #404245 !important;
}

.controller-contacts.action-show #deals .contextual > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f055";
}

.controller-contacts .contact.details {
  margin-top: 30px;
}

@media (max-width: 560px) {
  .controller-contacts .contact.details .subject_header .subject_header td.avatar {
    display: none !important;
  }
}

.controller-contacts #content > .contextual {
  padding: 9.75px 9.75px 0 0;
}

.controller-contacts #note_note_time {
  margin-left: 9.75px;
}

.controller-contacts textarea.wiki-edit {
  padding-right: 9.75px;
}

.controller-contacts .name h1 {
  text-transform: none;
  font-size: 13px !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

@media (max-width: 960px) {
  .controller-contacts .name h1 {
    line-height: 24px;
  }
}

.controller-contacts .name h1 a {
  color: #404245;
}

.controller-contacts #sidebar {
  padding: 0 29.25px;
  width: 360px !important;
  min-height: 0;
}

div.contact {
  background: #eef2fb !important;
  border: 1px solid #dfe1e6 !important;
  padding: 0 !important;
}

div.contact input.ui-widget-content {
  background: inherit !important;
}

.icon-merge {
  background-image: url("./arrow_merge.png") !important;
}

#comments {
  clear: none !important;
}

#comments h4 {
  margin-top: 0;
}

#add_issue_link {
  background: none;
  line-height: 20px;
  padding: 2px 0 2px 20px;
}

#notes > div {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 9.75px;
  margin: 0 0 19.5px 39px;
  position: relative;
}

#notes > div:before {
  border-color: transparent #e7e7e7;
  border-style: solid;
  border-width: 10px 5px 10px 0;
  content: "";
  display: block;
  left: -6px;
  position: absolute;
  top: 15px;
  width: 0;
  z-index: 0;
}

#notes > div:after {
  border-color: transparent #fff;
  border-style: solid;
  border-width: 10px 5px 10px 0;
  content: "";
  display: block;
  left: -5px;
  position: absolute;
  top: 15px;
  width: 0;
  z-index: 1;
}

#notes .icon {
  margin-right: 0;
}

table.note_data td.name h4 {
  letter-spacing: 0 !important;
}

table.note_data a.delete {
  opacity: 1 !important;
}

#sidebar #notes .contacts_header a:not(.wiki-anchor) {
  color: #4879d4;
}

#note_attributes textarea {
  border: 1px solid #e7e7e7;
  margin: 4.875px 0 9.75px 0;
  max-width: 500px;
}

table.subject_header td.name {
  padding-left: 15px;
}

table.subject_header td.avatar {
  text-align: left !important;
  width: 64px !important;
}

table.subject_header td.avatar .gravatar {
  max-width: none;
  max-height: none;
}

table.subject_header li.icon-email {
  background-image: none;
}

table.subject_header li.icon-phone {
  background-image: none !important;
}

table.subject_header .tag_list {
  margin-right: 4.875px;
}

#edit_tags_form .button-small {
  margin-right: 4.875px;
}

#contact_data input[type="text"] {
  display: inline-block;
}

#contact_data input + br {
  display: none;
}

#contact_data input[type="text"] {
  width: 100%;
}

@media (min-width: 1362px) {
  #contact_data .jstEditor {
    padding-left: 140px;
  }
}

#contact_data .avatar.extended {
  display: inline-block;
  width: 100%;
}

@media (min-width: 1162px) {
  .controller-contacts input.autocomplete,
  .controller-contacts input#contact_first_name,
  .controller-contacts input#contact_address_attributes_street1,
  .controller-contacts input#contact_phone,
  .controller-contacts input#contact_email {
    width: 360px !important;
  }
}

.controller-contacts table.subject_header td.avatar {
  padding: 0.5rem;
}

.controller-contacts table.subject_header td.name {
  padding-left: 0;
}

.controller-contacts #notes > div {
  margin-left: 0.5rem;
}

.controller-contacts table.note_data a[title="Edit"]::before {
  content: "\f044" !important;
  background: none !important;
}

li.tagit-new input {
  height: auto;
}

.contact.sidebar th {
  text-align: left;
}

.contact.sidebar td, .contact.sidebar th {
  padding: 2px 0 !important;
}

.contact.sidebar td.author {
  font-size: 100% !important;
}

form table.contacts.index tbody tr:hover {
  background-color: #fafbfe !important;
}

form table.contacts.index td {
  padding: 9.75px !important;
  vertical-align: middle;
  color: #404245;
}

form table.contacts.index tr.context-menu-selection td {
  color: #404245 !important;
}

form table.contacts.index tr.context-menu-selection td .tags a {
  color: #f9f9f9 !important;
}

.controller-notes .edit_note .jstElements {
  clear: none !important;
}

.icon-contact {
  background-image: none !important;
}

.icon-vcard {
  background-image: none !important;
}

/* ------------ Deals ------------ */
#deal_contacts .avatar {
  padding: 0;
}

#deal_contacts .avatar img.gravatar,
#deal_contacts #avatar img.gravatar {
  width: 18px;
  height: 18px;
  margin-top: 0;
  position: relative;
  top: 3px;
}

#add_note_form .contextual >  a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

#add_note_form .contextual >  a:before {
  font-size: 11px !important;
}

#add_note_form .contextual >  a:before {
  color: #595b5f !important;
}

#add_note_form .contextual >  a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#add_note_form .contextual >  a:hover:before {
  color: #404245 !important;
}

.controller-deals .deal.details {
  margin-top: 30px;
}

.controller-deals .deal.details ul {
  margin: 0;
}

.controller-deals .name h1 {
  font-size: 16px !important;
  line-height: 24px;
  margin-bottom: 4.875px !important;
  padding: 0 !important;
  text-transform: none;
}

.controller-deals .controller-deals .extended-attributes img {
  margin: 0 4.875px 0 9.75px;
}

.controller-deals #deal_contact_id_add_link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9.75px;
}

.controller-deals #attributes .tabular p {
  padding: 0 0 0 4.875px;
}

div.deal {
  background: #eef2fb !important;
  border: 1px solid #dfe1e6 !important;
  padding: 9.75px !important;
}

@media (max-width: 500px) {
  div.deal.details img.gravatar {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 500px) {
  div.deal.details td {
    display: block;
  }
}

@media (max-width: 500px) {
  div.deal.details td.subject_info {
    border-left: none;
  }
}

@media (max-width: 500px) {
  div.deal.details .contextual {
    float: none;
    display: block;
    margin-top: 9.75px;
  }
}

@media (max-width: 500px) {
  div.deal.details .contextual a {
    float: none !important;
  }
}

.controller-notes .box .ui-datepicker-trigger,
.controller-operations .box .ui-datepicker-trigger {
  margin: 0 4.875px 0 9.75px;
}

#operation_form .splitcontentright input[type="text"], #operation_form .splitcontentright input[type="password"] {
  width: 110px;
}

@media (max-width: 420px) {
  #operation_form .splitcontentright label[for="operation_operation_date"] {
    width: 100%;
  }
}

#issue-form .issue-deal {
  padding: 0;
}

#issue-form .issue-deal p {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 9.75px;
  border: 1px solid #dfe1e6;
}

/* ------------ Invoices ------------ */
.account.issue.details {
  margin-top: 20.75px;
  padding: 9.75px;
}

.account.issue.details .subject {
  padding: 0;
}

.account.issue.details .description {
  padding: 0;
  border: none;
}

.account.issue.details .wiki {
  padding-left: 0;
}

.icon-money-dollar {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 2px solid #ec4832;
  background-image: none !important;
  color: #ec4832;
  padding: 7px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.invoice-menu {
  z-index: 999;
}

.table.invoices-stat th, .table.invoices-stat td {
  padding: 4.875px 0;
}

div.issue.invoice {
  background: white !important;
  border: 1px solid white;
  padding: 19.5px;
  margin-top: 19.5px;
}

@media (max-width: 420px) {
  div.issue.invoice {
    padding: 4.875px;
  }
}

table.invoice-lines tbody tr.line-data:hover {
  background-color: #fafbfe !important;
}

table.invoice-lines.form {
  width: 100%;
}

table.list.invoice-lines td,
table.list.invoice-lines th {
  padding: 4.875px !important;
}

@media (max-width: 420px) {
  table.invoice-lines tr.total th,
  table.invoice-lines tr.total td {
    text-align: left !important;
  }
}

@media (max-width: 420px) {
  table.invoice .gravatar + a {
    line-height: 2;
  }
}

table.list.invoice-lines tr.total:last-child th {
  font-size: 16px;
}

.icon-add-deal {
  background-image: none !important;
}

div.add-note {
  margin-right: 0;
}

.controller-products #content > .contextual,
.controller-orders #content > .contextual {
  padding: 9.75px 9.75px 0 0;
}

.controller-invoices #invoice_form .attributes select,
.controller-invoices #invoice_form .attributes input {
  width: auto;
  min-width: 140px;
  max-width: 380px;
}

.controller-invoices table.contacts.index {
  border: none;
}

.controller-invoices table.contacts.index th {
  padding: 4.875px;
  border: none;
}

@media (max-width: 420px) {
  .controller-invoices table.contacts.index th {
    text-align: left !important;
  }
}

.controller-invoices .invoice-wrapper {
  max-width: 980px;
  padding: 19.5px;
}

@media (max-width: 770px) {
  .controller-invoices .invoice-wrapper {
    padding: 0;
  }
}

@media (max-width: 770px) {
  .controller-invoices .invoice-wrapper #comments, .controller-invoices .invoice-wrapper div#invoice_payments {
    width: 100%;
    float: none;
    display: block;
    padding: 0;
    margin: 19.5px 0;
  }
}

@media (max-width: 540px) {
  .controller-invoices.action-show #content .contextual:first-of-type {
    float: none;
    white-space: normal;
  }
}

@media (max-width: 540px) {
  .controller-invoices.action-show #content .contextual:first-of-type a {
    display: inline-block;
  }
}

#responsible_user li * {
  display: inline-block !important;
}

.deal-lines {
  background: #fff;
  padding: 9.75px;
}

.deal-lines table.list td {
  padding-right: 9.75px;
}

div.details table.product-lines tr.total {
  border: none !important;
}

#contact_form span.add_attachment {
  margin-top: -1.5rem;
}

#contact_form .avatar .delete {
  line-height: 4;
}

#contact_form img.gravatar {
  max-width: none;
  max-height: none;
}

.subscription-link-new::before {
  margin: 0;
}

#tab-content-deals .nodata + p a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

#tab-content-deals .nodata + p a:before {
  color: #595b5f !important;
}

#tab-content-deals .nodata + p a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#tab-content-deals .nodata + p a:hover:before {
  color: #404245 !important;
}

/* ==========================================================================
   RedmineUP Favorite Projects
   ========================================================================== */
.controller-favorite_projects #projects_list table.list td:first-child {
  width: 40px;
}

.controller-favorite_projects tr.project >  td:first-child {
  text-align: center;
}

.controller-favorite_projects tr.project.collapsed {
  display: none;
}

.controller-favorite_projects #content > .contextual {
  padding: 9.75px;
}

.controller-favorite_projects.action-search #query_form_with_buttons {
  max-height: 0;
  overflow: hidden;
}

.controller-favorite_projects.action-search #query_form {
  position: relative;
}

@media (min-width: 1400px) {
  .controller-favorite_projects.action-search #query_form {
    top: -1rem;
  }
}

.controller-favorite_projects.action-search #query_form.open #query_form_with_buttons {
  max-height: 2000px;
}

.controller-favorite_projects.action-search #query_form p.buttons {
  display: none;
}

.controller-favorite_projects.action-search #query_form.open p.buttons {
  display: block;
}

/* ==========================================================================
   RedmineUP Finance
   ========================================================================== */
table.list.operations th, table.list.operations td {
  border-right: 1px solid #dfe1e6;
}

table.list.operations .money,
table.list.operations td.income,
table.list.operations td.expense {
  text-align: left !important;
}

table.list.operations td.description {
  padding: 9.75px 0 9.75px 9.75px;
}

table.list.operations td.description .wiki {
  padding: 0;
}

.controller-operations #operation_contact_id_add_link {
  margin-left: 9.75px;
}

.controller-operations table.list.operations th, .controller-operations table.list.operations td {
  border: none;
}

.controller-operations table.list.operations tr:not(.total) {
  border-bottom: 1px solid #dfe1e6;
}

.controller-operations table.list.operations tr.total {
  border-top: 2px solid #dfe1e6;
  border-bottom: none;
}

.controller-operations.rx-upgrade.action-index #query_form #query_form_content {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  border: none;
}

.controller-operations.rx-upgrade.action-index #query_form p.buttons {
  display: none;
}

.controller-operations.rx-upgrade.action-index #query_form.open #query_form_content {
  max-height: 2000px;
  margin: 1rem 0;
  padding: 19.5px 9.75px 0 9.75px;
  border: 1px solid #dfe1e6;
}

.controller-operations.rx-upgrade.action-index #query_form.open p.buttons {
  display: block;
}

.new_expense,
.edit_expense,
.new_operation,
.new_account {
  display: block;
  clear: both;
}

.new_expense .box.tabular .splitcontent:nth-child(3) .splitcontentleft,
.edit_expense .box.tabular .splitcontent:nth-child(3) .splitcontentleft,
.new_operation .box.tabular .splitcontent:nth-child(3) .splitcontentleft,
.new_account .box.tabular .splitcontent:nth-child(3) .splitcontentleft {
  padding-left: 1rem;
}

.operation.issue.details {
  display: block;
  clear: both;
  background: #fafbfe;
  padding-bottom: 1rem;
}

.operation.issue.details .subject {
  padding: 0 0 0.5rem 1rem;
}

.operation.issue.details .description {
  display: block;
  clear: both;
}

.operation.issue.details p.author {
  border-bottom: none;
}

.operation.issue.details p.author + .attributes {
  display: flow-root;
  background-color: #eef2fb;
}

table.list.expenses th, table.list.expenses td {
  text-align: left;
}

/* ==========================================================================
   RedmineUP Helpdesk
   ========================================================================== */
div.issue #ticket_data {
  background: #eef2fb;
  border-left: 1px solid #dfe1e6;
  border-right: 1px solid #dfe1e6;
  border-bottom: 1px solid #dfe1e6;
  font-size: 12px;
  margin: 0;
  padding: 9.75px;
}

div.issue #ticket_data .size {
  margin-right: 8px;
}

.icon-email-spam,
.icon-email-to,
.icon-phone {
  background-image: none !important;
}

p.journal_message {
  padding-left: 40px;
}

table.list.issues .contact-info {
  font-size: 11px;
}

div#sidebar div.contact.card {
  margin: 0 !important;
}

div#sidebar #customer_previous_issues li {
  margin-bottom: 0.5rem !important;
}

div#sidebar .small-card .tag_list {
  display: inline;
  margin: 0;
  padding: 0;
}

div#sidebar .small-card table.subject_header {
  border-collapse: collapse;
}

div#sidebar .small-card table.subject_header tr:first-child {
  border-bottom: 1px solid #dfe1e6;
}

div#sidebar .small-card table.subject_header tr:first-child td:first-child {
  padding: 0.5rem 0 0.5rem 0.5rem;
}

div#sidebar .small-card table.subject_header tr:first-child td:last-child {
  padding: 0.5rem 0.5rem 0.5rem 0;
}

div#sidebar .small-card table.subject_header tr:last-child td:first-child {
  padding: 0.5rem 0 0.5rem 0.5rem;
}

div#sidebar .small-card table.subject_header tr:last-child td:last-child {
  padding: 0.5rem 0.5rem 0.5rem 0;
}

#helpdesk_tickets > .contextual > a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
}

#helpdesk_tickets > .contextual > a:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

#helpdesk_tickets > .contextual > a:hover {
  background-color: #2c5fbd;
  border: 1px solid #2c5fbd;
  text-decoration: none;
}

#helpdesk_tickets > .contextual > a:hover:before {
  color: #fff !important;
}

#helpdesk_tickets > .contextual > a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f055";
}

/* ==========================================================================
   News Notifications
   ========================================================================== */
#nn_badge,
.nn {
  width: 100%;
  height: 22px;
}

#nn_badge_bgc {
  width: 97% !important;
  padding: 3px 0;
}

#nn_badge_cnt {
  bottom: -1px;
}

#nn_list ul {
  box-shadow: none;
  position: static;
}

#nn_list ul:after,
#nn_list ul:before {
  content: none !important;
}

#nn_list_box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 12px;
}

@media (max-width: 470px) {
  #nn_list_box,
  #nn_list {
    min-width: 287px !important;
    width: auto !important;
  }
}

/* ==========================================================================
   RedmineUP People
   ========================================================================== */
.controller-people #sidebar {
  width: 30%;
}

.controller-people #content {
  width: 67%;
}

.controller-people.action-index .contextual {
  padding: 9.75px 9.75px 0 0;
}

@media (max-width: 420px) {
  .controller-people.action-index .contextual {
    padding: 0;
  }
}

.controller-people .person.details td.name {
  vertical-align: middle !important;
}

.controller-people .person.details h1 {
  padding-left: 0 !important;
}

@media (max-width: 500px) {
  .controller-people .person.details h1 {
    padding: 0 !important;
  }
}

@media (max-width: 500px) {
  .controller-people .person.details img.gravatar {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 500px) {
  .controller-people .person.details table.subject_header td.avatar {
    width: 30px !important;
  }
}

.controller-people table.people h1,
.controller-people .person.details h1 {
  text-transform: none;
  font-size: 16.9px !important;
}

.controller-people #content > h2 {
  margin-bottom: 19.5px;
}

@media (max-width: 420px) {
  .filters {
    clear: both;
  }
}

/* ==========================================================================
   RedmineUP Products
   ========================================================================== */
#product_form label[for="product_name"] {
  margin-right: 9.75px;
}

#product_form input#product_name {
  width: 239px;
}

@media (min-width: 770px) {
  #product_form .splitcontentleft, #product_form .splitcontentright {
    margin-top: 9.75px;
  }
}

@media (max-width: 770px) {
  #product_form .splitcontentleft {
    margin-top: 9.75px;
  }
}

@media (max-width: 320px) {
  #product_form input[type="text"], #product_form input[type="password"] {
    max-width: 100% !important;
  }
}

.product.issue.details {
  margin-top: 30.5px;
  padding: 9.75px;
}

.product.issue.details .subject_header {
  padding: 0 !important;
}

.product.issue.details .subject_header td.name {
  padding: 0;
}

.product.issue.details .description {
  padding: 0;
  border: none;
}

.product.issue.details .wiki {
  padding-left: 0;
}

.product.issue.details p strong {
  color: #000;
  font-size: 19.5px;
  line-height: 1.2;
  padding: 0;
  margin: 19.5px 0 13.65px 0;
  font-weight: normal;
}

.product.issue.details td.avatar {
  width: 32px !important;
}

.product.issue.details tr:first-child {
  border-top: 1px solid #dfe1e6;
}

.product.issue.details .attributes .splitcontent {
  border: 1px solid #dfe1e6;
}

.product.issue.details .attributes.product {
  margin-top: 19.5px;
}

.product.details {
  background: none !important;
}

#order_form input#order_contact_id {
  margin-right: 9.75px;
}

/* ==========================================================================
   RedmineUP Q&A
   ========================================================================== */
div.message.reply .contextual .icon.vote {
  position: static !important;
}

#query_form input.questions-search {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
  height: 29.25px;
  padding: 0 9.75px;
  color: #555555;
  -webkit-appearance: none;
}

.controller-boards form#query_form,
.controller-questions form#query_form {
  padding-bottom: 19.5px;
}

#content .board h2 {
  font-size: 18.2px;
  margin: 0 0 9.75px 0;
  padding: 0;
}

#content .board .contextual a {
  padding: 0 4.875px;
  float: none !important;
  display: inline-block !important;
}

#topics_list .topic {
  padding: 19.5px 0;
  border-bottom: 1px solid #dfe1e6;
}

#topics_list .topic p {
  margin: 0 0 9.75px 0;
}

#topics_list .topic h3.subject {
  margin: 9.75px 0 13.65px 0 !important;
}

body.controller-questions_sections form#query_form {
  padding: 19.5px;
}

/* ==========================================================================
   Redmine Recurring Issues
   ========================================================================== */
#issue_recurrences {
  padding: 9.75px 19.5px 0 19.5px;
}

#issue_recurrences .contextual {
  float: left;
  margin-right: 1rem;
}

#issue_recurrences .contextual >  a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

#issue_recurrences .contextual >  a:before {
  font-size: 11px !important;
}

#issue_recurrences .contextual >  a:before {
  color: #595b5f !important;
}

#issue_recurrences .contextual >  a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#issue_recurrences .contextual >  a:hover:before {
  color: #404245 !important;
}

#issue_recurrences p:first-child {
  color: #1b1c1d;
}

#issue_recurrences select, #issue_recurrences input:not(input[type="submit"]) {
  height: 30px !important;
  line-height: 30px !important;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 0 0.25rem 0;
}

#issue_recurrences input[type="number"] {
  max-width: 60px !important;
  min-width: auto;
}

#issue_recurrences p strong {
  color: #1b1c1d;
}

#issue_recurrences p > input[type="submit"] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
}

#issue_recurrences p > input[type="submit"]:before {
  font-size: 11px !important;
}

#issue_recurrences p > input[type="submit"]:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

#issue_recurrences p > input[type="submit"]:hover {
  background-color: #2c5fbd;
  border: 1px solid #2c5fbd;
  text-decoration: none;
}

#issue_recurrences p > input[type="submit"]:hover:before {
  color: #fff !important;
}

#issue_recurrences p > input[type="submit"] + a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

#issue_recurrences p > input[type="submit"] + a:before {
  font-size: 11px !important;
}

#issue_recurrences p > input[type="submit"] + a:before {
  color: #595b5f !important;
}

#issue_recurrences p > input[type="submit"] + a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#issue_recurrences p > input[type="submit"] + a:hover:before {
  color: #404245 !important;
}

div.issue #issue_recurrences .description > p {
  font-size: 13px;
}

#recurrences table.list td:first-child,
#recurrences table.list th:first-child {
  text-align: left;
}

#recurrences table.list td, #recurrences table.list th {
  padding: 0.65rem;
}

#recurrences table.list p {
  margin: 0 !important;
}

#recurrences table.list td:nth-child(2),
#recurrences table.list td:nth-child(3) {
  width: 100px;
  min-width: 100px;
}

#recurrences table.list td.buttons {
  padding-right: 0 !important;
}

#recurrences td.description:first-of-type {
  width: 100%;
}

/* ==========================================================================
   Redmine Silcencer
   ========================================================================== */
.new_issue p.plugin_redmine_silencer,
.edit_issue p.plugin_redmine_silencer {
  padding-left: 0 !important;
}

/* ==========================================================================
   RedmineX Agile My Page
   ========================================================================== */
.rx-agile-my-page .icon-settings {
  margin-left: 0.5rem;
}

.rx-agile-my-page .icon-settings:before {
  margin: 0;
}

.rx-agile-my-page .search-group,
.rx-agile-my-page .select-sprint-group {
  padding-left: 90px;
}

.rx-agile-my-page .search-group label,
.rx-agile-my-page .select-sprint-group label {
  width: 90px;
  margin-left: -100px;
  text-align: right;
  display: inline-block;
}

/* ==========================================================================
   RedmineX Calendar
   ========================================================================== */
#scheduler_here .dhx_cal_tab_first.day,
#scheduler_here .dhx_cal_tab_last.month,
#scheduler_here .dhx_cal_tab.week {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #dfe1e6;
  color: #404245;
}

#scheduler_here .dhx_cal_tab_first.day:hover,
#scheduler_here .dhx_cal_tab_last.month:hover,
#scheduler_here .dhx_cal_tab.week:hover {
  background: #eef2fb !important;
}

#scheduler_here .dhx_cal_tab.active,
#scheduler_here .dhx_cal_prev_button:hover,
#scheduler_here .dhx_cal_next_button:hover {
  background-color: #eef2fb !important;
}

#scheduler_here .dhx_cal_prev_button:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM1OTY2NzYiIGQ9Ik03LjQgMS40TDYgMCAwIDZsNiA2IDEuNC0xLjRMMi44IDZ6Ii8+PC9zdmc+) !important;
}

#scheduler_here .dhx_cal_next_button:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM1OTY2NzYiIGQ9Ik0uNiAxLjRMMiAwbDYgNi02IDYtMS40LTEuNEw1LjIgNnoiLz48L3N2Zz4=);
}

.controller-rxc_calendar .dhtmlXTooltip, .controller-rxc_calendar .dhx_cal_container, .controller-rxc_calendar .dhx_cal_light, .controller-rxc_calendar .scheduler_message_area, .controller-rxc_calendar .scheduler_modal_box {
  text-rendering: unset;
  -webkit-font-smoothing: unset;
}

.controller-rxc_calendar .dhx_cal_scale_placeholder {
  box-shadow: none;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dfe1e6;
}

.controller-rxc_calendar .dhx_multi_day + .dhx_cal_data {
  top: 82px !important;
}

.controller-rxc_calendar .dhx_cal_today_button {
  border-radius: 4px !important;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dfe1e6 !important;
  color: #404245 !important;
  text-transform: none;
}

.controller-rxc_calendar .dhx_cal_today_button:before {
  color: #595b5f !important;
  position: relative;
  top: 1px;
}

.controller-rxc_calendar .dhx_cal_today_button:hover {
  background-color: #fff;
  border: 1px solid #a6abb9 !important;
  text-decoration: none;
}

.controller-rxc_calendar .dhx_cal_today_button:hover:before {
  color: #404245 !important;
}

.connect-calendar-btn:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f013";
}

/* ==========================================================================
   RedmineX Gantt Chart
   ========================================================================== */
body:not([class*="theme-"]).controller-redmine_x_gantt .menu-children,
body:not([class*="theme-Redminex"]).controller-redmine_x_gantt .menu-children {
  border: none !important;
}

.controller-redmine_x_resources #btn-settings,
.controller-redmine_x_gantt #btn-settings {
  padding: 14px 1.5rem !important;
}

.controller-redmine_x_resources .gantt_btn_set.gantt_delete_btn_set,
.controller-redmine_x_resources .gantt_btn_set.gantt_cancel_btn_set,
.controller-redmine_x_gantt .gantt_btn_set.gantt_delete_btn_set,
.controller-redmine_x_gantt .gantt_btn_set.gantt_cancel_btn_set {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-redmine_x_resources .gantt_btn_set.gantt_delete_btn_set:before,
.controller-redmine_x_resources .gantt_btn_set.gantt_cancel_btn_set:before,
.controller-redmine_x_gantt .gantt_btn_set.gantt_delete_btn_set:before,
.controller-redmine_x_gantt .gantt_btn_set.gantt_cancel_btn_set:before {
  color: #595b5f !important;
}

.controller-redmine_x_resources .gantt_btn_set.gantt_delete_btn_set:hover,
.controller-redmine_x_resources .gantt_btn_set.gantt_cancel_btn_set:hover,
.controller-redmine_x_gantt .gantt_btn_set.gantt_delete_btn_set:hover,
.controller-redmine_x_gantt .gantt_btn_set.gantt_cancel_btn_set:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-redmine_x_resources .gantt_btn_set.gantt_delete_btn_set:hover:before,
.controller-redmine_x_resources .gantt_btn_set.gantt_cancel_btn_set:hover:before,
.controller-redmine_x_gantt .gantt_btn_set.gantt_delete_btn_set:hover:before,
.controller-redmine_x_gantt .gantt_btn_set.gantt_cancel_btn_set:hover:before {
  color: #404245 !important;
}

.controller-redmine_x_resources .gantt_btn_set div,
.controller-redmine_x_gantt .gantt_btn_set div {
  line-height: 1.5;
}

.controller-redmine_x_resources #query_form_with_buttons .buttons,
.controller-redmine_x_gantt #query_form_with_buttons .buttons {
  margin-bottom: 0 !important;
}

.controller-redmine_x_resources #content *:not(.fa):not(.far):not(.fal), .controller-redmine_x_resources .gantt_message_area,
.controller-redmine_x_gantt #content *:not(.fa):not(.far):not(.fal),
.controller-redmine_x_gantt .gantt_message_area {
  font-family: "Open Sans", sans-serif !important;
}

.controller-redmine_x_resources .gantt-controls .filter-wrapper,
.controller-redmine_x_gantt .gantt-controls .filter-wrapper {
  font-size: 13px;
}

.controller-redmine_x_resources #btn-settings,
.controller-redmine_x_gantt #btn-settings {
  width: auto;
  height: auto;
  background-position: center !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-redmine_x_resources #btn-settings:before,
.controller-redmine_x_gantt #btn-settings:before {
  color: #595b5f !important;
}

.controller-redmine_x_resources #btn-settings:hover,
.controller-redmine_x_gantt #btn-settings:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
  background-image: url("/assets/themes/abacusmine_3.0.3/settings-097e68fe.svg");
}

.controller-redmine_x_resources #btn-settings:hover:before,
.controller-redmine_x_gantt #btn-settings:hover:before {
  color: #404245 !important;
}

.controller-redmine_x_resources #content .menu-children,
.controller-redmine_x_gantt #content .menu-children {
  border: 1px solid #dfe1e6 !important;
  top: 34px !important;
}

.controller-redmine_x_resources .menu-children li a,
.controller-redmine_x_gantt .menu-children li a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 30px;
}

.controller-redmine_x_resources #content .menu-children li a:hover,
.controller-redmine_x_gantt #content .menu-children li a:hover {
  color: #404245 !important;
}

.controller-redmine_x_resources .gantt-settings-group,
.controller-redmine_x_gantt .gantt-settings-group {
  margin: 0 !important;
}

.controller-redmine_x_resources #gantt-save-btn,
.controller-redmine_x_gantt #gantt-save-btn {
  cursor: pointer;
  margin: 0 9.75px 0 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
  padding-left: 30px !important;
  background-image: url("/assets/themes/abacusmine_3.0.3/save-3fe4e2a4.svg") !important;
}

.controller-redmine_x_resources #gantt-save-btn:before,
.controller-redmine_x_gantt #gantt-save-btn:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

.controller-redmine_x_resources #gantt-save-btn:hover,
.controller-redmine_x_gantt #gantt-save-btn:hover {
  background-color: #2c5fbd;
  border: 1px solid #2c5fbd;
  text-decoration: none;
  background-color: #2c5fbd !important;
}

.controller-redmine_x_resources #gantt-save-btn:hover:before,
.controller-redmine_x_gantt #gantt-save-btn:hover:before {
  color: #fff !important;
}

.controller-redmine_x_resources .toggle-filters i::before,
.controller-redmine_x_gantt .toggle-filters i::before {
  font-size: 11px !important;
}

.controller-redmine_x_resources .gantt-undo-group,
.controller-redmine_x_gantt .gantt-undo-group {
  margin-right: 0.5rem !important;
}

.controller-redmine_x_resources .gantt-undo-group .btn-gantt,
.controller-redmine_x_gantt .gantt-undo-group .btn-gantt {
  padding-bottom: 2px !important;
  padding-top: 0 !important;
}

.controller-redmine_x_resources .toggle-filters,
.controller-redmine_x_resources #gantt-save-btn,
.controller-redmine_x_gantt .toggle-filters,
.controller-redmine_x_gantt #gantt-save-btn {
  margin-right: 0.5rem !important;
}

.controller-redmine_x_resources #gantt-undo-btn,
.controller-redmine_x_gantt #gantt-undo-btn {
  margin-right: 3px !important;
}

/*Styles for RedmineX Gantt plugin*/
.controller-redmine_x_gantt .gantt-undo-group button:before {
  position: static !important;
  margin-right: 8px;
}

.controller-redmine_x_gantt #content > .gantt-controls.gantt-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.controller-redmine_x_gantt .gantt-undo-group button,
.controller-redmine_x_gantt .gantt-export-group button {
  background-position: 17px center !important;
  padding-left: 1.5rem !important;
}

.controller-redmine_x_gantt .gantt_btn_set.gantt_save_btn_set,
.controller-redmine_x_gantt .dhtmlx_popup_controls div[result="save"] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
}

.controller-redmine_x_gantt .gantt_btn_set.gantt_save_btn_set:before,
.controller-redmine_x_gantt .dhtmlx_popup_controls div[result="save"]:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

.controller-redmine_x_gantt .gantt_btn_set.gantt_save_btn_set:hover,
.controller-redmine_x_gantt .dhtmlx_popup_controls div[result="save"]:hover {
  background-color: #2c5fbd;
  border: 1px solid #2c5fbd;
  text-decoration: none;
}

.controller-redmine_x_gantt .gantt_btn_set.gantt_save_btn_set:hover:before,
.controller-redmine_x_gantt .dhtmlx_popup_controls div[result="save"]:hover:before {
  color: #fff !important;
}

.controller-redmine_x_gantt .gantt_duration .gantt_duration_value {
  margin: 0;
}

.controller-redmine_x_gantt #gantt-settings-btn {
  background-position: 5px center;
}

@media all and (min-width: 1100px) {
  .controller-redmine_x_gantt #gantt_here {
    overflow-x: hidden;
  }
}

.controller-redmine_x_gantt #gantt-jump-today-btn, .controller-redmine_x_gantt #gantt-collapse-btn, .controller-redmine_x_gantt #gantt-expand-btn {
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #ccc;
}

.controller-redmine_x_gantt .btn-gantt#gantt-jump-today-btn,
.controller-redmine_x_gantt .btn-gantt#gantt-collapse-btn {
  margin-right: 0.5rem !important;
}

body:not([class*="theme-Boostmine"]).theme-Abacusmine .gantt-left .filter-item:checked + label,
body:not([class*="theme-Boostmine"]).theme-Abacusmine .gantt-controls label:not(:first-of-type):hover {
  background-color: #eef2fb;
}

.theme-Abacusmine {
  color: #404245;
}

.theme-Abacusmine .filter-item + label {
  color: #404245 !important;
  padding: 0.375rem 1.5rem !important;
}

.theme-Abacusmine.controller-redmine_x_gantt #gantt-jump-today-btn,
.theme-Abacusmine.controller-redmine_x_gantt #gantt-collapse-btn,
.theme-Abacusmine.controller-redmine_x_gantt #gantt-expand-btn {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.theme-Abacusmine.controller-redmine_x_gantt #gantt-jump-today-btn:before,
.theme-Abacusmine.controller-redmine_x_gantt #gantt-collapse-btn:before,
.theme-Abacusmine.controller-redmine_x_gantt #gantt-expand-btn:before {
  color: #595b5f !important;
}

.theme-Abacusmine.controller-redmine_x_gantt #gantt-jump-today-btn:hover,
.theme-Abacusmine.controller-redmine_x_gantt #gantt-collapse-btn:hover,
.theme-Abacusmine.controller-redmine_x_gantt #gantt-expand-btn:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.theme-Abacusmine.controller-redmine_x_gantt #gantt-jump-today-btn:hover:before,
.theme-Abacusmine.controller-redmine_x_gantt #gantt-collapse-btn:hover:before,
.theme-Abacusmine.controller-redmine_x_gantt #gantt-expand-btn:hover:before {
  color: #404245 !important;
}

.theme-Abacusmine .gantt-controls.gantt-left .btn-gantt:hover {
  border: 1px solid #a6abb9 !important;
}

.theme-Abacusmine .gantt-undo-group button {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.theme-Abacusmine .gantt-undo-group button:before {
  color: #595b5f !important;
}

.theme-Abacusmine .gantt-undo-group button:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.theme-Abacusmine .gantt-undo-group button:hover:before {
  color: #404245 !important;
}

#show-filters {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

#show-filters:before {
  color: #595b5f !important;
}

#show-filters:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#show-filters:hover:before {
  color: #404245 !important;
}

.theme-dark_tmp.controller-redmine_x_gantt .gantt-controls-wrapper, .theme-dark_tmp.controller-redmine_x_resources .gantt-controls-wrapper {
  background-color: transparent;
}

/* ==========================================================================
   RedmineX Inline Edit
   ========================================================================== */
.redmine_x_issue_list [id*="treetable-board"] a,
.controller-my [id*="treetable-board"] a {
  color: #404245;
}

.redmine_x_issue_list [id*="treetable-board"] a:not(.webix_hcell a):not(.tag-label-color a), .redmine_x_issue_list [id*="treetable-board"] a:not(.webix_hcell a):not(.tag-label-color a),
.controller-my [id*="treetable-board"] a:not(.webix_hcell a):not(.tag-label-color a),
.controller-my [id*="treetable-board"] a:not(.webix_hcell a):not(.tag-label-color a) {
  color: #4879d4;
  line-height: 36px;
}

#wrapper .webix_view span.buttons a {
  margin-right: 1rem;
}

#wrapper .webix_dt_editor {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper .webix_view div.issue img.gravatar {
  float: left;
}

.redmine_x_issue_list #wrapper #query_form_with_buttons #apply-clear-query-btns {
  margin-top: 0;
}

.issue-board .webix_first {
  line-height: 36px !important;
}

.issue-board .webix_ss_header .webix_first input {
  position: relative;
  left: -2px;
}

.webix_cell span[data-multiple="true"] {
  max-width: 78% !important;
}

#treetable-board-issue_list.issue-board .webix_ss_header,
#treetable-board-issue_list.issue-board .webix_view .webix_column:first-of-type > div.issue:not(.child),
.mypage-box .webix_ss_header,
.mypage-box .webix_view .webix_column:first-of-type > div.issue:not(.child) {
  background-color: #fafbfc;
}

#treetable-board-issue_list.issue-board .webix_ss_header .webix_hcell,
#treetable-board-issue_list.issue-board .webix_view .webix_column:first-of-type > div.issue:not(.child) .webix_hcell,
.mypage-box .webix_ss_header .webix_hcell,
.mypage-box .webix_view .webix_column:first-of-type > div.issue:not(.child) .webix_hcell {
  line-height: 36px !important;
}

#treetable-board-issue_list.issue-board span[data-update="done_ratio"],
.mypage-box span[data-update="done_ratio"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

#treetable-board-issue_list.issue-board span[data-update="done_ratio"] table,
.mypage-box span[data-update="done_ratio"] table {
  padding: 8px;
}

#treetable-board-issue_list.issue-board .webix_first + div,
#treetable-board-issue_list.issue-board .webix_hcolumn:nth-child(2) > div,
.mypage-box .webix_first + div,
.mypage-box .webix_hcolumn:nth-child(2) > div {
  text-align: center;
}

#treetable-board-issue_list.issue-board .webix_hcolumn:nth-child(2) > div a,
.mypage-box .webix_hcolumn:nth-child(2) > div a {
  padding: 0;
}

.fast-search-group input[type="text"] {
  height: 28px;
}

.fast-search-group button[type="submit"] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.fast-search-group button[type="submit"]:before {
  color: #595b5f !important;
}

.fast-search-group button[type="submit"]:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.fast-search-group button[type="submit"]:hover:before {
  color: #404245 !important;
}

.column-width-group,
.fast-search-group {
  display: inline-block;
  margin-bottom: 0.5rem;
}

[id*="column-widths-btn"] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

[id*="column-widths-btn"]:before {
  color: #595b5f !important;
}

[id*="column-widths-btn"]:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

[id*="column-widths-btn"]:hover:before {
  color: #404245 !important;
}

/* ==========================================================================
   RedmineX CK Editor
   ========================================================================== */
.controller-settings .ck_mentions_settings:not(.ck_mentions_settings .ck_mentions_settings) {
  margin: 0 -25px 1rem -25px;
}

.controller-settings .ck_mentions_settings {
  border-color: #dfe1e6 !important;
}

.controller-settings .ck_mentions_settings .ck_mentions_settings {
  background: #fafbfe;
  border-color: #dfe1e6;
  margin: 2rem -15px 0 -15px;
  padding-top: 2rem;
}

/* ==========================================================================
   RedmineX Gantt Chart
   ========================================================================== */
body:not([class*="theme-"]).controller-redmine_x_gantt .menu-children,
body:not([class*="theme-Redminex"]).controller-redmine_x_gantt .menu-children {
  border: none !important;
}

.controller-redmine_x_resources #btn-settings,
.controller-redmine_x_gantt #btn-settings {
  padding: 14px 1.5rem !important;
}

.controller-redmine_x_resources .gantt_btn_set.gantt_delete_btn_set,
.controller-redmine_x_resources .gantt_btn_set.gantt_cancel_btn_set,
.controller-redmine_x_gantt .gantt_btn_set.gantt_delete_btn_set,
.controller-redmine_x_gantt .gantt_btn_set.gantt_cancel_btn_set {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-redmine_x_resources .gantt_btn_set.gantt_delete_btn_set:before,
.controller-redmine_x_resources .gantt_btn_set.gantt_cancel_btn_set:before,
.controller-redmine_x_gantt .gantt_btn_set.gantt_delete_btn_set:before,
.controller-redmine_x_gantt .gantt_btn_set.gantt_cancel_btn_set:before {
  color: #595b5f !important;
}

.controller-redmine_x_resources .gantt_btn_set.gantt_delete_btn_set:hover,
.controller-redmine_x_resources .gantt_btn_set.gantt_cancel_btn_set:hover,
.controller-redmine_x_gantt .gantt_btn_set.gantt_delete_btn_set:hover,
.controller-redmine_x_gantt .gantt_btn_set.gantt_cancel_btn_set:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-redmine_x_resources .gantt_btn_set.gantt_delete_btn_set:hover:before,
.controller-redmine_x_resources .gantt_btn_set.gantt_cancel_btn_set:hover:before,
.controller-redmine_x_gantt .gantt_btn_set.gantt_delete_btn_set:hover:before,
.controller-redmine_x_gantt .gantt_btn_set.gantt_cancel_btn_set:hover:before {
  color: #404245 !important;
}

.controller-redmine_x_resources .gantt_btn_set div,
.controller-redmine_x_gantt .gantt_btn_set div {
  line-height: 1.5;
}

.controller-redmine_x_resources #query_form_with_buttons .buttons,
.controller-redmine_x_gantt #query_form_with_buttons .buttons {
  margin-bottom: 0 !important;
}

.controller-redmine_x_resources #content *:not(.fa):not(.far):not(.fal), .controller-redmine_x_resources .gantt_message_area,
.controller-redmine_x_gantt #content *:not(.fa):not(.far):not(.fal),
.controller-redmine_x_gantt .gantt_message_area {
  font-family: "Open Sans", sans-serif !important;
}

.controller-redmine_x_resources .gantt-controls .filter-wrapper,
.controller-redmine_x_gantt .gantt-controls .filter-wrapper {
  font-size: 13px;
}

.controller-redmine_x_resources #btn-settings,
.controller-redmine_x_gantt #btn-settings {
  width: auto;
  height: auto;
  background-position: center !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-redmine_x_resources #btn-settings:before,
.controller-redmine_x_gantt #btn-settings:before {
  color: #595b5f !important;
}

.controller-redmine_x_resources #btn-settings:hover,
.controller-redmine_x_gantt #btn-settings:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
  background-image: url("/assets/themes/abacusmine_3.0.3/settings-097e68fe.svg");
}

.controller-redmine_x_resources #btn-settings:hover:before,
.controller-redmine_x_gantt #btn-settings:hover:before {
  color: #404245 !important;
}

.controller-redmine_x_resources #content .menu-children,
.controller-redmine_x_gantt #content .menu-children {
  border: 1px solid #dfe1e6 !important;
  top: 34px !important;
}

.controller-redmine_x_resources .menu-children li a,
.controller-redmine_x_gantt .menu-children li a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 30px;
}

.controller-redmine_x_resources #content .menu-children li a:hover,
.controller-redmine_x_gantt #content .menu-children li a:hover {
  color: #404245 !important;
}

.controller-redmine_x_resources .gantt-settings-group,
.controller-redmine_x_gantt .gantt-settings-group {
  margin: 0 !important;
}

.controller-redmine_x_resources #gantt-save-btn,
.controller-redmine_x_gantt #gantt-save-btn {
  cursor: pointer;
  margin: 0 9.75px 0 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
  padding-left: 30px !important;
  background-image: url("/assets/themes/abacusmine_3.0.3/save-3fe4e2a4.svg") !important;
}

.controller-redmine_x_resources #gantt-save-btn:before,
.controller-redmine_x_gantt #gantt-save-btn:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

.controller-redmine_x_resources #gantt-save-btn:hover,
.controller-redmine_x_gantt #gantt-save-btn:hover {
  background-color: #2c5fbd;
  border: 1px solid #2c5fbd;
  text-decoration: none;
  background-color: #2c5fbd !important;
}

.controller-redmine_x_resources #gantt-save-btn:hover:before,
.controller-redmine_x_gantt #gantt-save-btn:hover:before {
  color: #fff !important;
}

.controller-redmine_x_resources .toggle-filters i::before,
.controller-redmine_x_gantt .toggle-filters i::before {
  font-size: 11px !important;
}

.controller-redmine_x_resources .gantt-undo-group,
.controller-redmine_x_gantt .gantt-undo-group {
  margin-right: 0.5rem !important;
}

.controller-redmine_x_resources .gantt-undo-group .btn-gantt,
.controller-redmine_x_gantt .gantt-undo-group .btn-gantt {
  padding-bottom: 2px !important;
  padding-top: 0 !important;
}

.controller-redmine_x_resources .toggle-filters,
.controller-redmine_x_resources #gantt-save-btn,
.controller-redmine_x_gantt .toggle-filters,
.controller-redmine_x_gantt #gantt-save-btn {
  margin-right: 0.5rem !important;
}

.controller-redmine_x_resources #gantt-undo-btn,
.controller-redmine_x_gantt #gantt-undo-btn {
  margin-right: 3px !important;
}

/*Styles for RedmineX Gantt plugin*/
.controller-redmine_x_gantt .gantt-undo-group button:before {
  position: static !important;
  margin-right: 8px;
}

.controller-redmine_x_gantt #content > .gantt-controls.gantt-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.controller-redmine_x_gantt .gantt-undo-group button,
.controller-redmine_x_gantt .gantt-export-group button {
  background-position: 17px center !important;
  padding-left: 1.5rem !important;
}

.controller-redmine_x_gantt .gantt_btn_set.gantt_save_btn_set,
.controller-redmine_x_gantt .dhtmlx_popup_controls div[result="save"] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
}

.controller-redmine_x_gantt .gantt_btn_set.gantt_save_btn_set:before,
.controller-redmine_x_gantt .dhtmlx_popup_controls div[result="save"]:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

.controller-redmine_x_gantt .gantt_btn_set.gantt_save_btn_set:hover,
.controller-redmine_x_gantt .dhtmlx_popup_controls div[result="save"]:hover {
  background-color: #2c5fbd;
  border: 1px solid #2c5fbd;
  text-decoration: none;
}

.controller-redmine_x_gantt .gantt_btn_set.gantt_save_btn_set:hover:before,
.controller-redmine_x_gantt .dhtmlx_popup_controls div[result="save"]:hover:before {
  color: #fff !important;
}

.controller-redmine_x_gantt .gantt_duration .gantt_duration_value {
  margin: 0;
}

.controller-redmine_x_gantt #gantt-settings-btn {
  background-position: 5px center;
}

@media all and (min-width: 1100px) {
  .controller-redmine_x_gantt #gantt_here {
    overflow-x: hidden;
  }
}

.controller-redmine_x_gantt #gantt-jump-today-btn, .controller-redmine_x_gantt #gantt-collapse-btn, .controller-redmine_x_gantt #gantt-expand-btn {
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #ccc;
}

.controller-redmine_x_gantt .btn-gantt#gantt-jump-today-btn,
.controller-redmine_x_gantt .btn-gantt#gantt-collapse-btn {
  margin-right: 0.5rem !important;
}

body:not([class*="theme-Boostmine"]).theme-Abacusmine .gantt-left .filter-item:checked + label,
body:not([class*="theme-Boostmine"]).theme-Abacusmine .gantt-controls label:not(:first-of-type):hover {
  background-color: #eef2fb;
}

.theme-Abacusmine {
  color: #404245;
}

.theme-Abacusmine .filter-item + label {
  color: #404245 !important;
  padding: 0.375rem 1.5rem !important;
}

.theme-Abacusmine.controller-redmine_x_gantt #gantt-jump-today-btn,
.theme-Abacusmine.controller-redmine_x_gantt #gantt-collapse-btn,
.theme-Abacusmine.controller-redmine_x_gantt #gantt-expand-btn {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.theme-Abacusmine.controller-redmine_x_gantt #gantt-jump-today-btn:before,
.theme-Abacusmine.controller-redmine_x_gantt #gantt-collapse-btn:before,
.theme-Abacusmine.controller-redmine_x_gantt #gantt-expand-btn:before {
  color: #595b5f !important;
}

.theme-Abacusmine.controller-redmine_x_gantt #gantt-jump-today-btn:hover,
.theme-Abacusmine.controller-redmine_x_gantt #gantt-collapse-btn:hover,
.theme-Abacusmine.controller-redmine_x_gantt #gantt-expand-btn:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.theme-Abacusmine.controller-redmine_x_gantt #gantt-jump-today-btn:hover:before,
.theme-Abacusmine.controller-redmine_x_gantt #gantt-collapse-btn:hover:before,
.theme-Abacusmine.controller-redmine_x_gantt #gantt-expand-btn:hover:before {
  color: #404245 !important;
}

.theme-Abacusmine .gantt-controls.gantt-left .btn-gantt:hover {
  border: 1px solid #a6abb9 !important;
}

.theme-Abacusmine .gantt-undo-group button {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.theme-Abacusmine .gantt-undo-group button:before {
  color: #595b5f !important;
}

.theme-Abacusmine .gantt-undo-group button:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.theme-Abacusmine .gantt-undo-group button:hover:before {
  color: #404245 !important;
}

#show-filters {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

#show-filters:before {
  color: #595b5f !important;
}

#show-filters:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#show-filters:hover:before {
  color: #404245 !important;
}

.theme-dark_tmp.controller-redmine_x_gantt .gantt-controls-wrapper, .theme-dark_tmp.controller-redmine_x_resources .gantt-controls-wrapper {
  background-color: transparent;
}

/* ==========================================================================
   RedmineX UX Upgrade
   ========================================================================== */
body.rx-upgrade {
  /* ==========================================================================
   Project List
   ========================================================================== */
}

body.rx-upgrade.controller-issues.action-index #query_form_with_buttons, body.rx-upgrade.controller-projects.action-index #query_form_with_buttons, body.rx-upgrade.controller-timelog.action-index #query_form_with_buttons, body.rx-upgrade.controller-gantts.action-show #query_form_with_buttons, body.rx-upgrade.controller-calendars.action-show #query_form_with_buttons, body.rx-upgrade.controller-easy_gantt.action-index #query_form_with_buttons, body.rx-upgrade.controller-agile_versions.action-index #query_form_with_buttons, body.rx-upgrade.controller-risks.action-index #query_form_with_buttons, body.rx-upgrade.controller-agile_boards.action-index #query_form_with_buttons, body.rx-upgrade.controller-contacts.action-index #query_form_with_buttons, body.rx-upgrade.controller-deals.action-index #query_form_with_buttons, body.rx-upgrade.controller-expenses.action-index #query_form_with_buttons, body.rx-upgrade.controller-resource_bookings.action-index #query_form_with_buttons, body.rx-upgrade.controller-easy_gantt_resources.action-index #query_form_with_buttons, body.rx-upgrade.controller-easy_gantt_resources.action-index #query_form_with_buttons, body.rx-upgrade.controller-redmine_x_project_templates.action-index #query_form_with_buttons, body.rx-upgrade.controller-timelog.action-report #query_form_with_buttons {
  max-height: 0;
  overflow: hidden;
}

body.rx-upgrade.controller-issues.action-index #query_form_with_buttons.open, body.rx-upgrade.controller-projects.action-index #query_form_with_buttons.open, body.rx-upgrade.controller-timelog.action-index #query_form_with_buttons.open, body.rx-upgrade.controller-gantts.action-show #query_form_with_buttons.open, body.rx-upgrade.controller-calendars.action-show #query_form_with_buttons.open, body.rx-upgrade.controller-easy_gantt.action-index #query_form_with_buttons.open, body.rx-upgrade.controller-agile_versions.action-index #query_form_with_buttons.open, body.rx-upgrade.controller-risks.action-index #query_form_with_buttons.open, body.rx-upgrade.controller-agile_boards.action-index #query_form_with_buttons.open, body.rx-upgrade.controller-contacts.action-index #query_form_with_buttons.open, body.rx-upgrade.controller-deals.action-index #query_form_with_buttons.open, body.rx-upgrade.controller-expenses.action-index #query_form_with_buttons.open, body.rx-upgrade.controller-resource_bookings.action-index #query_form_with_buttons.open, body.rx-upgrade.controller-easy_gantt_resources.action-index #query_form_with_buttons.open, body.rx-upgrade.controller-easy_gantt_resources.action-index #query_form_with_buttons.open, body.rx-upgrade.controller-redmine_x_project_templates.action-index #query_form_with_buttons.open, body.rx-upgrade.controller-timelog.action-report #query_form_with_buttons.open {
  max-height: 2000px;
  margin: 1rem 0;
}

body.rx-upgrade.controller-dmsf.action-show .dmsf-query-form {
  max-height: 0;
  overflow: hidden;
}

body.rx-upgrade.controller-dmsf.action-show .dmsf-query-form.open {
  max-height: 2000px;
  margin: 1rem 0;
}

body.rx-upgrade.controller-expenses.action-index #query_form, body.rx-upgrade.controller-invoices.action-index #query_form {
  max-height: 0;
  overflow: hidden;
}

body.rx-upgrade.controller-expenses.action-index #query_form.open, body.rx-upgrade.controller-invoices.action-index #query_form.open {
  max-height: 2000px;
  margin: 1rem 0;
}

body.rx-upgrade.controller-issues.action-show .other-attachments {
  display: none;
}

body.rx-upgrade.controller-issues.action-show .other-attachments.open {
  display: table-row-group;
}

body.rx-upgrade.controller-issues.action-show .attachments-btn-box {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
  text-align: center !important;
  width: 100% !important;
  display: table-cell;
}

body.rx-upgrade #main-menu .expanded-menu-wrap #expanded-menu-items:not(.menu-children) li,
body.rx-upgrade #main-menu2 .expanded-menu-wrap #expanded-menu-items:not(.menu-children) li {
  margin-right: 0;
}

@media (min-width: 900px) {
  body.rx-upgrade #main-menu .expanded-menu-wrap #expanded-menu-items:not(.menu-children) li,
  body.rx-upgrade #main-menu2 .expanded-menu-wrap #expanded-menu-items:not(.menu-children) li {
    margin-right: 0.5rem;
  }
}

@media (max-width: 899px) {
  body.rx-upgrade[class*="project-"] #main {
    padding-top: 0;
  }
}

body.rx-upgrade.controller-favorite_projects #projects-index li.root.collapsible div.root:before, body.rx-upgrade.controller-projects #projects-index li.root.collapsible div.root:before {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  color: #4879d4;
}

body.rx-upgrade.controller-favorite_projects #projects-index li.root.collapsible div.root:hover, body.rx-upgrade.controller-projects #projects-index li.root.collapsible div.root:hover {
  cursor: pointer;
}

body.rx-upgrade.controller-favorite_projects #projects-index li.root.collapsible div.root:before, body.rx-upgrade.controller-projects #projects-index li.root.collapsible div.root:before {
  content: "\f056";
}

body.rx-upgrade.controller-favorite_projects #projects-index li.root.collapsible.collapsed div.root:before, body.rx-upgrade.controller-projects #projects-index li.root.collapsible.collapsed div.root:before {
  content: "\f055";
}

body.rx-upgrade [id*="more-issues"] {
  margin-top: 0.75rem;
}

@media (max-width: 899px) {
  body.rx-upgrade #expanded-menu {
    display: none;
  }
}

body.rx-upgrade .attachments-btn {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
  color: #404245;
}

body.rx-upgrade .attachments-btn:before {
  color: #595b5f !important;
}

body.rx-upgrade .attachments-btn:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

body.rx-upgrade .attachments-btn:hover:before {
  color: #404245 !important;
}

body.rx-upgrade .redminex-logo-settings:last-of-type + p + p {
  padding: 0;
}

body.rx-upgrade .redminex-logo-settings:last-of-type + p + p a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
  color: #404245;
}

body.rx-upgrade .redminex-logo-settings:last-of-type + p + p a:before {
  color: #595b5f !important;
}

body.rx-upgrade .redminex-logo-settings:last-of-type + p + p a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

body.rx-upgrade .redminex-logo-settings:last-of-type + p + p a:hover:before {
  color: #404245 !important;
}

body.rx-upgrade .redminex-logo-settings + p {
  display: none;
}

body.rx-upgrade #settings .filedroplistner legend + p {
  padding: 0;
}

body.rx-upgrade #settings .filedroplistner legend + p label {
  width: auto;
  margin: 0;
  text-align: left;
}

body.rx-upgrade #settings .filedroplistner p:nth-of-type(3) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.rx-upgrade #settings .filedroplistner p:nth-of-type(3) span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

body.rx-upgrade #settings fieldset:not([class]) {
  background-color: #eef2fb;
  border-radius: 4px;
}

body.rx-upgrade #settings fieldset:not([class]) button {
  border-radius: 0 4px 4px 0;
}

body.rx-upgrade #settings #settings_new_entity_button_color {
  position: static;
}

body.rx-upgrade #admin-menu .logo-change {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

body.rx-upgrade #top-menu-hamburger h2 {
  font-size: 16px;
  color: #fff;
}

body.rx-upgrade #hide-sidebar {
  display: none !important;
}

body.rx-upgrade .toggle-filters {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
  float: left !important;
}

body.rx-upgrade .toggle-filters:before {
  color: #595b5f !important;
}

body.rx-upgrade .toggle-filters:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

body.rx-upgrade .toggle-filters:hover:before {
  color: #404245 !important;
}

body.rx-upgrade.controller-issues.action-show div.issue.details .attributes {
  width: 100%;
}

body.rx-upgrade #header #main-menu .expanded-menu-wrap,
body.rx-upgrade #header #main-menu2 .expanded-menu-wrap {
  position: relative;
}

@media (min-width: 900px) {
  body.rx-upgrade #header #main-menu .expanded-menu-wrap,
  body.rx-upgrade #header #main-menu2 .expanded-menu-wrap {
    float: left;
  }
}

@media (max-width: 899px) {
  body.rx-upgrade #header #main-menu .expanded-menu-wrap li,
  body.rx-upgrade #header #main-menu2 .expanded-menu-wrap li {
    float: left;
  }
}

@media (max-width: 899px) {
  body.rx-upgrade #header #main-menu .menu-children,
  body.rx-upgrade #header #main-menu2 .menu-children {
    float: left;
  }
}

@media (min-width: 900px) {
  body.rx-upgrade #header #main-menu .menu-children li,
  body.rx-upgrade #header #main-menu2 .menu-children li {
    float: none;
  }
}

body.rx-upgrade .projectino-controls {
  background-color: #fff;
  padding: 1.5rem;
}

body.rx-upgrade .projectino-controls input[type="submit"]:not(:last-child) {
  margin-right: 0.5rem;
}

body.rx-upgrade .projectino-controls input[type="submit"]:nth-child(2) {
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

body.rx-upgrade .projectino-controls input[type="submit"]:nth-child(2):before {
  color: #595b5f !important;
}

body.rx-upgrade .projectino-controls input[type="submit"]:nth-child(2):hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

body.rx-upgrade .projectino-controls input[type="submit"]:nth-child(2):hover:before {
  color: #404245 !important;
}

body.rx-upgrade .projectino-controls .icon-add:first-child {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #4879d4;
  border: 1px solid #4879d4;
  color: #fff;
  margin-right: 1rem;
}

body.rx-upgrade .projectino-controls .icon-add:first-child:before {
  color: #fff !important;
  position: relative;
  top: 1px;
}

body.rx-upgrade .projectino-controls .icon-add:first-child:hover {
  background-color: #2c5fbd;
  border: 1px solid #2c5fbd;
  text-decoration: none;
}

body.rx-upgrade .projectino-controls .icon-add:first-child:hover:before {
  color: #fff !important;
}

body.rx-upgrade .projectino-controls input[type="submit"] + a,
body.rx-upgrade .projectino-controls .icon-add + a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

body.rx-upgrade .projectino-controls input[type="submit"] + a:before,
body.rx-upgrade .projectino-controls .icon-add + a:before {
  color: #595b5f !important;
}

body.rx-upgrade .projectino-controls input[type="submit"] + a:hover,
body.rx-upgrade .projectino-controls .icon-add + a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

body.rx-upgrade .projectino-controls input[type="submit"] + a:hover:before,
body.rx-upgrade .projectino-controls .icon-add + a:hover:before {
  color: #404245 !important;
}

@media (min-width: 900px) {
  body.rx-upgrade #expanded-menu-items {
    -webkit-animation: growOut 200ms ease-in-out forwards;
            animation: growOut 200ms ease-in-out forwards;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
  }
  @-webkit-keyframes growOut {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    80% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes growOut {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    80% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
}

body.rx-upgrade .expanded-menu.fa-chevron-down:before {
  font-size: 13px !important;
  top: -1px;
}

body.rx-upgrade #main-menu .menu-children,
body.rx-upgrade #main-menu2 .menu-children {
  width: inherit;
  background-color: #fff;
  z-index: 1020;
  top: 35px;
  left: 0;
}

body.rx-upgrade.controller-projects.action-index #query_form_with_buttons,
body.rx-upgrade.controller-favorite_projects.action-search #query_form_with_buttons,
body.rx-upgrade.controller-calendar.action-index #calendar_filter {
  max-height: 0;
  overflow: hidden;
}

body.rx-upgrade.controller-projects.action-index #query_form_with_buttons.open,
body.rx-upgrade.controller-favorite_projects.action-search #query_form_with_buttons.open,
body.rx-upgrade.controller-calendar.action-index #calendar_filter.open {
  max-height: 2000px;
}

body.rx-upgrade #sidebar #abacus-hide-sidebar {
  display: none;
}

@media only screen and (min-width: 900px) {
  body.rx-upgrade:not(.action-login) {
    padding-top: 50px;
  }
}

body.rx-upgrade.action-login .login-logo:nth-child(2) {
  display: none !important;
}

body.rx-upgrade #header .mobile-home-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 58px;
      -ms-flex-preferred-size: 58px;
          flex-basis: 58px;
  max-width: 58px;
  height: 50px;
  padding: 1rem;
  z-index: 999;
  background: #2a2e3c;
  margin-right: auto;
}

@media only screen and (min-width: 900px) {
  body.rx-upgrade #header .mobile-home-button {
    display: none !important;
  }
}

body.rx-upgrade #actionbar {
  position: fixed;
  bottom: 1rem;
  z-index: 999;
  top: unset;
  right: 1rem;
}

@media only screen and (min-width: 900px) {
  body.rx-upgrade #actionbar {
    top: 11px;
    bottom: unset;
    z-index: 99999;
  }
}

body.rx-upgrade #actionbar ul {
  padding: 0;
  margin: 0;
}

body.rx-upgrade #actionbar li {
  list-style: none;
}

body.rx-upgrade #actionbar #new-entity {
  border-radius: 4px;
  background: #4879d4;
  color: #fff;
  width: 48px;
  height: 48px;
  display: block;
  text-align: center;
  font-size: 0;
  z-index: 1030;
  position: relative;
  float: right;
  border-radius: 4px;
}

@media only screen and (min-width: 900px) {
  body.rx-upgrade #actionbar #new-entity {
    box-shadow: none;
    width: 28px;
    height: 28px;
  }
}

body.rx-upgrade #actionbar #new-entity.rotate45 {
  background: #4879d4;
}

body.rx-upgrade #actionbar #new-entity.rotate45:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.rx-upgrade #actionbar #new-entity:before {
  content: '+';
  font-size: 24px;
  color: #fff;
  display: block;
  margin: 0;
  font-weight: 400;
  padding: 12px;
  line-height: 1;
}

@media only screen and (min-width: 900px) {
  body.rx-upgrade #actionbar #new-entity:before {
    padding: 2px;
  }
}

body.rx-upgrade #actionbar #new-entity:hover {
  cursor: pointer;
  background: #4879d4;
  text-decoration: none;
}

body.rx-upgrade #actionbar .menu-children {
  bottom: 57px;
  right: 0;
  background: #4879d4;
  padding: 1.5rem !important;
  width: 190px !important;
  z-index: 1030;
  top: unset;
  display: none;
  position: absolute;
}

@media (min-width: 900px) {
  body.rx-upgrade #actionbar .menu-children {
    -webkit-animation: growOut 200ms ease-in-out forwards;
            animation: growOut 200ms ease-in-out forwards;
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
  }
  @-webkit-keyframes growOut {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    80% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes growOut {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    80% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
}

@media only screen and (min-width: 900px) {
  body.rx-upgrade #actionbar .menu-children {
    top: 31px;
    bottom: unset;
  }
}

body.rx-upgrade #actionbar .menu-children.open {
  display: block;
}

body.rx-upgrade #actionbar .menu-children a {
  display: block;
  color: #fff;
}

body.rx-upgrade #actionbar .menu-children a:hover {
  color: #fff !important;
  text-decoration: underline;
}

body.rx-upgrade #top-menu {
  background-image: none;
  position: fixed;
  top: 0;
}

body.rx-upgrade #top-menu .home-link {
  display: none !important;
}

body.rx-upgrade #top-menu .projectino-logo {
  display: block !important;
  float: left;
  padding: 12px 1rem;
  max-width: 200px;
}

body.rx-upgrade #top-menu .projectino-logo img {
  max-width: 168px;
  height: 28px;
  vertical-align: middle;
}

body.rx-upgrade #top-menu > ul {
  float: left;
  padding-left: 0;
}

body.rx-upgrade #top-menu #top-menu-hamburger-trigger {
  padding: 19px !important;
  margin-right: 0.75rem;
  float: left;
  display: none;
}

@media (min-width: 900px) {
  body.rx-upgrade #top-menu #top-menu-hamburger-trigger {
    display: block;
  }
}

body.rx-upgrade #top-menu #top-menu-hamburger-trigger:hover {
  cursor: pointer;
}

body.rx-upgrade #top-menu #top-menu-hamburger-trigger:before {
  margin: 0 !important;
}

body.rx-upgrade #top-menu #top-menu-hamburger-trigger.fa-bars:before {
  content: "\f0c9" !important;
}

body.rx-upgrade #top-menu #top-menu-hamburger-trigger.fa-bars-open:before {
  color: #4879d4;
}

body.rx-upgrade #top-menu #top-menu-hamburger-trigger.open {
  background: #3f455a;
}

body.rx-upgrade #top-menu #top-menu-hamburger-trigger:hover:before, body.rx-upgrade #top-menu #top-menu-hamburger-trigger.open:before {
  color: #fff;
}

@media (min-width: 900px) {
  body.rx-upgrade #top-menu .projectino-logo {
    padding-left: 0 !important;
  }
}

body.rx-upgrade #top-menu #top-menu-hamburger {
  top: 46px;
  width: 320px;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 0;
  background: #3f455a;
  z-index: 1070;
  position: fixed;
  padding: 2rem;
  left: 0;
  display: none;
  max-height: 94vh;
  overflow-y: auto;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

@media (min-width: 900px) {
  body.rx-upgrade #top-menu #top-menu-hamburger {
    -webkit-animation: growOut 200ms ease-in-out forwards;
            animation: growOut 200ms ease-in-out forwards;
  }
  @-webkit-keyframes growOut {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    80% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes growOut {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    80% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
}

body.rx-upgrade #top-menu #top-menu-hamburger.open {
  display: block;
}

body.rx-upgrade #top-menu #top-menu-hamburger ul li {
  float: none;
  display: block;
}

body.rx-upgrade #top-menu #top-menu-hamburger ul a {
  border-radius: 4px;
  padding: 0.5rem 1rem !important;
  display: block;
  color: #fff;
  background-image: none;
  height: auto !important;
  font-size: 12px;
  font-weight: 400;
}

body.rx-upgrade #top-menu #top-menu-hamburger ul a:before {
  color: #fff;
  font-size: 14px;
}

body.rx-upgrade #top-menu #top-menu-hamburger ul a:hover, body.rx-upgrade #top-menu #top-menu-hamburger ul a.selected {
  background: rgba(0, 0, 0, 0.125);
}

body.rx-upgrade #top-menu #top-menu-hamburger ul a#redmine_silencer_menu_link {
  color: #fff !important;
}

body.rx-upgrade #top-menu #top-menu-hamburger ul:nth-of-type(2) .logout {
  display: none;
}

body.rx-upgrade #top-menu #top-menu-hamburger h2 {
  margin: 1.75em 0 0.25em 0;
  position: relative;
  color: #fff;
}

body.rx-upgrade #top-menu #top-menu-hamburger h2:after {
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: '';
  width: 90%;
  height: 1px;
  background: #878fab;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  opacity: 0.3;
}

body.rx-upgrade #top-menu #top-menu-hamburger h2:first-of-type {
  margin-top: 0;
}

body.rx-upgrade #top-menu #top-menu-hamburger h2 span {
  background: #3f455a;
  padding-right: 0.5rem;
}

.flyout-menu #top-menu-hamburger a {
  color: #dfe1e6;
}

.flyout-menu #top-menu-hamburger a:before {
  color: #979eae;
  margin-right: 0.5rem;
}

.flyout-menu #top-menu-hamburger a.selected {
  color: #4879d4;
}

.flyout-menu #top-menu-hamburger a.selected:before {
  color: #4879d4 !important;
}

.theme-Abacusmine #wrapper #sidebar.d-none > *:not(#hide-sidebar) {
  display: inherit !important;
}

.theme-Abacusmine #wrapper #sidebar.d-none {
  -webkit-flex: 0 0 320px !important;
      -ms-flex: 0 0 320px !important;
          flex: 0 0 320px !important;
}

/* ==========================================================================
   RedmineX Statistics
   ========================================================================== */
.controller-redmine_x_statistics .add-menus .icon-add,
.controller-redmine_x_statistics .custom-chart-btn,
.controller-redmine_x_statistics .filter-wrapper .icon-checked {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  background-color: #fff !important;
  border: 1px solid #c2c6d0 !important;
  color: #404245;
}

.controller-redmine_x_statistics .add-menus .icon-add:hover,
.controller-redmine_x_statistics .custom-chart-btn:hover,
.controller-redmine_x_statistics .filter-wrapper .icon-checked:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-redmine_x_statistics .add-menus .icon-add:hover:before,
.controller-redmine_x_statistics .custom-chart-btn:hover:before,
.controller-redmine_x_statistics .filter-wrapper .icon-checked:hover:before {
  color: #404245 !important;
}

.controller-redmine_x_statistics .add-menus .icon-add:before,
.controller-redmine_x_statistics .custom-chart-btn:before,
.controller-redmine_x_statistics .filter-wrapper .icon-checked:before {
  color: #595b5f !important;
}

.controller-redmine_x_statistics .add-menus {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.controller-redmine_x_statistics .add-menus .drdn-items a {
  border: 1px solid transparent;
}

.controller-redmine_x_statistics .add-menus .icon-add {
  min-width: 130px;
  text-align: center;
  white-space: nowrap;
}

.controller-redmine_x_statistics .add-menus .drdn-trigger {
  height: auto;
}

.controller-redmine_x_statistics .add-menus .drdn {
  margin-bottom: 0.5rem;
}

.controller-redmine_x_statistics .statistics-controls-wrapper.statistics-controls {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.controller-redmine_x_statistics .statistics-controls {
  background: none;
}

.controller-redmine_x_statistics .statistics-controls [id*="grid-columns"] {
  width: 40px !important;
  min-width: 0 !important;
}

.controller-redmine_x_statistics .statistics-controls [id*="grid-row-height"] {
  width: 55px !important;
  min-width: 0 !important;
}

.controller-redmine_x_statistics .statistics-controls .drdn-items a:hover {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fafafa;
  border: 1px solid #dfe1e6;
  color: #404245;
  text-decoration: none;
}

/* ==========================================================================
   RedmineUP Zenedit
   ========================================================================== */
.jstEditor.zen {
  z-index: 10000 !important;
}

button.jstb_zenedit, button.jstb_zenedit.theme {
  right: 24px !important;
}

#zen-draft input {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

#zen-draft input:before {
  color: #595b5f !important;
}

#zen-draft input:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

#zen-draft input:hover:before {
  color: #404245 !important;
}

/* ==========================================================================
   RedmineUP Resources
   ========================================================================== */
.controller-resource_bookings .resource-planning-chart .user-subject,
.controller-resource_bookings .resource-planning-chart .user-line,
.controller-resource_bookings .resource-planning-chart .issue-line {
  height: auto;
}

.controller-resource_bookings .resource-planning-chart .project-subject {
  height: auto;
}

.controller-resource_bookings .resource-planning-chart + table {
  width: auto !important;
}

.controller-resource_bookings .resource-planning-chart + table td > a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  padding: 0.125rem 1.5rem !important;
  font-size: 90%;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-resource_bookings .resource-planning-chart + table td > a:before {
  font-size: 11px !important;
}

.controller-resource_bookings .resource-planning-chart + table td > a:before {
  color: #595b5f !important;
}

.controller-resource_bookings .resource-planning-chart + table td > a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-resource_bookings .resource-planning-chart + table td > a:hover:before {
  color: #404245 !important;
}

/* ==========================================================================
   RedmineUP Tags
   ========================================================================== */
.flyout-menu ul li .tag-label-color a, .flyout-menu ul li .tag-label-color span {
  display: inline-block !important;
  line-height: 1 !important;
  height: auto;
  border: none;
  vertical-align: middle;
}

.flyout-menu .letter {
  margin-top: 0.25rem;
}

/* ==========================================================================
   RedmineUP Invoices
   ========================================================================== */
.controller-invoices .attributes.invoice .splitcontent {
  display: flow-root;
}

.controller-invoices .issue p.author {
  border-left: 1px solid #dfe1e6;
  border-right: 1px solid #dfe1e6;
}

.controller-invoices div.issue + p a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 0.375rem 1.5rem;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #c2c6d0;
  color: #404245;
}

.controller-invoices div.issue + p a:before {
  color: #595b5f !important;
}

.controller-invoices div.issue + p a:hover {
  background-color: #fff;
  border: 1px solid #8990a3;
  text-decoration: none;
}

.controller-invoices div.issue + p a:hover:before {
  color: #404245 !important;
}

.controller-invoices .attributes ~ p {
  font-size: 19.5px;
  color: #000;
  margin-bottom: 19.5px !important;
  margin-top: 19.5px;
}

.controller-invoices .attributes ~ p strong {
  font-weight: 400;
}

.controller-invoices .wiki ~ p strong {
  font-weight: 400;
}

.controller-invoices table.invoice-lines tbody tr.line-data:hover {
  background-color: #fafbfe !important;
}

/* ==========================================================================
   Alphanodes Reporting
   ========================================================================== */
body.controller-reporting_reports .report-color td.number p {
  width: 20px;
  height: 20px;
  display: inline-block;
}

body.controller-reporting_reports .select2-container {
  max-width: 229px;
}

body.controller-reporting_reports .select2-container--default .select2-selection--multiple {
  background: none;
  border: none;
}

body.controller-reporting_reports #sidebar .select2-container--default .select2-selection--multiple .select2-selection__rendered,
body.controller-reporting_reports .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
  padding: 0 0 0 8px;
}

body.controller-reporting_reports .filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 0;
}

body.controller-reporting_reports #sidebar .select2-container--default .select2-selection--multiple .select2-selection__choice,
body.controller-reporting_reports .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0;
  background: none;
}

/* ==========================================================================
   Sidebar Hide Plugin
   ========================================================================== */
.view-admin #main #content.sidebar_hidden {
  width: auto;
  float: none;
}

.view-admin #sidebarHandler {
  left: -8px;
  right: unset !important;
  float: left !important;
  margin-right: 0 !important;
}

.view-admin #sidebarHandler #hideSidebarButton {
  background-image: url("/assets/themes/abacusmine_3.0.3/buttons-7675e24f.png");
}

.view-admin .sidebar_hidden #sidebarHandler {
  left: 0;
}

/* ==========================================================================
   Sudo
   ========================================================================== */
#top-menu #sudo {
  position: absolute;
  right: 115px;
  top: 6px;
}

#top-menu #sudo ul {
  margin: 0;
}

#top-menu #sudo li {
  line-height: 100%;
  line-height: 35px;
}

#top-menu #sudo a {
  padding: 0;
}

/* ==========================================================================
   ThatMeeting
   ========================================================================== */
#meeting_form {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #dfe1e6;
  padding: 9.75px;
  box-sizing: border-box;
  margin-bottom: 9.75px;
  width: 49%;
}

@media (max-width: 770px) {
  #meeting_form {
    width: 100% !important;
    float: none;
    display: block;
  }
}

/* ==========================================================================
   Time tracker
   ========================================================================== */
#account .icon-stop, #account .icon-start {
  background-image: none;
}

input#ime_tracker_round {
  line-height: normal !important;
}

#top-menu #account ul a.icon-start:before {
  line-height: 20px !important;
}

table.tt_list th {
  text-align: center;
}

@media (max-width: 480px) {
  table.tt_list td:nth-child(2),
  table.tt_list th:nth-child(2) {
    display: none;
  }
}

table.tt_list div.task_form_input {
  clear: both;
  margin-bottom: 15px;
}

table.tt_list input.tl_book_form_button,
table.tt_list input.tl_edit_form_update_button {
  margin: 0 9.75px 0 0;
  clear: both;
  display: block;
  float: left;
}

table.tt_list a:first-of-type {
  float: left;
}

.tt_list .icon_column {
  width: auto !important;
}

/*Additional styles for Time logger*/
#top-menu #account #time-logger-menu a.icon {
  padding: 14.625px 0 14.625px 19.5px !important;
}

#top-menu #account #time-logger-menu .icon-pause-action {
  background-image: url("/assets/themes/abacusmine_3.0.3/pause-b960819c.png");
  margin-left: 9.75px;
}

#top-menu #account #time-logger-menu .icon-stop-action {
  background-image: url("/assets/themes/abacusmine_3.0.3/stop-7277c94b.png");
}

#top-menu #account #time-logger-menu .icon-list-action {
  background-image: url("/assets/themes/abacusmine_3.0.3/list-bbf11317.png");
}

#top-menu #account #time-logger-menu .icon-start-action {
  background-image: url("/assets/themes/abacusmine_3.0.3/start-17f78b85.png");
}

#top-menu #account #time-logger-menu .icon-action {
  padding: 0 9.75px;
  margin-left: 9.75px;
}

#top-menu #account #time-logger-menu .icon-start:before {
  content: none;
}

#top-menu #account #time-logger-menu .icon-start {
  background-image: url("/assets/themes/abacusmine_3.0.3/time_start-a0c27f24.png") !important;
}

#top-menu #account #time-logger-menu .icon-pause {
  background-image: url("/assets/themes/abacusmine_3.0.3/time_pause-b334c710.png") !important;
}

#top-menu #account #time-logger-menu .icon-stop {
  background-image: url("/assets/themes/abacusmine_3.0.3/time_stop-3f3fff51.png") !important;
}

#top-menu #account #time-logger-menu .icon-clock {
  background-image: url("/assets/themes/abacusmine_3.0.3/time-46233e8a.png") !important;
}

#top-menu #account #time-logger-menu [class*="icon-"] {
  margin-right: 0;
}

#context-menu .icon-start, #context-menu .icon-pause, #context-menu .icon-stop, #context-menu .icon-clock {
  background-image: none;
  padding-left: 20px !important;
}

@media (max-width: 770px) {
  .task_form_sub_fields {
    float: none !important;
    display: block;
  }
}

/* ==========================================================================
   Undread Issues
   ========================================================================== */
table.list tr td.subject:before {
  box-shadow: none;
  margin-right: 8px;
}

.agile-board span.count {
  box-shadow: none;
  top: 0;
  left: 3px;
}

/* ==========================================================================
   Usability
   ========================================================================== */
#content .us-tor-text {
  width: 24px;
  line-height: 24px;
}

/*# sourceMappingURL=/assets/themes/abacusmine_3.0.3/application-97824ec6.css.map */