.ui-autocomplete-input {
    display: inline-block !important;
    width: 80% !important;
}
.drop {
    width: 20px;
    height: 37px;
    background-color: #966600;
    cursor: pointer;
    display: inline-block;
    color: white;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -1px;
    padding-top: 8px;
}
.drop:hover, .drop:focus {
    background: #BE840B;
    box-shadow: none;
}
.drop:hover, .dropfocus, .drophover, .dropfocus {
    color: #fff;
    background-color: #007095;
}
.btn-rmv {
    height: 37px;
    background-color: #966600;
    cursor: pointer;
    display: inline-block;
    color: white;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -1px;
    padding: 8px 10px;
}
.text-right {
    text-align: right;
}
.search {
    max-width: 400px;
    float: right;
    margin: 3px 0;
}
.search button {
    display: inline-block;
    vertical-align: top;
    height: 37px;
    width: 70px;
    padding: 0;
}
.search .input {
    display: inline-block;
    vertical-align: top;
}


@media print {
    nav {
        display: none;
    }
    .actions {
        display: none;
    }
}

tr.ui-sortable-handle {
    cursor: pointer;
}

tr.ui-sortable-helper {
    background: #fff;
}

input.input-short {
    width: 150px;
    margin-bottom: 0;
}
table.dataTable thead th,
table.dataTable thead td {
    color: #1798a5;
}

table.dataTable tbody td {
    vertical-align: middle;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody td {
    padding-left: 0;
}

div#inventoryTakeTable_filter {
    float: left;
    text-align: left;
}

div#inventoryTakeTable_filter input {
    width: 250px;
    margin-left: 1em;
    display: inline-block;
}

#inventoryTakeTable_wrapper {
    margin-bottom: 40px;
}

.form-default button {

}

div.message-small {
    height: auto;line-height: 2em;top: 0;right: 0;
}

div.message-small:before {
    display: none;
}

ul.controller-nav {
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0.875rem 0;
    display: block;
}

ul.controller-nav li {
    float: left;
}

.content {
    padding-top: 1rem;
}

@media print {
    .print-table {
        table-layout: auto;
    }
    .print-table th,
    .print-table td {
        width: auto !important;
    }

    a[href] {
        text-decoration: none !important;
    }

    a[href]:after {
        content: none !important;
    }

}