.tabs {
  border-bottom: 1px solid #333;
  background: #eee;
  margin: 0 -2px;
}
.tabs a {
  color: inherit;
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0.5em;
  border-right: 0.1em solid #ddd;
  min-width: 6em;
  text-decoration: none;
  transition: 200ms all;
  vertical-align: bottom;
}
.tabs a.selected,
.tabs a:hover {
  color: #105cb6;
  background: #fff;
}
#fexplorer {
  font-size: 14px;
}
div.manager {
  display: table;
  width: 100%;
  font-size: 15px;
}
div.manager div.section {
  display: table-cell;
  padding: 0.5em;
  vertical-align: top;
}
h1.managerTitle {
  margin: 0;
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
  color: #105cb6;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
}

div.manager div.links {
  width: 17em;
  border-right: 1px solid #ccc;
}
div.manager div.links h2 {
  margin: 0;
}
div.manager div.links div.list {
  max-height: 35em;
  overflow-y: auto;
  border-bottom: 1px solid #ccc;
}
div.manager div.links div.link {
  padding: 0.5em;
  transition: 200ms all;
  border-radius: 0.25em;
  cursor: pointer;
}
div.manager div.links div.link:hover {
  color: #105cb6;
}
div.manager div.links div.selected,
div.manager div.links div.selected:hover {
  background: #105cb6;
  color: #fff;
  cursor: default;
}
div.manager div.editor h2 {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
div.manager div.editor h3 {
  margin: 5px 0;
}
div.links div.stats {
  margin: 0.3em 0 0 0;
  font-size: 0.85em;
}
div.manager div.editor div.buttons,
div.links div.buttons {
  padding: 0.6em 0 0 0;
  min-width: 300px;
}
div.manager div.editor div.buttons button,
div.links div.buttons button {
  margin-right: 0.5em;
}

div.manager div.editor div.buttons button i,
div.links div.buttons button i {
  vertical-align: baseline;
}

div.manager div.editor div.row {
  display: table-row;
}
div.manager div.editor div.row div.col {
  display: table-cell;
  vertical-align: middle;
}
div.quickLinkEditor div.editor #error {
  color: #f00;
  padding: 1em 0;
}
div.manager div.editor div.row div input,
div.manager div.editor div.row div textarea {
  border: 1px solid #ccc;
  border-radius: 0.1em;
  font-family: inherit;
  font-size: inherit;
  margin: 0.15em;
  padding: 0.15em;
  width: 3em;
}
div.manager div.editor div.row div input[type='text'] {
  width: 500px;
}
div.cellphone {
  display: flex !important;
}
div input.countryCode {
  width: 70px;
}

div.groupsManager {
  table-layout: fixed;
}
div.groupsManager div.links {
  width: 25em;
  overflow: hidden;
}
div.groupsManager div.links div.link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.groupsManager .logo-manager {
  margin: 0.3em 0.2em;
  display: flex;
  flex-direction: row;
  align-items: start;
}
div.groupsManager .logo-manager button {
  margin: 0 0.25em;
}
div.groupsManager .logo-manager img.Logo {
  max-width: 13em;
  max-height: 10em;
}
div.groupsManager div.editor div.row div textarea {
  width: 500px;
  height: 7em;
}
div.manager h2 {
  margin: 1em 0 0.5em 0;
  border-bottom: 1px solid #ccc;
}
div.manager div.subList {
  max-height: 20em;
  overflow-y: auto;
}
div.manager div.addUser {
  border-bottom: 1px solid #ccc;
  margin: 0 0 0.25em 0;
}
div.manager div.editor h2.subListHeader {
  border-bottom: 1px solid #ccc;
}
div.manager div.subList {
  display: table;
  width: 100%;
}
div.manager div.subList div.item {
  font-size: 13px;
  display: table-row;
}
div.manager select {
  font-family: inherit;
  font-size: 0.95em;
}
div.manager div.subList div.item div.col,
div.groupsManager div.addUser div.col {
  display: table-cell;
  padding: 0.35em;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
div.groupsManager div.addUser {
  border-width: 0;
}
div.manager div.subList div.item div.col:nth-child(2) {
  text-align: right;
}
div.groupsManager div.subList div.item div.col:nth-child(2) {
  width: inherit;
  text-align: center;
}
div.groupsManager div.subList div.item div.col:nth-child(3) {
  text-align: right;
}

div.groupsManager div.addUser div.col select {
  margin: 0 0.25em 0 0;
}
div.reportsManager div.links,
div.usersManager div.links,
div.preferences div.links {
  width: 25em;
}
div.reportsManager div.links div.stats a {
  text-decoration: none;
}
div.manager div.links div.org {
  font-size: 0.8em;
}
div.emailActivity {
  flex-grow: 1;
  display: flex;
  min-height: 224;
}
div.emailActivity .tabs {
  width: 15em;
}
div.emailActivity .tabs .tab {
  box-shadow: none;
}
div.emailActivity div.table {
  margin: 0 0 0 10px;
  width: 100%;
}
div.emailActivity div.table div.filter select {
  outline: none;
  border-radius: 0.1em;
  font-size: inherit;
  border: 1px solid #ccc;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

div.emailActivity div.table div.filter #txtSearch {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

div.emailActivity div.table div.filter {
  display: inline-flex;
  margin: 0.15em 0 0.15em 0;
}

div.reportsManager div.editor div.row div input[type='text'],
div.emailActivity div.editor div.row div input[type='text'],
div.usersManager div.editor div.row div input[type='text'],
div.preferences div.editor div.row div input[type='text'],
div.panoramasManager div.editor div.row div input[type='text'] {
  width: 20em;
  outline: none;
}
div.panoramasManager div.editor div.row div input.field-label {
  width: 200px;
}
div.panoramasManager div.editor div.row div input.invalid {
  border-color: #f00;
}

div.panoramasManager div.editor div.fields {
  font-size: 13px;
  height: 34px;
}
div.panoramasManager div.editor .fields span i {
  transition: color 200ms;
}
div.panoramasManager div.editor .fields span i:hover {
  cursor: pointer;
  color: #105cb6;
}
div.panoramasManager div.editor .fields span i.disabled {
  cursor: default;
  color: #ddd;
}

div.manager #txtSearch,
div.preferences #txtSearch {
  padding: 0.15em;
  margin: 0.15em;
  width: 24.4em;
  border-radius: 0.1em;
  font-size: inherit;
  border: 1px solid #ccc;
}

div.preferences div.editor div.row div input[type='password'] {
  width: 18em;
}

div.preferences div.list div.subscription {
  display: table-row;
}
div.preferences div.list div.subscription div.col {
  display: table-cell;
  padding: 0.3em;
  vertical-align: middle;
}

#divAdmin {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.15em;
}

div.optionFields {
  margin: 0.5em 0;
}

div.spaceCards {
  text-align: center;
}

div.spaceCard {
  margin: 1em;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 0.2em;
  text-align: center;
  display: inline-block;
  color: #333;
  font-size: 1.05em;
  width: 250px;
  transition: 200ms all;
  height: 5.6em;
  vertical-align: top;
}
div.spaceCard:hover {
  background: #eee;
  transform: scale(1.05);
}
div.spaceCard img {
  max-height: 4em;
  max-width: 250px;
}
div.spaceCards div.selected {
  cursor: default;
  background: #eee;
  border-width: 0px;
}

p.fe-info {
  display: none;
}

div.es-modal div.import-csv div.buttons {
  text-align: right;
}
div.es-modal div.import-csv div.buttons button {
  margin: 0 10px 0 0;
}

es-sublist {
  display: block;
  max-height: 20em;
  overflow-y: auto;
  font-size: 13px;
}

es-sublist-items {
  display: table;
  width: 100%;
}

es-sublist-item {
  display: table-row;
}

es-sublist-item-col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 115px;
  padding: 0.35em;
  border-bottom: 1px solid #ccc;
}

es-sublist-item-col:first-child {
  text-align: left;
  width: inherit;
}

div.preferences div.links div.entity {
  display: table-row;
}

div.preferences div.links div.entity div {
  display: table-cell;
  padding: 15px 5px 0 5px;
}
div.manager div.editor div.side-by-side div {
  display: inline-block;
}
div.manager div.editor div.side-by-side div.label {
  margin: 1em 1em 1em 0;
}
div.manager div.editor div.side-by-side div input[type='text'] {
  width: 75px;
  margin-left: 1em;
}

.reports__button-group button {
  margin-right: 0.45em;
}
