@import "report.css";

div.nata_pagenum {
  float: left;
  cursor: pointer;
  min-width: 25px;
  border: solid 1px;
  text-align: center;
  margin-right: 2px;
  font-weight: bold;
  padding: 5px;
}

div.nata_pagecurrent {
  font-weight: bold;
  background: #61b6de;
  color: #fff;
}

div.nata_invalidsettings {
  width: 400px;
  padding: 10px;
  color: #ff0000;
  border: solid 1px #ff0000;
}

td.nata_right {
  text-align: right;
}

div.nata_pageindex {
  display: block;
  height: 25px;
  clear: both;
  float: none;
}

h3 {
  font-size: 1.1em;
}

input.nativealerts_date_field {
  width: 90px;
}

#nativealerts_push_send_message_form {
    padding: 10px;
    background: #fff;
}

#nativealerts_push_send_message_form dl dt {
  float: left;
  width: 150px;
  display: block;
  font-weight: bold;
}

#nativealerts_push_send_message_form dl dd {
  display: block;
  margin-inline-start: unset;

}

#nativealerts_push_send_message_form dl dd ul {
  clear: both;
  margin-left: 50px;
}

#nativealerts_push_send_message_form dl dd input[type="text"] {
  width: 250px;
}

#nativealerts_push_schedule {
  width: 85px !important;
}

#nativealerts_push_schedule_hour, 
#nativealerts_push_schedule_minute,
#nativealerts_push_schedule_part {
  margin-top: -3px !important;
}

#nativealerts-tabs {
  margin-right: 5px;
}

table.nativealerts_excerpts {
  border: 0;
  background: #fff;
}

table.nativealerts_excerpts thead tr {
  background: #0073aa;
  color: #fff;
}


table.nativealerts_excerpts tbody tr td {
  padding: 5px;
}

table.nativealerts_excerpts tbody tr:nth-child(even) {
  background: #e8e8e8;
}

tr.nativealerts_post_row {
  cursor: pointer;
}

#nativealerts_compose_container {
  display: flex;
  flex-direction: row;
  background: #fff;
}

#nativealerts_form_section {
  min-width: 500px;
}

#nativealerts_recent_section {
  min-width: 400px;

}

td.nativealerts_thumb img {
  width: 100px;
  height: 75px;
}

ul.nativealerts_formerror {
  background: #ffd6d6;
  padding: 10px;
  margin: 5px 0;
}

