.tab-header input.search {
    border-radius: 5px;
    padding: 7px;
    border: 1px solid #A5A5A5;
}

.vendor-crm .template-filter span {
    height: 36px;
}

.vendor-crm select {
    border: none;
    background-color: rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8) !important;
    border-radius: 4px;
    text-transform: inherit;
    height: 36px;
}

.vendor-crm-templates .footerTitle {
    border-bottom: none;
    font-size: 13px;
}

.vendor-crm-templates .active .card {
    outline: 3px solid #428bca;
}

.vendor-crm-templates .card {
    padding: 5px;
}

.vendor-crm-templates {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.vendor-crm-templates .card-wrapper {
    margin: 5px;
}

.vendor-crm-templates .card-wrapper .card {
    width: auto;
}

#linked-products .table {
    display: table;
}

#linked-products .table thead td {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

#linked-products td {
    vertical-align: middle;
    padding: 12px 8px;
}

#linked-products .table > tbody > tr:nth-child(2n+1), #linked-products .table > tbody > tr:nth-child(2n+1) > td {
    background: #f7f7f7;
}

#linked-products .table > tbody > tr:hover, #linked-products .table > tbody > tr:hover > td {
    background: #e5f8ff;
}

#linked-products .vendor-cost-edit {
    max-width: 100px;
}

#linked-products .input-group {
    display: block;
}