#branding {
  padding-left: 32px;
}

#nav-sidebar {
  display: none;
}
  
#toggle-nav-sidebar {
  display: none;
}
  
#main {
  background-color: #f8fafc;
  padding: 20px 0 0 20px;
}

#content {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0px 4px 16px rgba(20, 30, 43, 0.06), 0px 30px 30px -30px rgba(20, 30, 43, 0.16);
  padding: 40px 40px;
}

#content h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  color: #2E4664;
}

#changelist .actions select {
  height: 45px !important;
}

#changelist .actions .button {
  border: 1px solid #3A98E5 !important;
  border-radius: 30px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #3A98E5 !important;
  font-weight: bold !important;
  width: 60px;
  height: 40px !important;
  margin-left: 14px !important;
}

#changelist-filter {
  display: none;
}

#changelist table tbody tr.selected {
  background-color: inherit !important;
}

#changelist .actions label {
  display: flex;
  flex-direction: column;
}

#changelist .paginator {
  border: none !important;
}

#changelist table tbody td.action-checkbox {
  display: none;
}

#changelist table thead th.action-checkbox-column {
  display: none;
}

#user-tools {
  color: #3A98E5;
  font-size: 12px;
}

#user-tools a {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #4A6382;
  text-transform: none;
  text-transform: none;
}

.header-user-name {
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  color: #4A6382;
  text-transform: none;
  margin-right: 12px;
}
  
.breadcrumbs {
  display: none;
}

.inline-group .tabular td.original p {
  display: none;
}

.main.shifted>#nav-sidebar+.content {
  max-width: calc(100% - 23px);
}

.object-tools a:link,
.object-tools a:visited {
  background-color: #3A98E5;
  text-align: center;
}

.object-tools a.viewsitelink,
.object-tools a.golink,
.object-tools a.addlink {
  background-position: left 7px center;
  padding-left: 26px;
  padding-top: 5px;
}

.inline-group .tabular tr.add-row td a {
  border: 1px solid #3A98E5;
  color: #3A98E5 !important;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 204px !important;
  height: 40px !important;
  font-weight: bold;
}

.inline-group ul.tools a.add,
.inline-group div.add-row a,
.inline-group .tabular tr.add-row td a {
  background: url(../img/plus.svg) 0 0 no-repeat !important;
  background-position: left 10px center !important;
  font-size: 14px !important;
  width: 204px !important;
}

.default {
  background-color: #3A98E5 !important;
  color: white !important;
  font-weight: bold !important;
}

.module h2 {
  display: none;
}

.form-row div label {
  min-width: 160px;
  width: auto;
  color: #9EAFC2;
}