
#original-banner {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    min-height: 250px;
    background: linear-gradient(180deg, rgba(16, 157, 255, 0) 0%, rgba(5, 111, 185, 0.859375) 99.99%, #0467AD 100%), #007ACF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 8px;
    margin: 0px;

}

#dit-banner {
    position: relative; 
    height: 100%;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dit-banner::before {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 8px;
    margin: 0px;
    background-image: url("/dit.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
}

div[data-label="Profile Navigation"] {
    display: none;
}

.nav-profile {
    display: none;
}

button[title*="Tenant"] {
    display: none;
}

.workflow-link.btn-danger {
    display: none;
}

#local-login-heading {
    margin-top: 50px;
}

#mainContent .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align:center;
  }
  
  #mainContent .row div:nth-child(1) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  
  #mainContent .row div:nth-child(2) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  #external-login-heading {
    display: none;
  }

  .ditmaincontent {
    position: relative;
    left: 25%;
    margin-top: 50px;
  }

  #local-login-heading span span {
    visibility: hidden;
  }

  #local-login-heading span span:after {
    visibility: visible;
    content: "OR";
  }

  #external-login-heading + button{
    margin-left: 15%;
  }

  .footer div div div div {
    width: 100%;
  }

  .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
    background-color: #18305a !important;
  }

    h1, h2, h3, h4 {
    color: #18305a !important;
  }

  .btn-default:hover {
    color: #18305a !important;
  }

  .navbar-inverse .navbar-nav>li>a:hover {
    color:#18305a !important;
  }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #ffffff; 
    color: #18305a !important;
}
