.material-icons {
  height: inherit;
  width: inherit;
}

.CompanySelect {
  font-weight: bold;
}

.sidebar-nav {
  padding: 70px 0;
}

.sidebar-nav li {
  text-indent: 0;
  line-height: 25px;
  padding: 8px 20px;
}

.WaitModalText {
  margin-top: 10px;
  margin-bottom: 10px;
}

.stenaButton {
  background-color: #3f4347;
  color: #ebecec;
  border: 1px solid #b2b4b5;
  white-space: nowrap;
  cursor: pointer;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 15px 5px 15px;
  text-align: center;
}
.stenaButton:hover {
  box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.2);
  color: #ebecec;
}

.stenaButton:active {
  color: #ebecec;
}
.stenaButton:target {
  color: #ebecec;
}
.stenaButton:focus {
  color: #ebecec;
}

.stenaButton .disable {
  background-color: #d9d9da;
}

.dropdown {
  display: inline;
}

.addrow-col {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.addrow-label {
  white-space: nowrap;
  background-color: #ffffff;
  padding-left: 10px;
  margin-left: -10px;
}

.btn-standard {
  border-radius: 0;
  background: #3f4347;
  border: none;
  color: white;
  padding: 3px 10px;
  height: 30px;
}
/****************************/
/* USER ADMIN PAGE          */
/****************************/

.add-user-form {
  background: #ebecec;
  padding: 20px;
}

.add-user-form .fullname-text {
  color: #65696c;
}

.add-user-form .companies-selected {
  margin-left: 10px;
}

.add-user-form .companies-selected ul {
  list-style: none;
  font-size: 12px;
}

.add-user-form .addrow-label {
  background: none;
}

.add-user-form .CompanySelect {
  display: inline-block;
  margin-right: 10px;
}

.add-user-form .btn-add-company {
  display: inline-block;
  margin-bottom: 10px;
}

.add-user-form .btn-delete-company {
  padding: 0 0 2px 4px;
  margin: 0;
  font-size: 12px;
  border-radius: 0;
  background: none;
  line-height: 0;
}
.add-user-form .btn-delete-company i {
  font-size: 12px;
  font-weight: bold;
}

.btn-delete-user {
  margin: 0 5px;
}

.btn-cancel {
  margin-left: 5px;
}

.outbound-article-group {
  margin-top: 20px;
  padding: 30px;
  background: #f3f3f3;
}

.outbound-article-group .outbound-percent {
  color: #333;
  font-weight: 700;
}

.outbound-article-group .outbound-percent.percent-overload {
  color: red;
}

.outbound-article-group .row {
  padding: 5px;
}

.typeahead-demo .custom-popup-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  background-color: #f9f9f9;
}

.typeahead-demo .custom-popup-wrapper > .message {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  color: #868686;
}

.typeahead-demo .custom-popup-wrapper > .dropdown-menu {
  position: static;
  float: none;
  display: block;
  min-width: 160px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
