/**** BUILT-IN OVERRIDES ****/
.addlink, .viewsitelink {
  padding: 0 25px 0 12px !important;
}

.ai-generator button.default[disabled] {
  background-color: #ddd!important;
}

body {
  font-family: Heebo, sans-serif !important;
}

body a.section:link, a.section:visited {
  color: #fff;
}

button.loading img {
  margin-left: 10px
}

.button {
  background: #609ab6;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 10px 15px;
}

#branding span {
  bottom: 13px;
  font-size: 10px;
  font-weight: bold;
  position: relative;
}

button.default, a.btn {
  background-color: #0bf !important;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  text-decoration: none;
}

.change-list .filtered .results {
  margin-right: 0;
}

#changelist .actions {
  background: #79aec8;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  width: calc(100% - 20px);
}

#changelist .actions .button {
  border-width: 0;
  margin: 0 5px;
  text-transform: uppercase;
}

#changelist .actions select {
  background: white;
}

#changelist-form .actions label {
  color: white;
}

#changelist-form .results {
  overflow-x: unset;
}

#changelist table thead th {
  background: #eaeaea;
  border-top-width: 0;
  font-size: 12px;
  white-space: normal;
}

#changelist table thead th a {
  text-decoration: underline;
}

#changelist #toolbar {
  margin: 0;
}

#changelist #toolbar form input[type=submit] {
  margin: 0 10px;
  text-transform: uppercase;
}

#content h1 {
  display: none;
}

#content-related {
  background: #eee;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 54px;
}

.dashboard #content {
  width: calc(100% - 305px);
}

.db-block {
  float: left;
  margin-bottom: 20px;
  width: 50%;
}

.db-block div {
  padding-right: 15px;
}

.db-block td {
  font-size: 14px;
}

.db-block.clear {
  clear: left;
}

div.breadcrumbs {
  background: #777;
  color: white;
  font-size: 13px;
  padding: 6px;
}

div.breadcrumbs a {
  color: #fff;
  font-weight: bold !important;;
}

div.breadcrumbs a:hover {
  color: white;
  text-decoration: underline;
}

div.error {
  background: #fcc;
  border: 1px solid red;
  border-radius: 5px;
  padding: 10px 15px;
}

div.success {
  background: #dfd;
  border: 1px solid green;
  border-radius: 5px;
  padding: 10px 15px;
}

#editing {
  background: white;
  border: 2px solid #ccc;
  border-radius: 5px;
  bottom: 10px;
  padding: 10px;
  position: fixed;
  right: 10px;
}

.filter-files-container .filter-search-wrapper {
  float: none;
  overflow: hidden;
}

form .form-row {
  overflow: unset;
}

form .form-row > div {
  display: table;
  width: 100%;
}

form .related-widget-wrapper {
  float: left !important;
  overflow: unset;
  width: calc(100% - 180px);
}

form .tabular .related-widget-wrapper {
  width: 100%;
}

.form-row label {
  text-transform: capitalize;
}

.form-row.field-instructions label {
  font-weight: bold;
  text-transform: uppercase;
}

#header {
  background: #333;
  color: white;
  height: auto;
  line-height: initial;
  padding: 5px 20px;
}

#header a:link, #header a:visited {
  color: #fff;
}

.tabular.inline-related textarea {
  min-width: 250px;
}

.field-permissions .my-multiselect select, .field-user_permissions .my-multiselect select {
  max-width: 500px;
}

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

.inline-group .tabular tr.has_original td {
  padding-top: 8px;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], input[type=tel], textarea, select, .vTextField {
  background-color: white;
}

input, textarea, select, .form-row p, form .button {
  font-family: Heebo, sans-serif !important;
}

input.vURLField {
  width: auto;
}

.login #content-main {
  margin-left: 0;
}

.module h2 {
  font-weight: bold;
  text-transform: uppercase;
}

/*.module h2, .module caption, .inline-group h2 {*/
/*background: #e51b24;*/
/*}*/

.module select {
  overflow-y: scroll;
}

.module .readonly h2 {
  background: none;
  color: black;
  text-transform: none;
  font-weight: normal;
}

.my-multiselect button {
    color: #0bf;
}

.object-tools {
  padding: 0;
  position: absolute;
  margin: 0;
  right: 20px;
  top: 57px;
}

.object-tools a:link, .object-tools a:visited {
  margin-top: 1px;
  padding: 0 12px;
}

.recent-actions-module {
  background: inherit;
}

:root {
  --body-bg: none;
}

body table thead th.sorted .sortoptions a.sortremove:focus:after,
body table thead th.sorted .sortoptions a.sortremove:hover:after {
  color: #51626f;
}

body td, th {
  font-family: Heebo, sans-serif;
}

.submit-row {
  display: block;
}

.submit-row input {
  float: right;
  margin-left: 10px;
}

.submit-row a {
  float: left;
}

#user-tools {
  margin: 10px 0 0 20px;
}

/**** END BUILT-IN OVERRIDES ****/

/**** COMMON CUSTOM CSS ****/
.change {
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}

.change span {
  padding: 0 5px;
}

.change .add {
  background: #BFB;
}

.change .rm {
  background: #FBB;
  opacity: 0.6;
  text-decoration: line-through;
}

.change.reject .add {
  background: #BFB;
  opacity: 0.6;
  text-decoration: line-through;
}

.change.reject .rm {
  background: #FBB;
  opacity: 1;
  text-decoration: none;
}

.ai-generator h3 {
  margin: 10px 0;
  padding: 0;
}

.ai-generator table {
  margin-bottom: 10px;
  width: calc(100% - 20px);
}

.ai-generator td:first-child {
  padding-top: 17px;
  vertical-align: top;
  width: 100px;
}

.ai-generator input {
  width: 100%;
}

.ai-generator input[type=checkbox] {
  margin: 0 10px 0 0;
  width: auto;
}

.ai-generator .pane {
  margin: 10px 0;
}

.ai-generator .pane table {
  margin: 0;
  width: auto;
}

.ai-generator .pane td {
  background: white;
}

.ai-generator.proof .suggestions {
  margin: 20px;
}

.ai-generator.proof .result td:first-child, .ai-generator.proof .result td:last-child {
  padding: 15px;
  width: 47%;
}

.ai-generator.proof .result td:nth-child(2) {
  background: #eee;
  font-size: 40px;
  text-align: center;
}

.ai-generator .result img {
  border: 5px solid white;
  margin: 5px;
  width: 500px;
}

.ai-generator .result img.selected {
  border: 5px solid #0bf;
}

.ai-generator td {
  border-width: 0
}

.ai-generator textarea {
  height: 70px;
  width: 100%;
}

.cke {
  min-width: 400px;
}

#content-index {
  margin: 0 15px;
}

#content-index h2 {
  margin-top: 8px;
}

#content-index h2 span {
  font-size: 10px;
  padding-left: 10px;
  vertical-align: middle;
}

.dg-html-thumb .about .icon {
  font-size: 25px;
}

.dz-image .dg-html-thumb .about .icon {
  font-size: 45px;
}

.field-_changes .add, .field-_changes .rm {
  border-radius: 5px;
  display: inline-block;
  padding: 3px 5px;
}

.field-_changes .add {
  background: #BFB;
}

.field-_changes .div:after {
  content: ' . . . '
}

.field-_changes .end:after {
  content: '…'
}

.field-_changes .rm {
  background: #FBB;
  text-decoration: line-through;
}

.field-_changes b.header {
  background: #ddd;
  border-radius: 5px;
  display: block;
  margin-bottom: 5px;
  padding: 10px 15px;
}

.field-_changes b.header ~ div {
  padding: 5px 15px 10px;
}

.field-create_company table {
  width: 800px;
}

.field-create_company input {
  width: 100%;
}

.field-_days_off .flex-container {
  display: block;
}

#filerobot-image-editor div[title="Reset"], #filerobot-image-editor div[title="Undo"], #filerobot-image-editor div[title="Redo"] {
  display: none;
}
#id_more, #id_code, #id_html, #id_style, #in_sections-group .field-html input, #in_sections-group .field-html textarea {
  background: #333;
  color: white;
  font-family: monospace!important;
  height: 250px;
  line-height: 1.5;
  padding: 10px 10px;
  width: 700px!important;
}
#id_more, #in_sections-group .field-html input {
  height: auto;
}
#in_sections-group th:nth-child(6), #in_sections-group th:nth-child(7),
#in_sections-group td:nth-child(6), #in_sections-group td:nth-child(7) {
  display: none;
}
.module.aligned .form-row .dropzone {
  float: left;
  width: 75%;
}

.my-multiselect button {
  color: #0bf;
}

.my-multiselect .search input {
  width: calc(100% - 12px);
}

.pane {
  background: #eee;
  border-radius: 5px;
  padding: 15px;
}

.progress {
  background-color: #e9ecef;
  border-radius: .25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  font-size: 1rem;
  height: 35px;
  line-height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
  background-color: #007bff;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  color: #fff;
  display: flex;
  flex-direction: column;
  float: left;
  font-size: 1rem;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: width .6s ease;
  white-space: nowrap;
  width: 0;
  z-index: 1;
}

.progress .process {
  font-weight: bold;
  height: 100%;
  padding: 11px 15px;
  position: absolute;
  line-height: 1;
  right: 0;
  top: 0;
}

.pulsate {
  animation: pulsate 3s linear infinite;
  opacity: 0.3;
}

#quick-links div, #to-do div {
  clear: both;
}

#quick-links li, #to-do li {
  float: left;
  list-style-type: none;
  margin-right: 15px;
}

#quick-links td:first-child, #to-do td:first-child {
  font-weight: bold;
}

.in_navigation {
  color: red;
}

#save-buttons-top {
  float: right;
  margin-right: 10px;
}

#save-buttons-top input {
  background: transparent;
  border: none;
  padding: 0 3px;
  margin: 0 7px;
}

#scraper-notes {
  padding: 10px;
}

#scraperresult_set-group input {
  max-width: 175px;
}

#scraperresult_set-group th:nth-child(3), #scraperresult_set-group th:nth-child(4), #scraperresult_set-group th:last-child, #scraperresult_set-group td:nth-child(3), #scraperresult_set-group td:nth-child(4), #scraperresult_set-group td:last-child, #scraperresult_set-group .field-body p, #scraperresult_set-group .editable-fields {
  display: none;
}

#scraperresult_set-group .field-body input {
  margin-right: 10px;
}

select {
  background: white;
  border: 1px solid #ddd;
}

select[multiple] {
  height: unset;
  min-height: 0;
}

#server {
  font-size: smaller;
  font-variant-caps: small-caps;
  text-align: right;
  padding: 10px 15px
}

#shortcuts {
  background: #eee;
  font-size: 12px;
  text-transform: uppercase;
}

#shortcuts a {
  border-radius: 5px;
  color: #447e9b;
  display: inline-block;
  margin: 5px 0;
  padding: 3px 8px;
  position: relative;
}

#shortcuts a:hover {
  background: #ddd;
}

#shortcuts .count {
  background: #79aec8;
  border-radius: 10px;
  color: white;
  font-size: 10px;
  min-width: 13px;
  padding: 4px;
  position: absolute;
  right: -9px;
  text-align: center;
  top: -11px;
}

.sponsored {
  text-decoration: underline;
}
td, th {
  vertical-align: middle;
}

.video-16x9 {
  position: relative;
}

.video-16x9:after {
  content: '';
  display: block;
  padding-bottom: 57%;
}

.video-16x9 > iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}

.vLargeTextField {
  width: auto;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }
  to {
    background-position: 0 0
  }
}

@keyframes pulsate {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    opacity: 0.3;
  }
}