/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer */
  line-height: 60px; /* Vertically center the text */
  background-color: #f5f5f5;
}



.epm-label {
    display: flex;
    padding: 0 10px 0 0;
    width: 100px;
    justify-content: flex-end;
}


/*
.grid-wrapper {
    display: grid;
    grid-template-columns: repeat(50, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 15px;
}
*/

.grid-row {
    margin-top: 10px;
}

.grid-header {
    /* grid-column: span 6; */
    display: flex;
    width: 150px;
    align-items: center;
    justify-content: flex-end;
}


/*
.grid-menu {
    grid-column: 1 / 9;
    text-align: right;
}
*/

.grid-content {
    /* grid-column: 10 / 30; */
    padding: 0 10px 0 10px;
}


.dropzone .dz-message {
    text-align: center;
    font-size: 1.4em;
}

.dropzone .dz-message .note {
      font-size: 0.8em;
      font-weight: 200;
      display: block;
}

/*
.grid-footer {
    grid-column: span 6;
}
*/


/* Testing ordering divs */
/*#po-card-body{
    display: flex;
    flex-direction: column;
}

#po-card-body > #wrapper-general-info { order: 1; }
#po-card-body> #wrapper-line-items { order: 2; }
#po-card-body > #wrapper-add-new-line-item { order: 3; }
#po-card-body > #wrapper-totals { order: 4; }
#po-card-body > #wrapper-submit-po {order: 5; }
*/
