.rls .rls-pl {
  max-width: 720px;
  margin: 0px auto 15px auto;
  padding: 15px;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 5px #ccc;
}

.rls .rls-pl h2,
.rls .rls-pl h3 {
  margin: 0px 0px 15px 0px;
}

.rls .rls-pl .rls-pl-labels {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 15px -15px;
  padding: 15px;
}

.rls .rls-pl ul.nav {
  margin: 0px -15px;
  padding: 0px 15px;
}

.rls .rls-pl .rls-pl-content {
  margin: 15px 0px;
}

.rls .rls-pl .rls-pl-content p {
  margin-bottom: 0px;
  margin-top: 15px;
}

.rls .rls-pl .rls-pl-container {
  padding: 15px;
  border: 1px solid #ccc;
  margin: 15px 0px;
}

.rls .rls-pl .rls-pl-container.rls-pl-item {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.rls .rls-pl .rls-pl-container.rls-pl-item .rls-pl-labels {
  margin-bottom: 0px;
  border-bottom: none;
}

.rls-form-header h4 {
  text-transform: capitalize;
}

.rls-form-footer {
  text-align: right;
  padding: 15px 0px;
}

.rls-publisher .loading-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 200px 0px;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.35);
  font-size: 32px;
}

.rls .input-group-btn > button.btn.border-radius-fix {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-right: 15px;
}

.rls table.table.rls-tbl tbody tr td {
  vertical-align: top;
  max-height: 200px;
  overflow-y: auto;
}

.rls table.table.rls-tbl tbody tr td .rls.rls-profile-entity-field {
  max-height: 120px;
  overflow-y: auto;
}

.rls table.table.rls-tbl .min-width.sm {
  min-width: 130px;
}

.rls table.table.rls-tbl .min-width.md {
  min-width: 200px;
}

.rls table.table.rls-tbl .min-width.lg {
  min-width: 400px;
}

/*
    For sake of RLS-5823
    Hiding plus button at the moment
*/
table#price-lists thead tr th:first-child {
  display: none;
}

table#price-lists tbody tr td:first-child {
  display: none;
}
