html {
  position: relative;
  min-height: 100%; }

.login-container {
  padding-top: 10%; }

#brandName.navbar-brand {
  color: #FF8E0D; }

.mandatory {
    color: red;
    font-size: 12px;
    font-style: italic;
}

.error {
    color: red;
    font-size: 12px;
}

/*
.logoCenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  body {
    /* Margin bottom by footer height */
    margin-bottom: 100px; }

  /*http://mystrd.at/modern-clean-css-sticky-footer/*/
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 100px;
    background-color: #222222; }
    .footer p {
      color: #9D9D9D; }
    .footer a {
      /*font-size: 10px;*/
      text-decoration: none;
      color: #9D9D9D; }
    .footer a:hover {
      text-decoration: underline;
    }
    .footer .text-center {
      padding-top: 12px; } 
    .footer .list-inline a {
      font-size: 10px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  body {
    /* Margin bottom by footer height */
    margin-bottom: 75px; }

  /*http://mystrd.at/modern-clean-css-sticky-footer/*/
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 17%; /*75px;*/
    background-color: #222222; }
    .footer p {
      color: #9D9D9D; }
    .footer a {
      /*font-size: 14px;*/
      text-decoration: none;
      color: #9D9D9D; }
    .footer a:hover {
      text-decoration: underline;
    }
    .footer .text-center {
      padding-top: 10px; } 
    .footer .list-inline a {
      font-size: 12px;
    }
}

/*# sourceMappingURL=app.css.map */

/* For Datatable action buttons */
td.dt-body-center { text-align: center; margin:2px; } /*centralise*/
td.dt-body-center button { margin:2px 0; }