@media (min-width: 1199px) {
  .row--table-LG {
    display: table;
    width: 100%;
    table-layout: fixed; } }
@media (min-width: 1199px) {
  .row--table-LG > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top; } }

@media (min-width: 991px) {
  .row--table-MD {
    display: table;
    width: 100%;
    table-layout: fixed; } }
@media (min-width: 991px) {
  .row--table-MD > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top; } }

@media (min-width: 767px) {
  .row--table-SM {
    display: table;
    width: 100%;
    table-layout: fixed; } }
@media (min-width: 767px) {
  .row--table-SM > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top; } }

@media (min-width: 479px) {
  .row--table-XS {
    display: table;
    width: 100%;
    table-layout: fixed; } }
@media (min-width: 479px) {
  .row--table-XS > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: top; } }

body {
  background: #EDEDED; }

#select-user {
  transform: translateY(50%); }
  @media (max-width: 767px) {
    #select-user {
      transform: translateY(25%); } }

.brand--title {
  color: #727272; }
.brand--redirect a:after {
  content: '\f105';
  display: inline-block;
  width: 15px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  margin-left: 10px;
  transform: rotate(0deg);
  color: #727272;
  text-align: center;
  font-family: FontAwesome; }

.selection--wrapper {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }
.selection--title {
  background: #F5F5F5;
  padding: 15px 30px;
  border-radius: 5px 5px 0 0;
  color: #727272; }
.selection--options {
  background: #ffffff;
  padding: 15px 30px;
  border-radius: 0 0 5px 5px; }
  .selection--options-button {
    width: 100%;
    margin: 10px 0;
    border-radius: 10px; }
  .selection--options .btn_secondary {
    background-color: #D1D1D1; }
    .selection--options .btn_secondary:hover {
      background-color: #6188D9; }
