.alert {
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.5);
}

div.flash-messages {
    position: fixed;
    bottom: 0;
}

ul.navbar-account {
    float: right;
}

@media (max-width: 767px) {
    ul.navbar-account {
        float: none;
    }
}

#back-to-top.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px;
}
#back-to-top.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    right: 10px;
}

div.row-buffered {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 50px;
}

#navbarSearchBox {
    max-width: 165px;
}

.visible-xs #navbarSearchBox {
    position: absolute;
    right: 68px;
    top: 10px;
    max-width: 40%;
}

table.table tbody tr td{
    cursor: pointer;
    vertical-align: middle;
}

.errorException {
    border: 1px solid #990000;
    padding-left: 20px;
    margin: 0 0 10px 0;
}

.backTrace {
    margin-left: 10px;
}

.ui-datepicker {
    z-index: 100000 !important;
}

.partNumberColumn {
    white-space: nowrap;
}

.dropdown-menu .dropdown-menu {
    left: 50%;
}

select.form-control {
    line-height: 26px !important;
}

.panel-heading .panel-title .btn-group {
    margin-top: -2px;
}

.panel-heading .panel-title .btn-group a {
    line-height: 1.4;
}

.panel-heading .panel-title .btn-group.pull-right {
    margin-right: -6px;
}

.table-container {
    padding: 0;
}

.table-container table {
    margin-top: 0 !important;
}

.table-container .table {
    margin-bottom: 0 !important;
}

.select2-group.left-label .select2-selection {
    border-color: #007ba7;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    min-height: 30px;
}