* {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}

html,
body {
   font-size: 14px;
   font-family: Arial, Helvetica, sans-serif;
   height: 100%;
   width: 100%;
}

#body-with-header {
   display: grid;
   grid-template-rows: auto 1fr auto;
}

.text-align-center {
   text-align: center;
}

.miiBlueButton {
   background-color: #0033A1;
   color: #FFFFFF;
}

.miiBlueButton:hover,
.miiBlueButton:active {
   background-color: #009DD6;
}

.dx-fileuploader-wrapper {
   padding: 0px;
}