html {
    scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body {
    font-family: Tahoma;
}

.menu-text {
    text-transform: uppercase;
    letter-spacing: 1px;
}

form#report_bug_form input[type=text],
form#update_bug_form input[type=text]{
    width: 100%;
}

div[id="bugnote_add"] > div[class="widget-body"] > div[class="widget-main no-padding"] > div[class="table-responsive"] > table[class="table table-bordered table-condensed"] > tbody > tr > td > label[for="bugnote_add_view_status"] {
    pointer-events: none;
    display: none;
}

div[id="bugnote_add"] > div[class="widget-body"] > div[class="widget-main no-padding"] > div[class="table-responsive"] > table[class="table table-bordered table-condensed"] > tbody > tr > th.category {
    display: none;
}

a[href="manage_user_create_page.php"] {
    display: none;
}

/*a[href="bug_report_page.php"] { */
div.btn-group.btn-corner > a.btn.btn-sm:first-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.footer-content {
    display: none;
}
.footer {
    display: none;
}

a[href="print_all_bug_page.php"] {
    background-image: url("images/print_report.png") !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    font-size: 0px;
    height: 28px;
    width: 33px;
}

a[href="csv_export.php"] {
    background-image: url("images/export_2csv.png") !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    font-size: 0px;
    height: 28px;
    width: 33px;
}

a[href="excel_xml_export.php"] {
    background-image: url("images/export_2xls.png") !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    font-size: 0px;
    height: 28px;
    width: 33px;
}

a[href="/mantis/plugin.php?page=MantisGraph/issues_trend_page.php"],
a[href="/plugin.php?page=MantisGraph/issues_trend_page.php"] {
    background-image: url("images/statistic.png") !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    font-size: 0px;
    height: 28px;
    width: 33px;
}

a[href="/mantis/plugin.php?page=XmlImportExport/export"],
a[href="/plugin.php?page=XmlImportExport/export"] {
    background-image: url("images/export_2xml.png") !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    font-size: 0px;
    height: 28px;
    width: 33px;
}

td.category {
    width: 20%;
}

.sidebar.menu-min .nav-list>li>a>.menu-text {
    width: 200px;
}

.dropzone {
    font-size: 7pt;
    padding: 0;
}

.form-control, input, select {
    color: #404040 !important;
}

.btn-white.btn-primary {
    font-weight: bold;
}

td.column-status span[br="wrap"]:before {
    content: "\A";
    white-space: pre;
}

.fa-lg{
    background-color: white;
    border: 1px solid white;
    background-size: 16px 16px;
    height: 16px;
    width: 18px;
    position: relative;
    vertical-align: middle;
    font-size: 1.1em;
    line-height: normal;
}

/*
.widget-toolbox {
    text-align: center;
} 
*/
.page-content {
    padding-left: 8px;
}

.skin-3 .breadcrumbs {
    position: fixed;
    width: 100%;
    border-radius: 0px;
    margin: 0px 0px 0;
    border-bottom: 1px solid;
    z-index: 100;
}

.nav-search {
    right: 145px;
}

.nav-recent {
    right: 280px;
}

.profile-activity .time,
.profile-activity .action,
.profile-activity .note {
    margin-left: 47px;
}

.selectinput {
    width: 600px;
}

td.expired {
    color: red;
}

td.expired > select.input-sm {
    background-color: #ff000066;
}

select + .select2-container {
    width: 800px !important;
}

td.column-custom-Комментарий.разработки {
    text-align: left !important;
}

td.tdFixProgressComment {
    color: #ca9300;
}
td.tdApprovedWatingComment {
    color: #8700be;
}
td.tdFixedApprovedComment {
    color: rgb(0, 171, 29);
}
td.td2ProjectComment {
    color: mediumblue;
}
td.td2EvolutionComment {
    color: #b9003e;
}