/* LOGIN STYLE */
/* 
.top-input {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 0;
  outline: 0;
  height: 52px;
  color: #444 !important;
  font-size: 16px;
  padding-left: 20px;
}

.top-input::placeholder,
.middle-input::placeholder {
  color: #aaa !important;
}

#login-overlay .col {
  max-width: 600px;
  margin: 0 auto;
  margin-top: -30px;
  overflow: hidden;
  position: relative;
}

.middle-input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 52px;
  border: 0;
  border-top: 1px solid #efefef;
  outline: 0;
  color: #444 !important;
  font-size: 16px;
  padding-left: 20px;
}

.middle-input:focus {
  border-top: 1px solid #efefef;
}

.form-control:focus {
  box-shadow: none !important;
}

.form-group {
  margin-bottom: 0;
}

button {
  background: #5cb85c;
  border: 0;
  border-bottom-left-radius: 4px;
  width: 100%;
  height: 44px;
  border-bottom-right-radius: 4px;
  color: white;
  font-size: 18px;
  font-weight: 300;
}

.mdl-layout__header {
  padding-left: 40px;
  background: #2a5fac !important;
}

.grid-page .mdl-layout__drawer-button,
.dash-page .mdl-layout__drawer-button {
  color: white;
}

.forgotten-password-container {
  margin-top: 60px;
} */

.sidebar-profile-image {
  width: 60px;
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* .login-form {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.35s ease-in-out;
}

.login-form.form-inactive {
  left: -600px;
  transition: all 0.55s ease-in-out;
} */

/* .password-reset-form {
  position: absolute;
  top: 0;
  left: 600px;
  width: 100%;
  transition-delay: 0.4s;
  transition: all 0.35s ease-in-out;
}

.password-reset-form.form-active {
  left: 0;
  transition: all 0.55s ease-in-out;
  transition-delay: 0.4s;
} */

.hide-element {
  display: none !important;
}

.dropdown a {
  color: black !important;
  font-weight: 600 !important;
  font-size: 14px;
  text-decoration: none;
  position: relative;
}

#currentUser .mdi {
  display: inline-block;
  position: absolute;
  right: 9px;
  margin-right: 0;
  top: 0;
}

.dropdown ul a,
ul a {
  color: #4c4c4c !important;
  font-weight: 500 !important;
  font-size: 13px;
  text-decoration: none;
}

.dropdown,
.mdl-layout__drawer ul {
  padding: 0 !important;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 20px !important;
}

.dropdown {
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}

.dropdown ul,
.mdl-layout__drawer ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.dropdown ul.account-details {
  display: none;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 20px;
}

.dropdown.open ul {
  display: block;
  padding-bottom: 0 !important;
}

nav ul:nth-of-type(1) {
  margin-top: 0;
  padding-top: 0 !important;
}

.dropdown ul li a,
.mdl-navigation ul li a {
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.dropdown ul li,
.mdl-navigation ul li {
  width: 100%;
  display: block;
  padding: 2px 0;
}

#currentUser {
  display: block;
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444 !important;
  margin-bottom: 10px;
}

#currentUserName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 182px;
  margin-bottom: 10px;
}

.mdi {
  font-size: 20px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.bottom-links {
  margin-top: 0;
  padding-top: 0 !important;
}

/* OVERRIDING STYLES WITH UPDATES ON 12/03/2019 */

.mdl-layout__drawer {
  background: #2a5fac;
  border-right: 0;
  -webkit-transform: translateX(-270px);
  transform: translateX(-270px);
  width: 260px;
}

.dropdown ul li a,
.mdl-navigation ul li a {
  color: #ffffff !important;
  font-weight: 500 !important;
}

.dropdown ul li a,
.mdl-navigation ul li a {
  font-size: 14px;
  display: block;
  padding: 7px 0;
  padding-left: 15px;
  text-decoration: none !important;
  height: 41px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  line-height: 19px;
}

.dropdown,
.mdl-layout__drawer ul {
  margin-bottom: 0;
  padding: 10px 0 !important;
}

.mdl-layout__drawer ul {
  margin-left: 15px;
}

.dropdown ul.account-details {
  margin-bottom: 0;
}

.dropdown ul li,
.mdl-layout__drawer ul li {
  padding: 2px 0;
}

.active-link {
  background: #2f346d !important;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.active-link i {
  color: #009dff;
}

.mdl-navigation ul li a:hover {
  background: #6976e8;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#currentUser {
  color: #ffffff !important;
  margin-bottom: 40px;
}

.dropdown div,
#currentUser {
  margin-left: 25px;
}

.profile-picture,
.profile-picture-border {
  display: inline-block;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  color: white;
  text-align: center;
  box-sizing: border-box;
}

.profile-picture {
  background: #cccccc;
  color: white;
  line-height: 58px;
  margin-bottom: 10px;
  overflow: hidden;
}

.profile-picture-border {
  position: absolute;
  z-index: 2;
  background: transparent;
  border: 4px solid #cccccc;
}

.mdl-layout__header-row {
  background-color: #2a5fac !important;
}

.regular-page-header .mdl-layout__header-row {
  background-color: #2a5fac !important;
}

.grid-page .mdl-layout__header,
.launchpad-page .mdl-layout__header,
.dash-page .mdl-layout__header {
  background: #2a5fac !important;
}

@media (max-width: 1024px) {
  .grid-page .mdl-layout__header-row,
  .birmingham-dashboard .mdl-layout__header-row,
  .dashboard-header.mdl-layout__header-row,
  .grid-page .mdl-layout__header {
    background-color: #ffffff !important;
    background: #fff !important;
    z-index: 0;
  }

  .grid-page.regular-page-header .mdl-layout__header-row,
  .grid-page.regular-page-header .mdl-layout__header {
    background-color: #2a5fac !important;
  }
}

.customer-feedback-page .mdl-layout__header-row {
  background-color: #ffffff !important;
  box-shadow: none;
  border-bottom: 1px solid #eeeeee !important;
  padding: 10px 0;
  height: 74px;
}

.customer-feedback-page .mdl-layout__header {
  box-shadow: none;
  border-bottom: 1px solid #cccccc !important;
}

@media (max-width: 768px) {
  .mdl-layout__header-row {
    background-color: #ffffff !important;
  }
  .grid-page .mdl-layout__header {
    background: #ffffff !important;
    z-index: 0;
  }

  .regular-page-header .mdl-layout__header-row,
  .regular-page-header .mdl-layout__header {
    background-color: #2a5fac !important;
  }
}
