body {
    padding-bottom: 60px;
}
.bar-logos{
    background-color: #ffffff;
    padding: .5rem;
    border-bottom: #a3bd31 solid 1px;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: 40px;
    background-color: #ffffff;
}

.footer p {
    margin-bottom: .25rem;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
.supports-selector .img-fluid, .supports-selector .img-thumbnail{
    max-width: 55%;
}
.m-b-5{
    margin-bottom: 5px!important;
}
.col-sm{
    font-size: 14px;
}
.table.compact {
    border-left: 1px solid #ccc ;
}
.table.compact td, .table.compact th {
    padding: 0;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.table.compact th{
    padding-left: .25rem;
    padding-right: .25rem;
}
.table.compact td>.form-control{
    border: 0;
    border-radius: 0;
}
.table.compact .form-control:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}
#user_support_types tr>td:first-child{
    padding-left: .25rem;
}
#user_support_types thead th{
    border-bottom: 0;
}
#user_support_types tr>td:first-child{
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.floatThead-table th { background: #fff; }
.table.summary-table td { padding: 0 5px; }

.processing{
    position: absolute;
    background: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}
table > thead > tr > th.border-white.border-bottom, table > tbody > tr > td.border-white.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.floated .hide-floated {
    display: none;
}
.table.compact td.cell-like-input {
    padding: 6px 12px;
}