/******************************************************************************
 *
 * CodeMeter License Central WebDepot
 * designInt.css
 * (c) 2012 - 2023: WIBU-SYSTEMS AG
 * info@wibu.com
 *
 *************************************************************************** */

/* Reset all margin and padding for all elements */
* {
    border: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

/* CodeMeter Trigger, should be invisible */
p.cmtrigger {
    height: 0px;
    position: static;
    right: 0px;
    display: none;
}

.flex-content {
    margin-top: 0;
}

/* Make error messagebox or section invisible */
.invisible {
    display: none;
}

/* Show section */
.visible {
}

body {
    text-align: left;
    vertical-align: baseline;
}

/* All input fields should inherit style from body */
input, select, textarea, button {
    text-align: inherit;
    line-height: inherit;
    vertical-align: inherit;
}

form.inline {
    display: inline;
}

/******************************************************************************
 * Page layout
 *************************************************************************** */
div.header {
    position: relative;
}

div.maincontent {
    position: relative;
}

div.footertop {
    position: relative;
}

div.footerbottom {
    position: relative;
}

div.content {
    position: relative;
}

/******************************************************************************
 * Header / footer
 *************************************************************************** */

img.cmcontainerpicture {
    vertical-align: top;
}