﻿.navbar {
  border-radius: initial;
  margin-bottom: 0px;
}

.navbar-inverse .navbar-brand {
  color: white;
}

.navbar-inverse .navbar-nav>li>a {
  color: white;
}

.navbar-inverse {
  background-color: #468fcc;
  border-color: #468fcc;
}

.whitelist:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.domains:after {
  content: "Licensed Domains";
}


.emails:after {
  content: "Licensed Users";
}

.admins:after {
  content: "Account Administrators";
}

.whitelist {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}

.domains .list-group {
}

.whitelist-container {
  max-width: 750px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
