.photo_selector_dialog {
  /*height: 425px;*/
  width: 640px;
  padding: 0px;
  border: 0;
  overflow: hidden;
}

.photo_selector_dialog_highlight {
  /* background-color: #ffff99;
  background-color: #aaa; */
  background-color: #2194f3 !important;
}

.photo-selector-add-link {
  text-align: right;
  padding: 10px;
}

.list-row:hover.photo_selector_dialog_highlight,
.photo_selector_dialog_tnail_cell:hover.photo_selector_dialog_highlight {
  background-color: #ffff99;
  /* Should match photo_selector_dialog_highlight */
  background-color: #aaa;
  background-color: #1b1b1b;
}

.photo_selector_dialog_tnail_cell:hover {
  background-color: #cccccc;
}

.photo_selector_dialog_tnail_cell:hover.photo_selector_dialog_highlight {
  background-color: #aaa;
}

.list-row {
  white-space: nowrap;
  /* padding: 2px 0 2px 0; */
  font-size: 12px;
  cursor: pointer;
}

.list-row:hover {
  background-color: #1b1b1b;
  color: white !important;
}

.list-row:hover .slideshow_list_items {
  color: white;
}

.list-row:hover span {
  color: white !important;
}

.photo_selector_dialog_tnail_cell {
  float: left;
  height: 54px;
  width: 72px;
  padding: 3px;
  text-align: center;
  cursor: pointer;
}

.add_new_account {
  font-size: 12px;
  padding-left: 20px;
}

.add_new_account a,
.add_new_account a:link,
.add_new_account a:active {
  color: #1f497d;
}

.selected-highlight {
  background-color: #b8cce4;
}

#photo_selector_dialog_columns .header {
  padding: 3px;
  background-color: #676767;
  color: #fff;
  font-size: 12px;
}

.api-image {
  vertical-align: bottom;
  max-height: 54px;
  max-width: 72px;
}

#photo_selector_dialog_columns .content {
  /* padding: 3px; */
  overflow: auto;
  /*height: 375px;*/
  font-size: 12px;
  /* max-height: 360px; */
}

#photo_selector_dialog {
  font-size: 12px;
}

#photo_selector_dialog_columns td {
  vertical-align: top;
}

#photo_selector_dialog_title {
  font-weight: bold;
  padding: 3px;
  color: #000;
  background-color: #333;
  color: #fff;
  border: 1px solid #ccc;
}

#photo_selector_dialog_description {
  background-color: #bbb;
  padding: 3px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

#photo_selector_dialog_columns_table {
  width: 700px;
  border: 1px solid #ccc;
  /*height: 415px;*/
  border-spacing: 0px;
  padding: 0px;
  max-height: 400px;
}

#photo_selector_dialog_accounts_column_content {
  width: 172px;
}

#photo_selector_dialog_albums_column_content {
  padding: 0px;
}

#photo_selector_dialog_albums_column_content img {
  max-width: 180px;
}

#photo_selector_dialog_images_column_content.content {
  width: 330px;
  padding-right: 0px;
}

#photo_selector_dialog_footer_menu {
  width: 100%;
  height: 46px;
  padding: 5px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#photo_selector_dialog_browse_button {
  width: 75px;
}

#photo_selector_dialog_status_message {
  width: 250px;
  white-space: nowrap;
  font-size: 11px;
}

#photo_selector_dialog_right_buttons {
  text-align: right;
}

.flash-message {
  padding: 10px;
  border: 1px solid green;
  background-color: #c3fdb8;
  color: #363636 !important;
  margin: 10px auto 10px auto;
  max-width: 960px;
  /* font-size: 11px; */
}

.flash-notice {
  padding: 10px;
  border: 1px solid red;
  background-color: #fff8c6;
  color: red;
  font-weight: bold;
  margin: 10px 5px 10px 5px;
}

#photo_albums_grid .photo-album {
  width: 250px;
  text-align: center;
  padding: 10px;
  background-color: white;
  float: left;
  margin: 10px;
  border: 1px solid grey;
}

#photos_grid .photo {
  width: 150px;
  height: 130px;
  float: left;
  margin: 10px;
  border: 1px solid grey;
  padding: 10px;
  text-align: center;
  background-color: white;
}

.album_photo {
  text-align: center;
  background-color: white;
  width: 100%;
  padding: 10px;
}
