@import '@fortawesome/fontawesome-free/css/all.css';
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

th {
  font-weight: normal;
}

abbr[title] {
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

code {
  display: block;
  background-color: #272822;
  padding: 5px;
  color: white;
}

hr {
  border: 1px solid #e4eaec;
  color: #4bacfe;
  margin: 10px auto 25px auto;
}

.button {
  background-color: #4bacfe;
  color: #fff;
  border: none;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  -o-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  cursor: pointer;
  padding: 5px 8px;
  font-size: 16px;
}
.button:active, .button:focus {
  outline: 0;
}
.button.disabled, .button:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
.button:hover {
  background-color: rgb(125.7182320442, 195.3867403315, 254.2817679558);
}
.button:active, .button:focus {
  background-color: rgb(24.2817679558, 148.6132596685, 253.7182320442);
}
.button:disabled {
  background-color: #4bacfe;
}
.button.small {
  padding: 2px 9px;
  font-size: 12px;
}
.button.large {
  padding: 10px;
  font-size: 18px;
}
.button.action {
  margin-right: 4px;
}

.columns {
  display: flex;
  flex-wrap: wrap;
}

.columns {
  display: flex;
  flex-wrap: wrap;
}

.comments {
  margin-top: 20px;
}
.comments:after {
  content: "";
  display: block;
  clear: both;
}
.comments h3 {
  margin: 0 0 10px 0;
}
.comments .panel_contents .empty {
  margin-bottom: 10px;
  display: inline-block;
}
.comments .active_admin_comment:not(#new_active_admin_comment) {
  margin-bottom: 20px;
  border: 1px solid #e4eaec;
}
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta {
  background-color: #f5f5f5;
  padding: 8px 10px;
}
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta .active_admin_comment_author {
  margin: 0;
  display: inline-block;
}
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta span {
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
}
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method=delete] {
  background-color: #4bacfe;
  color: white;
  border: none;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  -o-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  cursor: pointer;
  padding: 2px 9px;
  font-size: 12px;
  float: right;
}
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method=delete]:active, .comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method=delete]:focus {
  outline: 0;
}
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method=delete].disabled, .comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method=delete]:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method=delete]:hover {
  background-color: rgb(125.7182320442, 195.3867403315, 254.2817679558);
}
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method=delete]:active, .comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method=delete]:focus {
  background-color: rgb(24.2817679558, 148.6132596685, 253.7182320442);
}
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method=delete]:disabled {
  background-color: #4bacfe;
}
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_body {
  padding: 0 10px;
}
.comments .pagination_information {
  margin-bottom: 20px;
}

#ui-datepicker-div {
  background-color: #fff;
  padding: 5px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 3 !important;
  padding: 8px 10px;
}
#ui-datepicker-div .ui-datepicker-header {
  margin-bottom: 10px;
}
#ui-datepicker-div .ui-datepicker-header:after {
  content: "";
  display: block;
  clear: both;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  background-color: #4bacfe;
  color: #fff;
  border: none;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  -o-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  cursor: pointer;
  padding: 2px 5px;
  font-size: 14px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:active, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:focus, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:active, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:focus {
  outline: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.disabled, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:disabled, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.disabled, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover {
  background-color: rgb(125.7182320442, 195.3867403315, 254.2817679558);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:active, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:focus, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:active, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:focus {
  background-color: rgb(24.2817679558, 148.6132596685, 253.7182320442);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:disabled, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:disabled {
  background-color: #4bacfe;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  float: left;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  float: right;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  border: none;
  text-align: center;
}

.ui-dialog {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px 10px;
  z-index: 1;
}
.ui-dialog:focus, .ui-dialog:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}
.ui-dialog .ui-button {
  background-color: #4bacfe;
  color: #fff;
  border: none;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  -o-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  cursor: pointer;
  border: 0;
  margin-right: 5px;
  padding: 5px 10px;
}
.ui-dialog .ui-button:active, .ui-dialog .ui-button:focus {
  outline: 0;
}
.ui-dialog .ui-button.disabled, .ui-dialog .ui-button:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
.ui-dialog .ui-button:hover {
  background-color: rgb(125.7182320442, 195.3867403315, 254.2817679558);
}
.ui-dialog .ui-button:active, .ui-dialog .ui-button:focus {
  background-color: rgb(24.2817679558, 148.6132596685, 253.7182320442);
}
.ui-dialog .ui-button:disabled {
  background-color: #4bacfe;
}
.ui-dialog .ui-dialog-titlebar-close {
  display: none;
}

.flash {
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #76838f;
  color: #fff;
}

.flash_alert, .flash_error {
  background-color: #dc4747;
  color: #fff;
}

.flash_warning {
  background-color: #f2a654;
  color: #fff;
}

.flash_notice {
  background-color: #46be8a;
  color: #fff;
}

.flash_info {
  background-color: #57c7d4;
  color: #fff;
}

.label {
  display: inline-block;
  margin-bottom: 5px;
}

.input {
  margin-bottom: 20px;
}
.input.hidden {
  margin: 0;
}

#active_admin_content form li {
  list-style: none;
}
#active_admin_content form legend:not(.label) {
  margin-bottom: 28px;
  font-size: 18px;
  display: block;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
#active_admin_content form .error input, #active_admin_content form .error select, #active_admin_content form .error textarea {
  border-color: #dc4747;
  background-color: rgba(220, 71, 71, 0.1);
}
#active_admin_content form input:not([disabled]):not([type=submit]).error, #active_admin_content form select.error, #active_admin_content form textarea.error {
  border-color: #dc4747;
  background-color: rgba(220, 71, 71, 0.1);
}
#active_admin_content form .inline-hints {
  margin: 5px 0 20px 25%;
  font-size: 14px;
  font-style: italic;
}
#active_admin_content form .inline-errors, #active_admin_content form label.error {
  color: #dc4747;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
}
#active_admin_content form label.error {
  display: block;
  margin-left: 25%;
}
#active_admin_content form .button.has_many_remove {
  background-color: transparent;
  color: #B02B2C;
  border: 1px solid transparent;
  padding: 4px 8px;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  -o-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  cursor: pointer;
}
#active_admin_content form .button.has_many_remove:active, #active_admin_content form .button.has_many_remove:focus {
  outline: 0;
}
#active_admin_content form .button.has_many_remove.disabled, #active_admin_content form .button.has_many_remove:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
#active_admin_content form .button.has_many_remove:hover {
  color: #B02B2C;
  background-color: rgba(228, 234, 236, 0.3);
}
#active_admin_content form .button.has_many_remove:active, #active_admin_content form .button.has_many_remove:focus {
  background-color: rgba(228, 234, 236, 0.3);
  color: #B02B2C;
}
#active_admin_content form .button.has_many_add {
  background-color: #fff;
  color: #4bacfe;
  border: 1px solid #4bacfe;
  padding: 4px 8px;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  -o-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  cursor: pointer;
}
#active_admin_content form .button.has_many_add:active, #active_admin_content form .button.has_many_add:focus {
  outline: 0;
}
#active_admin_content form .button.has_many_add.disabled, #active_admin_content form .button.has_many_add:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
#active_admin_content form .button.has_many_add:hover {
  color: #fff;
  background-color: #4bacfe;
}
#active_admin_content form .button.has_many_add:active, #active_admin_content form .button.has_many_add:focus {
  background-color: rgb(24.2817679558, 148.6132596685, 253.7182320442);
  color: #fff;
}
#active_admin_content .actions .action {
  display: inline-block;
  margin-right: 10px;
}
#active_admin_content .actions .action input[type=submit] {
  line-height: 43px;
}
#active_admin_content .actions .cancel {
  display: inline-block;
}

input[type=text], input[type=email], input[type=password],
input[type=tel], input[type=date], input[type=datetime-local],
input[type=month], input[type=range], input[type=search],
input[type=time], input[type=url], input[type=week],
input[type=number], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.57142857;
  color: #5a5a5a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4eaec;
  outline: 0;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus,
input[type=tel]:focus, input[type=date]:focus, input[type=datetime-local]:focus,
input[type=month]:focus, input[type=range]:focus, input[type=search]:focus,
input[type=time]:focus, input[type=url]:focus, input[type=week]:focus,
input[type=number]:focus, textarea:focus {
  border-color: #4bacfe;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -o-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled,
input[type=tel]:disabled, input[type=date]:disabled, input[type=datetime-local]:disabled,
input[type=month]:disabled, input[type=range]:disabled, input[type=search]:disabled,
input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled,
input[type=number]:disabled, textarea:disabled {
  opacity: 0.6;
}
input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus, input[type=email]:-webkit-autofill, input[type=email]:-webkit-autofill:hover, input[type=email]:-webkit-autofill:focus, input[type=password]:-webkit-autofill, input[type=password]:-webkit-autofill:hover, input[type=password]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus, input[type=date]:-webkit-autofill, input[type=date]:-webkit-autofill:hover, input[type=date]:-webkit-autofill:focus, input[type=datetime-local]:-webkit-autofill, input[type=datetime-local]:-webkit-autofill:hover, input[type=datetime-local]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:hover,
input[type=month]:-webkit-autofill:focus, input[type=range]:-webkit-autofill, input[type=range]:-webkit-autofill:hover, input[type=range]:-webkit-autofill:focus, input[type=search]:-webkit-autofill, input[type=search]:-webkit-autofill:hover, input[type=search]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:hover,
input[type=time]:-webkit-autofill:focus, input[type=url]:-webkit-autofill, input[type=url]:-webkit-autofill:hover, input[type=url]:-webkit-autofill:focus, input[type=week]:-webkit-autofill, input[type=week]:-webkit-autofill:hover, input[type=week]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #5a5a5a;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #4bacfe;
  color: white;
  border: none;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  -o-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  cursor: pointer;
  width: 100%;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 500;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  border: none;
  cursor: pointer;
}
input[type=submit]:active, input[type=submit]:focus {
  outline: 0;
}
input[type=submit].disabled, input[type=submit]:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
input[type=submit]:hover {
  background-color: rgb(125.7182320442, 195.3867403315, 254.2817679558);
}
input[type=submit]:active, input[type=submit]:focus {
  background-color: rgb(24.2817679558, 148.6132596685, 253.7182320442);
}
input[type=submit]:disabled {
  background-color: #4bacfe;
}

input[type=checkbox] {
  height: 15px;
  width: 15px;
  -webkit-appearance: none !important;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  -o-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  cursor: pointer;
}
input[type=checkbox]:focus {
  outline: 0;
}
input[type=checkbox]:checked {
  border-color: #4bacfe;
  background-color: #4bacfe !important;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 2px solid #4bacfe;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 1px 5px 1px 1px;
  display: inline-flex;
  -webkit-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  -o-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
}
input[type=radio]:focus {
  outline: 0;
}
input[type=radio]:checked {
  background-color: #4bacfe;
}

select {
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4eaec;
  outline: 0;
  border-radius: 3px;
  font-size: 14px;
  color: #5a5a5a;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}
select:focus {
  border-color: #4bacfe;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -o-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

textarea {
  min-height: 80px;
  height: auto;
  padding: 5px 10px;
}

.pagination {
  font-size: 13px;
  margin-bottom: 10px;
}
.pagination .page {
  text-align: center;
}
.pagination .page a, .pagination .next a, .pagination .last a, .pagination .first a, .pagination .prev a {
  padding: 0.3rem 0.4rem;
  color: #5a5a5a;
  -webkit-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  -o-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
}
.pagination .page a:hover, .pagination .next a:hover, .pagination .last a:hover, .pagination .first a:hover, .pagination .prev a:hover {
  color: #4bacfe;
}
.pagination .page.current {
  background-color: #4bacfe;
  color: #fff;
  border-radius: 3px;
  padding: 0.3rem 0.4rem;
  cursor: normal;
}

.panel_contents .paginated_collection #index_footer {
  margin: 10px;
  text-align: right;
  font-size: 12px;
}
.panel_contents th {
  text-align: left;
  padding: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  color: #5a5a5a;
  font-size: 14px;
}

.select2-container .select2-selection--single {
  height: 36px;
  outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

.select2-container--default .select2-selection--single {
  border-color: #e4eaec;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
}

.select2-dropdown {
  border-color: #e4eaec;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #4bacfe;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e4eaec;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #eee;
}

.select2-search--dropdown .select2-search__field {
  padding-left: 12px;
}

.select2-results {
  font-size: 14px;
}

.select2-results__option {
  padding-left: 12px;
}

.status_tag {
  background: #cacaca;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 3px 5px 2px 5px;
  font-size: 0.8em;
  border-radius: 3px;
}
.status_tag.ok, .status_tag.published, .status_tag.complete, .status_tag.completed, .status_tag.green, .status_tag.yes {
  background-color: #46be8a;
}
.status_tag.cancel, .status_tag.red, .status_tag.no {
  background-color: #dc4747;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table:not(.index_table) {
  border-radius: 3px;
  margin-bottom: 10px;
}

thead tr {
  border: 1px solid #e4eaec;
  background-color: #e4eaec;
}

thead th {
  font-size: 12px;
  text-align: left;
}
thead th a {
  color: #526069;
  font-weight: normal;
  width: 100%;
  display: inline-block;
  padding: 4px 20px 4px 4px;
}
@media screen and (min-width: 768px) {
  thead th a {
    padding: 8px 20px 8px 8px;
  }
}
thead th.col-selectable {
  padding-left: 4px;
}
@media screen and (min-width: 768px) {
  thead th.col-selectable {
    padding-left: 8px;
  }
}

tbody tr th {
  font-size: 14px;
}
tbody tr td {
  padding: 4px;
  vertical-align: middle;
  color: #5a5a5a;
  font-size: 12px;
}
tbody tr td.col-actions {
  padding: 6px 8px;
}
@media screen and (min-width: 768px) {
  tbody tr td {
    padding: 8px;
  }
}

.index_as_table tbody tr {
  border: 1px solid #e4eaec;
}
.index_as_table tbody tr:hover {
  background-color: rgba(228, 234, 236, 0.3);
}

.tabs.ui-tabs {
  border: 1px solid #e4eaec;
}
.tabs.ui-tabs .nav {
  border-bottom: 1px solid #e4eaec;
}
.tabs.ui-tabs .nav li {
  display: inline-block;
  text-align: center;
}
.tabs.ui-tabs .nav li:focus {
  outline: 0;
}
.tabs.ui-tabs .nav li a {
  color: #5a5a5a;
  display: inline-block;
  padding: 15px 25px;
  -webkit-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  -o-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
}
.tabs.ui-tabs .nav li a:focus {
  outline: 0;
}
.tabs.ui-tabs .nav li.ui-tabs-active {
  border-bottom: 2px solid #4bacfe;
}
.tabs.ui-tabs .nav li.ui-tabs-active a {
  color: #4bacfe;
}
.tabs.ui-tabs .tab-content {
  padding: 10px 20px;
}

#sidebar {
  width: 230px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
}
@media screen and (min-width: 1400px) {
  #sidebar {
    width: 270px;
  }
}
#sidebar .sidebar_section {
  padding: 15px 20px;
  overflow-y: scroll;
  max-height: 80vh;
}
#sidebar .sidebar_section h3 {
  margin: 0 0 10px 0;
}
#sidebar .sidebar_section .label {
  display: block;
  text-align: left;
}
#sidebar .sidebar_section .input {
  margin-bottom: 10px;
}
#sidebar .sidebar_section .input input, #sidebar .sidebar_section .input select {
  height: 36px;
  padding: 3px 5px;
  font-size: 14px;
}
#sidebar .sidebar_section .select_and_search input, #sidebar .sidebar_section .select_and_search select {
  width: 50%;
  display: inline-block;
}
#sidebar .sidebar_section .select_and_search input {
  float: right;
}
#sidebar .sidebar_section .filter_select select {
  width: 100%;
}
#sidebar .sidebar_section .filter_date_range input {
  width: 50%;
  display: inline-block;
}
#sidebar .sidebar_section .filter_date_range input:nth-child(2) {
  float: left;
}
#sidebar .sidebar_section input[type=submit] {
  width: auto;
  line-height: 31px;
  margin-right: 10px;
}
#sidebar .sidebar_section.panel {
  position: relative;
}
#sidebar #search-status-_sidebar_section {
  font-size: 14px;
}
#sidebar .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.search_select_filter .select2.select2-container, .filter_boolean .select2.select2-container {
  width: 100% !important;
}

.footer {
  display: inline-block;
  padding: 0 15px;
}

body.active_admin.logged_in {
  padding-top: 50px;
}
@media screen and (min-width: 576px) {
  body.active_admin.logged_in {
    padding-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  body.active_admin.logged_in {
    padding-left: 200px;
  }
}
@media screen and (min-width: 1400px) {
  body.active_admin.logged_in {
    padding-left: 250px;
  }
}
body.active_admin.logged_in #active_admin_content {
  padding: 20px 0;
}
body.active_admin.logged_in #active_admin_content:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 992px) {
  body.active_admin.logged_in #active_admin_content {
    padding: 20px 25px;
  }
}

.header .site_title {
  width: 160px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 576px) {
  .header .site_title {
    width: 200px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .header .site_title {
    width: 250px;
  }
}
.header .site_title #site_title_image {
  height: 100%;
  padding: 6px 0;
}
.header #utility_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 50px;
  width: calc(100% - 160px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  text-align: right;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.header #utility_nav:before {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 900 normal normal 14px/1 "Font Awesome 6 Free", "Font Awesome 6 Pro";
  content: "\f0c9";
  display: inline;
  visibility: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  color: #5a5a5a;
  padding: 15px 0;
  text-align: center;
  width: 40px;
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  .header #utility_nav {
    height: 60px;
    width: calc(100% - 200px);
  }
  .header #utility_nav:before {
    padding: 20px 0;
  }
}
@media screen and (min-width: 992px) {
  .header #utility_nav:before {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .header #utility_nav {
    width: calc(100% - 250px);
  }
}
.header #utility_nav li {
  display: inline-block;
  -webkit-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  -o-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
}
.header #utility_nav li:hover {
  background-color: #f5f5f5;
}
.header #utility_nav li:active {
  background-color: #f0f0f0;
}
.header #utility_nav #current_user a {
  color: transparent;
  position: relative;
  width: 50px;
  height: 49px;
  display: inline-block;
}
.header #utility_nav #current_user a:before {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 900 normal normal 14px/1 "Font Awesome 6 Free", "Font Awesome 6 Pro";
  content: "\f007";
  display: inline;
  visibility: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  color: #5a5a5a;
  padding: 15px 0;
  text-align: center;
  width: 50px;
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  .header #utility_nav #current_user a {
    width: 60px;
    height: 59px;
  }
  .header #utility_nav #current_user a:before {
    padding: 20px 0;
    width: 60px;
  }
}
.header #utility_nav #logout {
  min-width: 50px;
  min-height: 49px;
  float: right;
}
.header #utility_nav #logout a {
  color: transparent;
  position: relative;
  width: 50px;
  display: block;
}
.header #utility_nav #logout a:before {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 900 normal normal 14px/1 "Font Awesome 6 Free", "Font Awesome 6 Pro";
  content: "\f2f5";
  display: inline;
  visibility: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  color: #5a5a5a;
  padding: 15px 0;
  text-align: center;
  width: 50px;
  font-size: 20px;
}
@media screen and (min-width: 576px) {
  .header #utility_nav #logout {
    min-width: 60px;
    min-height: 59px;
  }
  .header #utility_nav #logout a {
    width: 60px;
    height: 59px;
  }
  .header #utility_nav #logout a:before {
    padding: 20px 0;
    width: 60px;
  }
}

#title_bar {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  margin: 15px 0 0 0;
  padding: 8px 10px;
}
#title_bar:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 992px) {
  #title_bar {
    padding: 8px 20px;
    border-radius: 3px;
    margin: 15px 25px 0 25px;
  }
}
#title_bar #titlebar_left {
  display: inline-block;
  float: left;
  line-height: 29px;
}
#title_bar #titlebar_left h2 {
  display: inline-block;
  font-size: 16px;
}
#title_bar #titlebar_right {
  display: inline-block;
  float: right;
}
#title_bar #titlebar_right .action_item a {
  background-color: #4bacfe;
  color: #fff;
  border: none;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  -o-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  cursor: pointer;
  padding: 5px 8px;
}
#title_bar #titlebar_right .action_item a:active, #title_bar #titlebar_right .action_item a:focus {
  outline: 0;
}
#title_bar #titlebar_right .action_item a.disabled, #title_bar #titlebar_right .action_item a:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
#title_bar #titlebar_right .action_item a:hover {
  background-color: rgb(125.7182320442, 195.3867403315, 254.2817679558);
}
#title_bar #titlebar_right .action_item a:active, #title_bar #titlebar_right .action_item a:focus {
  background-color: rgb(24.2817679558, 148.6132596685, 253.7182320442);
}
#title_bar #titlebar_right .action_item a:disabled {
  background-color: #4bacfe;
}
#title_bar #page_title {
  font-weight: normal;
  margin: 0;
}

#main_content_wrapper {
  float: left;
  width: 100%;
}
#main_content_wrapper:after {
  content: "";
  display: block;
  clear: both;
}

#active_admin_content.with_sidebar #main_content_wrapper {
  width: 100%;
}
@media screen and (min-width: 576px) {
  #active_admin_content.with_sidebar #main_content_wrapper #main_content {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
@media screen and (min-width: 992px) {
  #active_admin_content.with_sidebar #main_content_wrapper #main_content {
    margin-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  #active_admin_content.with_sidebar #main_content_wrapper #main_content {
    margin-right: 20px;
  }
}

#main_content {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  padding: 15px 10px;
}
@media screen and (max-width: 576px) {
  #main_content {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 992px) {
  #main_content {
    padding: 20px;
    border-radius: 3px;
  }
}

.header #tabs {
  width: 200px;
  height: calc(100% - 60px);
  position: fixed;
  top: 50px;
  background-color: #f5f5f5;
  border-right: 1px solid #e6e6e6;
  z-index: 1;
  overflow: auto;
  left: -200px;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
}
.header #tabs.tabs_open {
  left: 0;
}
@media screen and (min-width: 576px) {
  .header #tabs {
    top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .header #tabs {
    left: 0px !important;
  }
}
@media screen and (min-width: 1400px) {
  .header #tabs {
    width: 250px;
  }
}
.header #tabs li {
  width: 100%;
  font-size: 14px;
  line-height: 38px;
  cursor: pointer;
}
.header #tabs li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #5a5a5a;
  padding: 0 20px;
}
.header #tabs li a:hover {
  background-color: #f0f0f0;
}
.header #tabs li.current a {
  color: #4bacfe;
}
.header #tabs li.has_nested > a:nth-child(1) {
  position: relative;
}
.header #tabs li.has_nested > a:nth-child(1):after {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 900 normal normal 14px/1 "Font Awesome 6 Free", "Font Awesome 6 Pro";
  content: "\f0d7";
  display: inline;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #5a5a5a;
}
.header #tabs li.has_nested ul {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #eee;
  padding: 10px 0;
  cursor: auto;
  display: none;
}
.header #tabs li.has_nested ul a {
  padding: 0px 15px 0px 35px;
  color: #5a5a5a;
}
.header #tabs li.has_nested ul a:hover {
  background-color: #e7e7e7;
}
@media screen and (min-width: 1400px) {
  .header #tabs li.has_nested ul a {
    padding: 0px 15px 0px 40px;
  }
}
.header #tabs li.has_nested ul .current a {
  color: #4bacfe;
}
.header #tabs li.has_nested.open > a:nth-child(1), .header #tabs li.has_nested.current > a:nth-child(1) {
  position: relative;
}
.header #tabs li.has_nested.open > a:nth-child(1):after, .header #tabs li.has_nested.current > a:nth-child(1):after {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 900 normal normal 14px/1 "Font Awesome 6 Free", "Font Awesome 6 Pro";
  content: "\f0d8";
}
.header #tabs li.has_nested.open > ul, .header #tabs li.has_nested.current > ul {
  display: block;
}

#wrapper {
  display: flex;
  flex-direction: column;
}
#wrapper .flashes {
  order: -1;
}

body.logged_in.new #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.edit #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.create #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.update #active_admin_content.with_sidebar #main_content_wrapper {
  width: calc(100% - 230px);
}
@media screen and (min-width: 576px) {
  body.logged_in.new #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.edit #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.create #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.update #active_admin_content.with_sidebar #main_content_wrapper {
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  body.logged_in.new #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.edit #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.create #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.update #active_admin_content.with_sidebar #main_content_wrapper {
    padding-right: 0;
    width: calc(100% - 270px);
  }
}
body.logged_in.new #active_admin_content.with_sidebar #sidebar, body.logged_in.edit #active_admin_content.with_sidebar #sidebar, body.logged_in.create #active_admin_content.with_sidebar #sidebar, body.logged_in.update #active_admin_content.with_sidebar #sidebar {
  display: inline-block;
}
body.logged_in.new #active_admin_content.with_sidebar #sidebar tr:hover, body.logged_in.edit #active_admin_content.with_sidebar #sidebar tr:hover, body.logged_in.create #active_admin_content.with_sidebar #sidebar tr:hover, body.logged_in.update #active_admin_content.with_sidebar #sidebar tr:hover {
  background: rgba(243, 247, 249, 0.3);
}
body.logged_in.new form legend, body.logged_in.edit form legend, body.logged_in.create form legend, body.logged_in.update form legend {
  font-weight: normal;
}
body.logged_in.new fieldset.inputs, body.logged_in.edit fieldset.inputs, body.logged_in.create fieldset.inputs, body.logged_in.update fieldset.inputs {
  margin-bottom: 20px;
}
body.logged_in.new .input .label, body.logged_in.edit .input .label, body.logged_in.create .input .label, body.logged_in.update .input .label {
  padding-bottom: 5px;
  text-align: left;
  margin: auto 0;
  padding-top: 8px;
  text-align: right;
  font-size: 14px;
}
@media screen and (min-width: 576px) {
  body.logged_in.new .input .label, body.logged_in.edit .input .label, body.logged_in.create .input .label, body.logged_in.update .input .label {
    padding-bottom: 0;
    height: 25px;
    width: 25%;
    float: left;
    padding-right: 20px;
  }
}
@media screen and (min-width: 576px) {
  body.logged_in.new .input input, body.logged_in.new .input textarea, body.logged_in.edit .input input, body.logged_in.edit .input textarea, body.logged_in.create .input input, body.logged_in.create .input textarea, body.logged_in.update .input input, body.logged_in.update .input textarea {
    width: 50%;
  }
}
body.logged_in.new .input input[type=radio], body.logged_in.new .input textarea[type=radio], body.logged_in.edit .input input[type=radio], body.logged_in.edit .input textarea[type=radio], body.logged_in.create .input input[type=radio], body.logged_in.create .input textarea[type=radio], body.logged_in.update .input input[type=radio], body.logged_in.update .input textarea[type=radio] {
  width: 15px;
  float: left;
  margin-top: 3px;
}
body.logged_in.new .input input[type=checkbox], body.logged_in.new .input textarea[type=checkbox], body.logged_in.edit .input input[type=checkbox], body.logged_in.edit .input textarea[type=checkbox], body.logged_in.create .input input[type=checkbox], body.logged_in.create .input textarea[type=checkbox], body.logged_in.update .input input[type=checkbox], body.logged_in.update .input textarea[type=checkbox] {
  width: 15px;
  margin: 0 5px -2px 0;
}
@media screen and (min-width: 576px) {
  body.logged_in.new .input .select2-container, body.logged_in.edit .input .select2-container, body.logged_in.create .input .select2-container, body.logged_in.update .input .select2-container {
    width: 50% !important;
  }
}
body.logged_in.new .input .select2-container a, body.logged_in.edit .input .select2-container a, body.logged_in.create .input .select2-container a, body.logged_in.update .input .select2-container a {
  height: 30px;
  line-height: 30px;
}
body.logged_in.new .input select, body.logged_in.edit .input select, body.logged_in.create .input select, body.logged_in.update .input select {
  min-width: 50%;
  height: 30px;
}
body.logged_in.new .input select[multiple], body.logged_in.edit .input select[multiple], body.logged_in.create .input select[multiple], body.logged_in.update .input select[multiple] {
  height: 100px;
}
body.logged_in.new .input .fragment, body.logged_in.edit .input .fragment, body.logged_in.create .input .fragment, body.logged_in.update .input .fragment {
  margin-right: 10px;
}
body.logged_in.new .input .fragment label, body.logged_in.edit .input .fragment label, body.logged_in.create .input .fragment label, body.logged_in.update .input .fragment label {
  padding-right: 5px;
}
body.logged_in.new .input .fragment select, body.logged_in.edit .input .fragment select, body.logged_in.create .input .fragment select, body.logged_in.update .input .fragment select {
  min-width: auto;
}
body.logged_in.new .input.boolean, body.logged_in.edit .input.boolean, body.logged_in.create .input.boolean, body.logged_in.update .input.boolean {
  margin-left: 25%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.logged_in.new .input.boolean input, body.logged_in.edit .input.boolean input, body.logged_in.create .input.boolean input, body.logged_in.update .input.boolean input {
  width: auto;
}
body.logged_in.new .input.boolean label, body.logged_in.edit .input.boolean label, body.logged_in.create .input.boolean label, body.logged_in.update .input.boolean label {
  font-size: 14px;
  cursor: pointer;
  padding: 5px 5px 5px 0;
}
body.logged_in.new .input.boolean input[type=checkbox], body.logged_in.edit .input.boolean input[type=checkbox], body.logged_in.create .input.boolean input[type=checkbox], body.logged_in.update .input.boolean input[type=checkbox] {
  width: 15px;
  margin: 0 5px -2px 0;
}
body.logged_in.new .input li.fragment, body.logged_in.edit .input li.fragment, body.logged_in.create .input li.fragment, body.logged_in.update .input li.fragment {
  display: inline;
}
body.logged_in.new .input li.choice, body.logged_in.edit .input li.choice, body.logged_in.create .input li.choice, body.logged_in.update .input li.choice {
  margin-left: 25%;
}
body.logged_in.new .input li.choice .field_with_errors, body.logged_in.edit .input li.choice .field_with_errors, body.logged_in.create .input li.choice .field_with_errors, body.logged_in.update .input li.choice .field_with_errors {
  float: left;
}
body.logged_in.new .input .inline-errors, body.logged_in.edit .input .inline-errors, body.logged_in.create .input .inline-errors, body.logged_in.update .input .inline-errors {
  padding-left: 25%;
}
body.logged_in.new .actions, body.logged_in.edit .actions, body.logged_in.create .actions, body.logged_in.update .actions {
  padding-left: 25%;
}

body.index .resource_selection_toggle_cell, body.index .resource_selection_cell {
  display: flex;
}
body.index .table_tools {
  margin-bottom: 20px;
  font-size: 14px;
}
body.index .table_tools:after {
  content: "";
  display: block;
  clear: both;
}
body.index .table_tools input[type=checkbox] {
  display: flex;
}
body.index .table_tools .collection_selection_toggle_all {
  display: flex !important;
}
body.index .table_tools .batch_actions_selector {
  display: inline-block;
}
body.index .table_tools .dropdown_menu_button {
  background-color: #fff;
  color: #4bacfe;
  border: 1px solid #4bacfe;
  padding: 4px 8px;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  -o-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  cursor: pointer;
  padding: 6px 25px 6px 10px;
  position: relative;
}
body.index .table_tools .dropdown_menu_button:active, body.index .table_tools .dropdown_menu_button:focus {
  outline: 0;
}
body.index .table_tools .dropdown_menu_button.disabled, body.index .table_tools .dropdown_menu_button:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
body.index .table_tools .dropdown_menu_button:hover {
  color: #fff;
  background-color: #4bacfe;
}
body.index .table_tools .dropdown_menu_button:active, body.index .table_tools .dropdown_menu_button:focus {
  background-color: rgb(24.2817679558, 148.6132596685, 253.7182320442);
  color: #fff;
}
body.index .table_tools .dropdown_menu_button:after {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 900 normal normal 14px/1 "Font Awesome 6 Free", "Font Awesome 6 Pro";
  content: "\f0dd";
  position: absolute;
  right: 8px;
}
body.index .table_tools .dropdown_menu_button:active, body.index .table_tools .dropdown_menu_button:focus {
  background-color: rgb(24.2817679558, 148.6132596685, 253.7182320442);
  color: #fff;
}
body.index .table_tools .dropdown_menu_button.disabled, body.index .table_tools .dropdown_menu_button:disabled {
  color: #76838f;
  background-color: #f3f7f9;
  border-color: #f3f7f9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
body.index .table_tools .dropdown_menu_list {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: absolute;
  z-index: 1;
}
body.index .table_tools .indexes.table_tools_segmented_control {
  display: flex;
  justify-content: right;
}
body.index .table_tools .indexes.table_tools_segmented_control a {
  background-color: #fff;
  color: #4bacfe;
  border: 1px solid #4bacfe;
  padding: 4px 8px;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  -o-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  cursor: pointer;
}
body.index .table_tools .indexes.table_tools_segmented_control a:active, body.index .table_tools .indexes.table_tools_segmented_control a:focus {
  outline: 0;
}
body.index .table_tools .indexes.table_tools_segmented_control a.disabled, body.index .table_tools .indexes.table_tools_segmented_control a:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
body.index .table_tools .indexes.table_tools_segmented_control a:hover {
  color: #fff;
  background-color: #4bacfe;
}
body.index .table_tools .indexes.table_tools_segmented_control a:active, body.index .table_tools .indexes.table_tools_segmented_control a:focus {
  background-color: rgb(24.2817679558, 148.6132596685, 253.7182320442);
  color: #fff;
}
body.index .table_tools .indexes.table_tools_segmented_control .index {
  margin-right: 4px;
}
body.index .table_tools .indexes.table_tools_segmented_control .index:last-child {
  margin-right: 0;
}
body.index .paginated_collection_contents {
  margin-bottom: 20px;
  overflow-x: auto;
}
body.index #index_footer {
  font-size: 14px;
}
body.index .sortable {
  position: relative;
}
body.index .sortable:after {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 900 normal normal 14px/1 "Font Awesome 6 Free", "Font Awesome 6 Pro";
  content: "\f0dc";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.index .sortable.sorted-desc:after {
  content: "\f0dd";
}
body.index .sortable.sorted-asc:after {
  content: "\f0de";
}
body.index .table_actions {
  margin-bottom: -4px;
}
body.index .table_actions .member_link {
  background-color: #4bacfe;
  color: white;
  border: none;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  -o-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  cursor: pointer;
  padding: 4px 8px;
  margin-right: 4px;
  margin-bottom: 4px;
}
body.index .table_actions .member_link:active, body.index .table_actions .member_link:focus {
  outline: 0;
}
body.index .table_actions .member_link.disabled, body.index .table_actions .member_link:disabled {
  opacity: 0.6;
  cursor: no-drop;
}
body.index .table_actions .member_link:hover {
  background-color: rgb(125.7182320442, 195.3867403315, 254.2817679558);
}
body.index .table_actions .member_link:active, body.index .table_actions .member_link:focus {
  background-color: rgb(24.2817679558, 148.6132596685, 253.7182320442);
}
body.index .table_actions .member_link:disabled {
  background-color: #4bacfe;
}
body.index .scopes .scope a {
  display: inline-block;
  color: #4bacfe;
  border-top: 1px solid #4bacfe;
  border-bottom: 1px solid #4bacfe;
  float: left;
  padding: 6px 10px;
  border-right: 1px solid #4bacfe;
  -webkit-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  -o-transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
  transition: border 0.15s linear, color 0.15s linear, width 0.15s linear, background-color 0.15s linear;
}
body.index .scopes .scope:first-child a {
  border-left: 1px solid #4bacfe;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body.index .scopes .scope:last-child a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body.index .scopes .scope:hover a {
  background-color: rgb(125.7182320442, 195.3867403315, 254.2817679558);
  border-color: rgb(125.7182320442, 195.3867403315, 254.2817679558);
  color: #fff;
}
body.index .scopes .scope:active a, body.index .scopes .scope:focus a, body.index .scopes .scope.selected a {
  background-color: rgb(24.2817679558, 148.6132596685, 253.7182320442);
  border-color: rgb(24.2817679558, 148.6132596685, 253.7182320442);
  color: #fff;
}
body.index .scopes .scope a {
  margin-right: 0.25rem;
}
body.index #sidebar {
  position: fixed;
  transition: 0.5s;
  transition-timing-function: ease-in-out;
  right: -230px;
}
body.index #sidebar.sidebar_open {
  right: 0;
}
@media screen and (min-width: 1400px) {
  body.index #sidebar {
    right: -270px;
  }
}
body.index #sidebar:before {
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: -40px;
  width: 40px;
  height: 50px;
  background-color: #fff;
  -webkit-box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.04);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 900 normal normal 14px/1 "Font Awesome 6 Free", "Font Awesome 6 Pro";
  content: "\f0b0";
  font-size: 20px;
  padding: 15px 10px;
}

body.logged_out .flash {
  position: fixed;
}
body.logged_out #active_admin_content {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

#login {
  width: 100%;
  margin: auto;
  background-color: white;
  border-top: 3px solid #4bacfe;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  color: #5a5a5a;
  padding: 20px;
}
@media screen and (min-width: 400px) {
  #login {
    border-radius: 3px;
    width: 400px;
    padding: 30px;
  }
}
#login h2 {
  text-align: center;
}
#login .label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
#login .input.boolean {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#login .input.boolean label {
  font-size: 15px;
  cursor: pointer;
  padding: 5px 5px 5px 0;
}
#login .input.boolean input[type=checkbox] {
  width: 15px;
  margin: 0 5px -2px 0;
}
#login a {
  margin-top: 10px;
  display: inline-block;
}
#login .input_action {
  min-width: 50%;
}
#login input[type=submit] {
  line-height: 43px;
}

body.show #active_admin_content.with_sidebar #main_content_wrapper {
  width: calc(100% - 230px);
}
@media screen and (min-width: 576px) {
  body.show #active_admin_content.with_sidebar #main_content_wrapper {
    padding-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  body.show #active_admin_content.with_sidebar #main_content_wrapper {
    padding-right: 0;
    width: calc(100% - 270px);
  }
}
body.show #active_admin_content.with_sidebar #sidebar {
  display: inline-block;
}
body.show #active_admin_content.with_sidebar #sidebar tr:hover {
  background: rgba(243, 247, 249, 0.3);
}

body {
  font-family: "LatoWeb", Arial, sans-serif;
  background-color: #eee;
  color: #5a5a5a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

a {
  color: #4bacfe;
  text-decoration: none;
}

.disabled_impersonate_button {
  background-color: rgba(75, 172, 254, 0.4196078431);
  color: white;
  border-radius: 3px;
  cursor: not-allowed;
  padding: 5px 8px;
}

.header #tabs li:nth-child(odd) {
  background-color: #e4eaec;
  /* Light gray for odd items */
}

.header #tabs li:nth-child(even) {
  background-color: #ffffff;
  /* White for even items */
}

.status_tag,
.tenant_tag {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 3px 5px 2px 5px;
  font-size: 0.8em;
  border-radius: 3px;
  background-color: #777;
  color: white;
}
.status_tag.status_created,
.tenant_tag.status_created {
  background-color: #f0ad4e;
  /* Yellow */
}
.status_tag.status_failed,
.tenant_tag.status_failed {
  background-color: #d9534f;
  /* Red */
}
.status_tag.status_completed,
.tenant_tag.status_completed {
  background-color: #5cb85c;
  /* Green */
}
.status_tag.status_processing,
.tenant_tag.status_processing {
  background-color: #aaffaa;
  /* Green */
  color: black;
}
.status_tag.status_enqueued,
.tenant_tag.status_enqueued {
  background-color: #5bc0de;
  /* Blue */
}
.status_tag.status_archived,
.tenant_tag.status_archived {
  background-color: #777;
  /* Gray */
}
.status_tag.tenant_schoolhouse,
.tenant_tag.tenant_schoolhouse {
  background-color: #850000;
}
.status_tag.tenant_food52,
.tenant_tag.tenant_food52 {
  background-color: #57696d;
}
.status_tag.tenant_dansk,
.tenant_tag.tenant_dansk {
  background-color: #003c6a;
}

#failed_jobs_table {
  width: 250px;
}
#failed_jobs_table td:first-child {
  width: 200px;
}
#failed_jobs_table td:last-child {
  text-align: right;
}
