h1#logo {
    color: #ffffff;
}
img.logo {
    max-width:20%;
}

img.full-logo {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

#branding {
  background-color: white;
}

.select2-container .select2-selection--multiple {
    border: 1px solid #ccc;
    min-height: inherit;
}

.select2-container--admin-autocomplete {
    background-color: white;
}

.select2-container--admin-autocomplete .select2-selection--single,
.select2-container--admin-autocomplete .select2-selection--multiple {
  border: 1px solid #ccc;
}

.select2-container--default.select2-container--focus,
.select2-container--admin-autocomplete.select2-container--focus
{
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--admin-autocomplete.select2-container--focus .select2-selection--multiple {
    border-color: rgba(82, 168, 236, 0.8);
}

.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__clear {
    position: relative;
}

.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.select2-selection__choice__remove {
    color: rgb(153, 153, 153);
}


/* autocomplete dropdown menu item hover background */
.select2-container--admin-autocomplete .select2-results__option--highlighted[aria-selected] {
    color: white;
    background-color: rgb(121, 174, 200);
}


.select-feedthrough-filter .select-feedthrough-pane {
    display: block;
    margin-bottom: 2em;
}
.select-feedthrough-filter .select-feedthrough-pane h2 {
    font-size: 12px;
    margin-left: 5px;
}

.has-shortcut-tooltip + .tooltip .tooltip-inner {
    padding: 2px 5px;
}

.has-shortcut-tooltip + .tooltip.right .tooltip-inner {
    text-align: left;
    width: 180px;
}

#command-palette select {
    width: 100%;
}

#command-palette .modal-header {
    background: linear-gradient(135deg, #c54747 0%, #894ca9 100%);
    border-radius: 4px 4px 0 0;
    padding: 3px 15px 3px 3px;
}

#command-palette .modal-header h3 {
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.5);
}

.select2-subtext {
    color: #848484;
}

.select2-results__option--highlighted .select2-subtext {
    color: #fff;
}

#changelist-form tr[class^="row"] td, #changelist-form tr[class^="row"] th {
    line-height: 30px;
}

#changelist-form td.field-status, #changelist-form td.field-status select {
    width: 120px;
}

.text-right .select2-container {
    text-align: left;
}

.error .select2-selection {
    border-color: #b94a48;
}

#suit-left {
    left: 0;
    position: absolute;
    margin-left: 0;
}

.skip-to-content-link {
    display: none;
}

/* COPIED FROM OLD VERSION OF DJANGO SUIT
I modified the selectors to match the old HTML as well.
*/
body.suit_layout_vertical #container .breadcrumbs {
    display: block;
    position: absolute;
    padding: 1.5rem 1.875rem;
    left: 230px;
}
.breadcrumbs {
    font-size: 0.929rem;
    color: #687086;
    position: relative;
}

/* END COPIED FROM DJANGO SUIT */


/*
Because Django Suit 2.0 changed their html, I mimic the filter wrapping behavior with
updated selectors and a media query.
*/
.base-svgs {
  display: none;
}

#changelist, #changelist.filtered {
  flex-wrap: nowrap;
}

#changelist .changelist-form-container {
    margin-right: 2rem;
    width: 100%;
}

@media only screen and (max-width:1365px) {
  #changelist, #changelist.filtered {
    flex-wrap: wrap;
  }

  #changelist .changelist-form-container {
    margin-right: 0;
  }
}

.main {
    width: 100%;
}

div#main {
    margin-top: 40px;
}

.app-djangoreports.model-report #main,
.app-dbtemplates.model-template #main {
    width: 100%;
}

.app-djangoreports.model-report.change-form .field-content .widget-AdminTextareaWidget,
.app-dbtemplates.model-template.change-form .field-content .widget-Textarea {
    flex-basis: 100%;
    max-width: 100%;
}

.app-djangoreports.model-report.change-form .field-content label,
.app-dbtemplates.model-template.change-form .field-content label {
    text-align: left;
}

.app-djangoreports.model-report.change-form .field-description #id_description_editor {
    height: 50px !important;
}

#result_list thead > tr th, .tabular table thead > tr th, table#change-history thead > tr th {
    background-color: #9fa2ab;
}
img.help.help-tooltip {
    width: auto;
    height: 1em;
    cursor: help;
}

div#id_content_editor {
    height: 500px;
}

.field-kwargs .monaco-editor {
    height: 200px !important;
}
