/* 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. */

.navbar-nav .nav-link {
    color: #FFF;
}

.app-header {
    background-color: #dc3545; 
}

.navbar-brand .navbar-brand-full {
    color: #fff;
    font-weight: 500;
}

.navbar-brand button {
    color: #fff;
    font-weight: 500;
}


.navbar-toggler{
    color: #fff !important;
}

.error-message {
    padding: 7px;
    background-color: #f68e9a;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
    margin-bottom: 20px;
}

.morecontent span {
    display: none;
}

.morelink {
   /* font-weight: bold;*/
    color: darkgrey;
}

.morelink:hover {
    color:  #007bff;
}

.dx-accordion-item-title {
    background-color: #f0f3f5;
}

.field-validation-error {
    color: red;
}
