#changelist-search .form-control {
    font-size: 12px;
}

#changelist #toolbar #changelist-search input[type='text'] {
    font-size: 12px;
    max-width: 200px;
}

.tag {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    padding: 1px 5px;
    font-weight: normal;
    line-height: normal;
    width: 85px;
    text-align: center;
}
.table td, .table th {
    font-size: 0.857rem;
}

/*
.border {
    display: inline-block;
    box-shadow: 0 0 1px #000;
    padding: 0 3px;
    border-radius: 2px;
}

tr.bold th, tr.bold td {
    font-weight: bold;
}

.table-estimate tr:first-child th, .table-estimate tr:first-child td {
    padding-top: 5px;
}

table.table-estimate th, table.table-estimate td {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
}

table.table-estimate tr.header-row th {
    font-size: 12px;
}

table.table-estimate tbody tr:last-child th,
table.table-estimate tbody tr:last-child td {
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5 !important;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
table.table-estimate tbody tr:last-child td:last-child {
    font-weight: normal;
}

table.table-estimate tbody:last-child tr:last-child th,
table.table-estimate tbody:last-child tr:last-child td {
    font-weight: bold;
    border-bottom: 0 !important;
}

textarea.autosize {
    max-height: 100px;
}

.select2-search-choice a {
    text-decoration: none;
}



.text-left, .table td.text-left, .table th.text-left {
    text-align: left;
}
.text-right, .table td.text-right, .table th.text-right {
    text-align: right;
}
.text-center, .table td.text-center, .table th.text-center {
    text-align: center;
}

.muted td a, .muted th a {
    color: #999;
}


@media print {
    html { -webkit-print-color-adjust: exact; }
    a[href]:after { content: "" !important; }

    .print-tools {
        display: none;
    }

    #header, .left-column, #footer, #push, #suit-left, .breadcrumb, .actions {
        display: none;
    }

    #wrap, body {
        background: transparent;
    }

    .suit-columns {
        padding-left: 0;
    }

    .two-columns .center-column {
        margin: 0;
    }
    * {
        -webkit-print-color-adjust: exact;
    }

}

.is_supplier .left-nav > ul > li:nth-last-child(-n+2) {
    display: block;
}

.left-nav > ul > li:nth-last-child(-n+2) {
    display: none;
}
.is_supplier .left-nav > ul > li:nth-last-child(-n+2) {
    display: block !important;
}
*/

/* suit collision with select2 */
/*
.form-horizontal .inline-related .select2 .selection,
.form-horizontal .inline-related .select2 .select2-selection {
    display: block !important;
}

.form-horizontal .inline-related .select2 .dropdown-wrapper {
    display: inline !important;
}

.select2-search--dropdown .select2-search__field {
    padding: 12px !important;
}
*/