﻿input.list-search-text {
    background: transparent;
    border: none;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #c9d2e3;
    margin-top: -2px;
    width:30%;
    display:none;
    height:20px;

}

input.list-search-text:focus {
    outline-color: -webkit-focus-ring-color;
    outline-style: none;
    outline-width: 0;
}

.list-search-clear {
    display: none;
}

.list-row:hover {
    color:#1f6bff !important;
    text-decoration: underline !important;
    cursor:pointer !important;
}

td.details-control {
    text-align: center;
    color: #657eae;
    cursor: pointer;
}

.table-editable-focus {
    box-shadow:none;
}

.table-control {
    height: calc(1.0em + .75rem + 2px) !important;
}

.detail-table tbody tr td.focus {
    box-shadow: inset 0 0 0 0 #c9d2e3 !important;
}
.detail-table-add {
    width: 100%;
    padding: initial;
}
.currency-symbol,
.percentage-symbol
{
    background-color: #dae0ec !important;
}
