.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

h1,h2,h3,h4,h5,h6 {
    margin-top:0px;
    text-align:left;
}

section { margin-bottom: 20px; }
h1, .h1 { font-size: 18px; }
h2, .h2 { font-size: 18px; }
h3, .h3 { font-size: 17px; }
h4, .h4 { font-size: 16px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }
h1 { border-bottom:1px #007565 solid; }
h2 { border-bottom:1px #007565 solid; }

aside h1 { font-size: 18px; }
aside h2 { font-size: 18px; }
aside h3 { font-size: 17px; }
aside h4 { font-size: 16px; }
aside h5 { font-size: 14px; }
aside h6 { font-size: 12px; }


.dx-datagrid-headers {
    color: #000000;
    font-weight: bold;
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-select {
    padding: 0;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
}
.deletedattachment {
    text-decoration: line-through !important;
}