/*
 * Version: 2.1
 * File Description: Place here your custom CSS styles
 */

.dxflFormLayout_MaterialCompact .dxflCaption_MaterialCompact {
    color: black;
    /*font-weight:500;*/
}

.dxflFormLayout_Material .dxflCaption_Material {
    color: black;
    /*font-weight:500;*/
}

.wrapText {
    word-break: break-all;
}


/* 
remove white space above nav bar 
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/*

    Keep footer at the bottom of the screen

*/
body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
    color: black
}

/*
    end footer
*/














