/* Administration Area Styles (/administration) */

/*** Admin flash message - might want to move this into the media_selector.css ****/
#administration_settings_container .flash-message {
  margin-left: 10px;
  margin-right: 10px;
}

.action {
  display: none;
}
.activated .action {
  display: inline;
}
.emptyPlaceMarker {
  display: none;
}
/** News styling **/
.news_items {
  font-size: 14px;
  padding: 0.5em 1em;
  font-family: Tahoma, Arial, Helvetica, sans-serif, "Lucida Grande",
    "Lucida Sans Unicode";
}
.news_items .title {
  padding: 0.5em 0em;
}
.news_items th {
  white-space: nowrap;
}
.news_items td.author {
  white-space: nowrap;
}
.news_items th.media {
  text-align: center;
}
.news_items td.media {
  white-space: nowrap;
  min-width: 200px;
  text-align: center;
}
.news_items td.media span.news-item-media-count {
  text-align: center;
}
.news_items td.media img {
  padding: 2px;
}
.news_items textarea {
  width: auto;
  height: auto;
}
.pagination .current {
  font-weight: bold;
}
div.pagination {
  padding: 0px 10px 10px 10px;
  font-size: 1.2em;
}
/**** Batch Actions ****/
.batch-container {
  padding: 10px;
}
.batch-container img {
  vertical-align: middle;
}
#content.administration-module {
  background-color: white;
}
.overlay-text {
  opacity: 0.7;
  color: black;
  background-color: white;
  font-size: 14px;
}
/**** Date Time Selector Styles ***/
.ui-timepicker-container {
  position: relative;
}
.ui-timepicker-container input {
  width: 63px;
  background-image: url("/assets/icons/time_icon.svg");
  background-position: 80px 50%;
  background-repeat: no-repeat;
}
.ui-timepicker-list {
  position: absolute;
  top: 20px;
  left: 0px;
}
.date-picker-field input {
  /* width:86px; */
  width: 100%;
  background-image: url("/assets/icons/calender_icon.svg");
  background-position: 100px 50%;
  background-repeat: no-repeat;
}
