.navbar .nav > li > a {
    color:#fff;
    text-shadow: 1px 1px 1px black;
}
.navbar .nav > li > a:hover {
    color:#fff;
    text-shadow: 1px 1px 1px black;
}

.invalid-form-error-message {
    font-weight: 600;
    color: #ff0000;
}
.parsley-errors-list {
    font-weight: 600;
    color: #ff0000;
}

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 #de0129 solid; }
h2 { border-bottom:1px #de0129 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; }

#topcontrol {
    color: #fff;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #222;
    position: relative;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 3px !important;
}

#topcontrol:after {
    top: -2px;
    left: 8.5px;
    content: "\f106";
    position: absolute;
    text-align: center;
    font-family: 'Font Awesome 5 Pro';
}

#topcontrol:hover {
    color: #fff;
    background: #de0129;
    transition: all 0.3s ease-in-out;
}

/*
.dx-widget {
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
}
*/

.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;
}

.myaccordion {
    /* max-width: 500px; */
    /* margin: 50px auto; */
    /* box-shadow: 0 0 1px rgba(0,0,0,0.1); */
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    /* border: none; */
}

.myaccordion .card-header {
    /* border-bottom-color: #EDEFF0; */
    /* background: transparent; */
}

.myaccordion .fa-stack {
    font-size: 12px;
}

.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    /* color: #004987; */
    padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li + li {
    margin-top: 10px;
}