﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.validation-summary-errors li {
    color: red !important;
}
.input-validation-error{
    border: 1px solid red !important;
}

.field-validation-error{
    color: red;
}

::-webkit-input-placeholder {
    color: #cdcdcd;
    opacity: 0.50 !important; /* for older chrome versions. may no longer apply. */
}

:-moz-placeholder { /* Firefox 18- */
    color: #cdcdcd;
    opacity: 0.50 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #cdcdcd;
    opacity: 0.50 !important;
}

.table.diamond-table thead th.desc:after {
    opacity: 1;
}

.table.diamond-table thead th.asc:before {
    opacity: 1;
}

.table.diamond-table thead th.disableSort:after {
    content: "" !important;
}

.table.diamond-table thead th.disableSort:before {
    content: "" !important;
}

