/*
# MantisBT - A PHP based bugtracking system

# MantisBT is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# MantisBT is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with MantisBT.  If not, see <http://www.gnu.org/licenses/>.
*/
.footer .footer-inner {
    text-align: left;
    left: 0;
}
.nav-search .nav-search-input {
    width: 120px;
}

.rtl .pull-right {
    float: left !important;
}

.rtl .pull-left {
    float: right !important;
}

.rtl .footer .footer-inner {
    text-align: right;
}
.rtl .navbar-right {
    float: left !important;
}
.rtl .navbar-left {
    float: right !important;
}

.nav-recent {
    line-height: 14px;
    position: absolute;
    right: 150px;
    top: 13px;
    font-size: x-small;
}

.uppercase {
    text-transform: uppercase;
}

.widget-title .badge {
    padding:4px 10px;
    line-height:12px;
    margin: 0 0 0 5px;
}

.profile-activity {
    padding: 10px;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 8px;
}

.width-13 {
    width: 13%;
}

.width-15 {
    width: 15%;
}

.padding-2 {
    padding:2px;
}
.padding-right-2 {
    padding-right:2px;
}
.padding-left-2 {
    padding-left:2px;
}
.rtl .padding-right-2 {
    padding-left:2px;
}
.rtl .padding-left-2 {
    padding-right:2px;
}

.padding-4 {
    padding:4px;
}
.padding-right-4 {
    padding-right:4px;
}
.padding-left-4 {
    padding-left:4px;
}
.rtl .padding-right-4 {
    padding-left:4px;
}
.rtl .padding-left-4 {
    padding-right:4px;
}

.padding-8 {
    padding:8px;
}
.padding-left-8 {
    padding-left:8px;
}
.padding-right-8 {
    padding-right:8px;
}
.rtl .padding-left-8 {
    padding-right:8px;
}
.rtl .padding-right-8 {
    padding-left:8px;
}


.margin-left-8 {
    margin-left:8px;
}
.margin-right-8 {
    margin-right:8px;
}
.rtl .margin-left-8 {
    margin-right:8px;
}
.rtl .margin-right-8 {
    margin-left:8px;
}

.margin-left-20 {
    margin-left: 20px;
}
.rtl .margin-left-20 {
    margin-right: 20px;
}

.login-container {
    width: 100%;
}

.signup-box .toolbar {
    background: none repeat scroll 0 0 #393939;
}

.widget-toolbar > .widget-menu > a {
    font-size: 11px;
    padding: 0 5px;
    line-height: 20px;
}

.widget-toolbar > .widget-menu form {
    display: inline-block;
}
.widget-toolbar > .widget-menu .input-xs {
    line-height: 20px;
}

.widget-toolbar > .widget-menu .btn-xs {
    font-size: 12px;
    line-height: 1.5;
    padding: 2px 5px;
}

.btn-sm,
.btn-group-sm > .btn {
    height: 30px;
}

.bold {
    font-weight: bold;
}

table {
    background-color: #ffffff !important;
}

/* Breaking lines when needed */
td.column-description, td.bug-description,
td.column-steps-to-reproduce, td.bug-steps-to-reproduce,
td.column-additional-information, td.bug-additional-information,
td.bugnote-note, td.column-notes,
td.cftype-textarea {
    overflow-wrap: anywhere;
}

pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    overflow-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* Disable printing of link urls */
a:link:after, a:visited:after {
    content: normal !important;
}

/* Disable theme backgrounds */
.skin-3 .main-container:before {
    background: none repeat scroll 0 0 #ffffff !important;
}

.light-login {
    background: none repeat scroll 0 0 #ffffff !important;
}

/* Show pointer for active nav tabs */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    cursor: pointer !important;
}

/* Clickable hover arrows on collapsed sidebar #22245 */
.nav-list li > .arrow {
    pointer-events: none;
}

.fa-xlg {
    font-size: 1.6em;
    line-height: 0.73em;
    vertical-align: -15%;
}

.fa-status-box {
    font-size: 1.8em;
    line-height: 0.73em;
    vertical-align: -25%;
}

.skin-3 .navbar .navbar-toggle {
    background-color:  #777 !important;
}

.user-info {
    line-height: 33px !important;
    max-width: 270px !important;
}

.page-content {
    background-color: #fff;
    margin: 0 0 10px;
    padding: 8px 8px 24px;
    position: relative;
}

.ace-nav .nav-avatar-container-40 {
    width: 48px; 
    height: 40px;
    float: left;
}

.ace-nav .nav-avatar-40 {
    margin: -4px 8px 0 0;
    border: 2px solid #FFF;
    max-width: 40px;
    max-height: 40px;
    border-radius: 4px !important;    
}
.profile-activity-avatar-40 {
    border-radius: 15% !important;
    margin-bottom: 6px !important;
}

.profile-activity-avatar-container-40 {
    width: 48px; 
    line-height: 40px;
    float: left;
    text-align: center;
}

.table-responsive {
    margin-bottom: 0 !important;
}

.bugnote-avatar-80 {
    border: 2px solid #c9d6e5;
    border-radius: 15%;
    box-shadow: none;
    margin:0;
    max-width: 80px;
    max-height: 80px;
}

.bugnote-avatar-container-80 {
    line-height: 80px;
    width: 84px;
    text-align: center;
}

.input-sm {
    width: 90px !important;
    /*display: inline-block !important;*/ /* removed because it messes with js hide/show capabilities */
    vertical-align: middle !important;
    padding: 4px 6px !important;
}

.input-xs {
    width: auto !important;
    /*display: inline-block !important;*/ /* removed because it messes with js hide/show capabilities */
    vertical-align: middle !important;
    padding: 1px 2px !important;
}

select.input-xs {
    border-radius: 0;
    padding: 0;
    height: 22px;
    line-height: 8px;
}

select.input-xs option, select.form-control.input-xs option {
    padding: 0 2px !important;
}

select[disabled] {
    background-color: #eee !important;
    color: #848484 !important;
}

textarea.input-xs, select.input-xs[multiple] {
    height: auto;
}

.scroll-bar {
    width: auto !important;
}

.zoom-130 {
    margin: 0 2px;
    display: inline-block;
    opacity: 0.85;
    transition: all 0.1s;
}
.zoom-130:hover {
    text-decoration: none;
    opacity: 1;
    transform: scale(1.3);
}
.well-xs {
    padding: 4px 9px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.table-condensed2 > thead > tr > th,
.table-condensed2 > tbody > tr > th,
.table-condensed2 > tfoot > tr > th,
.table-condensed2 > thead > tr > td,
.table-condensed2 > tbody > tr > td,
.table-condensed2 > tfoot > tr > td {
    padding: 1px 3px;
}

th > label,
td > label {
    font-size: 13px;
}

th > label {
    font-weight: bold;
}

.scrollable-menu {
    height: auto;
    max-height: 435px;
    overflow-x: hidden;
}

.navbar-toggle {
    display:  block;
}

/* date/time picker */
input.datetimepicker {
    margin:0 5px 0 0;
}

i.datetimepicker {
    cursor: pointer;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    color: #333333;
}

.dropdown-menu .divider {
    margin: 2px 0;
}

.list > li {
    height: 30px;
    line-height: 22px;
}
.list > li > a {
    display: block;
    padding: 3px 12px;
    white-space: nowrap;
    margin: 1px 0;
    color: #333;
    font-weight: 400;
    text-decoration: none;
}

.list > li > a:focus, list > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.projects-searchbox input {
    height: 30px;
    margin: 6px 10px;
}

/* typeahaed styling */
input.typeahead, input.tt-query, input.tt-hint {
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    min-width: 175px;
    outline: medium none;
}
input.tt-hint, .form-group input.tt-hint {
    background-color: #fff !important;
    color: #b0b0b0 !important;
}
.tt-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    left: 0 !important;
    margin-top: 2px;
    min-width: 175px;
    padding: 8px 0;
    position: absolute;
    right: 0 !important;
    text-align: left;
}
.tt-suggestion {
    font-size: 16px;
    line-height: 24px;
    padding: 3px 12px 4px;
}
.tt-suggestion.tt-selectable:hover, .tt-suggestion.tt-cursor {
    background-color: #4f99c6;
    color: #fff;
    cursor: pointer;
}
.tt-suggestion p {
    margin: 0;
}
input.typeahead.scrollable ~ .tt-menu {
    max-height: 200px;
    overflow-y: auto;
}

/* ------------------------------------------------------------------------
 * Dropzone.js styling
 */
.dropzone {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.03);
    min-height: 60px;
}

.dropzone .dz-preview,
.dropzone-previews .dz-preview {
    background: white;
    border: 1px solid #acacac;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
    max-width: 250px;
    display: inline-block;
    vertical-align: top;
    margin: 17px;
    padding: 6px;
    position: relative;
    font-size: 14px;
}

.dropzone .dz-preview.dz-error,
.dropzone-previews .dz-preview.dz-error {
    background-color: #f2dede;
}

.dropzone .dz-image-preview > img,
.dropzone-previews .dz-image-preview img {
    margin: 5px auto;
}

/* No image preview when there is an error */
.dropzone .dz-error img,
.dropzone-previews .dz-error > img {
    display: none;
}

/* Truncate file name with ellipsis if too long */
.dropzone .dz-preview .dz-filename,
.dropzone-previews .dz-preview .dz-filename {
    margin: 0 5px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone-previews .dz-preview.dz-error .dz-error-message {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    color: #800;
    opacity: 1;
    display: flex;
    align-items: center;
    min-width: 200px;
    border-radius: unset;
    margin: 5px auto;
    padding: 6px 8px;
    position: unset;
    z-index: 500;
}

.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
    font-size: 30px;
    color: #ee162d;
    display: unset;
    position: relative;
    left: 0;
    margin: auto 10px auto 0;
    animation: none;
}

.dropzone .dz-preview .dz-error-message > span,
.dropzone-previews .dz-preview .dz-error-message > span {
    display: block;
    text-align: left;
    text-wrap: auto;
}

.dropzone .dz-preview .dz-error-message::after {
    content: none;
}

.dropzone .progress {
    margin-bottom: 10px;
}

.dropzone .dz-preview > a,
.dropzone-previews .dz-preview > a {
    cursor: pointer;
}

.dropzone > span {
    white-space: normal;
}

/* ------------------------------------------------------------------------ */

.btn-group .single-button-form {
	margin: 0 1px 0 0;
}

.fa-xs-top {
	font-size: 60%;
	vertical-align: top;
}

.progress {
    background:#bbb;
}
.progress.progress-large {
    height: 32px;
}
.progress.progress-large[data-percent]:after {
    line-height:32px;
    font-size:18px;
}

hr {
    /* Set to match body text color */
    border-color: #393939;
}

/* Changelog and Roadmap items */
ul.changelog, ul.roadmap {
    list-style-type: none;
    margin-left: 0;
}
ul.changelog > li, ul.roadmap > li {
    margin-bottom: 4px;
}

/* Mantis 28826: Remove vertical lines for bordered tables. */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-left-width: 0;
  border-right-width: 0;
}

.sidebar:not(.menu-min) {
    min-width: 190px;
    width: auto;
}

.sidebar.menu-min .nav-list > li > a > .menu-text {
    width: max-content;
    padding-right: 12px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .page-content {
        padding: 8px 16px 24px;
    }

    .input-sm {
        width: 120px !important;
    }

    .navbar.navbar-collapse .navbar-header {
        float: left !important;
    }

    .navbar.navbar-collapse .navbar-buttons {
        float: right !important;
        border-style: none !important;
        width: auto;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .page-content {
        padding: 8px 20px 24px;
    }

    .input-sm {
        width: auto !important;
    }

    .sidebar.compact + .main-content {
        margin-right: auto !important;
        margin-left: 125px !important;
    }

    .sidebar.menu-min + .main-content {
        margin-right: auto  !important;
        margin-left: 43px !important;
    }

    .sidebar:not(.min-width) {
        min-width: auto;
    }

    .sidebar.compact, .sidebar.compact.navbar-collapse {
        width: 125px;
    }

    .sidebar.compact ~ .footer .footer-inner {
        left: 125px;
    }

    .sidebar.menu-min ~ .footer .footer-inner {
        left: 43px;
    }

    .rtl .sidebar.compact + .main-content {
        margin-left: auto !important;
        margin-right: 125px !important;
    }

    .rtl .sidebar.menu-min + .main-content {
        margin-left: auto !important;
        margin-right: 43px !important;
    }

    .rtl .sidebar.compact ~ .footer .footer-inner {
        right: 125px !important;
    }

    .rtl .sidebar.menu-min ~ .footer .footer-inner {
        right: 43px !important;
    }

    .navbar.navbar-collapse .navbar-header {
        float: left !important;
    }

    .navbar.navbar-collapse .navbar-buttons {
        float: right !important;
        border-style: none !important;
        width: auto;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .page-content {
        padding: 8px 20px 24px;
    }

    .input-sm {
        width: auto !important;
    }

    .sidebar.compact + .main-content {
        margin-right: auto !important;
        margin-left: 125px !important;
    }

    .sidebar.menu-min + .main-content {
        margin-right: auto  !important;
        margin-left: 43px !important;
    }

    .sidebar.compact, .sidebar.compact.navbar-collapse {
        width: 125px;
    }

    .sidebar.compact ~ .footer .footer-inner {
        left: 125px;
    }

    .sidebar.menu-min ~ .footer .footer-inner {
        left: 43px;
    }

    .rtl .sidebar.compact + .main-content {
        margin-left: auto !important;
        margin-right: 125px !important;
    }

    .rtl .sidebar.menu-min + .main-content {
        margin-left: auto !important;
        margin-right: 43px !important;
    }

    .rtl .sidebar.compact ~ .footer .footer-inner {
        right: 125px !important;
    }

    .rtl .sidebar.menu-min ~ .footer .footer-inner {
        right: 43px !important;
    }

}
/* Disable padding for the top included page */
.navbar-container {
    padding-left: 0;
    padding-right: 0;
}
/* Move the button higher than the bottom included page */
.btn-scroll-up {
    z-index: 1099;
}
/* Fix the background of the navbar */
.skin-3 .navbar.navbar-collapse {
	background-color: #404040;
}

/* === Antropy brand theme overrides === */
:root {
    --antropy-blue: #00bfff;
    --antropy-blue-dark: #0077c8;
    --antropy-navy: #1f2f46;
    --antropy-charcoal: #172130;
    --antropy-text: #26364c;
    --antropy-soft: #f3f7fb;
    --antropy-border: #e4edf5;
}
html, body { min-height: 100%; }
body {
    font-family: Inter, "Open Sans", "Helvetica Neue", Arial, sans-serif;
    color: var(--antropy-text);
    background: #fff;
}
body.login-layout {
    background:
        radial-gradient(circle at 82% 10%, rgba(255,255,255,.35) 0 8rem, transparent 8.2rem),
        radial-gradient(circle at 18% 0%, rgba(255,255,255,.22) 0 6rem, transparent 6.3rem),
        linear-gradient(135deg, #00bfff 0%, #07aee3 45%, #0077c8 100%) !important;
    position: relative;
    overflow-x: hidden;
}
body.login-layout:before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .18;
    background-image:
        repeating-radial-gradient(circle at 80% 18%, rgba(255,255,255,.65) 0 1px, transparent 1px 12px),
        linear-gradient(115deg, transparent 0 58%, rgba(255,255,255,.18) 58% 58.2%, transparent 58.2% 100%);
    background-size: 900px 900px, 44px 44px;
    background-repeat: no-repeat, repeat;
}
body.login-layout .main-container, body.login-layout .main-content, body.login-layout .row { position: relative; z-index: 1; }
.login-container { margin-top: 18px; }
.login-logo { margin: 22px 0 30px; text-align: center; }
.login-logo img, .navbar-brand img { max-width: 225px; height: auto; }
.login-layout .widget-box {
    border: 0 !important;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(31,47,70,.22);
    background: #fff;
}
.login-layout .widget-main { padding: 34px 38px 30px; background: #fff; }
.login-layout .widget-main .header {
    margin-top: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--antropy-border);
    color: var(--antropy-navy) !important;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.login-layout .widget-main .header .fa { color: var(--antropy-blue); }
.login-layout .form-control, .form-control {
    border-radius: 10px !important;
    border: 1px solid #d9e5ee;
    box-shadow: none;
    color: var(--antropy-text);
}
.login-layout .form-control { height: 46px; padding-left: 14px; font-size: 15px; }
.form-control:focus, .login-layout .form-control:focus {
    border-color: var(--antropy-blue) !important;
    box-shadow: 0 0 0 4px rgba(0,191,255,.16) !important;
}
.input-icon > .ace-icon { color: #6d7d90; margin-top: 3px; }
.btn, .btn.btn-success, .btn.btn-info, .btn-primary, .btn.btn-inverse, .btn-success.btn-inverse {
    border-radius: 10px !important;
    border: 0 !important;
    background: var(--antropy-blue) !important;
    color: #fff !important;
    text-shadow: none !important;
    box-shadow: 0 14px 28px rgba(0,191,255,.24);
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover, .btn:focus, .btn.btn-success:hover, .btn.btn-info:hover, .btn-primary:hover, .btn.btn-inverse:hover, .btn-success.btn-inverse:hover {
    background: #04aee8 !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(0,191,255,.32);
}
.login-layout .btn { height: 44px; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; }
.login-layout .toolbar { background: var(--antropy-charcoal) !important; border-top: 0 !important; padding: 17px 20px !important; }
.login-layout .toolbar a { color: #fff !important; font-weight: 700; }
.login-layout .toolbar a:after { content: " \f061"; font-family: FontAwesome; color: var(--antropy-blue); margin-left: .35rem; }
.navbar, .navbar.navbar-default {
    background: #fff !important;
    border: 0;
    border-bottom: 1px solid var(--antropy-border);
    box-shadow: 0 8px 26px rgba(31,47,70,.08);
}
.navbar .navbar-brand, .navbar .navbar-brand:hover, .navbar .navbar-brand:focus { color: var(--antropy-navy) !important; font-weight: 800; }
.navbar .navbar-nav > li > a, .ace-nav > li > a { color: var(--antropy-navy) !important; background: transparent !important; }
.ace-nav > li > a:hover, .ace-nav > li.open > a, .navbar .navbar-nav > li > a:hover { color: var(--antropy-blue) !important; background: rgba(0,191,255,.08) !important; }
.sidebar, .sidebar:before, .sidebar.menu-min .nav-list > li > a > .menu-text { background: var(--antropy-charcoal) !important; }
.nav-list > li, .nav-list > li > a { border-color: rgba(255,255,255,.07) !important; }
.nav-list > li > a { color: #eef7ff !important; }
.nav-list > li > a:hover, .nav-list > li.active > a, .nav-list > li.open > a { background: rgba(0,191,255,.12) !important; color: #fff !important; }
.nav-list > li.active:before, .nav-list > li:before { background-color: var(--antropy-blue) !important; }
.breadcrumbs, .page-header { background: #fff; border-color: var(--antropy-border); }
.page-header h1, h1, h2, h3, h4, h5, .widget-header > .widget-title { color: var(--antropy-navy); font-weight: 800; letter-spacing: -0.02em; }
.widget-box { border-color: var(--antropy-border); border-radius: 14px; box-shadow: 0 12px 36px rgba(31,47,70,.08); overflow: hidden; }
.widget-header { background: #fff !important; border-color: var(--antropy-border); }
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f8fbfe; }
a, .blue, .btn-link { color: #008fd1; }
a:hover, a:focus { color: var(--antropy-blue); }
.label-success, .badge-success, .label-info, .badge-info { background-color: var(--antropy-blue) !important; }
#btn-scroll-up { background: var(--antropy-blue) !important; border-radius: 10px 0 0 0 !important; }
/* === End Antropy brand theme overrides === */

/* === Antropy dashboard polish === */
#sidebar, .sidebar, .sidebar:before, .sidebar-shortcuts, .sidebar-toggle {
    background: var(--antropy-charcoal) !important;
    border-color: rgba(255,255,255,.08) !important;
}
.sidebar .nav-list > li,
.sidebar .nav-list > li > a,
.nav-list > li,
.nav-list > li > a {
    background: var(--antropy-charcoal) !important;
    color: rgba(255,255,255,.82) !important;
    border-color: rgba(255,255,255,.08) !important;
}
.sidebar .nav-list > li > a > .menu-icon,
.nav-list > li > a > .menu-icon {
    color: rgba(255,255,255,.74) !important;
}
.sidebar .nav-list > li:hover > a,
.sidebar .nav-list > li.active > a,
.sidebar .nav-list > li.open > a,
.nav-list > li:hover > a,
.nav-list > li.active > a,
.nav-list > li.open > a {
    background: #fff !important;
    color: var(--antropy-blue) !important;
}
.sidebar .nav-list > li:hover > a > .menu-icon,
.sidebar .nav-list > li.active > a > .menu-icon,
.nav-list > li:hover > a > .menu-icon,
.nav-list > li.active > a > .menu-icon {
    color: var(--antropy-blue) !important;
}
.sidebar-toggle:before { border-color: rgba(255,255,255,.18) !important; }
.sidebar-toggle > .ace-icon {
    background: #fff !important;
    color: var(--antropy-blue) !important;
    border-color: rgba(255,255,255,.35) !important;
}
.main-content { background: #f7fafc; }
.widget-main, .widget-body, .table-responsive { background: #fff; }
.widget-header > .widget-title .ace-icon,
.page-header h1 .ace-icon,
h4 .ace-icon { color: var(--antropy-blue) !important; }
.tabs-left > .nav-tabs > li.active > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-top-color: var(--antropy-blue) !important;
    color: var(--antropy-navy) !important;
    font-weight: 700;
}
.profile-info-name,
.form-horizontal .control-label,
table.form-table td.category,
td.category {
    color: var(--antropy-navy) !important;
    background: #eef6fb !important;
}
.footer img[src*="mantis"],
img[src*="mantis_logo"] {
    content: url('/images/antropy-dark.svg');
    max-width: 130px;
    height: auto;
}
.footer .grey, .footer { color: #68788a; }
/* === End Antropy dashboard polish === */

/* === Antropy skin-3 specificity fixes === */
.skin-3 .sidebar,
.skin-3 .sidebar:before,
.skin-3 .sidebar-shortcuts,
.skin-3 .sidebar-shortcuts-mini,
.skin-3 .sidebar > .nav-search,
.skin-3 .sidebar-toggle {
    background: var(--antropy-charcoal) !important;
    border-color: rgba(255,255,255,.10) !important;
}
.skin-3 .nav-list > li,
.skin-3 .nav-list > li + li,
.skin-3 .nav-list > li.active,
.skin-3 .nav-list > li.active + li {
    border-color: rgba(255,255,255,.10) !important;
}
.skin-3 .nav-list > li > a,
.skin-3 .nav-list > li > a:focus {
    background: var(--antropy-charcoal) !important;
    color: rgba(255,255,255,.86) !important;
}
.skin-3 .nav-list > li > a > .menu-icon {
    color: rgba(255,255,255,.74) !important;
}
.skin-3 .nav-list > li:hover > a,
.skin-3 .nav-list > li.open > a,
.skin-3 .nav-list > li.active > a,
.skin-3 .nav-list > li.active.highlight > a {
    background: #fff !important;
    color: var(--antropy-blue) !important;
}
.skin-3 .nav-list > li:hover > a > .menu-icon,
.skin-3 .nav-list > li.open > a > .menu-icon,
.skin-3 .nav-list > li.active > a > .menu-icon {
    color: var(--antropy-blue) !important;
}
.skin-3 .nav-list > li:hover:before,
.skin-3 .nav-list > li.open:before,
.skin-3 .nav-list > li.active:before {
    background-color: var(--antropy-blue) !important;
}
.skin-3 .nav-list li.active > a:before { border-right-color: var(--antropy-blue) !important; }
.skin-3 .nav-list li.active > a:after { border-right-color: #fff !important; }
.skin-3 .breadcrumbs {
    background: #eaf8fe !important;
    border-radius: 6px;
}
img[src*="mantis_logo"] {
    content: url('/images/antropy-dark.svg') !important;
    width: 130px !important;
    height: auto !important;
}
/* === End Antropy skin-3 specificity fixes === */
