/* app css stylesheet */

md-sidenav md-content h3 {
  padding: 5px 16px;
  margin: 0px;
  background: rgba(0, 0, 0, 0.32);
  color: white;
  font-size: 18px;
}

md-sidenav md-content md-list-item:hover {
  background-color: #ddd;
  cursor: pointer;
}

md-sidenav md-content md-list-item.active {
  background-color: #ddd;
}

.leaflet-top,
.leaflet-bottom {
  z-index: 10;
}

md-content {
  background-color: #f1f1f1;
}

md-card {
  background-color: white;
}

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu>li {
  display: inline;
}

.menu>li+li:before {
  content: "|";
  padding-right: 0.3em;
}

#page-content {
  height: 100% !important;
  width: 100%;
}

#page-content md-content {
  height: 100%;
}

#page-content md-content #loading-spinner {
  height: 100%;
}

#page-content md-content #max-width-div {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#page-content md-content #max-width-div h2 {
  margin: 0px 0px 10px 0px;
  font-size: 20px;
}

#page-content md-content #max-width-div h3 {
  font-size: 16px;
}

#page-content md-content #max-width-div md-card {
  margin: 0px 0px 40px 0px;
}

p.post-length {
  text-align: right;
  font-size: 0.8em;
}

p.post-length.red {
  color: rgb(244, 62, 113);
}

p.post-length.green {
  color: rgb(163, 205, 57);
}


#hylobius-expert-mode-default-image .md-button {
  width: 100%;
  margin: 0px;
}




/* SIDEMENU TEMPLATE */
#sidemenu-template md-list-item p {
  font-size: 13px;
}

/* END SIDEMENU TEMPLATE */

/* MANAGE ACCOUNTS TEMPLATE & MESSAGE MANAGER TEMPLATE STYLES */
#manage-accounts-template #no-users-alert,
#messages-direct-template #no-users-alert {
  text-align: center;
  margin-top: 50px;
}

#manage-accounts-template #accounts-list,
#messages-direct-template #accounts-list {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

#manage-accounts-template #accounts-list md-card,
#messages-direct-template #accounts-list md-card {
  margin-bottom: 25px;
}

#manage-accounts-template #accounts-list .active-account {
  font-weight: bold;
  color: #a3cd39;
}

#manage-accounts-template #accounts-list .blocked-account {
  font-weight: bold;
  color: #f43e71;
}

/* END MANAGE ACCOUNTS TEMPLATE & MESSAGE MANAGER TEMPLATE STYLES */

/* MANAGE USER ACCOUNT TEMPLATE STYLES */
#manage-user-account-template md-content #max-width-div md-card .same-height {
  height: 58px;
}

#manage-user-account-template md-content #max-width-div md-card #profile-picture-div {
  text-align: center;
}

#manage-user-account-template md-content #max-width-div md-card #profile-picture-div .md-card-image {
  max-width: 200px;
  height: auto;
}

#manage-user-account-template md-content #max-width-div md-card .account-status-active {
  color: #a3cd39;
}

#manage-user-account-template md-content #max-width-div md-card .account-status-blocked {
  color: #f43e71;
}

#manage-user-account-template #tab-content-2 md-content h2:nth-child(3) {
  margin-top: 2em;
}

#manage-user-account-template #tab-content-2 md-content hr {
  margin-top: 2em;
}

/* END MANAGE USER ACCOUNT TEMPLATE STYLES */

/* CREATE ACCOUNT MANAGER TEMPLATE */
#create-account-manager-template #countries-grid-block h2,
#create-account-manager-template #damages-list-block h2 {
  margin-top: 2em !important;
}

#create-account-manager-template hr {
  margin-top: 2em;
}

/* END CREATE ACCOUNT MANAGER TEMPLATE */

/* LOGIN TEMPLATE STYLES */
#login-template {
  background-image: url("../images/login_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

#login-template md-content {
  background-color: transparent;
  height: 100%;
  overflow-y: auto;
}

#login-template-lg-menu .selected-language {
  font-weight: bold !important;
  text-decoration: underline !important;
  color: #f43e71;
}

#login-template #recover-pass-button {
  margin-bottom: 0px;
  color: #aab8c2;
}

#login-template #recover-pass-button:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* END LOGIN TEMPLATE STYLES */

/* RECOVER PASSWORD TEMPLATE STYLES */
#recover-password-template {
  background-image: url("../images/login_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

#recover-password-template md-content {
  background-color: transparent;
  height: 100%;
  overflow-y: auto;
}

#recover-password-template-lg-menu .selected-language {
  font-weight: bold !important;
  text-decoration: underline !important;
  color: #f43e71;
}

#login-template #recover-pass-button:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* END RECOVER PASSWORD TEMPLATE STYLES */

/* RECOVER PASSWORD RUN TEMPLATE STYLES */
#recover-password-run-template {
  background-image: url("../images/login_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

#recover-password-run-template md-content {
  background-color: transparent;
  height: 100%;
  overflow-y: auto;
  text-align: center;
}

#recover-password-run-template md-content label {
  text-align: left;
}

/* END RECOVER PASSWORD RUN TEMPLATE STYLES */

/* VERIFY ACCOUNT TEMPLATE STYLES */
#verify-account-template {
  background-image: url("../images/login_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

#verify-account-template md-content {
  background-color: transparent;
  height: 100%;
  overflow-y: auto;
  text-align: center;
}

#verify-account-template md-content p {
  margin: 0px;
  padding: 0px;
}

/* END VERIFY ACCOUNT TEMPLATE STYLES */

/* CREATE ACCOUNT TEMPLATE STYLES */
#create-account-template {
  background-image: url("../images/login_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  padding: 0px 20px;
}

#create-account-template md-card {
  max-height: none;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
  margin: 50px auto;
}

#create-account-template div.row {
  margin-top: -18px;
}

#create-account-template #loading-spinner {
  min-height: 300px;
  background-color: white;
  overflow-y: auto;
}

#create-account-template-lg-menu .selected-language {
  font-weight: bold !important;
  text-decoration: underline !important;
  color: #f43e71;
}

/* END CREATE ACCOUNT TEMPLATE STYLES */

/* MESSAGES CHAT TEMPLATE STYLES */
#messages-chat-template md-card {
  margin-bottom: 10px !important;
}

#messages-chat-template footer p.alert {
  margin-top: 0px;
  margin-bottom: 0px;
}

#messages-chat-template footer textarea {
  color: black;
  width: 100%;
}

#messages-chat-template footer md-button {
  width: 100%;
}

/* END MESSAGES CHAT TEMPLATE STYLES */

/* MESSAGES CHAT MANAGER TEMPLATE */
#messages-chat-manager-template md-card {
  margin-bottom: 20px !important;
}

#messages-chat-manager-template md-card:hover {
  cursor: pointer;
  background-color: #ddd;
}

/* END MESSAGES CHAT MANAGER TEMPLATE */

/* FORUM TEMPLATE STYLES */
#forum-template md-card .trix-alert-error {
  margin-top: 2px;
  color: rgb(221, 44, 0);
  font-size: 12px;
}

#forum-template md-card.topic {
  margin-bottom: 20px !important;
}

#forum-template md-card.topic:hover {
  cursor: pointer;
  background-color: #ddd;
}

#forum-template md-card.topic md-card-header {
  padding-bottom: 0px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
}

#forum-template md-card.topic md-card-header md-card-avatar {
  margin-bottom: 10px;
}

#forum-template md-card.topic md-card-header span.title {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
}

#forum-template md-card.topic md-card-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

#forum-template md-card.topic md-card-footer {
  padding-top: 8px;
  margin-top: 8px;
  background-color: #ddd;
  padding-bottom: 8px;
}

#forum-template md-card.topic md-card-footer span {
  font-size: 12px;
}

#forum-template md-card.topic md-card-footer span.left {
  float: left;
}

#forum-template md-card.topic md-card-footer span.right {
  float: right;
}

#forum-template md-card.topic md-card-footer span.clear-both {
  clear: both;
}

/* END FORUM TEMPLATE STYLES */

/* FORUM TOPIC TEMPLATE STYLES */
#forum-topic-template md-card.reply {
  margin-bottom: 20px !important;
}

#forum-topic-template md-card.reply h2.title {
  margin: 0px;
  border-bottom: 1px solid #ddd;
}

#forum-topic-template md-card.reply md-card-header {
  padding-bottom: 0px;
}

#forum-topic-template md-card.reply md-card-header md-card-avatar {
  margin-bottom: 10px;
}

#forum-topic-template md-card.reply md-card-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

#forum-topic-template md-card.reply md-card-footer {
  padding-top: 8px;
  margin-top: 8px;
  background-color: #ddd;
  padding-bottom: 8px;
}

#forum-topic-template md-card.reply md-card-footer span {
  font-size: 12px;
}

#forum-topic-template md-card.reply md-card-footer .left {
  float: left;
}

#forum-topic-template md-card.reply md-card-footer .right {
  float: right;
}

#forum-topic-template md-card.reply md-card-footer .clear-both {
  clear: both;
}

#forum-topic-template md-card.reply md-card-footer md-icon:hover {
  cursor: pointer;
}

#forum-topic-template md-card#new_reply md-input-container {
  margin-bottom: 0px;
}

/* END FORUM TOPIC TEMPLATE STYLES */

/* REPORTS MODULE TEMPLATES STYLES */
#reports-template md-content>div {
  height: 100%;
}

#reports-template .angular-leaflet-map {
  height: 100% !important;
}

#reports-template .angular-leaflet-map .legend {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.9);
  line-height: 18px;
  border-radius: 5px;
  color: #555;
  width: 200px;
}

#reports-template .angular-leaflet-map .legend .outline {
  clear: both;
  margin-bottom: 5px;
}

#reports-template .angular-leaflet-map .legend i {
  color: #777;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

#reports-template #reports-list {
  max-width: 100%;
  height: 100%;
  overflow-y: auto;
  width: 35%;
}

#reports-template #reports-list #filters {
  margin-bottom: 30px;
}

#reports-template #reports-list #filters h2 {
  margin: 0px;
}

#reports-template #reports-list #filters md-card-title {
  padding-bottom: 16px;
}

#reports-template #reports-list #filters md-input-container {
  height: 30px;
  margin: 10px 0px;
}

#reports-template #reports-list #filters .slider-label {
  padding-bottom: 0px;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.54);
}

#reports-template #reports-list #filters .slider-input {
  padding-top: 0px;
}

#reports-template #reports-list #filters .slider-input input {
  padding-left: 0px !important;
}

#reports-template #reports-list h2 {
  margin: 20px 0px 0px 10px;
  font-size: 1.4em;
}

#reports-template #reports-list md-card.report md-icon:hover {
  cursor: pointer;
}

#reports-template #reports-list md-card.report md-card-title {
  padding: 12px;
}

#reports-template #reports-list md-card span.md-headline {
  font-size: 1.3em;
}

#reports-dialog-template .md-dialog-content {
  padding: 10px;
  min-width: 400px;
}

#reports-dialog-template .md-dialog-content ul {
  padding: 0px 25px;
  margin: 0px;
}

#reports-dialog-template .md-dialog-content md-grid-list img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 5px;
}

#reports-dialog-template .md-dialog-content p.authority_message {
  font-weight: bold;
  color: #f43e71;
  font-style: italic;
}

/* END REPORTS MODULE TEMPLATES STYLES */

/* REPORT VALIDATION & QUALIFICATION TEMPLATE STYLES */
#report-validation-qualification-template h2 {
  text-decoration: underline;
}

#report-validation-qualification-template md-content div.angular-leaflet-map {
  height: 320px !important;
}

#report-validation-qualification-template #basic-info {
  padding-left: 15px;
}

#report-validation-qualification-template #basic-info md-card md-card-title {
  padding: 16px !important;
}

#report-validation-qualification-template #basic-info md-card {
  height: 320px;
}

#report-validation-qualification-template #basic-info md-card span.md-subhead {
  margin-bottom: 5px;
}

#report-validation-qualification-template #basic-info md-card span md-icon {
  margin-right: 10px;
}

#report-validation-qualification-template .images-layout>div {
  padding: 10px;
  border: 1px dotted #ddd;
}

#report-validation-qualification-template .images-layout img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
}

#report-validation-qualification-template .images-layout .image_subject {
  font-size: 0.8em;
}

#report-validation-qualification-template #damaging-agent-not-exists-error {
  color: #f43e71;
}

/* END REPORT VALIDATION & QUALIFICATION TEMPLATE STYLES */

/* REPORTS EDIT TEMPLATE */
#report-edit-template md-content .angular-leaflet-map {
  height: 300px !important;
  margin-bottom: 25px;
}

#report-edit-template .images-layout>div {
  padding: 10px;
  border: 1px dotted #ddd;
}

#report-edit-template .images-layout img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
}

#report-edit-template .images-layout .image_subject {
  font-size: 0.8em;
}

#report-edit-template #basic-info md-card {
  height: 300px;
}

#report-edit-template #damaging-agent-not-exists-error {
  color: #f43e71;
}

/* END REPORTS EDIT TEMPLATE */

/* NEWS */
#news md-card {
  margin-bottom: 20px !important;
}

#news md-card md-card-header {
  padding-bottom: 0px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
}

#news md-card md-card-header md-card-avatar {
  margin-bottom: 10px;
}

#news md-card md-card-footer {
  padding-top: 8px;
  margin-top: 8px;
  background-color: #ddd;
  padding-bottom: 8px;
}

#news md-card md-card-footer span {
  font-size: 12px;
}

#news md-card md-card-footer span.left {
  float: left;
}

#news md-card md-card-footer div.right {
  float: right;
}

#news md-card md-card-footer div.right md-icon:hover {
  cursor: pointer;
}

#news md-card md-card-footer div.clear-both {
  clear: both;
}

/* END NEWS */

/* NEWS CREATE */
#news-create #sending-types h3 {
  margin: 0px 10px 0px 0px !important;
}

#news-create #sending-types div:nth-child(2) {
  margin-right: 10px;
}

#news-create #sending-types md-checkbox {
  margin-bottom: 0px;
}

#news-create #sending-types-error {
  font-size: 0.9em;
  color: #f43e71;
  margin: 0px;
}

#news-create trix-editor {
  min-height: 100px;
}

#news-create #destination-departments-title {
  margin-top: 2em !important;
}

#news-create #roles-types h3 {
  margin-right: 10px;
}

#news-create #roles-types md-checkbox {
  margin-right: 20px;
}

/* END NEWS CREATE */

/* MANAGE ACCOUNTS TEMPLATE & MESSAGE MANAGER TEMPLATE STYLES */
#export-template #no-reports-alert {
  text-align: center;
  margin-top: 50px;
}

#export-template #reports-list {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

#export-template #reports-list md-card {
  margin-bottom: 10px !important;
}

/* END MANAGE ACCOUNTS TEMPLATE & MESSAGE MANAGER TEMPLATE STYLES */

/* REPORT VALIDATION SELECT MASTER DIALOG TEMPLATE STYLE */
#report-validation-select-master-dialog-template md-card.report:hover {
  background-color: #ddd;
  cursor: pointer;
}

/* END REPORT VALIDATION SELECT MASTER DIALOG TEMPLATE STYLE */

/* ANALYTICS TEMPLATE */
.analytics-template md-card h3 {
  margin: 0px;
}

/* END ANALYTICS TEMPLATE */

/* SETTINGS DAMAGING AGNET TEMPLATE */
#settings_damaging_agent #create-damaging-agent-card {
  margin-bottom: 0px;
}

#settings_damaging_agent #create-damaging-agent-card md-input-container {
  padding: 10px 15px;
  margin: 0 !important;
}

#settings_damaging_agent .damaging-agent-card {
  padding: 5px 10px;
}

#settings_damaging_agent .damaging-agent-card md-input-container {
  width: 100%;
  margin: 30px 0 0 0;
}

#settings_damaging_agent .damaging-agent-card .damaging-agent-name {
  font-weight: bold;
}

#settings_damaging_agent .damaging-agent-card md-icon {
  color: #f43e71;
}

#settings_damaging_agent .damaging-agent-card md-icon:hover {
  cursor: pointer;
}

/* END SETTINGS DAMAGING AGNET TEMPLATE */

/* SETTINS MAIN TEMPLATE */
#settings-main-template md-content md-card>p {
  margin-top: 0px;
  margin-bottom: 0px;
}

#settings-main-template md-content md-card button {
  width: 100%;
  padding: 0px;
  margin: 10px 0px 0px 0px;
}

/* END SETTINS MAIN TEMPLATE */

/* SETTINGS EMAILS TEMPLATE */
#settings-emails #tab-content-0 md-content>div>p {
  margin: 2em 0px 10px 0px !important;
}

#settings-emails #tab-content-0 md-card p,
#settings-emails #tab-content-1 md-card p,
#settings-emails #tab-content-2 md-card p {
  margin-bottom: 0px;
}

#settings-emails p.bold {
  font-weight: bold;
}

#settings-emails #tab-content-0 md-content hr {
  margin-top: 2em;
}

#settings-emails p.form-incomplete-alert {
  color: #f43e71;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

/* END SETTINGS EMAILS TEMPLATE */

/* COUNTRIES GRID */
#countries-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}

#countries-grid>md-card {
  align-self: flex-start;
  margin-bottom: 0px !important;
}

#countries-grid .md-switch-item {
  font-size: 0.9em;
}

#countries-grid div.title-display h3,
#countries-grid div.title-display md-switch {
  margin-bottom: 0px !important;
}

@media (min-width: 500px) and (max-width: 900px) {
  #countries-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  #countries-grid {
    grid-template-columns: 1fr;
  }
}

/* END COUNTRIES GRID */

/* DAMAGES LIST & DAMAGING AGENTS LIST */
#damages-list .md-switch-item,
#damaging-agents-list .md-switch-item {
  font-size: 0.9em;
}

#damages-list div.title-display h3,
#damages-list div.title-display md-switch,
#damaging-agents-list div.title-display h3,
#damaging-agents-list div.title-display md-switch {
  margin-bottom: 0px !important;
}

/* END DAMAGES LIST */

/* LATEST REPORTS MAP TEMPLATE */
#latest-reports-map-template md-content>div {
  height: 100%;
  width: 100%;
}

#latest-reports-map-template .angular-leaflet-map {
  height: 100% !important;
}

#latest-reports-map-template .angular-leaflet-map .legend {
  padding: 6px 8px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.9);
  line-height: 18px;
  border-radius: 5px;
  color: #555;
  width: 200px;
}

#latest-reports-map-template .angular-leaflet-map .legend .outline {
  clear: both;
  margin-bottom: 5px;
}

#latest-reports-map-template .angular-leaflet-map .legend i {
  color: #777;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

#latest-reports-map-dialog-template .md-dialog-content {
  padding: 10px;
  min-width: 400px;
}

#latest-reports-map-dialog-template .md-dialog-content ul {
  padding: 0px 25px;
  margin: 0px;
}

#latest-reports-map-dialog-template .md-dialog-content md-grid-list img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 5px;
}

/* END LATEST REPORTS MAP TEMPLATE */

/* LOGS TEMPLATE */
#logs-template h2#info {
  color: #f43e71;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px !important;
}

#logs-template h3#empty-logs {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px !important;
}

/* END LOGS TEMPLATE */

/* PLURIFOR COLORS IN ANGULARJS MATERIAL ELEMENTS */
md-toolbar {
  background-color: #a3cd39 !important;
}

#sidemenu-template .md-subheader {
  /*background-color: #fee7ed !important;*/
  background-color: #ecf5d6 !important;
}

.md-primary {
  /* Convert angularjs material dark blue button into plurifor light green */
  background-color: #a3cd39 !important;
}

.md-warn {
  /* Convert angularjs material red button into plurifor pink */
  background-color: #f43e71 !important;
}

.md-confirm-button,
.md-cancel-button {
  /* Se buttons text white */
  color: white !important;
}

.md-checkbox-enabled.md-default-theme[selected] .md-icon,
.md-checkbox-enabled[selected] .md-icon {
  /* Set checkboxes pink */
  background-color: #f43e71 !important;
}

md-select-menu.md-default-theme md-content md-option[selected],
md-select-menu md-content md-option[selected] {
  /* Set checkboxes text pink */
  color: #f43e71 !important;
}

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label,
md-input-container:not(.md-input-invalid).md-input-focused label,
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused md-icon,
md-input-container:not(.md-input-invalid).md-input-focused md-icon {
  /* Set select title pink */
  color: #f43e71 !important;
}

md-input-container:not(.md-input-invalid).md-input-focused .md-input {
  /* Set inputs bottom line pink */
  border-color: #f43e71 !important;
}

md-progress-circular svg path {
  /* Set progress circular pink */
  stroke: #f43e71;
}

md-input-container.md-default-theme.md-input-invalid .md-input,
md-input-container.md-input-invalid .md-input {
  /* Set input bottom line pink */
  border-color: #f43e71 !important;
}

button.light-green {
  /* New button style */
  background-color: #ecf5d6 !important;
}

button.pink {
  /* New button style */
  background-color: #f43e71 !important;
  color: white !important;
}

button.light-pink {
  /* New button style */
  background-color: #fee7ed !important;
}

button.md-cancel-button {
  background-color: #f43e71 !important;
}

md-tabs .md-tab.md-active {
  /* Tabs selected items pink */
  color: #f43e71 !important;
}

/* PLURIFOR COLORS IN ANGULARJS MATERIAL ELEMENTS */

.set-equal-height {
  height: 58px;
}

.height100 {
  height: 100%;
}

.margin-bottom0px {
  margin-bottom: 0px;
}

p.form-incomplete-alert {
  color: #f43e71;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.alert-card {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

.alert-card span {
  padding-top: 0px !important;
  font-size: 18px !important;
  color: #f43e71;
}

md-switch {
  display: inline;
}

md-switch.md-checked .md-bar {
  background-color: #e6ffcc;
}

md-switch.md-checked .md-thumb {
  background-color: #a3cd39;
}

.md-switch-item {
  display: inline;
  color: #f43e71;
}

.md-switch-item.selected {
  color: #a3cd39;
}

.md-dialog-container {
  z-index: 9999 !important;
  /* hack to hide map layer selector and legend z-index */
}

.md-select-menu-container {
  z-index: 9999 !important;
  /* hack to hide map layer selector and legend z-index */
}

.red {
  color: #f43e71;
}

.pink-anchor {
  color: #f43e71;
}

/* Report Public */
.report-public-table {
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  border-spacing: 5px;
  border-collapse: separate;
}

.report-public-table th {
  padding: 10px;
  background-color: #a3cd39;
  color: #fff;
}

.report-public-table td {
  padding: 5px;
  background-color: #fff;
  font-size: 11px;
}

.public-report-title {
  padding: 10px 0px 10px 20px;
  color: #fff;
  background-color: #a3cd39;
  margin: 0px;
}

/* Languages */
@media only screen and (min-width: 600px) {
  .language-card {
    margin: 0px !important;
  }
}

/*FILTER STYLES*/

div.mortality_rate_flex {
  display: flex;
  justify-content: space-between;
}

#expandible-filter {
  position: absolute;
  bottom: 0px;
  right: 34px;
  z-index: 999999999;
  display: none;
}

#expandible-legend {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 999999999;
}


.sending-label {
  line-height: 55px;
}

.title-display {
  display: flex;
}

.title-display>h3 {
  padding-left: 5px;
  padding-right: 20px;
}

/* RESPONSIVE */

.reports-dashboard {
  display: flex;
}

.go-forward {
  position: absolute !important;
  top: 0px;
  left: 0px;
  z-index: 99999;
}

md-list {
  padding: 0px !important;
}

.map {
  width: calc(100% - 436px);
}

@media (max-width: 1500px) {

  .make-over-filters {
    position: absolute !important;
    top: 58px;
    right: 0px;
    z-index: 2;
    overflow: auto;
    height: calc(100% - 86px) !important;
    background: white;
    padding-bottom: 7px;
    width: 350px !important;
  }

  .map {
    width: 100%;
  }

  #expandible-filter {
    display: block;
  }
}

@media (max-width: 1280px) and (min-width: 900px) {
  .make-over-analytics {
    position: absolute !important;
    top: 64px;
    left: 0px;
    z-index: 9999;
  }
}

@media (max-width: 900px) {

  .make-over {
    position: absolute !important;
    top: 56px;
    left: 0px;
    z-index: 9999;
  }

  #expandible-legend {
    display: block;
  }

  .leaflet-bottom.leaflet-left {
    display: none;
  }
}

@media (min-width: 900px) {
  #expandible-legend {
    display: none;
  }

  .leaflet-bottom.leaflet-left {
    display: block;
  }
}

@media (max-width: 400px) {
  .make-over-filters {
    width: 100% !important;
  }
}

.header-display {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1270px) {
  .filter-direction-column {
    flex-direction: column;
    align-content: center;
  }

  .filter-direction-column>md-input-container {
    max-width: 100% !important;
  }
}

.filter-title-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 690px) {

  md-card md-card-header md-card-header-text .md-subhead.subhead-responsive {
    font-size: 12px !important;
  }

  .md-card-header-responsive {
    height: calc(120px - 5vw) !important;
    margin: 0px !important;
    padding-bottom: calc(10px - 0.5vw) !important;
  }

  .card-content-responsive {
    font-size: 15px;
    padding: 8px;
    margin-left: 40px;
  }

  .md-subhead.left {
    float: none !important;
    display: block;
  }

  .md-subhead.right {
    float: none !important;
    display: block;
    text-align: left;
  }
}

.analytics-responsive {
  display: flex;
  flex-direction: row;

}

.analytics-pie {
  width: 50%;
}

.report-images {
  max-width: 33% !important;
  width: 33% !important;
}


@media (max-width: 800px) {
  .analytics-responsive {
    flex-direction: column;

  }

  .analytics-pie {
    width: 100%;
  }

  .analytics-pie h3 {
    width: 100%;
    text-align: center;
  }

  .report-images {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 880px) {
  .settings-responsive {
    flex-direction: column-reverse !important;
  }

  .settings-responsive-form {
    max-width: 100% !important;
    width: 100% !important;
  }

  .settings-responsive-image {
    max-width: 100% !important;
    width: 100% !important;
  }

  .text-centered.settings-responsive-form {
    text-align: center;
  }

  .centered {
    align-self: center !important;
  }

  .card-media {
    margin: 0 auto !important;
  }

  .full-width {
    width: 100% !important;
  }

  #basic-info {
    padding: 0px !important;
  }
}

.lat-lon {
  margin-top: 8px;
  display: flex;
  gap: 20px;
}

.lat-lon md-input-container {
  width: 50% !important;
  height: 44px !important;
}

#page-content md-content #max-width-div md-card {
  margin: 8px 0px 15px 0px;
}

@media (max-width: 500px) {
  .lat-lon {
    flex-direction: column;
    gap: 0px;
    margin-top: 0px;
  }

  .lat-lon md-input-container {
    margin-bottom: 0px !important;
    font-size: 14px !important;
    height: 36px !important;
    width: 100% !important;
  }

  .responsive-info {
    font-size: 12px !important;
    padding-top: 6px !important;
  }
}

@media (max-width: 720px) {
  .report-buttons {
    flex-direction: column !important;
  }

  .report-buttons .md-button {
    font-size: 12px !important;
    white-space: normal;
  }
}