﻿div.user-progress-toggle {
  background-color: #deecf7;
  cursor: pointer;
}
div.user-progress-toggle > div.container > a {
  color: #747474;
  text-transform: uppercase;
}
div.user-progress-toggle > div.container > a > span:after {
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-weight: bold;
  content: "arrow_drop_down";
}
div.user-progress-toggle > div.container > a.collapsed > span:after {
  content: "arrow_right";
}

.container-fluid.signinBox > .container .row.signinBox {
  /*Correction from using form-row to row*/
  margin-left: -5px;
  margin-right: -5px;
}
.container-fluid.signinBox > .container .row.signinBox .not-registered {
  text-transform: uppercase;
}
.container-fluid.signinBox > .container .row.signinBox .lost-password {
  text-transform: uppercase;
}

div.user-progress {
  background-color: #deecf7;
}
div.user-progress .separated {
  border-top: rgba(0, 0, 0, 0.08) 2px solid;
  padding: 4px 0px;
}
