/* View item */
.item_view_table_pictures{
  display: block;
  overflow-y: auto;
}
.item_view_picture{
  float:right;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
}
img.zoom {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.transition {
    -webkit-transform: scale(1.8); 
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}
.item_view_table_info{
  border: 1px solid;
}
.item_view_info_question{
  border: 1px;
  text-align: right;
  width: 25%;
}
.item_view_info_name{
  text-align: center;
  color: blue;
  font-weight: bold;}
.item_view_info_value{
  text-align: left;
  width: 25%;
}
.item_view_info_value_remark{
  text-align: left;
  width: 25%;
  color: red;
}
.item_view_info_description{
  text-align: center;
  word-break: normal;
}
.item_view_expired_remark{
  color: red;
}
.item_view_showDisclaimer{
  color: red;
}
/* Mobile view item */
.item_mview_table_pictures{
  display: block;
  overflow-y: auto;
  height: max-content;
}
.item_mview_picture{
  float:right;
}
.item_mview_info_question{
  text-align: right;
  width: 25%;
}
.item_mview_info_value{
  text-align: left;
  width: 25%;
}
.item_mview_info_value_remark{
  text-align: left;
  width: 25%;
  color: red;
}
.item_mview_info_description{
  text-align: center;
  word-break: normal;
}
.item_mview_expired_remark{
  color: red;
}
.item_mview_showDisclaimer{
  color: red;
  font-size: 75%;
}
/* View list */
.item_list_table{
    border: none;
    background-color: initial;
    margin: 5px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.item_list_table_isPaid{
    border: 5px solid red;
    border-radius: 22px;
    border-collapse: initial;
    background-color: #fbf9e3f7;
    margin: 5px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.item_list_name_isPaid{
    text-align: center;
    padding: 4px 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 150%;
    text-align: center;
}

.item_list_name{
    text-align: center;
    padding: 4px 2px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 120%;
    text-align: center;
}

.item_list_numPics_remark, .item_list_numComments_remark, .item_list_expired_remark{
  color: red;
}
.item_list_info{
  text-align: right;
  width: 30%;
}
.item_list_thumb{
}
.item_list_descrip{
  text-align: left;
}
.item_list_username_label, .list_item_location_label, .item_list_timestamp_label,
.item_list_numPics, .item_list_numComments, .item_list_rates .item_list_rate{
  text-align: right;
}
.item_list_numPics_remark, .item_list_rates_remark, .item_list_numComments_remark,
.item_list_expired, .item_list_timestamp_remark, .item_list_creation_remark{
  text-align: right;
  color: red;
}
/* Mobile view list */
.item_mlist_info{
  text-align: right;
  width: 49%;
  float: left;
}
.item_mlist_thumb{
  width: 49%;
  float: right;
}
.item_mlist_name, .item_mlist_username, .item_mlist_location, .item_mlist_timestamp,
.item_mlist_numPics, .item_mlist_numComments, .item_mlist_rate{
  text-align: right;
}
.item_mlist_numPics_remark, .item_mlist_numComments_remark, .item_mlist_expired_remark, 
.item_mlist_timestamp_remark, .item_mlist_creation_remark{
  text-align: right
  color: red;
}
/* location and tag list */
.loc_list_name, .loc_list_name_title,
.tag_list_name, .tag_list_name_title,
.loc_mlist_name, .loc_mlist_name_title,
.tag_mlist_name, .tag_mlist_name_title{
  text-align: right;
}
.loc_list_counter, .loc_list_counter_title,
.tag_list_counter, .tag_list_counter_title,
.loc_mlist_counter, .loc_mlist_counter_title,
.tag_mlist_counter, .tag_mlist_counter_title{
  text-align: center;
}
.loc_list_date, .loc_list_date_title,
.tag_list_date, .tag_list_date_title,
.loc_mlist_date, .loc_mlist_date_title,
.tag_mlist_date, .tag_mlist_date_title{
  text-align: left;
}
/* Gallery */
.clearfix {
    display: block;
}
ul.gallery {
    list-style: none outside none;
    margin: 0 0 10px;
}
ul.gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}
ul.gallery a {
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px;
    border: 2px solid #000000;
    display: block;
    line-height: 0;
    padding: 2px;
}
ul.gallery a.delete {
    background: url('delete.png') no-repeat scroll 0 0 transparent !important;
    border: 0px;
}
.gallery a {
    background: none repeat scroll 0 0 transparent !important;
    border: 2px solid #000000;
    display: block;
    padding: 2px !important;
}
