/*!
 * 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)
 */
@import "css/overrides/overrides.css";
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400 500 600;
    font-stretch: 100%;
    font-display: swap;
    src: url("../font/opensans/latin.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
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400 500 600;
    font-stretch: 100%;
    font-display: swap;
    src: url("../font/opensans/latin-ext.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.3333333333em;
    line-height: .75em;
    vertical-align:-0.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 .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
}

.fa-500px:before {
    content: ""
}

.fa-abacus:before {
    content: ""
}

.fa-accessible-icon:before {
    content: ""
}

.fa-accusoft:before {
    content: ""
}

.fa-acorn:before {
    content: ""
}

.fa-acquisitions-incorporated:before {
    content: ""
}

.fa-ad:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-card:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-adobe:before {
    content: ""
}

.fa-adversal:before {
    content: ""
}

.fa-affiliatetheme:before {
    content: ""
}

.fa-air-conditioner:before {
    content: ""
}

.fa-air-freshener:before {
    content: ""
}

.fa-airbnb:before {
    content: ""
}

.fa-alarm-clock:before {
    content: ""
}

.fa-alarm-exclamation:before {
    content: ""
}

.fa-alarm-plus:before {
    content: ""
}

.fa-alarm-snooze:before {
    content: ""
}

.fa-album:before {
    content: ""
}

.fa-album-collection:before {
    content: ""
}

.fa-algolia:before {
    content: ""
}

.fa-alicorn:before {
    content: ""
}

.fa-alien:before {
    content: ""
}

.fa-alien-monster:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-slash:before {
    content: ""
}

.fa-alipay:before {
    content: ""
}

.fa-allergies:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-amazon-pay:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-amilia:before {
    content: ""
}

.fa-amp-guitar:before {
    content: ""
}

.fa-analytics:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-angel:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angry:before {
    content: ""
}

.fa-angrycreative:before {
    content: ""
}

.fa-angular:before {
    content: ""
}

.fa-ankh:before {
    content: ""
}

.fa-app-store:before {
    content: ""
}

.fa-app-store-ios:before {
    content: ""
}

.fa-apper:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-apple-alt:before {
    content: ""
}

.fa-apple-crate:before {
    content: ""
}

.fa-apple-pay:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-archway:before {
    content: ""
}

.fa-arrow-alt-circle-down:before {
    content: ""
}

.fa-arrow-alt-circle-left:before {
    content: ""
}

.fa-arrow-alt-circle-right:before {
    content: ""
}

.fa-arrow-alt-circle-up:before {
    content: ""
}

.fa-arrow-alt-down:before {
    content: ""
}

.fa-arrow-alt-from-bottom:before {
    content: ""
}

.fa-arrow-alt-from-left:before {
    content: ""
}

.fa-arrow-alt-from-right:before {
    content: ""
}

.fa-arrow-alt-from-top:before {
    content: ""
}

.fa-arrow-alt-left:before {
    content: ""
}

.fa-arrow-alt-right:before {
    content: ""
}

.fa-arrow-alt-square-down:before {
    content: ""
}

.fa-arrow-alt-square-left:before {
    content: ""
}

.fa-arrow-alt-square-right:before {
    content: ""
}

.fa-arrow-alt-square-up:before {
    content: ""
}

.fa-arrow-alt-to-bottom:before {
    content: ""
}

.fa-arrow-alt-to-left:before {
    content: ""
}

.fa-arrow-alt-to-right:before {
    content: ""
}

.fa-arrow-alt-to-top:before {
    content: ""
}

.fa-arrow-alt-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-arrow-from-bottom:before {
    content: ""
}

.fa-arrow-from-left:before {
    content: ""
}

.fa-arrow-from-right:before {
    content: ""
}

.fa-arrow-from-top:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-square-down:before {
    content: ""
}

.fa-arrow-square-left:before {
    content: ""
}

.fa-arrow-square-right:before {
    content: ""
}

.fa-arrow-square-up:before {
    content: ""
}

.fa-arrow-to-bottom:before {
    content: ""
}

.fa-arrow-to-left:before {
    content: ""
}

.fa-arrow-to-right:before {
    content: ""
}

.fa-arrow-to-top:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-arrows-alt-h:before {
    content: ""
}

.fa-arrows-alt-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-artstation:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-asymmetrik:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-atlas:before {
    content: ""
}

.fa-atlassian:before {
    content: ""
}

.fa-atom:before {
    content: ""
}

.fa-atom-alt:before {
    content: ""
}

.fa-audible:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-autoprefixer:before {
    content: ""
}

.fa-avianex:before {
    content: ""
}

.fa-aviato:before {
    content: ""
}

.fa-award:before {
    content: ""
}

.fa-aws:before {
    content: ""
}

.fa-axe:before {
    content: ""
}

.fa-axe-battle:before {
    content: ""
}

.fa-baby:before {
    content: ""
}

.fa-baby-carriage:before {
    content: ""
}

.fa-backpack:before {
    content: ""
}

.fa-backspace:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-bacon:before {
    content: ""
}

.fa-bacteria:before {
    content: "陵"
}

.fa-bacterium:before {
    content: "讀"
}

.fa-badge:before {
    content: ""
}

.fa-badge-check:before {
    content: ""
}

.fa-badge-dollar:before {
    content: ""
}

.fa-badge-percent:before {
    content: ""
}

.fa-badge-sheriff:before {
    content: ""
}

.fa-badger-honey:before {
    content: ""
}

.fa-bags-shopping:before {
    content: ""
}

.fa-bahai:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-balance-scale-left:before {
    content: ""
}

.fa-balance-scale-right:before {
    content: ""
}

.fa-ball-pile:before {
    content: ""
}

.fa-ballot:before {
    content: ""
}

.fa-ballot-check:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-band-aid:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-banjo:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-barcode-alt:before {
    content: ""
}

.fa-barcode-read:before {
    content: ""
}

.fa-barcode-scan:before {
    content: ""
}

.fa-bars:before {
    content: ""
}

.fa-baseball:before {
    content: ""
}

.fa-baseball-ball:before {
    content: ""
}

.fa-basketball-ball:before {
    content: ""
}

.fa-basketball-hoop:before {
    content: ""
}

.fa-bat:before {
    content: ""
}

.fa-bath:before {
    content: ""
}

.fa-battery-bolt:before {
    content: ""
}

.fa-battery-empty:before {
    content: ""
}

.fa-battery-full:before {
    content: ""
}

.fa-battery-half:before {
    content: ""
}

.fa-battery-quarter:before {
    content: ""
}

.fa-battery-slash:before {
    content: ""
}

.fa-battery-three-quarters:before {
    content: ""
}

.fa-battle-net:before {
    content: ""
}

.fa-bed:before {
    content: ""
}

.fa-bed-alt:before {
    content: ""
}

.fa-bed-bunk:before {
    content: ""
}

.fa-bed-empty:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-bell-exclamation:before {
    content: ""
}

.fa-bell-on:before {
    content: ""
}

.fa-bell-plus:before {
    content: ""
}

.fa-bell-school:before {
    content: ""
}

.fa-bell-school-slash:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bells:before {
    content: ""
}

.fa-betamax:before {
    content: ""
}

.fa-bezier-curve:before {
    content: ""
}

.fa-bible:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-biking:before {
    content: ""
}

.fa-biking-mountain:before {
    content: ""
}

.fa-bimobject:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-biohazard:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitcoin:before {
    content: ""
}

.fa-bity:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-blackberry:before {
    content: ""
}

.fa-blanket:before {
    content: ""
}

.fa-blender:before {
    content: ""
}

.fa-blender-phone:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-blinds:before {
    content: ""
}

.fa-blinds-open:before {
    content: ""
}

.fa-blinds-raised:before {
    content: ""
}

.fa-blog:before {
    content: ""
}

.fa-blogger:before {
    content: ""
}

.fa-blogger-b:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-bolt:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-bone:before {
    content: ""
}

.fa-bone-break:before {
    content: ""
}

.fa-bong:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-book-alt:before {
    content: ""
}

.fa-book-dead:before {
    content: ""
}

.fa-book-heart:before {
    content: ""
}

.fa-book-medical:before {
    content: ""
}

.fa-book-open:before {
    content: ""
}

.fa-book-reader:before {
    content: ""
}

.fa-book-spells:before {
    content: ""
}

.fa-book-user:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-books:before {
    content: ""
}

.fa-books-medical:before {
    content: ""
}

.fa-boombox:before {
    content: ""
}

.fa-boot:before {
    content: ""
}

.fa-booth-curtain:before {
    content: ""
}

.fa-bootstrap:before {
    content: ""
}

.fa-border-all:before {
    content: ""
}

.fa-border-bottom:before {
    content: ""
}

.fa-border-center-h:before {
    content: ""
}

.fa-border-center-v:before {
    content: ""
}

.fa-border-inner:before {
    content: ""
}

.fa-border-left:before {
    content: ""
}

.fa-border-none:before {
    content: ""
}

.fa-border-outer:before {
    content: ""
}

.fa-border-right:before {
    content: ""
}

.fa-border-style:before {
    content: ""
}

.fa-border-style-alt:before {
    content: ""
}

.fa-border-top:before {
    content: ""
}

.fa-bow-arrow:before {
    content: ""
}

.fa-bowling-ball:before {
    content: ""
}

.fa-bowling-pins:before {
    content: ""
}

.fa-box:before {
    content: ""
}

.fa-box-alt:before {
    content: ""
}

.fa-box-ballot:before {
    content: ""
}

.fa-box-check:before {
    content: ""
}

.fa-box-fragile:before {
    content: ""
}

.fa-box-full:before {
    content: ""
}

.fa-box-heart:before {
    content: ""
}

.fa-box-open:before {
    content: ""
}

.fa-box-tissue:before {
    content: "拏"
}

.fa-box-up:before {
    content: ""
}

.fa-box-usd:before {
    content: ""
}

.fa-boxes:before {
    content: ""
}

.fa-boxes-alt:before {
    content: ""
}

.fa-boxing-glove:before {
    content: ""
}

.fa-brackets:before {
    content: ""
}

.fa-brackets-curly:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-brain:before {
    content: ""
}

.fa-bread-loaf:before {
    content: ""
}

.fa-bread-slice:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-briefcase-medical:before {
    content: ""
}

.fa-bring-forward:before {
    content: ""
}

.fa-bring-front:before {
    content: ""
}

.fa-broadcast-tower:before {
    content: ""
}

.fa-broom:before {
    content: ""
}

.fa-browser:before {
    content: ""
}

.fa-brush:before {
    content: ""
}

.fa-btc:before {
    content: ""
}

.fa-buffer:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-bullseye-arrow:before {
    content: ""
}

.fa-bullseye-pointer:before {
    content: ""
}

.fa-burger-soda:before {
    content: ""
}

.fa-burn:before {
    content: ""
}

.fa-buromobelexperte:before {
    content: ""
}

.fa-burrito:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-bus-alt:before {
    content: ""
}

.fa-bus-school:before {
    content: ""
}

.fa-business-time:before {
    content: ""
}

.fa-buy-n-large:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-cabinet-filing:before {
    content: ""
}

.fa-cactus:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-calculator-alt:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-calendar-alt:before {
    content: ""
}

.fa-calendar-check:before {
    content: ""
}

.fa-calendar-day:before {
    content: ""
}

.fa-calendar-edit:before {
    content: ""
}

.fa-calendar-exclamation:before {
    content: ""
}

.fa-calendar-minus:before {
    content: ""
}

.fa-calendar-plus:before {
    content: ""
}

.fa-calendar-star:before {
    content: ""
}

.fa-calendar-times:before {
    content: ""
}

.fa-calendar-week:before {
    content: ""
}

.fa-camcorder:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-camera-alt:before {
    content: ""
}

.fa-camera-home:before {
    content: ""
}

.fa-camera-movie:before {
    content: ""
}

.fa-camera-polaroid:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-campfire:before {
    content: ""
}

.fa-campground:before {
    content: ""
}

.fa-canadian-maple-leaf:before {
    content: ""
}

.fa-candle-holder:before {
    content: ""
}

.fa-candy-cane:before {
    content: ""
}

.fa-candy-corn:before {
    content: ""
}

.fa-cannabis:before {
    content: ""
}

.fa-capsules:before {
    content: ""
}

.fa-car:before {
    content: ""
}

.fa-car-alt:before {
    content: ""
}

.fa-car-battery:before {
    content: ""
}

.fa-car-building:before {
    content: ""
}

.fa-car-bump:before {
    content: ""
}

.fa-car-bus:before {
    content: ""
}

.fa-car-crash:before {
    content: ""
}

.fa-car-garage:before {
    content: ""
}

.fa-car-mechanic:before {
    content: ""
}

.fa-car-side:before {
    content: ""
}

.fa-car-tilt:before {
    content: ""
}

.fa-car-wash:before {
    content: ""
}

.fa-caravan:before {
    content: ""
}

.fa-caravan-alt:before {
    content: "豈"
}

.fa-caret-circle-down:before {
    content: ""
}

.fa-caret-circle-left:before {
    content: ""
}

.fa-caret-circle-right:before {
    content: ""
}

.fa-caret-circle-up:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-caret-square-down:before {
    content: ""
}

.fa-caret-square-left:before {
    content: ""
}

.fa-caret-square-right:before {
    content: ""
}

.fa-caret-square-up:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-carrot:before {
    content: ""
}

.fa-cars:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cash-register:before {
    content: ""
}

.fa-cassette-tape:before {
    content: ""
}

.fa-cat:before {
    content: ""
}

.fa-cat-space:before {
    content: "更"
}

.fa-cauldron:before {
    content: ""
}

.fa-cc-amazon-pay:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-apple-pay:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cctv:before {
    content: ""
}

.fa-centercode:before {
    content: ""
}

.fa-centos:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-chair:before {
    content: ""
}

.fa-chair-office:before {
    content: ""
}

.fa-chalkboard:before {
    content: ""
}

.fa-chalkboard-teacher:before {
    content: ""
}

.fa-charging-station:before {
    content: ""
}

.fa-chart-area:before {
    content: ""
}

.fa-chart-bar:before {
    content: ""
}

.fa-chart-line:before {
    content: ""
}

.fa-chart-line-down:before {
    content: ""
}

.fa-chart-network:before {
    content: ""
}

.fa-chart-pie:before {
    content: ""
}

.fa-chart-pie-alt:before {
    content: ""
}

.fa-chart-scatter:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-check-double:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-cheese:before {
    content: ""
}

.fa-cheese-swiss:before {
    content: ""
}

.fa-cheeseburger:before {
    content: ""
}

.fa-chess:before {
    content: ""
}

.fa-chess-bishop:before {
    content: ""
}

.fa-chess-bishop-alt:before {
    content: ""
}

.fa-chess-board:before {
    content: ""
}

.fa-chess-clock:before {
    content: ""
}

.fa-chess-clock-alt:before {
    content: ""
}

.fa-chess-king:before {
    content: ""
}

.fa-chess-king-alt:before {
    content: ""
}

.fa-chess-knight:before {
    content: ""
}

.fa-chess-knight-alt:before {
    content: ""
}

.fa-chess-pawn:before {
    content: ""
}

.fa-chess-pawn-alt:before {
    content: ""
}

.fa-chess-queen:before {
    content: ""
}

.fa-chess-queen-alt:before {
    content: ""
}

.fa-chess-rook:before {
    content: ""
}

.fa-chess-rook-alt:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-double-down:before {
    content: ""
}

.fa-chevron-double-left:before {
    content: ""
}

.fa-chevron-double-right:before {
    content: ""
}

.fa-chevron-double-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-chevron-square-down:before {
    content: ""
}

.fa-chevron-square-left:before {
    content: ""
}

.fa-chevron-square-right:before {
    content: ""
}

.fa-chevron-square-up:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-chimney:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-chromecast:before {
    content: ""
}

.fa-church:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-circle-notch:before {
    content: ""
}

.fa-city:before {
    content: ""
}

.fa-clarinet:before {
    content: ""
}

.fa-claw-marks:before {
    content: ""
}

.fa-clinic-medical:before {
    content: ""
}

.fa-clipboard:before {
    content: ""
}

.fa-clipboard-check:before {
    content: ""
}

.fa-clipboard-list:before {
    content: ""
}

.fa-clipboard-list-check:before {
    content: ""
}

.fa-clipboard-prescription:before {
    content: ""
}

.fa-clipboard-user:before {
    content: ""
}

.fa-clock:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-closed-captioning:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-download-alt:before {
    content: ""
}

.fa-cloud-drizzle:before {
    content: ""
}

.fa-cloud-hail:before {
    content: ""
}

.fa-cloud-hail-mixed:before {
    content: ""
}

.fa-cloud-meatball:before {
    content: ""
}

.fa-cloud-moon:before {
    content: ""
}

.fa-cloud-moon-rain:before {
    content: ""
}

.fa-cloud-music:before {
    content: ""
}

.fa-cloud-rain:before {
    content: ""
}

.fa-cloud-rainbow:before {
    content: ""
}

.fa-cloud-showers:before {
    content: ""
}

.fa-cloud-showers-heavy:before {
    content: ""
}

.fa-cloud-sleet:before {
    content: ""
}

.fa-cloud-snow:before {
    content: ""
}

.fa-cloud-sun:before {
    content: ""
}

.fa-cloud-sun-rain:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-cloud-upload-alt:before {
    content: ""
}

.fa-clouds:before {
    content: ""
}

.fa-clouds-moon:before {
    content: ""
}

.fa-clouds-sun:before {
    content: ""
}

.fa-cloudscale:before {
    content: ""
}

.fa-cloudsmith:before {
    content: ""
}

.fa-cloudversify:before {
    content: ""
}

.fa-club:before {
    content: ""
}

.fa-cocktail:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-code-branch:before {
    content: ""
}

.fa-code-commit:before {
    content: ""
}

.fa-code-merge:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-coffee-pot:before {
    content: "車"
}

.fa-coffee-togo:before {
    content: ""
}

.fa-coffin:before {
    content: ""
}

.fa-coffin-cross:before {
    content: "陋"
}

.fa-cog:before {
    content: ""
}

.fa-cogs:before {
    content: ""
}

.fa-coin:before {
    content: ""
}

.fa-coins:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-comet:before {
    content: "賈"
}

.fa-comment:before {
    content: ""
}

.fa-comment-alt:before {
    content: ""
}

.fa-comment-alt-check:before {
    content: ""
}

.fa-comment-alt-dollar:before {
    content: ""
}

.fa-comment-alt-dots:before {
    content: ""
}

.fa-comment-alt-edit:before {
    content: ""
}

.fa-comment-alt-exclamation:before {
    content: ""
}

.fa-comment-alt-lines:before {
    content: ""
}

.fa-comment-alt-medical:before {
    content: ""
}

.fa-comment-alt-minus:before {
    content: ""
}

.fa-comment-alt-music:before {
    content: ""
}

.fa-comment-alt-plus:before {
    content: ""
}

.fa-comment-alt-slash:before {
    content: ""
}

.fa-comment-alt-smile:before {
    content: ""
}

.fa-comment-alt-times:before {
    content: ""
}

.fa-comment-check:before {
    content: ""
}

.fa-comment-dollar:before {
    content: ""
}

.fa-comment-dots:before {
    content: ""
}

.fa-comment-edit:before {
    content: ""
}

.fa-comment-exclamation:before {
    content: ""
}

.fa-comment-lines:before {
    content: ""
}

.fa-comment-medical:before {
    content: ""
}

.fa-comment-minus:before {
    content: ""
}

.fa-comment-music:before {
    content: ""
}

.fa-comment-plus:before {
    content: ""
}

.fa-comment-slash:before {
    content: ""
}

.fa-comment-smile:before {
    content: ""
}

.fa-comment-times:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-comments-alt:before {
    content: ""
}

.fa-comments-alt-dollar:before {
    content: ""
}

.fa-comments-dollar:before {
    content: ""
}

.fa-compact-disc:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-compass-slash:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-compress-alt:before {
    content: ""
}

.fa-compress-arrows-alt:before {
    content: ""
}

.fa-compress-wide:before {
    content: ""
}

.fa-computer-classic:before {
    content: ""
}

.fa-computer-speaker:before {
    content: ""
}

.fa-concierge-bell:before {
    content: ""
}

.fa-confluence:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-construction:before {
    content: ""
}

.fa-container-storage:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-conveyor-belt:before {
    content: ""
}

.fa-conveyor-belt-alt:before {
    content: ""
}

.fa-cookie:before {
    content: ""
}

.fa-cookie-bite:before {
    content: ""
}

.fa-copy:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-corn:before {
    content: ""
}

.fa-cotton-bureau:before {
    content: ""
}

.fa-couch:before {
    content: ""
}

.fa-cow:before {
    content: ""
}

.fa-cowbell:before {
    content: ""
}

.fa-cowbell-more:before {
    content: ""
}

.fa-cpanel:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-creative-commons-by:before {
    content: ""
}

.fa-creative-commons-nc:before {
    content: ""
}

.fa-creative-commons-nc-eu:before {
    content: ""
}

.fa-creative-commons-nc-jp:before {
    content: ""
}

.fa-creative-commons-nd:before {
    content: ""
}

.fa-creative-commons-pd:before {
    content: ""
}

.fa-creative-commons-pd-alt:before {
    content: ""
}

.fa-creative-commons-remix:before {
    content: ""
}

.fa-creative-commons-sa:before {
    content: ""
}

.fa-creative-commons-sampling:before {
    content: ""
}

.fa-creative-commons-sampling-plus:before {
    content: ""
}

.fa-creative-commons-share:before {
    content: ""
}

.fa-creative-commons-zero:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-credit-card-blank:before {
    content: ""
}

.fa-credit-card-front:before {
    content: ""
}

.fa-cricket:before {
    content: ""
}

.fa-critical-role:before {
    content: ""
}

.fa-croissant:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-crop-alt:before {
    content: ""
}

.fa-cross:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-crow:before {
    content: ""
}

.fa-crown:before {
    content: ""
}

.fa-crutch:before {
    content: ""
}

.fa-crutches:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-css3-alt:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-curling:before {
    content: ""
}

.fa-cut:before {
    content: ""
}

.fa-cuttlefish:before {
    content: ""
}

.fa-d-and-d:before {
    content: ""
}

.fa-d-and-d-beyond:before {
    content: ""
}

.fa-dagger:before {
    content: ""
}

.fa-dailymotion:before {
    content: "勒"
}

.fa-dashcube:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-deaf:before {
    content: ""
}

.fa-debug:before {
    content: ""
}

.fa-deer:before {
    content: ""
}

.fa-deer-rudolph:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-democrat:before {
    content: ""
}

.fa-deploydog:before {
    content: ""
}

.fa-deskpro:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-desktop-alt:before {
    content: ""
}

.fa-dev:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-dewpoint:before {
    content: ""
}

.fa-dharmachakra:before {
    content: ""
}

.fa-dhl:before {
    content: ""
}

.fa-diagnoses:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-diaspora:before {
    content: ""
}

.fa-dice:before {
    content: ""
}

.fa-dice-d10:before {
    content: ""
}

.fa-dice-d12:before {
    content: ""
}

.fa-dice-d20:before {
    content: ""
}

.fa-dice-d4:before {
    content: ""
}

.fa-dice-d6:before {
    content: ""
}

.fa-dice-d8:before {
    content: ""
}

.fa-dice-five:before {
    content: ""
}

.fa-dice-four:before {
    content: ""
}

.fa-dice-one:before {
    content: ""
}

.fa-dice-six:before {
    content: ""
}

.fa-dice-three:before {
    content: ""
}

.fa-dice-two:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-digging:before {
    content: ""
}

.fa-digital-ocean:before {
    content: ""
}

.fa-digital-tachograph:before {
    content: ""
}

.fa-diploma:before {
    content: ""
}

.fa-directions:before {
    content: ""
}

.fa-disc-drive:before {
    content: ""
}

.fa-discord:before {
    content: ""
}

.fa-discourse:before {
    content: ""
}

.fa-disease:before {
    content: ""
}

.fa-divide:before {
    content: ""
}

.fa-dizzy:before {
    content: ""
}

.fa-dna:before {
    content: ""
}

.fa-do-not-enter:before {
    content: ""
}

.fa-dochub:before {
    content: ""
}

.fa-docker:before {
    content: ""
}

.fa-dog:before {
    content: ""
}

.fa-dog-leashed:before {
    content: ""
}

.fa-dollar-sign:before {
    content: ""
}

.fa-dolly:before {
    content: ""
}

.fa-dolly-empty:before {
    content: ""
}

.fa-dolly-flatbed:before {
    content: ""
}

.fa-dolly-flatbed-alt:before {
    content: ""
}

.fa-dolly-flatbed-empty:before {
    content: ""
}

.fa-donate:before {
    content: ""
}

.fa-door-closed:before {
    content: ""
}

.fa-door-open:before {
    content: ""
}

.fa-dot-circle:before {
    content: ""
}

.fa-dove:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-draft2digital:before {
    content: ""
}

.fa-drafting-compass:before {
    content: ""
}

.fa-dragon:before {
    content: ""
}

.fa-draw-circle:before {
    content: ""
}

.fa-draw-polygon:before {
    content: ""
}

.fa-draw-square:before {
    content: ""
}

.fa-dreidel:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-dribbble-square:before {
    content: ""
}

.fa-drone:before {
    content: ""
}

.fa-drone-alt:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-drum:before {
    content: ""
}

.fa-drum-steelpan:before {
    content: ""
}

.fa-drumstick:before {
    content: ""
}

.fa-drumstick-bite:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-dryer:before {
    content: ""
}

.fa-dryer-alt:before {
    content: ""
}

.fa-duck:before {
    content: ""
}

.fa-dumbbell:before {
    content: ""
}

.fa-dumpster:before {
    content: ""
}

.fa-dumpster-fire:before {
    content: ""
}

.fa-dungeon:before {
    content: ""
}

.fa-dyalog:before {
    content: ""
}

.fa-ear:before {
    content: ""
}

.fa-ear-muffs:before {
    content: ""
}

.fa-earlybirds:before {
    content: ""
}

.fa-ebay:before {
    content: ""
}

.fa-eclipse:before {
    content: ""
}

.fa-eclipse-alt:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-edit:before {
    content: ""
}

.fa-egg:before {
    content: ""
}

.fa-egg-fried:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-elementor:before {
    content: ""
}

.fa-elephant:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-h-alt:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-ellipsis-v-alt:before {
    content: ""
}

.fa-ello:before {
    content: ""
}

.fa-ember:before {
    content: ""
}

.fa-empire:before {
    content: ""
}

.fa-empty-set:before {
    content: ""
}

.fa-engine-warning:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-dollar:before {
    content: ""
}

.fa-envelope-open-text:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-equals:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-erlang:before {
    content: ""
}

.fa-ethereum:before {
    content: ""
}

.fa-ethernet:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-euro-sign:before {
    content: ""
}

.fa-evernote:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-exchange-alt:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-exclamation-square:before {
    content: ""
}

.fa-exclamation-triangle:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-expand-alt:before {
    content: ""
}

.fa-expand-arrows:before {
    content: ""
}

.fa-expand-arrows-alt:before {
    content: ""
}

.fa-expand-wide:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-external-link-alt:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-external-link-square-alt:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-dropper:before {
    content: ""
}

.fa-eye-evil:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-facebook-f:before {
    content: ""
}

.fa-facebook-messenger:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-fan:before {
    content: ""
}

.fa-fan-table:before {
    content: "滑"
}

.fa-fantasy-flight-games:before {
    content: ""
}

.fa-farm:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-faucet:before {
    content: "串"
}

.fa-faucet-drip:before {
    content: "句"
}

.fa-fax:before {
    content: ""
}

.fa-feather:before {
    content: ""
}

.fa-feather-alt:before {
    content: ""
}

.fa-fedex:before {
    content: ""
}

.fa-fedora:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-field-hockey:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-figma:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-alt:before {
    content: ""
}

.fa-file-archive:before {
    content: ""
}

.fa-file-audio:before {
    content: ""
}

.fa-file-certificate:before {
    content: ""
}

.fa-file-chart-line:before {
    content: ""
}

.fa-file-chart-pie:before {
    content: ""
}

.fa-file-check:before {
    content: ""
}

.fa-file-code:before {
    content: ""
}

.fa-file-contract:before {
    content: ""
}

.fa-file-csv:before {
    content: ""
}

.fa-file-download:before {
    content: ""
}

.fa-file-edit:before {
    content: ""
}

.fa-file-excel:before {
    content: ""
}

.fa-file-exclamation:before {
    content: ""
}

.fa-file-export:before {
    content: ""
}

.fa-file-image:before {
    content: ""
}

.fa-file-import:before {
    content: ""
}

.fa-file-invoice:before {
    content: ""
}

.fa-file-invoice-dollar:before {
    content: ""
}

.fa-file-medical:before {
    content: ""
}

.fa-file-medical-alt:before {
    content: ""
}

.fa-file-minus:before {
    content: ""
}

.fa-file-music:before {
    content: ""
}

.fa-file-pdf:before {
    content: ""
}

.fa-file-plus:before {
    content: ""
}

.fa-file-powerpoint:before {
    content: ""
}

.fa-file-prescription:before {
    content: ""
}

.fa-file-search:before {
    content: ""
}

.fa-file-signature:before {
    content: ""
}

.fa-file-spreadsheet:before {
    content: ""
}

.fa-file-times:before {
    content: ""
}

.fa-file-upload:before {
    content: ""
}

.fa-file-user:before {
    content: ""
}

.fa-file-video:before {
    content: ""
}

.fa-file-word:before {
    content: ""
}

.fa-files-medical:before {
    content: ""
}

.fa-fill:before {
    content: ""
}

.fa-fill-drip:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-film-alt:before {
    content: ""
}

.fa-film-canister:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-fingerprint:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-fire-alt:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-fire-smoke:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-firefox-browser:before {
    content: "龜"
}

.fa-fireplace:before {
    content: ""
}

.fa-first-aid:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-first-order-alt:before {
    content: ""
}

.fa-firstdraft:before {
    content: ""
}

.fa-fish:before {
    content: ""
}

.fa-fish-cooked:before {
    content: ""
}

.fa-fist-raised:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-flag-alt:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-flag-usa:before {
    content: ""
}

.fa-flame:before {
    content: ""
}

.fa-flashlight:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-flask-poison:before {
    content: ""
}

.fa-flask-potion:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-flipboard:before {
    content: ""
}

.fa-flower:before {
    content: ""
}

.fa-flower-daffodil:before {
    content: ""
}

.fa-flower-tulip:before {
    content: ""
}

.fa-flushed:before {
    content: ""
}

.fa-flute:before {
    content: ""
}

.fa-flux-capacitor:before {
    content: ""
}

.fa-fly:before {
    content: ""
}

.fa-fog:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-download:before {
    content: "肋"
}

.fa-folder-minus:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-folder-plus:before {
    content: ""
}

.fa-folder-times:before {
    content: ""
}

.fa-folder-tree:before {
    content: ""
}

.fa-folder-upload:before {
    content: "凜"
}

.fa-folders:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-font-awesome:before {
    content: ""
}

.fa-font-awesome-alt:before {
    content: ""
}

.fa-font-awesome-flag:before {
    content: ""
}

.fa-font-awesome-logo-full:before {
    content: ""
}

.fa-font-case:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-fonticons-fi:before {
    content: ""
}

.fa-football-ball:before {
    content: ""
}

.fa-football-helmet:before {
    content: ""
}

.fa-forklift:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-fort-awesome-alt:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-fragile:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-freebsd:before {
    content: ""
}

.fa-french-fries:before {
    content: ""
}

.fa-frog:before {
    content: ""
}

.fa-frosty-head:before {
    content: ""
}

.fa-frown:before {
    content: ""
}

.fa-frown-open:before {
    content: ""
}

.fa-fulcrum:before {
    content: ""
}

.fa-function:before {
    content: ""
}

.fa-funnel-dollar:before {
    content: ""
}

.fa-futbol:before {
    content: ""
}

.fa-galactic-republic:before {
    content: ""
}

.fa-galactic-senate:before {
    content: ""
}

.fa-galaxy:before {
    content: "龜"
}

.fa-game-board:before {
    content: ""
}

.fa-game-board-alt:before {
    content: ""
}

.fa-game-console-handheld:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-gamepad-alt:before {
    content: ""
}

.fa-garage:before {
    content: "契"
}

.fa-garage-car:before {
    content: "金"
}

.fa-garage-open:before {
    content: "喇"
}

.fa-gas-pump:before {
    content: ""
}

.fa-gas-pump-slash:before {
    content: ""
}

.fa-gavel:before {
    content: ""
}

.fa-gem:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-ghost:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-gift-card:before {
    content: ""
}

.fa-gifts:before {
    content: ""
}

.fa-gingerbread-man:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-git-alt:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-gitkraken:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-gitter:before {
    content: ""
}

.fa-glass:before {
    content: ""
}

.fa-glass-champagne:before {
    content: ""
}

.fa-glass-cheers:before {
    content: ""
}

.fa-glass-citrus:before {
    content: ""
}

.fa-glass-martini:before {
    content: ""
}

.fa-glass-martini-alt:before {
    content: ""
}

.fa-glass-whiskey:before {
    content: ""
}

.fa-glass-whiskey-rocks:before {
    content: ""
}

.fa-glasses:before {
    content: ""
}

.fa-glasses-alt:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-globe-africa:before {
    content: ""
}

.fa-globe-americas:before {
    content: ""
}

.fa-globe-asia:before {
    content: ""
}

.fa-globe-europe:before {
    content: ""
}

.fa-globe-snow:before {
    content: ""
}

.fa-globe-stand:before {
    content: ""
}

.fa-gofore:before {
    content: ""
}

.fa-golf-ball:before {
    content: ""
}

.fa-golf-club:before {
    content: ""
}

.fa-goodreads:before {
    content: ""
}

.fa-goodreads-g:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-google-drive:before {
    content: ""
}

.fa-google-play:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-google-plus-g:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-gopuram:before {
    content: ""
}

.fa-graduation-cap:before {
    content: ""
}

.fa-gramophone:before {
    content: ""
}

.fa-gratipay:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-greater-than:before {
    content: ""
}

.fa-greater-than-equal:before {
    content: ""
}

.fa-grimace:before {
    content: ""
}

.fa-grin:before {
    content: ""
}

.fa-grin-alt:before {
    content: ""
}

.fa-grin-beam:before {
    content: ""
}

.fa-grin-beam-sweat:before {
    content: ""
}

.fa-grin-hearts:before {
    content: ""
}

.fa-grin-squint:before {
    content: ""
}

.fa-grin-squint-tears:before {
    content: ""
}

.fa-grin-stars:before {
    content: ""
}

.fa-grin-tears:before {
    content: ""
}

.fa-grin-tongue:before {
    content: ""
}

.fa-grin-tongue-squint:before {
    content: ""
}

.fa-grin-tongue-wink:before {
    content: ""
}

.fa-grin-wink:before {
    content: ""
}

.fa-grip-horizontal:before {
    content: ""
}

.fa-grip-lines:before {
    content: ""
}

.fa-grip-lines-vertical:before {
    content: ""
}

.fa-grip-vertical:before {
    content: ""
}

.fa-gripfire:before {
    content: ""
}

.fa-grunt:before {
    content: ""
}

.fa-guitar:before {
    content: ""
}

.fa-guitar-electric:before {
    content: ""
}

.fa-guitars:before {
    content: ""
}

.fa-gulp:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-h1:before {
    content: ""
}

.fa-h2:before {
    content: ""
}

.fa-h3:before {
    content: ""
}

.fa-h4:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-hacker-news-square:before {
    content: ""
}

.fa-hackerrank:before {
    content: ""
}

.fa-hamburger:before {
    content: ""
}

.fa-hammer:before {
    content: ""
}

.fa-hammer-war:before {
    content: ""
}

.fa-hamsa:before {
    content: ""
}

.fa-hand-heart:before {
    content: ""
}

.fa-hand-holding:before {
    content: ""
}

.fa-hand-holding-box:before {
    content: ""
}

.fa-hand-holding-heart:before {
    content: ""
}

.fa-hand-holding-magic:before {
    content: ""
}

.fa-hand-holding-medical:before {
    content: "樂"
}

.fa-hand-holding-seedling:before {
    content: ""
}

.fa-hand-holding-usd:before {
    content: ""
}

.fa-hand-holding-water:before {
    content: ""
}

.fa-hand-lizard:before {
    content: ""
}

.fa-hand-middle-finger:before {
    content: ""
}

.fa-hand-paper:before {
    content: ""
}

.fa-hand-peace:before {
    content: ""
}

.fa-hand-point-down:before {
    content: ""
}

.fa-hand-point-left:before {
    content: ""
}

.fa-hand-point-right:before {
    content: ""
}

.fa-hand-point-up:before {
    content: ""
}

.fa-hand-pointer:before {
    content: ""
}

.fa-hand-receiving:before {
    content: ""
}

.fa-hand-rock:before {
    content: ""
}

.fa-hand-scissors:before {
    content: ""
}

.fa-hand-sparkles:before {
    content: "諾"
}

.fa-hand-spock:before {
    content: ""
}

.fa-hands:before {
    content: ""
}

.fa-hands-heart:before {
    content: ""
}

.fa-hands-helping:before {
    content: ""
}

.fa-hands-usd:before {
    content: ""
}

.fa-hands-wash:before {
    content: "丹"
}

.fa-handshake:before {
    content: ""
}

.fa-handshake-alt:before {
    content: ""
}

.fa-handshake-alt-slash:before {
    content: "寧"
}

.fa-handshake-slash:before {
    content: "怒"
}

.fa-hanukiah:before {
    content: ""
}

.fa-hard-hat:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-hat-chef:before {
    content: ""
}

.fa-hat-cowboy:before {
    content: ""
}

.fa-hat-cowboy-side:before {
    content: ""
}

.fa-hat-santa:before {
    content: ""
}

.fa-hat-winter:before {
    content: ""
}

.fa-hat-witch:before {
    content: ""
}

.fa-hat-wizard:before {
    content: ""
}

.fa-hdd:before {
    content: ""
}

.fa-head-side:before {
    content: ""
}

.fa-head-side-brain:before {
    content: ""
}

.fa-head-side-cough:before {
    content: "率"
}

.fa-head-side-cough-slash:before {
    content: "異"
}

.fa-head-side-headphones:before {
    content: ""
}

.fa-head-side-mask:before {
    content: "北"
}

.fa-head-side-medical:before {
    content: ""
}

.fa-head-side-virus:before {
    content: "磻"
}

.fa-head-vr:before {
    content: ""
}

.fa-heading:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-headphones-alt:before {
    content: ""
}

.fa-headset:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-heart-broken:before {
    content: ""
}

.fa-heart-circle:before {
    content: ""
}

.fa-heart-rate:before {
    content: ""
}

.fa-heart-square:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-heat:before {
    content: "奈"
}

.fa-helicopter:before {
    content: ""
}

.fa-helmet-battle:before {
    content: ""
}

.fa-hexagon:before {
    content: ""
}

.fa-highlighter:before {
    content: ""
}

.fa-hiking:before {
    content: ""
}

.fa-hippo:before {
    content: ""
}

.fa-hips:before {
    content: ""
}

.fa-hire-a-helper:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-hockey-mask:before {
    content: ""
}

.fa-hockey-puck:before {
    content: ""
}

.fa-hockey-sticks:before {
    content: ""
}

.fa-holly-berry:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-home-alt:before {
    content: ""
}

.fa-home-heart:before {
    content: ""
}

.fa-home-lg:before {
    content: ""
}

.fa-home-lg-alt:before {
    content: ""
}

.fa-hood-cloak:before {
    content: ""
}

.fa-hooli:before {
    content: ""
}

.fa-horizontal-rule:before {
    content: ""
}

.fa-hornbill:before {
    content: ""
}

.fa-horse:before {
    content: ""
}

.fa-horse-head:before {
    content: ""
}

.fa-horse-saddle:before {
    content: ""
}

.fa-hospital:before {
    content: ""
}

.fa-hospital-alt:before {
    content: ""
}

.fa-hospital-symbol:before {
    content: ""
}

.fa-hospital-user:before {
    content: ""
}

.fa-hospitals:before {
    content: ""
}

.fa-hot-tub:before {
    content: ""
}

.fa-hotdog:before {
    content: ""
}

.fa-hotel:before {
    content: ""
}

.fa-hotjar:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-start:before {
    content: ""
}

.fa-house:before {
    content: "懶"
}

.fa-house-damage:before {
    content: ""
}

.fa-house-day:before {
    content: "癩"
}

.fa-house-flood:before {
    content: ""
}

.fa-house-leave:before {
    content: "羅"
}

.fa-house-night:before {
    content: "蘿"
}

.fa-house-return:before {
    content: "螺"
}

.fa-house-signal:before {
    content: "裸"
}

.fa-house-user:before {
    content: "便"
}

.fa-houzz:before {
    content: ""
}

.fa-hryvnia:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-hubspot:before {
    content: ""
}

.fa-humidity:before {
    content: ""
}

.fa-hurricane:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-ice-cream:before {
    content: ""
}

.fa-ice-skate:before {
    content: ""
}

.fa-icicles:before {
    content: ""
}

.fa-icons:before {
    content: ""
}

.fa-icons-alt:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-id-card:before {
    content: ""
}

.fa-id-card-alt:before {
    content: ""
}

.fa-ideal:before {
    content: "邏"
}

.fa-igloo:before {
    content: ""
}

.fa-image:before {
    content: ""
}

.fa-image-polaroid:before {
    content: ""
}

.fa-images:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-inbox-in:before {
    content: ""
}

.fa-inbox-out:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-industry-alt:before {
    content: ""
}

.fa-infinity:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-info-square:before {
    content: ""
}

.fa-inhaler:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-instagram-square:before {
    content: "凌"
}

.fa-integral:before {
    content: ""
}

.fa-intercom:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-intersection:before {
    content: ""
}

.fa-inventory:before {
    content: ""
}

.fa-invision:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-island-tropical:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-itch-io:before {
    content: ""
}

.fa-itunes:before {
    content: ""
}

.fa-itunes-note:before {
    content: ""
}

.fa-jack-o-lantern:before {
    content: ""
}

.fa-java:before {
    content: ""
}

.fa-jedi:before {
    content: ""
}

.fa-jedi-order:before {
    content: ""
}

.fa-jenkins:before {
    content: ""
}

.fa-jira:before {
    content: ""
}

.fa-joget:before {
    content: ""
}

.fa-joint:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-journal-whills:before {
    content: ""
}

.fa-joystick:before {
    content: ""
}

.fa-js:before {
    content: ""
}

.fa-js-square:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-jug:before {
    content: ""
}

.fa-kaaba:before {
    content: ""
}

.fa-kaggle:before {
    content: ""
}

.fa-kazoo:before {
    content: ""
}

.fa-kerning:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-key-skeleton:before {
    content: ""
}

.fa-keybase:before {
    content: ""
}

.fa-keyboard:before {
    content: ""
}

.fa-keycdn:before {
    content: ""
}

.fa-keynote:before {
    content: ""
}

.fa-khanda:before {
    content: ""
}

.fa-kickstarter:before {
    content: ""
}

.fa-kickstarter-k:before {
    content: ""
}

.fa-kidneys:before {
    content: ""
}

.fa-kiss:before {
    content: ""
}

.fa-kiss-beam:before {
    content: ""
}

.fa-kiss-wink-heart:before {
    content: ""
}

.fa-kite:before {
    content: ""
}

.fa-kiwi-bird:before {
    content: ""
}

.fa-knife-kitchen:before {
    content: ""
}

.fa-korvue:before {
    content: ""
}

.fa-lambda:before {
    content: ""
}

.fa-lamp:before {
    content: ""
}

.fa-lamp-desk:before {
    content: "樂"
}

.fa-lamp-floor:before {
    content: "洛"
}

.fa-landmark:before {
    content: ""
}

.fa-landmark-alt:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-laptop-code:before {
    content: ""
}

.fa-laptop-house:before {
    content: "復"
}

.fa-laptop-medical:before {
    content: ""
}

.fa-laravel:before {
    content: ""
}

.fa-lasso:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-laugh:before {
    content: ""
}

.fa-laugh-beam:before {
    content: ""
}

.fa-laugh-squint:before {
    content: ""
}

.fa-laugh-wink:before {
    content: ""
}

.fa-layer-group:before {
    content: ""
}

.fa-layer-minus:before {
    content: ""
}

.fa-layer-plus:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-leaf-heart:before {
    content: ""
}

.fa-leaf-maple:before {
    content: ""
}

.fa-leaf-oak:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-lemon:before {
    content: ""
}

.fa-less:before {
    content: ""
}

.fa-less-than:before {
    content: ""
}

.fa-less-than-equal:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-level-down-alt:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-up-alt:before {
    content: ""
}

.fa-life-ring:before {
    content: ""
}

.fa-light-ceiling:before {
    content: "烙"
}

.fa-light-switch:before {
    content: "珞"
}

.fa-light-switch-off:before {
    content: "落"
}

.fa-light-switch-on:before {
    content: "酪"
}

.fa-lightbulb:before {
    content: ""
}

.fa-lightbulb-dollar:before {
    content: ""
}

.fa-lightbulb-exclamation:before {
    content: ""
}

.fa-lightbulb-on:before {
    content: ""
}

.fa-lightbulb-slash:before {
    content: ""
}

.fa-lights-holiday:before {
    content: ""
}

.fa-line:before {
    content: ""
}

.fa-line-columns:before {
    content: ""
}

.fa-line-height:before {
    content: ""
}

.fa-link:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-linkedin-in:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-lips:before {
    content: ""
}

.fa-lira-sign:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-list-music:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-location:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-location-circle:before {
    content: ""
}

.fa-location-slash:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-lock-alt:before {
    content: ""
}

.fa-lock-open:before {
    content: ""
}

.fa-lock-open-alt:before {
    content: ""
}

.fa-long-arrow-alt-down:before {
    content: ""
}

.fa-long-arrow-alt-left:before {
    content: ""
}

.fa-long-arrow-alt-right:before {
    content: ""
}

.fa-long-arrow-alt-up:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-loveseat:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-luchador:before {
    content: ""
}

.fa-luggage-cart:before {
    content: ""
}

.fa-lungs:before {
    content: ""
}

.fa-lungs-virus:before {
    content: "不"
}

.fa-lyft:before {
    content: ""
}

.fa-mace:before {
    content: ""
}

.fa-magento:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-mail-bulk:before {
    content: ""
}

.fa-mailbox:before {
    content: ""
}

.fa-mailchimp:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-mandalorian:before {
    content: ""
}

.fa-mandolin:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-map-marked:before {
    content: ""
}

.fa-map-marked-alt:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-map-marker-alt:before {
    content: ""
}

.fa-map-marker-alt-slash:before {
    content: ""
}

.fa-map-marker-check:before {
    content: ""
}

.fa-map-marker-edit:before {
    content: ""
}

.fa-map-marker-exclamation:before {
    content: ""
}

.fa-map-marker-minus:before {
    content: ""
}

.fa-map-marker-plus:before {
    content: ""
}

.fa-map-marker-question:before {
    content: ""
}

.fa-map-marker-slash:before {
    content: ""
}

.fa-map-marker-smile:before {
    content: ""
}

.fa-map-marker-times:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-markdown:before {
    content: ""
}

.fa-marker:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mask:before {
    content: ""
}

.fa-mastodon:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-mdb:before {
    content: ""
}

.fa-meat:before {
    content: ""
}

.fa-medal:before {
    content: ""
}

.fa-medapps:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-medium-m:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-medrt:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.fa-megaphone:before {
    content: ""
}

.fa-megaport:before {
    content: ""
}

.fa-meh:before {
    content: ""
}

.fa-meh-blank:before {
    content: ""
}

.fa-meh-rolling-eyes:before {
    content: ""
}

.fa-memory:before {
    content: ""
}

.fa-mendeley:before {
    content: ""
}

.fa-menorah:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-meteor:before {
    content: ""
}

.fa-microblog:before {
    content: "駱"
}

.fa-microchip:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-alt:before {
    content: ""
}

.fa-microphone-alt-slash:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-microphone-stand:before {
    content: ""
}

.fa-microscope:before {
    content: ""
}

.fa-microsoft:before {
    content: ""
}

.fa-microwave:before {
    content: "亂"
}

.fa-mind-share:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-minus-hexagon:before {
    content: ""
}

.fa-minus-octagon:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-mistletoe:before {
    content: ""
}

.fa-mitten:before {
    content: ""
}

.fa-mix:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-mixer:before {
    content: "稜"
}

.fa-mizuni:before {
    content: ""
}

.fa-mobile:before {
    content: ""
}

.fa-mobile-alt:before {
    content: ""
}

.fa-mobile-android:before {
    content: ""
}

.fa-mobile-android-alt:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-monero:before {
    content: ""
}

.fa-money-bill:before {
    content: ""
}

.fa-money-bill-alt:before {
    content: ""
}

.fa-money-bill-wave:before {
    content: ""
}

.fa-money-bill-wave-alt:before {
    content: ""
}

.fa-money-check:before {
    content: ""
}

.fa-money-check-alt:before {
    content: ""
}

.fa-money-check-edit:before {
    content: ""
}

.fa-money-check-edit-alt:before {
    content: ""
}

.fa-monitor-heart-rate:before {
    content: ""
}

.fa-monkey:before {
    content: ""
}

.fa-monument:before {
    content: ""
}

.fa-moon:before {
    content: ""
}

.fa-moon-cloud:before {
    content: ""
}

.fa-moon-stars:before {
    content: ""
}

.fa-mortar-pestle:before {
    content: ""
}

.fa-mosque:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-mountain:before {
    content: ""
}

.fa-mountains:before {
    content: ""
}

.fa-mouse:before {
    content: ""
}

.fa-mouse-alt:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-mp3-player:before {
    content: ""
}

.fa-mug:before {
    content: ""
}

.fa-mug-hot:before {
    content: ""
}

.fa-mug-marshmallows:before {
    content: ""
}

.fa-mug-tea:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-music-alt:before {
    content: ""
}

.fa-music-alt-slash:before {
    content: ""
}

.fa-music-slash:before {
    content: ""
}

.fa-napster:before {
    content: ""
}

.fa-narwhal:before {
    content: ""
}

.fa-neos:before {
    content: ""
}

.fa-network-wired:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-newspaper:before {
    content: ""
}

.fa-nimblr:before {
    content: ""
}

.fa-node:before {
    content: ""
}

.fa-node-js:before {
    content: ""
}

.fa-not-equal:before {
    content: ""
}

.fa-notes-medical:before {
    content: ""
}

.fa-npm:before {
    content: ""
}

.fa-ns8:before {
    content: ""
}

.fa-nutritionix:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-octagon:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-oil-can:before {
    content: ""
}

.fa-oil-temp:before {
    content: ""
}

.fa-old-republic:before {
    content: ""
}

.fa-om:before {
    content: ""
}

.fa-omega:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-orcid:before {
    content: ""
}

.fa-ornament:before {
    content: ""
}

.fa-osi:before {
    content: ""
}

.fa-otter:before {
    content: ""
}

.fa-outdent:before {
    content: ""
}

.fa-outlet:before {
    content: "卵"
}

.fa-oven:before {
    content: "欄"
}

.fa-overline:before {
    content: ""
}

.fa-page-break:before {
    content: ""
}

.fa-page4:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-pager:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-paint-brush-alt:before {
    content: ""
}

.fa-paint-roller:before {
    content: ""
}

.fa-palette:before {
    content: ""
}

.fa-palfed:before {
    content: ""
}

.fa-pallet:before {
    content: ""
}

.fa-pallet-alt:before {
    content: ""
}

.fa-paper-plane:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-parachute-box:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-paragraph-rtl:before {
    content: ""
}

.fa-parking:before {
    content: ""
}

.fa-parking-circle:before {
    content: ""
}

.fa-parking-circle-slash:before {
    content: ""
}

.fa-parking-slash:before {
    content: ""
}

.fa-passport:before {
    content: ""
}

.fa-pastafarianism:before {
    content: ""
}

.fa-paste:before {
    content: ""
}

.fa-patreon:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-paw-alt:before {
    content: ""
}

.fa-paw-claws:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-peace:before {
    content: ""
}

.fa-pegasus:before {
    content: ""
}

.fa-pen:before {
    content: ""
}

.fa-pen-alt:before {
    content: ""
}

.fa-pen-fancy:before {
    content: ""
}

.fa-pen-nib:before {
    content: ""
}

.fa-pen-square:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-pencil-alt:before {
    content: ""
}

.fa-pencil-paintbrush:before {
    content: ""
}

.fa-pencil-ruler:before {
    content: ""
}

.fa-pennant:before {
    content: ""
}

.fa-penny-arcade:before {
    content: ""
}

.fa-people-arrows:before {
    content: "泌"
}

.fa-people-carry:before {
    content: ""
}

.fa-pepper-hot:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-percentage:before {
    content: ""
}

.fa-periscope:before {
    content: ""
}

.fa-person-booth:before {
    content: ""
}

.fa-person-carry:before {
    content: ""
}

.fa-person-dolly:before {
    content: ""
}

.fa-person-dolly-empty:before {
    content: ""
}

.fa-person-sign:before {
    content: ""
}

.fa-phabricator:before {
    content: ""
}

.fa-phoenix-framework:before {
    content: ""
}

.fa-phoenix-squadron:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-phone-alt:before {
    content: ""
}

.fa-phone-laptop:before {
    content: ""
}

.fa-phone-office:before {
    content: ""
}

.fa-phone-plus:before {
    content: ""
}

.fa-phone-rotary:before {
    content: ""
}

.fa-phone-slash:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-phone-square-alt:before {
    content: ""
}

.fa-phone-volume:before {
    content: ""
}

.fa-photo-video:before {
    content: ""
}

.fa-php:before {
    content: ""
}

.fa-pi:before {
    content: ""
}

.fa-piano:before {
    content: ""
}

.fa-piano-keyboard:before {
    content: ""
}

.fa-pie:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-pied-piper-hat:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-square:before {
    content: "爛"
}

.fa-pig:before {
    content: ""
}

.fa-piggy-bank:before {
    content: ""
}

.fa-pills:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-pizza:before {
    content: ""
}

.fa-pizza-slice:before {
    content: ""
}

.fa-place-of-worship:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-plane-alt:before {
    content: ""
}

.fa-plane-arrival:before {
    content: ""
}

.fa-plane-departure:before {
    content: ""
}

.fa-plane-slash:before {
    content: "數"
}

.fa-planet-moon:before {
    content: "蘭"
}

.fa-planet-ringed:before {
    content: "鸞"
}

.fa-play:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-playstation:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-plus-hexagon:before {
    content: ""
}

.fa-plus-octagon:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-podium:before {
    content: ""
}

.fa-podium-star:before {
    content: ""
}

.fa-police-box:before {
    content: "嵐"
}

.fa-poll:before {
    content: ""
}

.fa-poll-h:before {
    content: ""
}

.fa-poll-people:before {
    content: ""
}

.fa-poo:before {
    content: ""
}

.fa-poo-storm:before {
    content: ""
}

.fa-poop:before {
    content: ""
}

.fa-popcorn:before {
    content: ""
}

.fa-portal-enter:before {
    content: "濫"
}

.fa-portal-exit:before {
    content: "藍"
}

.fa-portrait:before {
    content: ""
}

.fa-pound-sign:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-pray:before {
    content: ""
}

.fa-praying-hands:before {
    content: ""
}

.fa-prescription:before {
    content: ""
}

.fa-prescription-bottle:before {
    content: ""
}

.fa-prescription-bottle-alt:before {
    content: ""
}

.fa-presentation:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-print-search:before {
    content: ""
}

.fa-print-slash:before {
    content: ""
}

.fa-procedures:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-project-diagram:before {
    content: ""
}

.fa-projector:before {
    content: ""
}

.fa-pump-medical:before {
    content: "索"
}

.fa-pump-soap:before {
    content: "參"
}

.fa-pumpkin:before {
    content: ""
}

.fa-pushed:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-python:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-question-square:before {
    content: ""
}

.fa-quidditch:before {
    content: ""
}

.fa-quinscape:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-quran:before {
    content: ""
}

.fa-r-project:before {
    content: ""
}

.fa-rabbit:before {
    content: ""
}

.fa-rabbit-fast:before {
    content: ""
}

.fa-racquet:before {
    content: ""
}

.fa-radar:before {
    content: "襤"
}

.fa-radiation:before {
    content: ""
}

.fa-radiation-alt:before {
    content: ""
}

.fa-radio:before {
    content: ""
}

.fa-radio-alt:before {
    content: ""
}

.fa-rainbow:before {
    content: ""
}

.fa-raindrops:before {
    content: ""
}

.fa-ram:before {
    content: ""
}

.fa-ramp-loading:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-raspberry-pi:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-raygun:before {
    content: "拉"
}

.fa-react:before {
    content: ""
}

.fa-reacteurope:before {
    content: ""
}

.fa-readme:before {
    content: ""
}

.fa-rebel:before {
    content: ""
}

.fa-receipt:before {
    content: ""
}

.fa-record-vinyl:before {
    content: ""
}

.fa-rectangle-landscape:before {
    content: ""
}

.fa-rectangle-portrait:before {
    content: ""
}

.fa-rectangle-wide:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-red-river:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-redhat:before {
    content: ""
}

.fa-redo:before {
    content: ""
}

.fa-redo-alt:before {
    content: ""
}

.fa-refrigerator:before {
    content: "臘"
}

.fa-registered:before {
    content: ""
}

.fa-remove-format:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-repeat:before {
    content: ""
}

.fa-repeat-1:before {
    content: ""
}

.fa-repeat-1-alt:before {
    content: ""
}

.fa-repeat-alt:before {
    content: ""
}

.fa-reply:before {
    content: ""
}

.fa-reply-all:before {
    content: ""
}

.fa-replyd:before {
    content: ""
}

.fa-republican:before {
    content: ""
}

.fa-researchgate:before {
    content: ""
}

.fa-resolving:before {
    content: ""
}

.fa-restroom:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-retweet-alt:before {
    content: ""
}

.fa-rev:before {
    content: ""
}

.fa-ribbon:before {
    content: ""
}

.fa-ring:before {
    content: ""
}

.fa-rings-wedding:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-robot:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-rocket-launch:before {
    content: "蠟"
}

.fa-rocketchat:before {
    content: ""
}

.fa-rockrms:before {
    content: ""
}

.fa-route:before {
    content: ""
}

.fa-route-highway:before {
    content: ""
}

.fa-route-interstate:before {
    content: ""
}

.fa-router:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-ruble-sign:before {
    content: ""
}

.fa-ruler:before {
    content: ""
}

.fa-ruler-combined:before {
    content: ""
}

.fa-ruler-horizontal:before {
    content: ""
}

.fa-ruler-triangle:before {
    content: ""
}

.fa-ruler-vertical:before {
    content: ""
}

.fa-running:before {
    content: ""
}

.fa-rupee-sign:before {
    content: ""
}

.fa-rv:before {
    content: ""
}

.fa-sack:before {
    content: ""
}

.fa-sack-dollar:before {
    content: ""
}

.fa-sad-cry:before {
    content: ""
}

.fa-sad-tear:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-salad:before {
    content: ""
}

.fa-salesforce:before {
    content: ""
}

.fa-sandwich:before {
    content: ""
}

.fa-sass:before {
    content: ""
}

.fa-satellite:before {
    content: ""
}

.fa-satellite-dish:before {
    content: ""
}

.fa-sausage:before {
    content: ""
}

.fa-save:before {
    content: ""
}

.fa-sax-hot:before {
    content: ""
}

.fa-saxophone:before {
    content: ""
}

.fa-scalpel:before {
    content: ""
}

.fa-scalpel-path:before {
    content: ""
}

.fa-scanner:before {
    content: ""
}

.fa-scanner-image:before {
    content: ""
}

.fa-scanner-keyboard:before {
    content: ""
}

.fa-scanner-touchscreen:before {
    content: ""
}

.fa-scarecrow:before {
    content: ""
}

.fa-scarf:before {
    content: ""
}

.fa-schlix:before {
    content: ""
}

.fa-school:before {
    content: ""
}

.fa-screwdriver:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-scroll:before {
    content: ""
}

.fa-scroll-old:before {
    content: ""
}

.fa-scrubber:before {
    content: ""
}

.fa-scythe:before {
    content: ""
}

.fa-sd-card:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-search-dollar:before {
    content: ""
}

.fa-search-location:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-searchengin:before {
    content: ""
}

.fa-seedling:before {
    content: ""
}

.fa-sellcast:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-send-back:before {
    content: ""
}

.fa-send-backward:before {
    content: ""
}

.fa-sensor:before {
    content: "廊"
}

.fa-sensor-alert:before {
    content: "朗"
}

.fa-sensor-fire:before {
    content: "浪"
}

.fa-sensor-on:before {
    content: "狼"
}

.fa-sensor-smoke:before {
    content: "郎"
}

.fa-server:before {
    content: ""
}

.fa-servicestack:before {
    content: ""
}

.fa-shapes:before {
    content: ""
}

.fa-share:before {
    content: ""
}

.fa-share-all:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-sheep:before {
    content: ""
}

.fa-shekel-sign:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-shield-alt:before {
    content: ""
}

.fa-shield-check:before {
    content: ""
}

.fa-shield-cross:before {
    content: ""
}

.fa-shield-virus:before {
    content: "塞"
}

.fa-ship:before {
    content: ""
}

.fa-shipping-fast:before {
    content: ""
}

.fa-shipping-timed:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-shish-kebab:before {
    content: ""
}

.fa-shoe-prints:before {
    content: ""
}

.fa-shopify:before {
    content: "綾"
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-shopware:before {
    content: ""
}

.fa-shovel:before {
    content: ""
}

.fa-shovel-snow:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-shredder:before {
    content: ""
}

.fa-shuttle-van:before {
    content: ""
}

.fa-shuttlecock:before {
    content: ""
}

.fa-sickle:before {
    content: ""
}

.fa-sigma:before {
    content: ""
}

.fa-sign:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-sign-in-alt:before {
    content: ""
}

.fa-sign-language:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-sign-out-alt:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-signal-1:before {
    content: ""
}

.fa-signal-2:before {
    content: ""
}

.fa-signal-3:before {
    content: ""
}

.fa-signal-4:before {
    content: ""
}

.fa-signal-alt:before {
    content: ""
}

.fa-signal-alt-1:before {
    content: ""
}

.fa-signal-alt-2:before {
    content: ""
}

.fa-signal-alt-3:before {
    content: ""
}

.fa-signal-alt-slash:before {
    content: ""
}

.fa-signal-slash:before {
    content: ""
}

.fa-signal-stream:before {
    content: ""
}

.fa-signature:before {
    content: ""
}

.fa-sim-card:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-sink:before {
    content: "省"
}

.fa-siren:before {
    content: "來"
}

.fa-siren-on:before {
    content: "冷"
}

.fa-sistrix:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-sith:before {
    content: ""
}

.fa-skating:before {
    content: ""
}

.fa-skeleton:before {
    content: ""
}

.fa-sketch:before {
    content: ""
}

.fa-ski-jump:before {
    content: ""
}

.fa-ski-lift:before {
    content: ""
}

.fa-skiing:before {
    content: ""
}

.fa-skiing-nordic:before {
    content: ""
}

.fa-skull:before {
    content: ""
}

.fa-skull-cow:before {
    content: ""
}

.fa-skull-crossbones:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-slack-hash:before {
    content: ""
}

.fa-slash:before {
    content: ""
}

.fa-sledding:before {
    content: ""
}

.fa-sleigh:before {
    content: ""
}

.fa-sliders-h:before {
    content: ""
}

.fa-sliders-h-square:before {
    content: ""
}

.fa-sliders-v:before {
    content: ""
}

.fa-sliders-v-square:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-smile:before {
    content: ""
}

.fa-smile-beam:before {
    content: ""
}

.fa-smile-plus:before {
    content: ""
}

.fa-smile-wink:before {
    content: ""
}

.fa-smog:before {
    content: ""
}

.fa-smoke:before {
    content: ""
}

.fa-smoking:before {
    content: ""
}

.fa-smoking-ban:before {
    content: ""
}

.fa-sms:before {
    content: ""
}

.fa-snake:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-snooze:before {
    content: ""
}

.fa-snow-blowing:before {
    content: ""
}

.fa-snowboarding:before {
    content: ""
}

.fa-snowflake:before {
    content: ""
}

.fa-snowflakes:before {
    content: ""
}

.fa-snowman:before {
    content: ""
}

.fa-snowmobile:before {
    content: ""
}

.fa-snowplow:before {
    content: ""
}

.fa-soap:before {
    content: "葉"
}

.fa-socks:before {
    content: ""
}

.fa-solar-panel:before {
    content: ""
}

.fa-solar-system:before {
    content: "勞"
}

.fa-sort:before {
    content: ""
}

.fa-sort-alpha-down:before {
    content: ""
}

.fa-sort-alpha-down-alt:before {
    content: ""
}

.fa-sort-alpha-up:before {
    content: ""
}

.fa-sort-alpha-up-alt:before {
    content: ""
}

.fa-sort-alt:before {
    content: ""
}

.fa-sort-amount-down:before {
    content: ""
}

.fa-sort-amount-down-alt:before {
    content: ""
}

.fa-sort-amount-up:before {
    content: ""
}

.fa-sort-amount-up-alt:before {
    content: ""
}

.fa-sort-circle:before {
    content: "擄"
}

.fa-sort-circle-down:before {
    content: "櫓"
}

.fa-sort-circle-up:before {
    content: "爐"
}

.fa-sort-down:before {
    content: ""
}

.fa-sort-numeric-down:before {
    content: ""
}

.fa-sort-numeric-down-alt:before {
    content: ""
}

.fa-sort-numeric-up:before {
    content: ""
}

.fa-sort-numeric-up-alt:before {
    content: ""
}

.fa-sort-shapes-down:before {
    content: ""
}

.fa-sort-shapes-down-alt:before {
    content: ""
}

.fa-sort-shapes-up:before {
    content: ""
}

.fa-sort-shapes-up-alt:before {
    content: ""
}

.fa-sort-size-down:before {
    content: ""
}

.fa-sort-size-down-alt:before {
    content: ""
}

.fa-sort-size-up:before {
    content: ""
}

.fa-sort-size-up-alt:before {
    content: ""
}

.fa-sort-up:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-soup:before {
    content: ""
}

.fa-sourcetree:before {
    content: ""
}

.fa-spa:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-space-station-moon:before {
    content: "盧"
}

.fa-space-station-moon-alt:before {
    content: "老"
}

.fa-spade:before {
    content: ""
}

.fa-sparkles:before {
    content: ""
}

.fa-speakap:before {
    content: ""
}

.fa-speaker:before {
    content: ""
}

.fa-speaker-deck:before {
    content: ""
}

.fa-speakers:before {
    content: ""
}

.fa-spell-check:before {
    content: ""
}

.fa-spider:before {
    content: ""
}

.fa-spider-black-widow:before {
    content: ""
}

.fa-spider-web:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-spinner-third:before {
    content: ""
}

.fa-splotch:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-spray-can:before {
    content: ""
}

.fa-sprinkler:before {
    content: "蘆"
}

.fa-square:before {
    content: ""
}

.fa-square-full:before {
    content: ""
}

.fa-square-root:before {
    content: ""
}

.fa-square-root-alt:before {
    content: ""
}

.fa-squarespace:before {
    content: ""
}

.fa-squirrel:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-stackpath:before {
    content: ""
}

.fa-staff:before {
    content: ""
}

.fa-stamp:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-and-crescent:before {
    content: ""
}

.fa-star-christmas:before {
    content: ""
}

.fa-star-exclamation:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-star-half-alt:before {
    content: ""
}

.fa-star-of-david:before {
    content: ""
}

.fa-star-of-life:before {
    content: ""
}

.fa-star-shooting:before {
    content: "虜"
}

.fa-starfighter:before {
    content: "路"
}

.fa-starfighter-alt:before {
    content: "露"
}

.fa-stars:before {
    content: ""
}

.fa-starship:before {
    content: "魯"
}

.fa-starship-freighter:before {
    content: "鷺"
}

.fa-staylinked:before {
    content: ""
}

.fa-steak:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-steam-symbol:before {
    content: ""
}

.fa-steering-wheel:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-sticker-mule:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-stocking:before {
    content: ""
}

.fa-stomach:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stopwatch:before {
    content: ""
}

.fa-stopwatch-20:before {
    content: "說"
}

.fa-store:before {
    content: ""
}

.fa-store-alt:before {
    content: ""
}

.fa-store-alt-slash:before {
    content: "殺"
}

.fa-store-slash:before {
    content: "辰"
}

.fa-strava:before {
    content: ""
}

.fa-stream:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-stretcher:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-stripe:before {
    content: ""
}

.fa-stripe-s:before {
    content: ""
}

.fa-stroopwafel:before {
    content: ""
}

.fa-studiovinari:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-suitcase-rolling:before {
    content: ""
}

.fa-sun:before {
    content: ""
}

.fa-sun-cloud:before {
    content: ""
}

.fa-sun-dust:before {
    content: ""
}

.fa-sun-haze:before {
    content: ""
}

.fa-sunglasses:before {
    content: ""
}

.fa-sunrise:before {
    content: ""
}

.fa-sunset:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-supple:before {
    content: ""
}

.fa-surprise:before {
    content: ""
}

.fa-suse:before {
    content: ""
}

.fa-swatchbook:before {
    content: ""
}

.fa-swift:before {
    content: ""
}

.fa-swimmer:before {
    content: ""
}

.fa-swimming-pool:before {
    content: ""
}

.fa-sword:before {
    content: ""
}

.fa-sword-laser:before {
    content: "碌"
}

.fa-sword-laser-alt:before {
    content: "祿"
}

.fa-swords:before {
    content: ""
}

.fa-swords-laser:before {
    content: "綠"
}

.fa-symfony:before {
    content: ""
}

.fa-synagogue:before {
    content: ""
}

.fa-sync:before {
    content: ""
}

.fa-sync-alt:before {
    content: ""
}

.fa-syringe:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-table-tennis:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-tablet-alt:before {
    content: ""
}

.fa-tablet-android:before {
    content: ""
}

.fa-tablet-android-alt:before {
    content: ""
}

.fa-tablet-rugged:before {
    content: ""
}

.fa-tablets:before {
    content: ""
}

.fa-tachometer:before {
    content: ""
}

.fa-tachometer-alt:before {
    content: ""
}

.fa-tachometer-alt-average:before {
    content: ""
}

.fa-tachometer-alt-fast:before {
    content: ""
}

.fa-tachometer-alt-fastest:before {
    content: ""
}

.fa-tachometer-alt-slow:before {
    content: ""
}

.fa-tachometer-alt-slowest:before {
    content: ""
}

.fa-tachometer-average:before {
    content: ""
}

.fa-tachometer-fast:before {
    content: ""
}

.fa-tachometer-fastest:before {
    content: ""
}

.fa-tachometer-slow:before {
    content: ""
}

.fa-tachometer-slowest:before {
    content: ""
}

.fa-taco:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-tally:before {
    content: ""
}

.fa-tanakh:before {
    content: ""
}

.fa-tape:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-tasks-alt:before {
    content: ""
}

.fa-taxi:before {
    content: ""
}

.fa-teamspeak:before {
    content: ""
}

.fa-teeth:before {
    content: ""
}

.fa-teeth-open:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-telegram-plane:before {
    content: ""
}

.fa-telescope:before {
    content: "菉"
}

.fa-temperature-down:before {
    content: "錄"
}

.fa-temperature-frigid:before {
    content: ""
}

.fa-temperature-high:before {
    content: ""
}

.fa-temperature-hot:before {
    content: ""
}

.fa-temperature-low:before {
    content: ""
}

.fa-temperature-up:before {
    content: "鹿"
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-tenge:before {
    content: ""
}

.fa-tennis-ball:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-text:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-size:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-the-red-yeti:before {
    content: ""
}

.fa-theater-masks:before {
    content: ""
}

.fa-themeco:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-thermometer:before {
    content: ""
}

.fa-thermometer-empty:before {
    content: ""
}

.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-theta:before {
    content: ""
}

.fa-think-peaks:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbtack:before {
    content: ""
}

.fa-thunderstorm:before {
    content: ""
}

.fa-thunderstorm-moon:before {
    content: ""
}

.fa-thunderstorm-sun:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-ticket-alt:before {
    content: ""
}

.fa-tilde:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-times-hexagon:before {
    content: ""
}

.fa-times-octagon:before {
    content: ""
}

.fa-times-square:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-tint-slash:before {
    content: ""
}

.fa-tire:before {
    content: ""
}

.fa-tire-flat:before {
    content: ""
}

.fa-tire-pressure-warning:before {
    content: ""
}

.fa-tire-rugged:before {
    content: ""
}

.fa-tired:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-toilet:before {
    content: ""
}

.fa-toilet-paper:before {
    content: ""
}

.fa-toilet-paper-alt:before {
    content: ""
}

.fa-toilet-paper-slash:before {
    content: "沈"
}

.fa-tombstone:before {
    content: ""
}

.fa-tombstone-alt:before {
    content: ""
}

.fa-toolbox:before {
    content: ""
}

.fa-tools:before {
    content: ""
}

.fa-tooth:before {
    content: ""
}

.fa-toothbrush:before {
    content: ""
}

.fa-torah:before {
    content: ""
}

.fa-torii-gate:before {
    content: ""
}

.fa-tornado:before {
    content: ""
}

.fa-tractor:before {
    content: ""
}

.fa-trade-federation:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-traffic-cone:before {
    content: ""
}

.fa-traffic-light:before {
    content: ""
}

.fa-traffic-light-go:before {
    content: ""
}

.fa-traffic-light-slow:before {
    content: ""
}

.fa-traffic-light-stop:before {
    content: ""
}

.fa-trailer:before {
    content: "論"
}

.fa-train:before {
    content: ""
}

.fa-tram:before {
    content: ""
}

.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-transporter:before {
    content: "壟"
}

.fa-transporter-1:before {
    content: "弄"
}

.fa-transporter-2:before {
    content: "籠"
}

.fa-transporter-3:before {
    content: "聾"
}

.fa-transporter-empty:before {
    content: "牢"
}

.fa-trash:before {
    content: ""
}

.fa-trash-alt:before {
    content: ""
}

.fa-trash-restore:before {
    content: ""
}

.fa-trash-restore-alt:before {
    content: ""
}

.fa-trash-undo:before {
    content: ""
}

.fa-trash-undo-alt:before {
    content: ""
}

.fa-treasure-chest:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-tree-alt:before {
    content: ""
}

.fa-tree-christmas:before {
    content: ""
}

.fa-tree-decorated:before {
    content: ""
}

.fa-tree-large:before {
    content: ""
}

.fa-tree-palm:before {
    content: ""
}

.fa-trees:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-triangle:before {
    content: ""
}

.fa-triangle-music:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-trophy-alt:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-truck-container:before {
    content: ""
}

.fa-truck-couch:before {
    content: ""
}

.fa-truck-loading:before {
    content: ""
}

.fa-truck-monster:before {
    content: ""
}

.fa-truck-moving:before {
    content: ""
}

.fa-truck-pickup:before {
    content: ""
}

.fa-truck-plow:before {
    content: ""
}

.fa-truck-ramp:before {
    content: ""
}

.fa-trumpet:before {
    content: ""
}

.fa-tshirt:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-turkey:before {
    content: ""
}

.fa-turntable:before {
    content: ""
}

.fa-turtle:before {
    content: ""
}

.fa-tv:before {
    content: ""
}

.fa-tv-alt:before {
    content: ""
}

.fa-tv-music:before {
    content: ""
}

.fa-tv-retro:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-typewriter:before {
    content: ""
}

.fa-typo3:before {
    content: ""
}

.fa-uber:before {
    content: ""
}

.fa-ubuntu:before {
    content: ""
}

.fa-ufo:before {
    content: "磊"
}

.fa-ufo-beam:before {
    content: "賂"
}

.fa-uikit:before {
    content: ""
}

.fa-umbraco:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-umbrella-beach:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-undo:before {
    content: ""
}

.fa-undo-alt:before {
    content: ""
}

.fa-unicorn:before {
    content: ""
}

.fa-union:before {
    content: ""
}

.fa-uniregistry:before {
    content: ""
}

.fa-unity:before {
    content: "雷"
}

.fa-universal-access:before {
    content: ""
}

.fa-university:before {
    content: ""
}

.fa-unlink:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-untappd:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-ups:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-usb-drive:before {
    content: ""
}

.fa-usd-circle:before {
    content: ""
}

.fa-usd-square:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-user-alien:before {
    content: "壘"
}

.fa-user-alt:before {
    content: ""
}

.fa-user-alt-slash:before {
    content: ""
}

.fa-user-astronaut:before {
    content: ""
}

.fa-user-chart:before {
    content: ""
}

.fa-user-check:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-clock:before {
    content: ""
}

.fa-user-cog:before {
    content: ""
}

.fa-user-cowboy:before {
    content: ""
}

.fa-user-crown:before {
    content: ""
}

.fa-user-edit:before {
    content: ""
}

.fa-user-friends:before {
    content: ""
}

.fa-user-graduate:before {
    content: ""
}

.fa-user-hard-hat:before {
    content: ""
}

.fa-user-headset:before {
    content: ""
}

.fa-user-injured:before {
    content: ""
}

.fa-user-lock:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-user-md-chat:before {
    content: ""
}

.fa-user-minus:before {
    content: ""
}

.fa-user-music:before {
    content: ""
}

.fa-user-ninja:before {
    content: ""
}

.fa-user-nurse:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-robot:before {
    content: "屢"
}

.fa-user-secret:before {
    content: ""
}

.fa-user-shield:before {
    content: ""
}

.fa-user-slash:before {
    content: ""
}

.fa-user-tag:before {
    content: ""
}

.fa-user-tie:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-user-unlock:before {
    content: "菱"
}

.fa-user-visor:before {
    content: "樓"
}

.fa-users:before {
    content: ""
}

.fa-users-class:before {
    content: ""
}

.fa-users-cog:before {
    content: ""
}

.fa-users-crown:before {
    content: ""
}

.fa-users-medical:before {
    content: ""
}

.fa-users-slash:before {
    content: "拾"
}

.fa-usps:before {
    content: ""
}

.fa-ussunnah:before {
    content: ""
}

.fa-utensil-fork:before {
    content: ""
}

.fa-utensil-knife:before {
    content: ""
}

.fa-utensil-spoon:before {
    content: ""
}

.fa-utensils:before {
    content: ""
}

.fa-utensils-alt:before {
    content: ""
}

.fa-vaadin:before {
    content: ""
}

.fa-vacuum:before {
    content: "淚"
}

.fa-vacuum-robot:before {
    content: "漏"
}

.fa-value-absolute:before {
    content: ""
}

.fa-vector-square:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-vhs:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-vial:before {
    content: ""
}

.fa-vials:before {
    content: ""
}

.fa-viber:before {
    content: ""
}

.fa-video:before {
    content: ""
}

.fa-video-plus:before {
    content: ""
}

.fa-video-slash:before {
    content: ""
}

.fa-vihara:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-vimeo-v:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-violin:before {
    content: ""
}

.fa-virus:before {
    content: "若"
}

.fa-virus-slash:before {
    content: "掠"
}

.fa-viruses:before {
    content: "略"
}

.fa-vk:before {
    content: ""
}

.fa-vnv:before {
    content: ""
}

.fa-voicemail:before {
    content: ""
}

.fa-volcano:before {
    content: ""
}

.fa-volleyball-ball:before {
    content: ""
}

.fa-volume:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-mute:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-slash:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-vote-nay:before {
    content: ""
}

.fa-vote-yea:before {
    content: ""
}

.fa-vr-cardboard:before {
    content: ""
}

.fa-vuejs:before {
    content: ""
}

.fa-wagon-covered:before {
    content: ""
}

.fa-walker:before {
    content: ""
}

.fa-walkie-talkie:before {
    content: ""
}

.fa-walking:before {
    content: ""
}

.fa-wallet:before {
    content: ""
}

.fa-wand:before {
    content: ""
}

.fa-wand-magic:before {
    content: ""
}

.fa-warehouse:before {
    content: ""
}

.fa-warehouse-alt:before {
    content: ""
}

.fa-washer:before {
    content: ""
}

.fa-watch:before {
    content: ""
}

.fa-watch-calculator:before {
    content: ""
}

.fa-watch-fitness:before {
    content: ""
}

.fa-water:before {
    content: ""
}

.fa-water-lower:before {
    content: ""
}

.fa-water-rise:before {
    content: ""
}

.fa-wave-sine:before {
    content: ""
}

.fa-wave-square:before {
    content: ""
}

.fa-wave-triangle:before {
    content: ""
}

.fa-waveform:before {
    content: ""
}

.fa-waveform-path:before {
    content: ""
}

.fa-waze:before {
    content: ""
}

.fa-webcam:before {
    content: ""
}

.fa-webcam-slash:before {
    content: ""
}

.fa-weebly:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-weight:before {
    content: ""
}

.fa-weight-hanging:before {
    content: ""
}

.fa-weixin:before {
    content: ""
}

.fa-whale:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-whatsapp-square:before {
    content: ""
}

.fa-wheat:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-whistle:before {
    content: ""
}

.fa-whmcs:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-wifi-1:before {
    content: ""
}

.fa-wifi-2:before {
    content: ""
}

.fa-wifi-slash:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-wind:before {
    content: ""
}

.fa-wind-turbine:before {
    content: ""
}

.fa-wind-warning:before {
    content: ""
}

.fa-window:before {
    content: ""
}

.fa-window-alt:before {
    content: ""
}

.fa-window-close:before {
    content: ""
}

.fa-window-frame:before {
    content: "累"
}

.fa-window-frame-open:before {
    content: "縷"
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-windsock:before {
    content: ""
}

.fa-wine-bottle:before {
    content: ""
}

.fa-wine-glass:before {
    content: ""
}

.fa-wine-glass-alt:before {
    content: ""
}

.fa-wix:before {
    content: ""
}

.fa-wizards-of-the-coast:before {
    content: ""
}

.fa-wolf-pack-battalion:before {
    content: ""
}

.fa-won-sign:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-wordpress-simple:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-wpressr:before {
    content: ""
}

.fa-wreath:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-x-ray:before {
    content: ""
}

.fa-xbox:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-y-combinator:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-yammer:before {
    content: ""
}

.fa-yandex:before {
    content: ""
}

.fa-yandex-international:before {
    content: ""
}

.fa-yarn:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-yen-sign:before {
    content: ""
}

.fa-yin-yang:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-zhihu:before {
    content: ""
}

.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("fontawesome-pro-5.13.0/webfonts/fa-regular-400.eot");
    src: url("fontawesome-pro-5.13.0/webfonts/fa-regular-400.eot") format("embedded-opentype"), url("/assets/themes/teno/fontawesome-pro-5.13.0/webfonts/fa-regular-400-b224d92b.woff2") format("woff2"), url("fontawesome-pro-5.13.0/webfonts/fa-regular-400.woff") format("woff"), url("fontawesome-pro-5.13.0/webfonts/fa-regular-400.ttf") format("truetype"), url("fontawesome-pro-5.13.0/webfonts/fa-regular-400.svg") format("svg")
}

.far {
    font-family: "Font Awesome 5 Pro";
    font-weight:400
}

.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: hsl(216, 3.7593984962%, 36.0784313725%);
    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
}

.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: hsl(216, 3.7593984962%, 36.0784313725%);
    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: hsl(216, 3.7593984962%, 36.0784313725%);
    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: hsl(216, 3.7593984962%, 36.0784313725%);
    position:relative
}

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

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

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: ""
}

.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 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:.5rem
}

#actionbar .menu-children a.new-issue:before {
    content: ""
}

#actionbar .menu-children a.new-timelog:before {
    content: ""
}

#actionbar .menu-children a.new-project:before {
    content: ""
}

#actionbar .menu-children a.new-user:before {
    content: ""
}

#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: ""
}

#top-menu a.my-page:before, .flyout-menu a.my-page:before {
    content: ""
}

#top-menu a.projects:before, .flyout-menu a.projects:before {
    content: ""
}

#top-menu a.issues:before, .flyout-menu a.issues:before {
    content: ""
}

#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: ""
}

#top-menu a.administration:before, .flyout-menu a.administration:before {
    content: ""
}

#top-menu a.help:before, .flyout-menu a.help:before {
    content: ""
}

#top-menu a.easy-gantt:before, .flyout-menu a.easy-gantt:before {
    content: ""
}

#top-menu a.contacts:before, .flyout-menu a.contacts:before {
    content: ""
}

#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: ""
}

#top-menu a.help:before, #top-menu a.questions:before, .flyout-menu a.help:before, .flyout-menu a.questions:before {
    content: ""
}

#top-menu a.finance:before, #top-menu a.expenses:before, .flyout-menu a.finance:before, .flyout-menu a.expenses:before {
    content: ""
}

#top-menu a.products:before, .flyout-menu a.products:before {
    content: ""
}

#top-menu a.orders:before, .flyout-menu a.orders:before {
    content: ""
}

#top-menu a.archived-repositories:before, .flyout-menu a.archived-repositories:before {
    content: ""
}

#top-menu a.invoices:before, .flyout-menu a.invoices:before {
    content: ""
}

#top-menu a.people:before, .flyout-menu a.people:before {
    content: ""
}

#top-menu a.deals:before, .flyout-menu a.deals:before {
    content: ""
}

#top-menu a.agile:before, .flyout-menu a.agile:before {
    content: ""
}

#top-menu a.tags:before, .flyout-menu a.tags:before {
    content: ""
}

#top-menu a.reports:before, .flyout-menu a.reports:before {
    content: ""
}

#top-menu a.calendar:before, .flyout-menu a.calendar:before {
    content: ""
}

#top-menu a.user:before, .flyout-menu a.user:before {
    content: ""
}

#top-menu a.redmine-silencer:before, .flyout-menu a.redmine-silencer:before {
    content: ""
}

#top-menu a.my-account:before, .flyout-menu a.my-account:before {
    content: ""
}

#top-menu a.holidays:before, .flyout-menu a.holidays:before {
    content: ""
}

#top-menu a.redmine-x-gantt:before, .flyout-menu a.redmine-x-gantt:before {
    content: ""
}

#top-menu a.redmine-x-project-templates:before, .flyout-menu a.redmine-x-project-templates:before {
    content: ""
}

#top-menu a.redmine-x-statistics:before, .flyout-menu a.redmine-x-statistics:before {
    content: ""
}

#top-menu a.logout:before, .flyout-menu a.logout:before {
    content: ""
}

#top-menu a.login:before, .flyout-menu a.login:before {
    content: ""
}

#top-menu a.register:before, .flyout-menu a.register:before {
    content: ""
}

#top-menu a.dmsf:before, .flyout-menu a.dmsf:before {
    content: ""
}

#top-menu a.query:before, .flyout-menu a.query:before {
    content: ""
}

#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: "";
    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: ""
}

#top-menu #loggedas > a:before {
    content: ""
}

#account:before, .icon-user:before {
    content: ""
}

#admin-menu, [class * =controller-] #sidebar ul {
    font-weight:400
}

#admin-menu a.projects:before, [class * =controller-] #sidebar ul a.projects:before {
    content: ""
}

#admin-menu a.users:before, [class * =controller-] #sidebar ul a.users:before {
    content: ""
}

#admin-menu a.groups:before, [class * =controller-] #sidebar ul a.groups:before {
    content: ""
}

#admin-menu a.roles:before, [class * =controller-] #sidebar ul a.roles:before {
    content: ""
}

#admin-menu a.trackers:before, [class * =controller-] #sidebar ul a.trackers:before {
    content: ""
}

#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: ""
}

#admin-menu a.workflows:before, [class * =controller-] #sidebar ul a.workflows:before {
    content: ""
}

#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: ""
}

#admin-menu a.enumerations:before, [class * =controller-] #sidebar ul a.enumerations:before {
    content: ""
}

#admin-menu a.sidebar:before, [class * =controller-] #sidebar ul a.sidebar:before {
    content: ""
}

#admin-menu a.settings:before, [class * =controller-] #sidebar ul a.settings:before {
    content: ""
}

#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: ""
}

#admin-menu a.agile:before, [class * =controller-] #sidebar ul a.agile:before {
    content: ""
}

#admin-menu .redmineup-money::before, [class * =controller-] #sidebar ul .redmineup-money::before {
    content: ""
}

#admin-menu .mailchimp-settings::before, [class * =controller-] #sidebar ul .mailchimp-settings::before {
    content: ""
}

#admin-menu a.contacts:before, [class * =controller-] #sidebar ul a.contacts:before {
    content: ""
}

#admin-menu a.helpdesk:before, [class * =controller-] #sidebar ul a.helpdesk:before {
    content: ""
}

#admin-menu a.invoices:before, [class * =controller-] #sidebar ul a.invoices:before {
    content: ""
}

#admin-menu a.finance:before, [class * =controller-] #sidebar ul a.finance:before {
    content: ""
}

#admin-menu a.login-audit:before, [class * =controller-] #sidebar ul a.login-audit:before {
    content: ""
}

#admin-menu a.people:before, [class * =controller-] #sidebar ul a.people:before {
    content: ""
}

#admin-menu a.products:before, [class * =controller-] #sidebar ul a.products:before {
    content: ""
}

#admin-menu a.plugins:before, [class * =controller-] #sidebar ul a.plugins:before {
    content: ""
}

#admin-menu a.info:before, [class * =controller-] #sidebar ul a.info:before {
    content: ""
}

#admin-menu a.redmine-git-hosting:before, [class * =controller-] #sidebar ul a.redmine-git-hosting:before {
    content: ""
}

#admin-menu a.cm-menu:before, [class * =controller-] #sidebar ul a.cm-menu:before {
    content: ""
}

#admin-menu a.approvalworkflows:before, [class * =controller-] #sidebar ul a.approvalworkflows:before {
    content: ""
}

#admin-menu a.cms:before, [class * =controller-] #sidebar ul a.cms:before {
    content: ""
}

#admin-menu a.tags:before, [class * =controller-] #sidebar ul a.tags:before {
    content: ""
}

#admin-menu a.dmsf-approvalworkflows:before, [class * =controller-] #sidebar ul a.dmsf-approvalworkflows:before {
    content: ""
}

#admin-menu a.custom-workflows:before, [class * =controller-] #sidebar ul a.custom-workflows:before {
    content: ""
}

#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: ""
}

#projects_list .parent-trigger > i:before {
    font-size:11px !important
}

#rdb-refresh:before, #rdb-reset:before {
    content: ""
}

.rdb-checkbox-link:before {
    content: "";
    color:hsl(216, 3.7593984962%, 36.0784313725%)
}

.rdb-checkbox-link.rdb-checkbox-link-enabled:before {
    color:#45c59c
}

#rdb-option-fullscreen:before {
    content: ""
}

.sort-handle:before {
    content: ""
}

.icon.found.icon-checked:before {
    content: "";
    font-size:16px
}

.icon.unknown:before {
    content: "";
    font-size: 16px;
    color:#4879d4
}

.icon.found.icon-warning:before {
    content: "";
    font-size: 16px;
    color:#ee8f50
}

.icon-checked:before, .icon-ok:before {
    content: ""
}

.icon-save:before {
    content: ""
}

.icon-order-add:before {
    content: ""
}

div.projects h3:before {
    content: ""
}

div.news h3:before {
    content: ""
}

div.members h3:before {
    content: ""
}

div.spent_time h3:before {
    content: ""
}

div.issues h3:before {
    content: ""
}

.my-project:before, .icon-fav-off_before, .icon-fav:before {
    content: "";
    color:hsl(216, 3.7593984962%, 66.0784313725%)
}

ul.projects ul.projects .icon-fav:before {
    font-size:12px !important
}

tr span.expander:before {
    content: ""
}

#commit-keywords td.buttons a.add-commit-keywords:before {
    content: ""
}

.icon-test:before {
    content: ""
}

.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: ""
}

.icon-file.text-css:before {
    content: ""
}

.icon-file.text-html:before {
    content: ""
}

.icon-file.image-gif:before, .icon-file.image-jpeg:before, .icon-file.image-png:before, .icon-file.image-tiff:before {
    content: ""
}

.icon-file.application-pdf:before {
    content: ""
}

.icon-file.application-zip:before, .icon-file.application-x-gzip:before {
    content: ""
}

.icon-folder:before {
    content: ""
}

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: ""
}

dt.icon-add-deal:before {
    content: ""
}

dt.time-entry:before, .icon-time-add:before {
    content: ""
}

dt.changeset:before {
    content: ""
}

dt.news:before {
    content: ""
}

dt.message, dt.reply:before, .icon-comment:before {
    content: ""
}

dt.attachment:before {
    content: ""
}

.icon-passwd:before {
    content: ""
}

.icon-email-add:before {
    content: ""
}

a.atom:before {
    content: ""
}

a.csv:before {
    content: ""
}

a.pdf:before {
    content: ""
}

.xlsx:before {
    content: ""
}

a.vcf:before {
    content: ""
}

a.xls:before {
    content: ""
}

#admin-menu a.agile:before {
    content: ""
}

.icon-fullscreen:before {
    content: ""
}

a.eq-pin:before {
    content: ""
}

#dmsf_uploader .ui-icon-grip-dotted-horizontal:before {
    content: ""
}

#dmsf_uploader .ui-icon-image:before {
    content: ""
}

.icon-dmsf-lock:before {
    content: ""
}

.icon-notification-off:before {
    content: ""
}

.icon-notification-on:before {
    content: ""
}

.ui-icon-circle-plus:before {
    content: ""
}

.ui-icon-circle-arrow-e:before {
    content: ""
}

.ui-icon-circle-close:before {
    content: ""
}

.controller-dmsf #content > .contextual .icon-link:before {
    content: "";
    font-size:14px !important
}

.icon-calendar:before, .redmine-x-calendar::before {
    content: ""
}

.gantt-menu-button.save:before {
    content: ""
}

.gantt-menu-button.icon-back:before {
    content: ""
}

.gantt-menu-button.icon-stats:before {
    content: ""
}

.gantt-menu-button.icon-print:before, #button_print:before {
    content: ""
}

.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("../images/icon-times.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
    color: hsl(216, 3.7593984962%, 36.0784313725%) !important;
    width: 10px;
    height:10px
}

.starting > a:before, .legend span.starting:before {
    content: "";
    color:#45c59c
}

.ending > a:before, .legend span.ending:before {
    content: "";
    color:#ec4832
}

.ending.starting > a:before, .legend span.ending.starting:before {
    content: "";
    color:#ec4832
}

.icon-lock:before {
    content: ""
}

.icon-unlock:before {
    content: ""
}

#content > .contextual a.icon-fav-off:before {
    content: ""
}

.icon-copy:before, .icon-duplicate:before, .icon-copy-link:before {
    content: "" !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: ""
}

.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: ""
}

tr.version.shared td.name::after {
    content: "";
    margin-left:8px
}

th.checkbox a:before {
    content: ""
}

.icon-call:before {
    content: ""
}

.icon-meeting:before {
    content: ""
}

.icon-import {
    content: ""
}

.icon-email:before {
    content: ""
}

.icon-pdf:before, .buttons .icon-save.fa-pencil-square-o::before {
    content: "" !important
}

.icon-add-payment:before {
    content: ""
}

.icon-invoice-public-link:before {
    content: ""
}

.tabs-buttons .tab-left:before {
    content: "";
    margin:auto
}

.tabs-buttons .tab-right:before {
    content: "";
    margin:auto
}

.icon-refresh:before, .icon-reload:before {
    content: ""
}

.icon-settings:before, .issue_template.icon.plugins:before {
    content: ""
}

.additionals:before {
    content: ""
}

.icon-plugins::before {
    content: ""
}

.icon-page:before {
    content: ""
}

.icon-snippet:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-layout:before {
    content: ""
}

.icon-redmine-layout:before {
    content: ""
}

.icon-redmine-hooks:before {
    content: ""
}

.icon-redirect:before {
    content: ""
}

.icon-package:before {
    content: ""
}

.icon-vars:before {
    content: ""
}

.icon-edit:before, .note_data .contextual .delete:first-child:before {
    content: ""
}

.controller-workflows form:nth-of-type(1) input[type=submit] {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.controller-workflows form:nth-of-type(1) input[type=submit]:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.controller-workflows form:nth-of-type(1) input[type=submit]:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    text-decoration:none
}

.controller-workflows form:nth-of-type(1) input[type=submit]:hover:before {
    color:#404245 !important
}

.icon-group:before {
    content: ""
}

.icon-issue:not(.select2-selection.icon-issue)::before {
    content: ""
}

.icon-time:before {
    content: ""
}

.journal.has-notes .wiki.editable .contextual a:nth-child(1):before {
    content: ""
}

.journal.has-notes .wiki.editable .contextual a:nth-child(2):before {
    content: ""
}

.icon-redminecrm-money:before {
    content: ""
}

.redmine.-silencer::before {
    content: ""
}

.journal.has-notes .wiki.editable .contextual a:nth-child(3):before {
    content: ""
}

.custom-workflows .icon-move-top:before {
    content: ""
}

.custom-workflows .icon-move-up:before {
    content: ""
}

.custom-workflows .icon-move-down:before {
    content: ""
}

.custom-workflows .icon-move-bottom:before {
    content: ""
}

.custom-workflows .icon-inactive:before {
    content: "";
    font-size:12px !important
}

.custom-workflows .icon-export:before {
    content: ""
}

.icon-date:before {
    content: ""
}

.icon-rosette:before {
    content: ""
}

.icon-helpdesk-reply:before {
    content: ""
}

.icon-helpdesk:before {
    content: ""
}

.icon-company-contact:before {
    content: ""
}

#cbp_link_btn:before {
    content: ""
}

.edit_issue .splitcontentleft p + p + p a:before, .new_issue .splitcontentleft p + p + p a:before {
    font-family: "Font Awesome 5 Pro"
}

.edit_issue .splitcontentleft p + p + p a, .new_issue .splitcontentleft p + p + p a {
    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: "";
    margin-right: 4px;
    margin-left:6px
}

#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:.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: "";
    color:hsl(216, 3.7593984962%, 36.0784313725%)
}

.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: "";
    color:hsl(216, 3.7593984962%, 36.0784313725%)
}

#account .icon-stop:hover:before, .contextual .icon-stop:hover:before {
    color:#ec4832
}

#account .icon-start:before, .contextual .icon-start:before {
    content: "";
    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: ""
}

.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: ""
    }

    #quick-search label a:before {
        content: "";
        color: hsl(216, 3.7593984962%, 36.0784313725%);
        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: "";
        cursor:pointer
    }
}

.controller-favorite_projects span .post:before {
    content: "";
    color:hsl(216, 3.7593984962%, 66.0784313725%)
}

.controller-favorite_projects span .delete:before {
    content: ""
}

.icon.icon-operation {
    font-family: "Font Awesome 5 Pro";
    background-image:none
}

.icon.icon-operation:before {
    content: ""
}

#impersonate::before {
    font-family: "Font Awesome 5 Pro";
    content: ""
}

.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: rgba(0, 0, 0, 0);
    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: ""
}

.icon-download:before {
    content: ""
}

#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: ""
}

.icon-document:before {
    content: ""
}

.more:before {
    content: ""
}

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("../../images/swipe.svg")
}

.icon-filter:before {
    content: ""
}

.gantt-menu-button.critical:before {
    content: ""
}

.gantt-menu-button.baseline:before {
    content: ""
}

.template_tracker:before {
    content: ""
}

.list.issues .icon-actions, #content > .contextual .drdn .icon-actions {
    position: relative;
    top: 1px;
    padding:0 .5rem !important
}

.icon-actions:before {
    content: "" !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: "";
    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: "";
    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: ""
}

.fa-plus::before {
    content: ""
}

.icon-bookmark:before {
    content: ""
}

.icon-bookmarked-project:before {
    margin-right: 8px;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    text-rendering: auto;
    color: hsl(216, 3.7593984962%, 66.0784313725%);
    content: "";
    margin-left: .5rem;
    font-size:12px
}

.icon-bookmark-off:before {
    content: ""
}

.icon-help:before {
    content: ""
}

.icon-stats:before {
    content: ""
}

.icon-import:before {
    content: ""
}

.fa-project-diagram:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%)
}

.icon-summary:before {
    content: ""
}

.redmine-x-resources::before {
    content: ""
}

.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: ""
}

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: ""
}

#dark {
    position: absolute;
    top: 11px;
    right:42px
}

#dark a {
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    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: "";
    margin:0 !important
}

#dark a:hover {
    background-color:rgb(150, 157, 181.5) !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: ""
}

.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: ""
}

.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: ""
}

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: ""
}

.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: ""
}

.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: ""
}

#content > .contextual > span.dashboard-locked:before, #content > .contextual > span.dashboard-unlocked:before {
    margin-right:0
}

.icon-phone:before {
    font-family: "Font Awesome 5 Pro";
    content: ""
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    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
}

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("../images/arrow_collapsed.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
}

#main {
    padding: 0;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content:flex-start
}

@media (max-width: 899px) {
    #main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: 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 {
    position:relative
}

.controller-account.action-login #content, .view-admin #content, .controller-my.action-page #content {
    position:static
}

.text-center {
    text-align:center
}

body.logged_out #rx-my_account {
    background-image: url("../images/user-profile.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    opacity:.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: rgb(194.3684210526, 198.1578947368, 207.6315789474);
        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: rgb(194.3684210526, 198.1578947368, 207.6315789474);
        position: absolute;
        top:50%
    }
}

.flyout-is-active body:not(.logged_out) #rx-my_account {
    right:4rem
}

#rx-my_account {
    position: absolute;
    top: 11px;
    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
}

#rx-my_account:hover {
    text-decoration:none
}

#rx-my_account .gravatar, #rx-my_account .avatar {
    height: 32px;
    width: 32px;
    font-size:14px
}

#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: .5rem !important;
    margin-right:.5rem !important
}

#rx-my_account_menu .horizontal_line {
    border-top: 1px solid #dfe1e6;
    margin:.5rem 0
}

#rx-my_account_menu > h2 {
    font-size: .7rem;
    text-transform: uppercase;
    color: fade(#404245, 35%);
    padding: 1rem 1rem 0 1rem;
    margin: .5rem 0 0 0;
    position:relative
}

#rx-my_account_menu > h2:first-of-type {
    margin-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:.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: "";
    color: #4879d4;
    position: absolute;
    top: 50%;
    left:12px
}

.flyout-is-active #rx-my_account_menu {
    right:17rem
}

[data-controller=quote-reply] > .contextual > .icon {
    background: none !important;
    white-space: nowrap;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 0px;
    padding: 19.5px 29.25px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
    width:70%
}

@media (max-width: 480px) {
    #content {
        padding:9.75px
    }
}

#content > h2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items:center
}

#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:.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-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap:wrap
    }
}

@media (max-width: 899px) {
    #content > .contextual .drdn {
        border:none !important
    }
}

@media (max-width: 899px) and(max-width: 899px) {
    #content > .contextual .drdn {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order:8
    }
}

@media (max-width: 899px) {
    #content > .contextual .drdn-trigger:before {
        padding: 0 !important;
        margin-left:-12px
    }
}

#content > .contextual .drdn-content {
    left: unset !important;
    right:0 !important
}

#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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    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: hsl(219, 61.9469026549%, 45.6862745098%);
    border: 1px solid hsl(219, 61.9469026549%, 45.6862745098%);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#content > .contextual > .icon-add + .icon-add:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

#content > .contextual > .icon-add + .icon-add {
    white-space:nowrap
}

#content > .contextual > .icon-add + .icon-add:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#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:hsl(216, 3.7593984962%, 36.0784313725%) !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) {
    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):hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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 .5rem 0 0
}

#content > .contextual > a.fa-ellipsis-v, #content > .contextual > span.fa-ellipsis-v {
    margin: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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#content > .contextual > a.icon-settings:before, #content > .contextual > span.icon-settings:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

#content > .contextual > a.icon-settings:hover, #content > .contextual > span.icon-settings:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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;
    border: 1px solid rgba(0, 0, 0, 0);
    padding:.25rem 9.75px !important
}

#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:hsl(216, 3.7593984962%, 36.0784313725%) !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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    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: hsl(219, 61.9469026549%, 45.6862745098%);
    border: 1px solid hsl(219, 61.9469026549%, 45.6862745098%);
    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 {
    overflow-x: auto;
    overflow-y: hidden;
    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.border-highlight {
    -webkit-box-shadow: -6px 0 8px -9px #4879d4;
    box-shadow:-6px 0 8px -9px #4879d4
}

.view-admin #sidebar.border-highlight {
    -webkit-box-shadow: 7px 0 8px -9px #4879d4;
    box-shadow:7px 0 8px -9px #4879d4
}

#sidebar {
    float: right;
    width: 220px;
    -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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

#sidebar .contextual > a:before {
    font-size:11px !important
}

#sidebar .contextual > a {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#sidebar .contextual > a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

#sidebar .contextual > a {
    position: relative;
    top:-8px
}

#sidebar .contextual > a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    text-decoration:none
}

#sidebar .contextual > a:hover:before {
    color:#404245 !important
}

#sidebar #watchers li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: 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 {
    clear: both;
    display: block;
    border-top: 1px solid #dfe1e6;
    font-size: 90%;
    color: hsl(216, 3.7593984962%, 51.0784313725%);
    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
}

@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:.5rem
}

.view-admin #settings input[type=submit] {
    margin-top:9.75px
}

.view-admin fieldset:not(.box):not(.tabular) > *:not(legend) {
    margin-bottom:.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-box-ordinal-group: 2;
        -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
}

.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-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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-box-ordinal-group: 3;
        -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-box-ordinal-group: 3;
        -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%
}

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: hsl(0, 0%, 33.5%);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    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: hsl(219, 61.9469026549%, 45.6862745098%);
    border: 1px solid hsl(219, 61.9469026549%, 45.6862745098%);
    text-decoration:none
}

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]:not([id * =column-widths-btn]):hover, button[type=submit]:not([id * =column-widths-btn]):hover {
    cursor:pointer
}

input[type=submit] + a, button[type=submit] + a {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

input[type=submit] + a:before, button[type=submit] + a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

input[type=submit] + a:hover, button[type=submit] + a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

p input[type=submit] + a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

p input[type=submit] + a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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 rgb(233.8370535714, 51.1674107143, 26.6629464286)
}

.controller-login_audit.action-index form input[type=submit]:hover, .controller-login_audit.action-index form input[type=submit]:focus {
    background: rgb(233.8370535714, 51.1674107143, 26.6629464286) !important
}

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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    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: hsl(216, 3.7593984962%, 36.0784313725%) !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 rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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:hsl(0, 0%, 33.5%)
}

hr {
    width: 100%;
    height: 1px;
    background: #dfe1e6;
    border:0
}

blockquote {
    font-style: italic;
    border-left: 3px solid hsl(0, 0%, 93.5%);
    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
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow:0 0 0 30px rgb(251.546875, 232.25, 219.453125) 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:rgb(194.3684210526, 198.1578947368, 207.6315789474)
}

select:focus {
    border-color: #aaa;
    -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    outline:none
}

select option {
    font-weight:normal
}

input#openid_url {
    background: url("../images/openid-bg.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
}

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

#wrapper #admin-menu a:hover, #wrapper #admin-menu a:focus {
    color:hsl(219, 61.9469026549%, 35.6862745098%)
}

#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:hsl(219, 61.9469026549%, 35.6862745098%)
}

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

table.related_deals {
    border: none !important;
    border-collapse: collapse;
    width: 100%;
    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:.65rem 0 .65rem .65rem
}

table.list {
    border: none !important;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 4.875px;
    overflow:unset !important
}

table.list .buttons a:not(.icon-only) {
    margin-left:.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:.65rem 0 .65rem .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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

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), table.list td.buttons .icon-copy:not(.icon-only), table.list td.buttons .icon-edit:not(.icon-only) {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    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 {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !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 rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: hsl(219, 61.9469026549%, 75.6862745098%);
    padding: 0 4.875px 1px 4.875px;
    margin-left:4.875px
}

table.list tbody tr:hover {
    background-color:rgb(250.3857142857, 251.4714285714, 253.9142857143) !important
}

table.list tbody tr.group:hover {
    background-color:inherit
}

tr.project td.name a {
    white-space: nowrap;
    margin-right:.5rem
}

tr.project.closed, tr.project.archived, tr.project.closed a, tr.project.archived a {
    color:hsl(216, 3.7593984962%, 46.0784313725%)
}

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:rgb(250.3857142857, 251.4714285714, 253.9142857143)
}

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:hsl(0, 0%, 46.7%)
}

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:hsl(216, 3.7593984962%, 46.0784313725%)
}

table.permissions td.role {
    color: hsl(0, 0%, 46.7%);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

table.plugins td.configure a:before {
    font-size:11px !important
}

table.plugins td.configure a {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

table.plugins td.configure a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

table.plugins td.configure a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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("../images/sort_asc.png")
}

a.sort.desc {
    background-image:url("../images/sort_desc.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:.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:rgb(250.3857142857, 251.4714285714, 253.9142857143)
}

.highlight.token-1 {
    background-color:hsl(7.0967741935, 83.0357142857%, 76.0784313725%)
}

.highlight.token-2 {
    background-color:hsl(219, 61.9469026549%, 75.6862745098%)
}

.highlight.token-3 {
    background-color:hsl(160.78125, 52.4590163934%, 72.1568627451%)
}

.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 rgba(0, 0, 0, 0);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.controller-groups #content > form fieldset .icon-reload:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.controller-groups #content > form fieldset .icon-reload:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    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:hsl(216, 3.7593984962%, 36.0784313725%) !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 rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.controller-global_issue_templates #content > .contextual .icon-template:before, .controller-global_issue_templates #content > .contextual .icon.plugins:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !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 rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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:.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:hsl(0, 0%, 93.5%)
}

.message .contextual {
    margin-top:0
}

.splitcontent:not(#my-page.splitcontent) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear:both
}

.splitcontentleft:not(#my-page .splitcontentleft), .splitcontentright:not(#my-page .splitcontentleft) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width:100%
}

@media (min-width: 1300px) {
    .splitcontentleft:not(#my-page .splitcontentleft), .splitcontentright:not(#my-page .splitcontentleft) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width:calc(50% - 16px) !important
    }
}

.splitcontentleft:not(#my-page .splitcontentleft) {
    margin-right:1rem
}

textarea {
    max-width: 100%;
    border:1px solid #dfe1e6
}

textarea:disabled {
    background:rgb(246.2571428571, 248.3142857143, 252.9428571429)
}

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
}

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 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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: 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
}

#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: hsl(210, 10.8108108108%, 70.4901960784%);
    color:#666
}

#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: rgb(196.5, 216, 255);
    color:rgb(0, 82.5, 247.5)
}

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:rgb(168.3928571429, 33.6785714286, 15.6071428571)
}

div.flash.notice {
    background-color: hsl(160.78125, 52.4590163934%, 87.1568627451%);
    border-color: hsl(160.78125, 52.4590163934%, 82.1568627451%);
    color: hsl(160.78125, 52.4590163934%, 37.1568627451%);
    width: 100%;
    text-align:center
}

div.flash.notice.fa.before {
    color:hsl(160.78125, 52.4590163934%, 32.1568627451%)
}

div.flash.warning {
    text-align:center
}

div.flash.warning, .conflict {
    background-color: rgb(253.8046875, 247.125, 242.6953125);
    border-color: rgb(251.546875, 232.25, 219.453125);
    color:rgb(233.484375, 113.25, 33.515625)
}

div.flash.warning.fa:before, .conflict:before {
    color:rgb(196.875, 90, 19.125)
}

.nodata, .warning {
    text-align: center;
    background-color: rgb(253.8046875, 247.125, 242.6953125);
    border-color: rgb(251.546875, 232.25, 219.453125);
    color: rgb(233.484375, 113.25, 33.515625);
    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 {
    position: absolute;
    background-color: hsl(0, 0%, 93.5%);
    border: 1px solid hsl(0, 0%, 46.7%);
    top: 35%;
    left: 40%;
    width: 20%;
    font-weight: 600;
    text-align: center;
    padding: 4.875px;
    z-index: 100;
    opacity:.5
}

html > body #ajax-indicator {
    position:fixed
}

#ajax-indicator span {
    background-position: 0% 40%;
    background-repeat: no-repeat;
    background-image: url("../images/loading.gif");
    padding-left: 19.5px;
    vertical-align:bottom
}

.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 rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events:none
}

.tooltip span.tip:after {
    border-color: hsla(0, 0%, 100%, 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: #666;
    -webkit-box-shadow: 0px 0px 10px fade(#000, 20%);
    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
}

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: rgb(196.7142857143, 210.4285714286, 241.2857142857) 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
}

.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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

.tab-content > .contextual a:before {
    font-size:11px !important
}

.tab-content > .contextual a {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.tab-content > .contextual a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.tab-content > .contextual a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.tab-content .contextual + p > .icon-add:before, .tab-content .contextual > .icon-add:before, .tab-content > p > .icon-add:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !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 rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: hsl(216, 3.7593984962%, 56.0784313725%);
    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;
    -webkit-box-shadow: 0px 0px 4px fade(#000, 20%);
    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:.2
}

button.tab-left {
    right: 31px;
    background: hsl(0, 0%, 93.5%);
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius:4px
}

button.tab-right {
    right: 0;
    background: hsl(0, 0%, 93.5%);
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius:4px
}

.diff_out {
    background:hsl(7.0967741935, 83.0357142857%, 86.0784313725%)
}

.diff_out span {
    background:hsl(7.0967741935, 83.0357142857%, 66.0784313725%)
}

.diff_in {
    background:hsl(160.78125, 52.4590163934%, 82.1568627451%)
}

.diff_in span {
    background:hsl(160.78125, 52.4590163934%, 62.1568627451%)
}

.text-diff {
    padding: 9.75px;
    background-color: #eef2fb;
    border:1px solid #dfe1e6
}

.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%;
    -o-object-fit: cover;
    object-fit:cover
}

#principals_for_new_member img.gravatar {
    position: relative;
    top: -2px;
    margin-right:.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 .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
}

.ui-datepicker-title select {
    width: 70px !important;
    margin-top: -2px !important;
    margin-right:4px !important
}

.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: #fff !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:#000
}

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

.syntaxhl .include {
    color: #b44;
    font-weight:bold
}

.syntaxhl .inline {
    background-color: rgba(0, 0, 0, .07);
    color:#000
}

.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, .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, .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, .12)
}

.syntaxhl .delete {
    background:rgba(255, 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, .2);
    border: 1px solid rgba(229.5, 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, .2);
    border: 1px solid rgba(0, 127.5, 0, .5);
    margin: -1px;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius:4px
}

.syntaxhl .insert .insert {
    color: #0c0;
    background: rgba(0, 0, 0, 0);
    font-weight:bold
}

.syntaxhl .delete .delete {
    color: #c00;
    background: rgba(0, 0, 0, 0);
    font-weight:bold
}

.syntaxhl .change .change {
    color:#88f
}

.syntaxhl .head .head {
    color:#f4f
}

.syntaxhl .hll {
    background-color:#ffc
}

.syntaxhl {
    background:#fafafa
}

.syntaxhl .c {
    color:#888
}

.syntaxhl .err {
    color: red;
    background-color:#faa
}

.syntaxhl .k {
    color: #080;
    font-weight:bold
}

.syntaxhl .o {
    color:#333
}

.syntaxhl .ch {
    color:#888
}

.syntaxhl .cm {
    color:#888
}

.syntaxhl .cp {
    color:#579
}

.syntaxhl .cpf {
    color:#888
}

.syntaxhl .c1 {
    color:#888
}

.syntaxhl .cs {
    color: #c00;
    font-weight:bold
}

.syntaxhl .gd {
    color:#a00000
}

.syntaxhl .ge {
    font-style:italic
}

.syntaxhl .gr {
    color:red
}

.syntaxhl .gh {
    color: navy;
    font-weight:bold
}

.syntaxhl .gi {
    color:#00a000
}

.syntaxhl .go {
    color:#888
}

.syntaxhl .gp {
    color: #c65d09;
    font-weight:bold
}

.syntaxhl .gs {
    font-weight:bold
}

.syntaxhl .gu {
    color: purple;
    font-weight:bold
}

.syntaxhl .gt {
    color:#04d
}

.syntaxhl .kc {
    color: #080;
    font-weight:bold
}

.syntaxhl .kd {
    color: #080;
    font-weight:bold
}

.syntaxhl .kn {
    color: #080;
    font-weight:bold
}

.syntaxhl .kp {
    color: #038;
    font-weight:bold
}

.syntaxhl .kr {
    color: #080;
    font-weight:bold
}

.syntaxhl .kt {
    color: #339;
    font-weight:bold
}

.syntaxhl .m {
    color: #60e;
    font-weight:bold
}

.syntaxhl .s {
    background-color:#fff0f0
}

.syntaxhl .na {
    color:#00c
}

.syntaxhl .nb {
    color:#007020
}

.syntaxhl .nc {
    color: #b06;
    font-weight:bold
}

.syntaxhl .no {
    color: #036;
    font-weight:bold
}

.syntaxhl .nd {
    color: #555;
    font-weight:bold
}

.syntaxhl .ni {
    color: #800;
    font-weight:bold
}

.syntaxhl .ne {
    color: red;
    font-weight:bold
}

.syntaxhl .nf {
    color: #06b;
    font-weight:bold
}

.syntaxhl .nl {
    color: #970;
    font-weight:bold
}

.syntaxhl .nn {
    color: #0e84b5;
    font-weight:bold
}

.syntaxhl .nt {
    color:#070
}

.syntaxhl .nv {
    color:#963
}

.syntaxhl .ow {
    color: #000;
    font-weight:bold
}

.syntaxhl .w {
    color:#bbb
}

.syntaxhl .mb {
    color: #60e;
    font-weight:bold
}

.syntaxhl .mf {
    color: #60e;
    font-weight:bold
}

.syntaxhl .mh {
    color: #058;
    font-weight:bold
}

.syntaxhl .mi {
    color: #00d;
    font-weight:bold
}

.syntaxhl .mo {
    color: #40e;
    font-weight:bold
}

.syntaxhl .sa {
    background-color:#fff0f0
}

.syntaxhl .sb {
    background-color:#fff0f0
}

.syntaxhl .sc {
    color:#04d
}

.syntaxhl .dl {
    background-color:#fff0f0
}

.syntaxhl .sd {
    color:#d42
}

.syntaxhl .s2 {
    background-color:#fff0f0
}

.syntaxhl .se {
    color: #666;
    font-weight: 600;
    background-color:#fff0f0
}

.syntaxhl .sh {
    background-color:#fff0f0
}

.syntaxhl .si {
    background-color:#eee
}

.syntaxhl .sx {
    color: #d20;
    background-color:#fff0f0
}

.syntaxhl .sr {
    color: #000;
    background-color:#fff0ff
}

.syntaxhl .s1 {
    background-color:#fff0f0
}

.syntaxhl .ss {
    color:#a60
}

.syntaxhl .bp {
    color:#007020
}

.syntaxhl .fm {
    color: #06b;
    font-weight:bold
}

.syntaxhl .vc {
    color:#369
}

.syntaxhl .vg {
    color: #d70;
    font-weight:bold
}

.syntaxhl .vi {
    color:#33b
}

.syntaxhl .vm {
    color:#963
}

.syntaxhl .il {
    color: #00d;
    font-weight:bold
}

@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:.5em
    }
}

.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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

.controller-settings.action-plugin #mailchimp_list_assignments .icon-add:before {
    font-size:11px !important
}

.controller-settings.action-plugin #mailchimp_list_assignments .icon-add {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.controller-settings.action-plugin #mailchimp_list_assignments .icon-add:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.controller-settings.action-plugin #mailchimp_list_assignments .icon-add {
    background:none !important
}

.controller-settings.action-plugin #mailchimp_list_assignments .icon-add:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    text-decoration:none
}

.controller-settings.action-plugin #mailchimp_list_assignments .icon-add:hover:before {
    color:#404245 !important
}

@media (min-width: 900px) {
    .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;
    -webkit-box-shadow: 0px 0px 80px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 80px rgba(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;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding:4px 8px !important
}

#user_id {
    background:#fff
}

.status-badge.editable {
    background-position: 85% center !important;
    padding-right:1.5rem !important
}

.badge {
    position: relative;
    padding: 0 4px;
    border: 1px solid rgba(0, 0, 0, 0);
    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:.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 {
    -webkit-box-shadow: 0 .125rem .25rem 0 rgba(0, 0, 0, .15);
    box-shadow: 0 .125rem .25rem 0 rgba(0, 0, 0, .15);
    border-radius: 4px;
    background: #fff;
    display: none;
    position: absolute;
    top: 20px;
    padding: .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 rgba(0, 0, 0, 0)
}

.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: .25rem;
    margin-bottom: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items:center
}

@media (min-width: 627px) {
    #filters-table .filter {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: .5rem;
        margin-bottom:0
    }
}

#filters-table .select2-selection__rendered {
    white-space:nowrap !important
}

#filters-table .field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width:135px
}

@media (min-width: 627px) {
    #filters-table .field {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 135px;
        flex:0 1 135px
    }
}

@media (min-width: 627px) {
    #filters-table .operator {
        min-width: 130px;
        -webkit-box-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-box-flex: 1;
        -ms-flex: 1;
        flex:1
    }
}

#filters-table .values select, #filters-table .values .select2-container {
    min-width: 0 !important;
    width:calc(100% - 35px)
}

#filters-table .operator, #filters-table .values {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width:120px !important
}

#filters-table .toggle-multiselect {
    position: relative;
    top: 2px;
    margin-left:.25rem
}

.deal.crm.details .subject_info .price::before {
    content:none
}

#wrapper #context-menu {
    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 rgba(0, 0, 0, 0);
    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:#666 !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
}

#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("../images/logo-top.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
}

@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;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding:0
}

#top-menu #account ul:after {
    border-color: hsla(0, 0%, 100%, 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: rgb(150, 157, 181.5) !important;
    font-weight: normal;
    padding: 9.75px 0 9.75px 9.75px;
    margin: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:rgb(150, 157, 181.5) !important
}

#top-menu a:hover, #top-menu a:hover:before, #top-menu .more:hover {
    text-decoration:none
}

#top-menu ul a:before {
    color: rgb(159, 165.4, 187.8);
    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;
    -webkit-box-shadow: 2px 2px 14px rgba(0, 0, 0, .25);
    box-shadow:2px 2px 14px rgba(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: "";
    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 rgba(0, 0, 0, 0);
    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;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px rgba(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: hsla(0, 0%, 100%, 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-box;
    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: 55px !important;
        width: 100%;
        background-color: #2a2e3c;
        color: #fff;
        font-size:.875rem !important
    }
}

@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;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .125);
    box-shadow:0px 5px 10px rgba(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 rgb(122.7894736842, 131.0526315789, 151.7105263158);
        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 {
    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;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px rgba(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 rgba(0, 0, 0, 0);
    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 {
    margin: 0;
    background: #fff;
    line-height: 40px;
    background: #fafafa;
    border-bottom: 1px solid #dfe1e6;
    border-top:1px solid rgb(52.5, 57.5, 75) !important
}

@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:rgba(0, 0, 0, 0) !important
    }
}

@media (max-width: 560px) {
    #header #quick-search label a {
        font-size: 0;
        color:hsl(0, 0%, 98.5%)
    }
}

#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-box;
    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 .resources::before, #header #main-menu2 .resources::before {
    content:none
}

#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 rgba(0, 0, 0, 0);
        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: hsla(0, 0%, 100%, 0);
        border-bottom-color: #fff;
        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: #fff;
        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 hsl(160.78125, 52.4590163934%, 42.1568627451%)
}

@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: .25rem;
    padding: .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: rgba(0, 0, 0, 0);
        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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #4879d4;
    border: 1px solid #4879d4;
    color:#fff
}

#header #main-menu #new-object:before, #header #main-menu2 #new-object:before {
    color: #fff !important;
    position: relative;
    top:1px
}

#header #main-menu #new-object, #header #main-menu2 #new-object {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    vertical-align: top;
    display: block;
    height: 30px;
    line-height:16px
}

#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 rgba(0, 0, 0, 0)
}

#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;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px rgba(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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    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:rgba(0, 0, 0, 0)
}

body.theme-dark_tmp #header {
    background:rgba(0, 0, 0, 0) !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 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:rgb(159, 165.4, 187.8) !important
}

#admin-menu a.delete:before, [class * =controller-] #sidebar ul a.delete:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !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
}

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:.875
}

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
}

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:hsl(0, 0%, 81.7%)
}

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
}

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
}

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:rgb(168.3928571429, 33.6785714286, 15.6071428571)
}

.cal a.priority-lowest {
    color:#ee8f50
}

.cal a.priority-default {
    color:inherit
}

.cal a.priority-high3 {
    color:hsl(7.0967741935, 83.0357142857%, 76.0784313725%)
}

.cal a.priority-high2 {
    color:#ec4832
}

.cal a.priority-highest {
    color:rgb(168.3928571429, 33.6785714286, 15.6071428571)
}

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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    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: hsl(219, 61.9469026549%, 45.6862745098%);
    border: 1px solid hsl(219, 61.9469026549%, 45.6862745098%);
    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 rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

div.modal .text-center > a + a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

div.modal .text-center > a + a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

div.modal p.buttons input + a:before, div.modal p.buttons input + input:before, div.modal p.buttons .icon-del:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !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 rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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:.25rem
}

#trackers_description, #issue_statuses_description {
    display:none
}

.ui-widget-overlay {
    background: #2a2e3c !important;
    opacity: .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-progressbar-value.ui-widget-header {
    background: #4879d4 !important;
    margin:0 !important
}

.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 {
    -webkit-transition: all 200ms ease-in-out;
    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("../images/icon-times_wh.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
    color: hsl(216, 3.7593984962%, 36.0784313725%) !important;
    width: 10px;
    height: 10px;
    display:block
}

.ui-dialog div.modal {
    position:relative !important
}

.modal dt {
    font-weight:600
}

.modal dd {
    margin-left: 0;
    margin-bottom:.5rem
}

.ui-button:focus {
    outline:none
}

#member-add-submit + a, .modal-action-button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#member-add-submit + a:before, .modal-action-button:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

#member-add-submit + a:hover, .modal-action-button:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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
}

@media all and (min-width: 900px) {
    .mobile-toggle-button, .flyout-menu {
        display:none
    }
}

@media all and (max-width: 899px) {
    .rx-upgrade #project-jump .drdn-trigger {
        text-indent:2rem
    }

    .flyout-menu .help + .menu-children {
        display:none
    }

    #wrapper {
        right:0
    }

    body, html {
        height: 100%;
        margin: 0;
        padding:0
    }

    #main .toggle-filters {
        margin-right:.5rem !important
    }

    html {
        overflow-y:auto
    }

    body {
        min-width: 0;
        -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
    }

    #header .mobile-toggle-button {
        font-size: 42px;
        line-height: 50px;
        position: relative;
        z-index: 10;
        display: block;
        float: right;
        width: 50px;
        height: 50px !important;
        margin-top: 0;
        text-align: center;
        border-left:1px solid rgb(52.5, 57.5, 75)
    }

    .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: ""
    }

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

    #wrapper .flyout-menu {
        position: absolute;
        right: -250px;
        display: block;
        overflow-x: hidden;
        width: 250px;
        height: 100%;
        margin: 0;
        padding: 0 0 39px 0;
        color: #fff;
        background-color: #2a2e3c;
        z-index:999
    }

    #wrapper .flyout-menu .js-project-menu li:nth-child(2) a {
        border-top:none !important
    }

    #wrapper .flyout-menu h2, #wrapper .flyout-menu h3 {
        background: none;
        border: none;
        height: auto;
        margin: 1.75em 0 .75em 0;
        position: relative;
        padding-left: 0;
        color: #fff;
        font-weight: 500 !important;
        font-size: .75rem !important;
        text-transform: uppercase !important;
        letter-spacing:normal !important
    }

    #wrapper .flyout-menu #abacus-hide-sidebar {
        display:none
    }

    #wrapper .flyout-menu a {
        color:#dfe1e6
    }

    #wrapper .flyout-menu a:before {
        color: rgb(151.4210526316, 157.8947368421, 174.0789473684);
        margin-right:.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
    }

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

    .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 hsla(0, 0%, 100%, .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: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction:normal
    }

    .flyout-menu #watchers .contextual {
        -webkit-box-ordinal-group: 4;
        -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-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow:1
    }

    .flyout-menu #watchers .delete {
        -ms-flex-preferred-size: 45px;
        flex-basis:45px
    }

    .flyout-menu #watchers ul li {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        border-bottom:1px solid hsla(0, 0%, 100%, .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:#fff
    }

    .flyout-menu ul li a:hover {
        text-decoration:none
    }

    .flyout-menu ul li a.new-object, .new-object ~ .menu-children {
        display:none
    }

    .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("../../images/magnifier.png") no-repeat 5px 10px
    }

    .flyout-menu__avatar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        border-top:1px solid hsla(0, 0%, 100%, .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:#fff
    }

    .flyout-menu__avatar a:first-child {
        width: auto;
        white-space: nowrap;
        overflow: hidden;
        padding:0
    }

    .flyout-menu__avatar .user {
        padding-left:15px
    }

    .flyout-menu__avatar--no-avatar a.user {
        line-height: 40px;
        padding-left:8px
    }

    .flyout-is-active body {
        overflow:hidden
    }

    html.flyout-is-active {
        overflow:hidden
    }

    .flyout-is-active #wrapper {
        right: 250px;
        overflow: visible !important;
        height:100%
    }

    .flyout-is-active .mobile-toggle-button:after {
        content: "×";
        top:3px
    }

    .flyout-is-active #wrapper2 {
        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 {
        content:none !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 {
    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: 290px;
    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;
    -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .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:rgb(194.3684210526, 198.1578947368, 207.6315789474)
}

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

.new_issue input:not([type=radio]):not([type=checkbox]):not(#start_date_area input):not(#due_date_area input):not([id * =time_]), #update 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
}

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:hsl(216, 3.7593984962%, 11.0784313725%)
}

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
}

li p {
    margin-top:0
}

p {
    margin:0 0 9.75px 0
}

#content > h2 {
    font-size: 1rem;
    color: hsl(216, 3.7593984962%, 11.0784313725%);
    margin:0
}

@media all and (max-width: 899px) {
    #wrapper #header {
        width: 100%;
        height: 51px;
        min-height: 0;
        margin: 0;
        padding: 0 !important;
        background: #2a2e3c;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .125);
        box-shadow:0 0 20px rgba(0, 0, 0, .125)
    }

    .redmine_mobile_menu #wrapper {
        position: relative;
        overflow-x: hidden;
        max-width:100%
    }

    .redmine_mobile_menu #wrapper, .redmine_mobile_menu #wrapper2 {
        margin:0
    }

    .redmine_mobile_menu #header {
        width: 100%;
        height: 50px;
        min-height: 0;
        margin: 0;
        padding: 0 !important;
        background:#2a2e3c
    }

    .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: rgb(159, 165.4, 187.8);
        border-left: 1px solid #3f455a;
        z-index:99999
    }

    .redmine_mobile_menu #header #quick-search {
        float: none;
        clear: none;
        max-width: 100%;
        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;
        -webkit-box-shadow: none;
        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;
        margin:0
    }

    .redmine_mobile_menu #sidebar, .redmine_mobile_menu #sidebar-switch-panel {
        display:none
    }
}

.flyout-is-active a.mobile-toggle-button {
    right:0px !important
}

@media all and (max-width: 899px) {
    #wrapper #header {
        width: 100%;
        height: 51px;
        min-height: 0;
        margin: 0;
        padding: 0 !important;
        background: #2a2e3c;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .125);
        box-shadow:0 0 20px rgba(0, 0, 0, .125)
    }

    .redmine_mobile_menu #wrapper {
        position: relative;
        overflow-x: hidden;
        max-width:100%
    }

    .redmine_mobile_menu #wrapper, .redmine_mobile_menu #wrapper2 {
        margin:0
    }

    .redmine_mobile_menu #header {
        width: 100%;
        height: 50px;
        min-height: 0;
        margin: 0;
        padding: 0 !important;
        background:#2a2e3c
    }

    .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: rgb(159, 165.4, 187.8);
        border-left: 1px solid #3f455a;
        z-index:99999
    }

    .redmine_mobile_menu #header #quick-search {
        float: none;
        clear: none;
        max-width: 100%;
        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;
        -webkit-box-shadow: none;
        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;
        margin:0
    }

    .redmine_mobile_menu #sidebar, .redmine_mobile_menu #sidebar-switch-panel {
        display:none
    }
}

.flyout-is-active a.mobile-toggle-button {
    right:0px !important
}

.avatar {
    border-radius: 100vmin;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align:middle
}

span[role=img].avatar {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    font-size: 12.8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    line-height:0
}

.avatar.s13, .avatar.s14 {
    block-size: 16px !important;
    inline-size:16px !important
}

span[role=img].avatar.s13, span[role=img].avatar.s14 {
    font-size:8.5px
}

.avatar.s16 {
    block-size: 16px;
    inline-size:16px
}

span[role=img].avatar.s16 {
    font-size:8.5px
}

.avatar.s22 {
    block-size: 22px;
    inline-size:22px
}

span[role=img].avatar.s22 {
    font-size:9.5px
}

.avatar.s24 {
    block-size: 24px;
    inline-size:24px
}

span[role=img].avatar.s24 {
    font-size:11px
}

.avatar.s40 {
    block-size: 40px;
    inline-size: 40px;
    font-weight:500
}

span[role=img].avatar.s40 {
    font-size:16px
}

.avatar.s50 {
    block-size: 32px;
    inline-size: 32px;
    font-weight:500
}

span[role=img].avatar.s50 {
    font-size:15px
}

.avatar-color-0 {
    background-color: #f03e3e;
    color:#fff
}

.avatar-color-1 {
    background-color: #fd7e14;
    color:#fff
}

.avatar-color-2 {
    background-color: #ffd43b;
    color:#000
}

.avatar-color-3 {
    background-color: #37b24d;
    color:#fff
}

.avatar-color-4 {
    background-color: #15aabf;
    color:#fff
}

.avatar-color-5 {
    background-color: #1c7ed6;
    color:#fff
}

.avatar-color-6 {
    background-color: #ae3ec9;
    color:#fff
}

.avatar-color-7 {
    background-color: #e64980;
    color:#fff
}

.avatar-color-custom {
    background-color: var(--bg, #1c7ed6);
    color:#fff
}

.pseudo-avatar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:center
}

.pseudo-avatar.s35 {
    font-size: 14px;
    block-size: 35px;
    inline-size: 35px;
    font-weight:500 !important
}

.webix_column .pseudo-avatar.s35 {
    height: 30px;
    width: 30px;
    margin-right:.25rem
}

.gravatar-child, .avatar-child {
    -webkit-box-shadow: 0 0 0 2px #fff !important;
    box-shadow:0 0 0 2px #fff !important
}

.objects-selection .avatar, #responsible_user .avatar, .watchers .pseudo-avatar, .watchers .avatar, .watchers .gravatar, .webix_view .webix_cell .avatar {
    margin-right:.25rem
}

#principals .icon:before {
    margin-right:.25rem
}

.assignable-user .avatar, .webix_view .webix_cell .avatar {
    position: relative;
    top:-1px
}

h2 .avatar {
    margin-right:5px
}

#content > h2 > a ~ .avatar {
    margin-left:5px
}

.journals h4.journal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .5rem;
    padding: .5rem .5rem;
    margin: 0 0 .5rem 0;
    border: 0;
    width:100%
}

.journals h4.journal-header .journal-info {
    color:hsl(216, 3.7593984962%, 36.0784313725%)
}

@media (min-width: 992px) {
    .journals h4.journal-header .journal-info {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap:.25rem
    }
}

.journals h4.journal-header .journal-info .pseudo-avatar, .journals h4.journal-header .journal-info .gravatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right:.25rem
}

.journals h4.journal-header .journal-info a.user {
    color: #404245;
    font-weight:500
}

.journals h4.journal-header .journal-meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap:.5rem
}

.journals h4.journal-header .journal-meta .journal-actions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap:.25rem
}

.journals h4.journal-header .journal-meta .journal-actions .reaction-button-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display:inline-flex
}

.journals h4.journal-header .journal-meta .journal-link {
    color: hsl(216, 3.7593984962%, 51.0784313725%);
    text-decoration: none;
    white-space:nowrap
}

.journals h4.journal-header .journal-meta .journal-link:hover {
    color:#4879d4
}

.journals .journal-content {
    margin:.5rem 0 1.25rem 0
}

.journals .journal-content:last-child {
    margin-bottom:0
}

.journals .private-notes {
    border-left:2px solid #ec4832
}

.journals .private-notes .wiki {
    background:#ffe2e4
}

.journal [id^=note-] {
    margin-top:.25rem
}

.journal h4.journal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .5rem;
    padding: 0 .5rem;
    margin:0 0 .5rem 0
}

.journal .journal-info .avatar {
    float: left;
    margin-right:.25rem
}

@media (min-width: 992px) {
    .journal .journal-info {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap:.5rem
    }

    .journal .journal-info .avatar {
        margin-right:0
    }
}

.journal .journal-meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap:.5rem
}

.journal-actions .drdn-items {
    text-align:right
}

p.cal.legend span {
    display:block
}

#wrapper ul.cal {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid silver;
    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: .9em;
    border-bottom: 0;
    border-right: 0;
    line-height: 1.2;
    min-height: 7.2em;
    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("../images/bullet_go.png") no-repeat -1px -2px;
    padding-left:16px
}

.cal .ending a.issue, p.cal.legend .ending {
    background: url("../images/bullet_end.png") no-repeat -1px -2px;
    padding-left:16px
}

.cal .starting.ending a.issue, p.cal.legend .starting.ending {
    background: url("../images/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-logo {
    padding-bottom: 9.75px;
    width: 200px;
    height: 60px;
    margin: 2rem auto;
    display: block;
    background-image: url("../images/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain
}

.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 {
        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;
    -webkit-box-sizing: border-box;
    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
}

body.action-login #quick-search {
    display:none
}

.login-quote {
    margin-top: 1rem;
    margin-bottom:1rem
}

body.controller-account.action-login {
    overflow:hidden !important
}

body.controller-account.action-login:before {
    -webkit-transition: all 200ms ease-in-out;
    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("../images/login.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;
    -ms-flex-line-pack: center;
    align-content:center
}

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

table.list.issues td.project a {
    color:hsl(0, 0%, 33.5%)
}

#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 {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .125);
    box-shadow:0px 0px 10px rgba(0, 0, 0, .125)
}

.mypage-box h3 {
    margin:.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 .contextual {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.mypage-box .contextual > * {
    margin: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:hsl(0, 0%, 46.7%)
}

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

.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("../images/true.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 hsl(219, 61.9469026549%, 35.6862745098%)
}

.controller-my #list-left, .controller-my #list-right {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:0
}

@media (min-width: 1200px) {
    .controller-my #list-left, .controller-my #list-right {
        width:calc(50% - 8px) !important
    }
}

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

.refreshData {
    border: 1px solid #dfe1e6;
    color: #404245;
    border-radius: 4px;
    margin-top: 7px;
    margin-right:.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
}

#query_form_content {
    background: #eef2fb;
    border: 1px solid #dfe1e6;
    margin: 1rem 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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

#relations .contextual a:before, #issue_tree .contextual a:before {
    font-size:11px !important
}

#relations .contextual a, #issue_tree .contextual a {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#relations .contextual a:before, #issue_tree .contextual a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

#relations .contextual a:hover, #issue_tree .contextual a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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:hsl(0, 0%, 46.7%)
}

ul.properties li {
    list-style-type:none
}

ul.properties li span {
    font-style:italic
}

.total-hours {
    font-size: 110%;
    font-weight:600
}

#issue_tree .issue > td.buttons, #issue_tree .issue > td.buttons {
    position:static !important
}

#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:.5rem
}

div.issue {
    margin: 0;
    padding: 0;
    background-color: hsl(219, 61.9469026549%, 98.6862745098%);
    border:1px solid #dfe1e6
}

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 rgb(165.7368421053, 171.3157894737, 185.2631578947)
}

div.issue .new_relation input[type=submit] ~ a {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

div.issue .new_relation input[type=submit] ~ a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

div.issue .new_relation input[type=submit] ~ a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    text-decoration:none
}

div.issue .new_relation input[type=submit] ~ a:hover:before {
    color:#404245 !important
}

div.issue th {
    color:hsl(0, 0%, 13.5%)
}

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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

div.issue .description .contextual .icon-comment:before, div.issue .description .contextual .icon-history:before {
    font-size:11px !important
}

div.issue .description .contextual .icon-comment, div.issue .description .contextual .icon-history {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

div.issue .description .contextual .icon-comment:before, div.issue .description .contextual .icon-history:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

div.issue .description .contextual .icon-comment:hover, div.issue .description .contextual .icon-history:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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:.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-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items:flex-start !important
    }
}

div.issue div.subject p {
    margin: 0;
    font-size: 90%;
    color:hsl(0, 0%, 46.7%)
}

div.issue div.subject h3 {
    margin: 0 0 1.1rem 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 {
    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, div.issue .avatar-with-child {
    float: left;
    margin:0 0 5px 19.5px
}

div.issue .gravatar-with-child img:nth-child(2), div.issue .gravatar-with-child .avatar-child, div.issue .avatar-with-child img:nth-child(2), div.issue .avatar-with-child .avatar-child {
    position: relative;
    left: -12px;
    margin-right:-15px
}

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
}

span[id * =attachments_] .ui-progressbar {
    display: inline-block;
    height: 34px;
    vertical-align: bottom;
    max-width: 161px;
    text-align: center;
    background-size: 30px 30px;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: linear-gradient(135deg, aliceblue 25%, #fff 25%, #fff 50%, aliceblue 50%, aliceblue 75%, #fff 75%, #fff);
    -webkit-animation: animate-stripes .6s linear infinite;
    animation: animate-stripes .6s linear infinite;
    width: calc(100% - 3rem);
    line-height:32px
}

@media (min-width: 992px) {
    span[id * =attachments_] .ui-progressbar {
        width:calc(50% - 3rem) !important
    }
}

@-webkit-keyframes animate-stripes {
    0% {
        background-position:0 0
    }

    100% {
        background-position:60px 0
    }
}

@keyframes animate-stripes {
    0% {
        background-position:0 0
    }

    100% {
        background-position:60px 0
    }
}

.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_tree .issue > td:not(.checkbox), #issue_tree .issue > td:not(.checkbox), #relations .issue > td:not(.checkbox), #relations .issue > td:not(.checkbox), #invoices .issue > td:not(.checkbox), #invoices .issue > td:not(.checkbox) {
    display: table-cell !important;
    float:none !important
}

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

.list.issues td.checkbox {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    padding: .5rem .25rem;
    text-align:center
}

.list.issues td.subject {
    min-width: 150px;
    max-width: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 30%;
    min-width: 200px;
    max-width:400px
}

.list.issues td.subject a {
    white-space:nowrap !important
}

.list.issues td.status {
    white-space: nowrap;
    min-width: 80px;
    max-width:150px
}

.list.issues td.assigned_to, .list.issues td.assigned_to > .user {
    white-space: nowrap !important;
    min-width: 80px;
    max-width: 200px;
    overflow: hidden;
    text-overflow:ellipsis
}

.list.issues td.start_date, .list.issues td.due_date {
    white-space: nowrap;
    min-width: 80px;
    max-width:150px
}

.list.issues td.due_date {
    min-width:0
}

.list.issues td.done_ratio {
    white-space: nowrap;
    min-width: 80px;
    max-width:120px
}

@media (min-width: 480px) {
    .list.issues td.done_ratio {
        min-width:100px
    }
}

.list.issues td.done_ratio .progress {
    min-width:60px
}

.list.issues td.buttons {
    white-space: nowrap;
    min-width: 100px;
    max-width: 150px;
    text-align:right
}

@media (min-width: 576px) {
    .list.issues td.buttons {
        min-width: 120px;
        max-width:180px
    }
}

.list.issues td.buttons a {
    display: inline-block;
    margin-left:.25rem
}

.list.issues td.buttons a:first-child {
    margin-left:0
}

@media (max-width: 575.98px) {
    .list.issues td.assigned_to, .list.issues td.start_date, .list.issues td.due_date {
        display:none
    }
}

@media (min-width: 480px) {
    .list.issues td.assigned_to, .list.issues td.start_date, .list.issues td.due_date {
        display:table-cell
    }
}

@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:100%
}

.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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

.controller-issues #issue_description_edit .icon-edit:before {
    font-size:11px !important
}

.controller-issues #issue_description_edit .icon-edit {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.controller-issues #issue_description_edit .icon-edit:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.controller-issues #issue_description_edit .icon-edit:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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-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
}

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

.journal-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:rgba(0, 0, 0, 0) #ec4832
}

div.journal.private-notes .wiki {
    border-left:2px solid #ec4832
}

#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:#e6e6fa !important
}

#update #attributes .splitcontent + .splitcontent .splitcontentleft, #update #attributes .splitcontent + .splitcontent .splitcontentright {
    min-height:70px
}

.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: rgba(0, 0, 0, 0) !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:.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: hsl(216, 3.7593984962%, 11.0784313725%);
    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 .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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.new_issue #all_attributes .icon-edit:before, .edit_issue #all_attributes .icon-edit:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.new_issue #all_attributes .icon-edit:hover, .edit_issue #all_attributes .icon-edit:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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
}

@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:#e6e6fa !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:hsl(0, 0%, 93.5%)
}

table.fields_permissions td.required {
    background:hsl(7.0967741935, 83.0357142857%, 86.0784313725%)
}

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-box;
    display: -ms-flexbox;
    display: flex;
    -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 rgb(165.7368421053, 171.3157894737, 185.2631578947)
}

#projects_list + p {
    margin: .5rem 0 0 0;
    position:absolute
}

.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;
    clear:left
}

@media (min-width: 900px) {
    .tabular p:not(.new_issue .tabular p):not(.edit_issue .tabular p):not(.tabular.filedroplistner p) {
        padding:4.875px 4.875px 4.875px 180px
    }
}

.tabular p.notes {
    padding: 0;
    margin-bottom:9.75px
}

@media (min-width: 1500px) {
    .tabular.settings label {
        margin-left: -300px;
        width:287px
    }
}

@media (min-width: 1500px) {
    .tabular.settings p {
        padding-left:300px !important
    }
}

.tabular label {
    font-weight: 600;
    margin-right: 1rem;
    float: left;
    width: 160px;
    line-height:24px
}

@media (max-width: 330px) {
    .tabular label {
        width:100px
    }
}

@media (min-width: 576px) {
    .tabular label {
        text-align:right
    }
}

@media (min-width: 900px) {
    .tabular label {
        margin-left:-180px
    }
}

.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: hsl(0, 0%, 33.5%);
    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
}

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), div.attachments .contextual .icon-only:not(#wrapper .webix_view .icon-only), #add_attachments .icon-edit {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    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 {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !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 rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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:.75rem
}

#wrapper div.attachments div.images, #wrapper div.journal .thumbnails {
    border: 1px solid #dfe1e6;
    padding: .5rem;
    border-radius: 4px;
    display:inline-block
}

#wrapper div.attachments div.images {
    margin:.5rem 0
}

div.journal .thumbnails {
    margin:.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: .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 .5rem .5rem 0;
    display:inline-block
}

p.other-formats > span:first-child {
    margin:.5rem
}

p.other-formats span a {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

p.other-formats span a:before {
    font-size:11px !important
}

p.other-formats span a {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

p.other-formats span a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

p.other-formats span a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .25rem;
    margin-bottom:.25rem
}

#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 {
    -webkit-box-shadow: 0px 5px 5px fade(#000, 50%) !important;
    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
}

.role-visibility {
    padding-left:19.5px
}

#sidebar .queries a.query.selected {
    color: #4879d4;
    margin-right: .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: rgb(217.2736842105, 219.6315789474, 225.5263157895);
    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: rgb(229.7428571429, 235.6857142857, 249.0571428571);
    border-bottom: 1px solid rgb(217.2736842105, 219.6315789474, 225.5263157895);
    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 rgb(217.2736842105, 219.6315789474, 225.5263157895);
    background: rgb(229.7428571429, 235.6857142857, 249.0571428571);
    margin: auto;
    display: block;
    padding: .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:.5rem
}

.issue .splitcontent p .icon-only.icon-help {
    position: relative;
    top: 5px;
    left:5px
}

.relation-issues-wrapper {
    overflow:auto
}

@media screen and (max-width: 899px) {
    #issue_tree:not(.with-related-issues-table-headers) .issue > td:not(.checkbox), #relations:not(.with-related-issues-table-headers) .issue > td:not(.checkbox) {
        display: table-cell !important;
        float: none !important;
        text-align: left !important;
        position: relative !important;
        right:auto !important
    }

    #issue_tree:not(.with-related-issues-table-headers) .issue > td:not(.subject), #relations:not(.with-related-issues-table-headers) .issue > td:not(.subject) {
        width:auto !important
    }

    #issue_tree:not(.with-related-issues-table-headers) table.issues, #relations:not(.with-related-issues-table-headers) table.issues {
        border-collapse: collapse !important;
        border-spacing:0 !important
    }

    #issue_tree:not(.with-related-issues-table-headers) table.issues .done_ratio {
        margin-top:7px !important
    }
}

#sticky-issue-header {
    display:none
}

.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 .wiki.description {
    margin-top:9.75px
}

#projects-index ul.projects div.root .child a {
    font-size:13px !important
}

#projects-index ul.projects > li:has( > ul.projects):before {
    position: relative;
    z-index: -1;
    float: left;
    margin-right: .5rem;
    color: #4879d4;
    font-family: "Font Awesome 5 Pro"
}

#projects-index ul.projects > li:not(:has( > ul.projects)):before {
    content:none
}

#projects-index > ul.projects > li:before {
    top:2px
}

#projects-index ul.projects a.parent, #projects-index ul.projects a.child {
    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
}

.controller-enumerations #content .icon-add {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.controller-enumerations #content .icon-add:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.controller-enumerations #content .icon-add:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    text-decoration:none
}

.controller-enumerations #content .icon-add:hover:before {
    color:#404245 !important
}

#document-list {
    clear: both;
    margin-top:2rem
}

.document-item {
    padding:.5rem 0
}

.document-item:before {
    content: "";
    margin-right: 8px;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    font-size: inherit;
    text-rendering: auto;
    color: hsl(216, 3.7593984962%, 36.0784313725%);
    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:hsl(216, 3.7593984962%, 11.0784313725%)
}

.controller-documents #content h4 {
    margin-bottom:0
}

.controller-documents #content h4 + p {
    color:hsl(0, 0%, 46.7%)
}

.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-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 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-wrap {
    cursor: pointer;
    margin-right: 9.75px;
    font-weight: 600 !important;
    margin-right: 1rem !important;
    padding:.5rem 0
}

.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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    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: hsl(219, 61.9469026549%, 45.6862745098%);
    border: 1px solid hsl(219, 61.9469026549%, 45.6862745098%);
    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: 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
}

.controller-news.action-index:not([class * =project-]) .toggle-wrap {
    float:right
}

.controller-news h3 {
    margin:.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 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 .25rem 2rem
}

#activity > h4 {
    padding-top:12px
}

#activity > h3:before, #activity > h4:before {
    content: "●";
    position: absolute;
    color: rgb(137.1052631579, 144.4736842105, 162.8947368421);
    left: -7.5px;
    top: 2px;
    font-size:25px
}

#activity > h3:after, #activity > h4:after {
    content: "●";
    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:.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
}

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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.controller-versions #content > .contextual .icon-package:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.controller-versions #content > .contextual .icon-package:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    text-decoration:none
}

.controller-versions #content > .contextual .icon-package:hover:before {
    color:#404245 !important
}

.version .buttons .icon-edit {
    margin-right:.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:hsl(0, 0%, 33.5%)
}

table#time-report tbody tr.total {
    font-weight: 600;
    background-color: hsl(0, 0%, 93.5%);
    border-top:1px solid #dfe1e6
}

table#time-report .hours-dec {
    font-size:90%
}

#list-definition {
    margin:1rem 0
}

#list-definition > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content:flex-start
}

#list-definition > div .field {
    font-weight:600
}

#list-definition > div:nth-child(1) {
    -ms-flex-wrap: wrap;
    flex-wrap:wrap
}

#list-definition > div:nth-child(1) .field {
    display:none
}

#list-definition > div:nth-child(2) {
    -ms-flex-wrap: wrap;
    flex-wrap:wrap
}

#list-definition > div:nth-child(2) .field {
    width:100%
}

#list-definition > div:nth-child(3), #list-definition > div:nth-child(4) {
    -ms-flex-wrap: nowrap;
    flex-wrap:nowrap
}

#list-definition > div:nth-child(3) .field, #list-definition > div:nth-child(4) .field {
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex:0 0 80px
}

#list-definition > div:nth-child(2) {
    margin:.5rem 0
}

#list-definition .query-columns label {
    font-weight: 600;
    width:100%
}

#list-definition .buttons {
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin:.5rem 0
}

#list-definition .buttons input {
    border-radius: 4px;
    width: 3rem;
    margin: 0 .125rem;
    font-family: sans-serif !important;
    padding: .5rem;
    background: #fff;
    color: #404245;
    border: 1px solid #dfe1e6;
    height:auto
}

#list-definition .buttons input:hover {
    background: #4879d4;
    color:#fff
}

#list-definition #group_by + .select2-container {
    min-width:250px !important
}

#list-definition select:not(#group_by) {
    width:100%
}

@media (min-width: 380px) {
    #list-definition select:not(#group_by) {
        width:300px
    }
}

@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 .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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#query_form .buttons .icon:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

#query_form .buttons .icon {
    margin-right:2px
}

#query_form .buttons .icon:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    text-decoration:none
}

#query_form .buttons .icon:hover:before {
    color:#404245 !important
}

.controller-calendars #query_form .buttons {
    margin-bottom:7px
}

.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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

.controller-wiki #sidebar .contextual .icon-edit:before {
    font-size:11px !important
}

.controller-wiki #sidebar .contextual .icon-edit {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.controller-wiki #sidebar .contextual .icon-edit:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.controller-wiki #sidebar .contextual .icon-edit:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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:.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:.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:.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:.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:rgba(0, 0, 0, 0)
}

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

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

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

.cal span.icon, .cal div.issue {
    padding: 4.875px;
    margin: 4.875px;
    border: 1px solid #dfe1e6;
    display:block
}

.cal div.issue {
    background:hsl(0, 0%, 98.5%)
}

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: hsl(0, 0%, 93.5%);
    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: hsl(0, 0%, 93.5%);
    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
}

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

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
}

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
}

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 silver;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    text-align: center;
    overflow:hidden
}

#gantt_area .gantt_hdr {
    border-left: 0px;
    border-right:1px solid silver
}

.gantt_subjects_container:not(.draw_selected_columns) .gantt_hdr, .last_gantt_selected_column .gantt_hdr {
    z-index: 10;
    border-right:1px solid silver
}

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

.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: .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: .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:red
}

.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:.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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

.controller-calendars #query_form_with_buttons .contextual a:before {
    font-size:11px !important
}

.controller-calendars #query_form_with_buttons .contextual a {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.controller-calendars #query_form_with_buttons .contextual a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.controller-calendars #query_form_with_buttons .contextual a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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:.5rem 0
}

.icon-user.my-project {
    margin-right:1rem
}

span.icon-user.my-project, span.icon.icon-bookmarked-project {
    font-size:90%
}

#content > .contextual > .dashboard-locked {
    margin-left:8px !important
}

.dashboards li.global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content:flex-start
}

.dashboards li.global .dashboard {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order:2
}

.dashboards li.global span {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order:1
}

.gototop {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

.gototop:before {
    font-size:11px !important
}

.gototop {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.gototop:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.gototop:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    text-decoration:none
}

.gototop:hover:before {
    color:#404245 !important
}

.gototop {
    border-style: dashed;
    display: block;
    float: right;
    color:#404245 !important
}

#feed-settings input[type=submit] + a {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#feed-settings input[type=submit] + a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

#feed-settings input[type=submit] + a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    text-decoration:none
}

#feed-settings input[type=submit] + a:hover:before {
    color:#404245 !important
}

#block-select {
    margin-right:1rem
}

#cbp_image_fields input.description {
    width:auto !important
}

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: hsl(160.78125, 52.4590163934%, 82.1568627451%);
    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 hsl(160.78125, 52.4590163934%, 32.1568627451%)
}

.csv {
    padding:0 !important
}

#top-menu .menu_expander {
    display:none
}

body.redmine_custom_menu #top-menu {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-box-shadow: none;
    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: rgb(155.4285714286, 178.8571428571, 231.5714285714) !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.list .buttons {
    min-width:150px
}

.custom-workflows.list .buttons a {
    display: block;
    clear:both
}

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

.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: hsl(0, 0%, 93.5%);
    border: 1px solid hsl(0, 0%, 83.5%);
    color: hsl(216, 3.7593984962%, 16.0784313725%);
    text-shadow: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    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:hsl(0, 0%, 93.5%) !important
}

.dmfs_entries input[value=Delete], .dmsf_entries input[value=Delete] {
    background: #ec4832;
    border: 1px solid rgb(233.8370535714, 51.1674107143, 26.6629464286);
    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 .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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    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 rgb(233.8370535714, 51.1674107143, 26.6629464286);
    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: ""
}

.dmsf-expander.open::before {
    content: ""
}

#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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background: #ec4832;
    border: 1px solid rgb(233.8370535714, 51.1674107143, 26.6629464286);
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px
}

#content #easy_gantt.redmine a.button {
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0);
    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:hsl(216, 3.7593984962%, 36.0784313725%)
}

@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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background: hsl(0, 0%, 93.5%);
    border: 1px solid hsl(0, 0%, 83.5%);
    color: hsl(216, 3.7593984962%, 16.0784313725%);
    text-shadow: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius:4px
}

.new_evmsetting fieldset {
    background-color:#eef2fb
}

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

#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, #wrapper .eq-button.eq-button-success {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background:#45c59c !important
}

#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:hsl(160.78125, 52.4590163934%, 42.1568627451%) !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;
    -webkit-box-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:rgb(176.0714285714, 194.6428571429, 236.4285714286)
}

#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 rgb(233.8370535714, 51.1674107143, 26.6629464286);
    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
}

.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 {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#impersonate:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

#impersonate:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: ""
}

div.flash#impersonation-bar {
    border-radius:0 !important
}

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

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
}

.controller-mail_reminders .splitcontentleft, .controller-mail_reminders .splitcontentright {
    padding: 0;
    border:none
}

.controller-mail_reminders .splitcontentright fieldset {
    padding-top:0
}

#calendar_filter {
    display: flow-root;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0);
    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: hsl(216, 3.7593984962%, 36.0784313725%);
    position: relative;
    content: ""
}

.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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#filters .icon-checked:before, #filters .icon-reload:before, #filters .icon-save:before, #filters .icon-del:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

#filters .icon-checked:hover, #filters .icon-reload:hover, #filters .icon-save:hover, #filters .icon-del:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: .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:.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;
    -webkit-box-shadow: none !important;
    box-shadow:none !important
}

#div_export_time_range {
    background: #eef2fb !important;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .25);
    box-shadow:0 0 20px rgba(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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height:1.25
}

#div_export_time_range .mega_calendar__export_ics_div_cancel_btn {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#div_export_time_range .mega_calendar__export_ics_div_cancel_btn:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

#div_export_time_range .mega_calendar__export_ics_div_cancel_btn:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: hsl(219, 61.9469026549%, 45.6862745098%);
    border: 1px solid hsl(219, 61.9469026549%, 45.6862745098%);
    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:.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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    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:hsl(216, 3.7593984962%, 36.0784313725%) !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 rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: hsl(216, 3.7593984962%, 36.0784313725%);
    position:relative
}

.controller-holidays.action-show #content > table + a::before {
    content: ""
}

.controller-holidays.action-show #content > table + a + a::before {
    content: "";
    background-image: url("../images/icon-times.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
    color: hsl(216, 3.7593984962%, 36.0784313725%) !important;
    width: 10px;
    height:10px
}

.controller-holidays.action-show #content > table + a + a + a::before {
    content: ""
}

.controller-holidays #content > table {
    border: none !important;
    border-collapse: collapse;
    width: 100%;
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.controller-holidays #content > table td:nth-child(4) a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.controller-holidays #content > table td:nth-child(4) a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    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: hsl(219, 61.9469026549%, 45.6862745098%);
    border: 1px solid hsl(219, 61.9469026549%, 45.6862745098%);
    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-box;
    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
}

ul.progressive-project-menu {
    padding:4.875px 0 4.875px 19.5px !important
}

.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 .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: .75rem 1rem;
    background: #fff !important;
    border: 1px solid #dfe1e6;
    border-left-width: 6px;
    margin-bottom:.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
}

.issue-card .issue-id strong {
    font-weight: normal !important;
    font-size:13px
}

.issue-card .name {
    font-size: 14px;
    margin-bottom: .5rem !important;
    line-height: 1.3;
    font-weight:500 !important
}

.issue-card p.project {
    background-color: rgba(0, 0, 0, .04) !important;
    border-radius: 5px;
    padding: 2px 8px !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display:inline-flex
}

.issue-card .attributes {
    margin-bottom:.5rem !important
}

.issue-card .attributes + .attributes {
    margin-top:-0.5rem !important
}

.issue-card .progress {
    margin:.5rem 0 .75rem !important
}

.issue-card .info {
    display: block;
    clear: both;
    border-top: 1px solid #dfe1e6;
    padding-top: 5px;
    margin-top:5px
}

.issue-card .info.last_comment {
    border: 0;
    background: rgba(0, 0, 0, .02);
    margin: .75rem -0.7rem -0.45rem;
    padding: .5rem .7rem;
    border-radius:6px
}

.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:.5rem
}

.controller-agile_boards .totals .value {
    font-weight:400
}

.controller-agile_boards #query_form h2 .icon-add::before {
    content: "" !important
}

.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:.5rem .5rem 2rem .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 {
    -webkit-box-sizing: unset !important;
    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
}

.issue-card div.quick-edit-card {
    bottom: auto !important;
    top:14px !important
}

#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 rgba(0, 0, 0, 0) !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
}

#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:hsl(216, 3.7593984962%, 36.0784313725%) !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
}

.live_search {
    margin-left:9.75px
}

.live_search input.live_search_field {
    font-size:13px !important
}

#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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    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: hsl(219, 61.9469026549%, 45.6862745098%);
    border: 1px solid hsl(219, 61.9469026549%, 45.6862745098%);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

.controller-contacts.action-show #edit_tags_link:before {
    font-size:11px !important
}

.controller-contacts.action-show #edit_tags_link {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.controller-contacts.action-show #edit_tags_link:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.controller-contacts.action-show #edit_tags_link:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .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: hsl(219, 61.9469026549%, 45.6862745098%);
    border: 1px solid hsl(219, 61.9469026549%, 45.6862745098%);
    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 rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.controller-contacts.action-show #edit_tags_form .button-small + a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.controller-contacts.action-show #edit_tags_form .button-small + a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.controller-contacts.action-show #deals .contextual > a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.controller-contacts.action-show #deals .contextual > a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: ""
}

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

div.contact input.ui-widget-content {
    background:inherit !important
}

.icon-merge {
    background-image: url("../images/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: rgba(0, 0, 0, 0) #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: rgba(0, 0, 0, 0) #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:.5rem
}

.controller-contacts table.subject_header td.name {
    padding-left:0
}

.controller-contacts #notes > div {
    margin-left:.5rem
}

.controller-contacts table.note_data a[title=Edit]::before {
    content: "" !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:rgb(250.3857142857, 251.4714285714, 253.9142857143) !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:hsl(0, 0%, 97.5%) !important
}

.controller-notes .edit_note .jstElements {
    clear:none !important
}

.icon-contact {
    background-image:none !important
}

.icon-vcard {
    background-image:none !important
}

#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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

#add_note_form .contextual > a:before {
    font-size:11px !important
}

#add_note_form .contextual > a {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#add_note_form .contextual > a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

#add_note_form .contextual > a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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
}

.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: #fff !important;
    border: 1px solid #fff;
    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:rgb(250.3857142857, 251.4714285714, 253.9142857143) !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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#tab-content-deals .nodata + p a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

#tab-content-deals .nodata + p a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    text-decoration:none
}

#tab-content-deals .nodata + p a:hover:before {
    color:#404245 !important
}

#sidebar span.small-card .contact.card {
    padding:.5rem !important
}

#sidebar span.small-card div.subject_header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items:center
}

#sidebar span.small-card div.subject_header .name .header {
    padding-bottom:0
}

#sidebar span.small-card div.contact.card .gravatar {
    width: 50px;
    height:50px
}

#sidebar span.small-card div.contact-details {
    margin-top: .75rem;
    padding-left:.5rem
}

#sidebar span.small-card div.contact-details .phone {
    gap:0
}

#sidebar span.small-card .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap:.5rem
}

#sidebar span.small-card .tag_list:empty {
    display:none
}

td.avatar {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: table-cell !important;
    border-radius:0 !important
}

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

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: hsl(219, 61.9469026549%, 98.6862745098%);
    padding-bottom:1rem
}

.operation.issue.details .subject {
    padding: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
}

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:.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:.5rem 0 .5rem .5rem
}

div#sidebar .small-card table.subject_header tr:first-child td:last-child {
    padding:.5rem .5rem .5rem 0
}

div#sidebar .small-card table.subject_header tr:last-child td:first-child {
    padding:.5rem 0 .5rem .5rem
}

div#sidebar .small-card table.subject_header tr:last-child td:last-child {
    padding:.5rem .5rem .5rem 0
}

#helpdesk_tickets > .contextual > a {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    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: hsl(219, 61.9469026549%, 45.6862745098%);
    border: 1px solid hsl(219, 61.9469026549%, 45.6862745098%);
    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: ""
}

#nn_badge, .nn {
    width: 100%;
    height:22px
}

#nn_badge_bgc {
    width: 97% !important;
    padding:3px 0
}

#nn_badge_cnt {
    bottom:-1px
}

#nn_list ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    position:static
}

#nn_list ul:after, #nn_list ul:before {
    content:none !important
}

#nn_list_box {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    font-size:12px
}

@media (max-width: 470px) {
    #nn_list_box, #nn_list {
        min-width: 287px !important;
        width:auto !important
    }
}

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

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

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: hsl(0, 0%, 33.5%);
    -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
}

#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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

#issue_recurrences .contextual > a:before {
    font-size:11px !important
}

#issue_recurrences .contextual > a {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#issue_recurrences .contextual > a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

#issue_recurrences .contextual > a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    text-decoration:none
}

#issue_recurrences .contextual > a:hover:before {
    color:#404245 !important
}

#issue_recurrences p:first-child {
    color:hsl(216, 3.7593984962%, 11.0784313725%)
}

#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 .25rem 0
}

#issue_recurrences input[type=number] {
    max-width: 60px !important;
    min-width:auto
}

#issue_recurrences p strong {
    color:hsl(216, 3.7593984962%, 11.0784313725%)
}

#issue_recurrences p > input[type=submit] {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

#issue_recurrences p > input[type=submit]:before {
    font-size:11px !important
}

#issue_recurrences p > input[type=submit] {
    background-color: #4879d4;
    border: 1px solid #4879d4;
    color:#fff
}

#issue_recurrences p > input[type=submit]:before {
    color: #fff !important;
    position: relative;
    top:1px
}

#issue_recurrences p > input[type=submit]:hover {
    background-color: hsl(219, 61.9469026549%, 45.6862745098%);
    border: 1px solid hsl(219, 61.9469026549%, 45.6862745098%);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

#issue_recurrences p > input[type=submit] + a:before {
    font-size:11px !important
}

#issue_recurrences p > input[type=submit] + a {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#issue_recurrences p > input[type=submit] + a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

#issue_recurrences p > input[type=submit] + a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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:.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%
}

.new_issue p.plugin_redmine_silencer, .edit_issue p.plugin_redmine_silencer {
    padding-left:0 !important
}

.rx-agile-my-page .icon-settings {
    margin-left:.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
}

#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 {
    -webkit-box-shadow: none;
    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: hsl(216, 3.7593984962%, 36.0784313725%) !important;
    position: relative;
    top:1px
}

.controller-rxc_calendar .dhx_cal_today_button:hover {
    background-color: #fff;
    border: 1px solid rgb(165.7368421053, 171.3157894737, 185.2631578947) !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: ""
}

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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    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:hsl(216, 3.7593984962%, 36.0784313725%) !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 rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.controller-redmine_x_resources #btn-settings:before, .controller-redmine_x_gantt #btn-settings:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.controller-redmine_x_resources #btn-settings:hover, .controller-redmine_x_gantt #btn-settings:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    text-decoration:none
}

.controller-redmine_x_resources #btn-settings:hover:before, .controller-redmine_x_gantt #btn-settings:hover:before {
    color:#404245 !important
}

.controller-redmine_x_resources #btn-settings:hover, .controller-redmine_x_gantt #btn-settings:hover {
    background-image:url("../images/settings.svg")
}

.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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #4879d4;
    border: 1px solid #4879d4;
    color:#fff
}

.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, .controller-redmine_x_gantt #gantt-save-btn {
    padding-left: 30px !important;
    background-image:url("../images/save.svg") !important
}

.controller-redmine_x_resources #gantt-save-btn:hover, .controller-redmine_x_gantt #gantt-save-btn:hover {
    background-color: hsl(219, 61.9469026549%, 45.6862745098%);
    border: 1px solid hsl(219, 61.9469026549%, 45.6862745098%);
    text-decoration:none
}

.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 #gantt-save-btn:hover, .controller-redmine_x_gantt #gantt-save-btn:hover {
    background-color:hsl(219, 61.9469026549%, 45.6862745098%) !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:.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:.5rem !important
}

.controller-redmine_x_resources #gantt-undo-btn, .controller-redmine_x_gantt #gantt-undo-btn {
    margin-right:3px !important
}

.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-box-pack: 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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    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: hsl(219, 61.9469026549%, 45.6862745098%);
    border: 1px solid hsl(219, 61.9469026549%, 45.6862745098%);
    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:.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:.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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    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:hsl(216, 3.7593984962%, 36.0784313725%) !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 rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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 rgb(165.7368421053, 171.3157894737, 185.2631578947) !important
}

.theme-Abacusmine .gantt-undo-group button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.theme-Abacusmine .gantt-undo-group button:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.theme-Abacusmine .gantt-undo-group button:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#show-filters:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

#show-filters:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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:rgba(0, 0, 0, 0)
}

.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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: 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-box;
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.fast-search-group button[type=submit]:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.fast-search-group button[type=submit]:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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:.5rem
}

[id * =column-widths-btn] {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

[id * =column-widths-btn]:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

[id * =column-widths-btn]:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    text-decoration:none
}

[id * =column-widths-btn]:hover:before {
    color:#404245 !important
}

.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: rgb(250.3857142857, 251.4714285714, 253.9142857143);
    border-color: #dfe1e6;
    margin: 2rem -15px 0 -15px;
    padding-top:2rem
}

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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    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:hsl(216, 3.7593984962%, 36.0784313725%) !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 rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.controller-redmine_x_resources #btn-settings:before, .controller-redmine_x_gantt #btn-settings:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.controller-redmine_x_resources #btn-settings:hover, .controller-redmine_x_gantt #btn-settings:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    text-decoration:none
}

.controller-redmine_x_resources #btn-settings:hover:before, .controller-redmine_x_gantt #btn-settings:hover:before {
    color:#404245 !important
}

.controller-redmine_x_resources #btn-settings:hover, .controller-redmine_x_gantt #btn-settings:hover {
    background-image:url("../images/settings.svg")
}

.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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #4879d4;
    border: 1px solid #4879d4;
    color:#fff
}

.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, .controller-redmine_x_gantt #gantt-save-btn {
    padding-left: 30px !important;
    background-image:url("../images/save.svg") !important
}

.controller-redmine_x_resources #gantt-save-btn:hover, .controller-redmine_x_gantt #gantt-save-btn:hover {
    background-color: hsl(219, 61.9469026549%, 45.6862745098%);
    border: 1px solid hsl(219, 61.9469026549%, 45.6862745098%);
    text-decoration:none
}

.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 #gantt-save-btn:hover, .controller-redmine_x_gantt #gantt-save-btn:hover {
    background-color:hsl(219, 61.9469026549%, 45.6862745098%) !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:.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:.5rem !important
}

.controller-redmine_x_resources #gantt-undo-btn, .controller-redmine_x_gantt #gantt-undo-btn {
    margin-right:3px !important
}

.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-box-pack: 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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    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: hsl(219, 61.9469026549%, 45.6862745098%);
    border: 1px solid hsl(219, 61.9469026549%, 45.6862745098%);
    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:.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:.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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    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:hsl(216, 3.7593984962%, 36.0784313725%) !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 rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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 rgb(165.7368421053, 171.3157894737, 185.2631578947) !important
}

.theme-Abacusmine .gantt-undo-group button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.theme-Abacusmine .gantt-undo-group button:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.theme-Abacusmine .gantt-undo-group button:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#show-filters:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

#show-filters:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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:rgba(0, 0, 0, 0)
}

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:.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: ""
}

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: ""
}

body.rx-upgrade [id * =more-issues] {
    margin-top:.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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

body.rx-upgrade .attachments-btn:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

body.rx-upgrade .attachments-btn {
    color:#404245
}

body.rx-upgrade .attachments-btn:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

body.rx-upgrade .redminex-logo-settings:last-of-type + p + p a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

body.rx-upgrade .redminex-logo-settings:last-of-type + p + p a {
    color:#404245
}

body.rx-upgrade .redminex-logo-settings:last-of-type + p + p a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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-box;
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

body.rx-upgrade .toggle-filters:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

body.rx-upgrade .toggle-filters {
    float:left !important
}

body.rx-upgrade .toggle-filters:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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:.5rem
}

body.rx-upgrade .projectino-controls input[type=submit]:nth-child(2) {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

body.rx-upgrade .projectino-controls input[type=submit]:nth-child(2):before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

body.rx-upgrade .projectino-controls input[type=submit]:nth-child(2):hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #4879d4;
    border: 1px solid #4879d4;
    color:#fff
}

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 {
    margin-right:1rem
}

body.rx-upgrade .projectino-controls .icon-add:first-child:hover {
    background-color: hsl(219, 61.9469026549%, 45.6862745098%);
    border: 1px solid hsl(219, 61.9469026549%, 45.6862745098%);
    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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

body.rx-upgrade .projectino-controls input[type=submit] + a:before, body.rx-upgrade .projectino-controls .icon-add + a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !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 rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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-box;
    display: -ms-flexbox;
    display: flex;
    -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 {
        -webkit-box-shadow: none;
        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;
    max-height:51px
}

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: .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: "" !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;
    -webkit-box-shadow: 0 .125rem .25rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .125rem .25rem 0 rgba(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: .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, .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 .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:.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:.5rem
}

.flyout-menu #top-menu-hamburger a {
    color:#dfe1e6
}

.flyout-menu #top-menu-hamburger a:before {
    color: rgb(151.4210526316, 157.8947368421, 174.0789473684);
    margin-right:.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-box-flex: 0 !important;
    -ms-flex: 0 0 320px !important;
    flex:0 0 320px !important
}

body.theme-condensed_2 .projectino-logo {
    max-width: 150px;
    max-height:51px
}

body.theme-condensed_2 .projectino-logo img {
    max-width: 168px;
    height:24px
}

.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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    background-color: #fff !important;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474) !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 rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.controller-redmine_x_statistics .add-menus {
    -ms-flex-wrap: wrap !important;
    flex-wrap:wrap !important
}

.controller-redmine_x_statistics .add-menus .drdn-items a {
    border:1px solid rgba(0, 0, 0, 0)
}

.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:.5rem
}

.controller-redmine_x_statistics .statistics-controls-wrapper.statistics-controls {
    -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
}

.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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

#zen-draft input:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

#zen-draft input:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    text-decoration:none
}

#zen-draft input:hover:before {
    color:#404245 !important
}

.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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    padding: .125rem 1.5rem !important;
    font-size:90%
}

.controller-resource_bookings .resource-planning-chart + table td > a:before {
    font-size:11px !important
}

.controller-resource_bookings .resource-planning-chart + table td > a {
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.controller-resource_bookings .resource-planning-chart + table td > a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.controller-resource_bookings .resource-planning-chart + table td > a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    text-decoration:none
}

.controller-resource_bookings .resource-planning-chart + table td > a:hover:before {
    color:#404245 !important
}

.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:.25rem
}

.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: .375rem 1.5rem;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0);
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid rgb(194.3684210526, 198.1578947368, 207.6315789474);
    color:#404245
}

.controller-invoices div.issue + p a:before {
    color:hsl(216, 3.7593984962%, 36.0784313725%) !important
}

.controller-invoices div.issue + p a:hover {
    background-color: #fff;
    border: 1px solid rgb(137.1052631579, 144.4736842105, 162.8947368421);
    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:rgb(250.3857142857, 251.4714285714, 253.9142857143) !important
}

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
}

.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("../images/buttons.png")
}

.view-admin .sidebar_hidden #sidebarHandler {
    left:0
}

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

#meeting_form {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #dfe1e6;
    padding: 9.75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 9.75px;
    width:49%
}

@media (max-width: 770px) {
    #meeting_form {
        width: 100% !important;
        float: none;
        display:block
    }
}

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

#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("../images/pause.png");
    margin-left:9.75px
}

#top-menu #account #time-logger-menu .icon-stop-action {
    background-image: url("../images/stop.png")
}

#top-menu #account #time-logger-menu .icon-list-action {
    background-image: url("../images/list.png")
}

#top-menu #account #time-logger-menu .icon-start-action {
    background-image: url("../images/start.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("../images/time_start.png") !important
}

#top-menu #account #time-logger-menu .icon-pause {
    background-image: url("../images/time_pause.png") !important
}

#top-menu #account #time-logger-menu .icon-stop {
    background-image: url("../images/time_stop.png") !important
}

#top-menu #account #time-logger-menu .icon-clock {
    background-image: url("../images/time.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
    }
}

table.list tr td.subject:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right:8px
}

.agile-board span.count {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
    left:3px
}

#content .us-tor-text {
    width: 24px;
    line-height: 24px
}

/* */
