/* ADDDMIIIIIIIIIIIIIIN */
#admin_scenes_view #preview { float:left; position:relative; width:100%; height:527px; background:url('http://www.eurocatering.org/eurocat_dev/media/scenes//img/grondplan.png') no-repeat top left; }

p { margin: 20px 0; }
/* Overrides for the content container */
.logs_cntr { position:absolute; left:30px; width:auto !important; }

/* FEEDBACK LOGS VIEW */
#logs_view { width:1180px; }
#logs_view table { border-spacing:0; }
#logs_view table td { padding:5px;}
#logs_view table tr.zebra { background-color:#F8F8F8; }
#logs_view table th { padding-right:5px; }
#logs_view table th.id { width:30px; }
#logs_view table th.user { width:75px; }
#logs_view table th.target_lang { width:100px; }
#logs_view table th.item_type { width:100px; }
#logs_view table th.int_type { width:100px; }
#logs_view table th.created { width:50px; }
#logs_view table th.resolved { width:50px; }

/* TRANSLATION VIEW */
#translation_translate_view .list {
  padding: 0;
  list-style: none;
}
#translation_translate_view .list .main {
  float: left;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CFCFCF;
}
#translation_translate_view .list .main .id {
  float: left;
  margin-right: 10px;
}
#translation_translate_view .list .main ul li {
  float: left;
  width: 700px;
  margin: 5px 0;
  list-style-type: none;
}
#translation_translate_view .lang {
  position: relative;
  top: 7px;
  float: left;
  width: 80px;
  margin: 0;
  padding: 0;
}
#translation_translate_view .en {
  margin: 0px 0px 10px 0px;
}
#translation_translate_view .textarea_en {
  width: 666px;
  height: 100px;
}
#translation_translate_view .input_en {
  width: 666px;
}
#translation_translate_view input {
  width: 570px;
  padding: 3px;
  margin: 0px 5px 0px 0px;
}
#translation_translate_view textarea {
  width: 573px;
  height: 100px;
  margin: 0px 5px 0px 0px;
}



/* Topic LIST VIEW */
#topic_list_view .block {
    display: inline-block;
    zoom: 1;
}

#topic_list_view .block_right {
    float: right;
    margin-right: 200px;
}

#topic_list_view ul {
  margin: 0;
  padding: 0;
}

#topic_list_view ul li {
  list-style: none;
  padding: 0px 0 5px 0;
}

#topic_list_view ul li ul {
  margin: 0 0 0 20px;
}

#topic_list_view ul li ul li {
  list-style: circle;
}

/* Image LIST VIEW */
#image_list_view table {
  border-spacing: 0;
}
#image_list_view table tr td {
  border-bottom: 1px solid #999;
  padding: 10px;
}
#image_list_view ul {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}
#image_list_view ul li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
#image_list_view ul li a {
  color: #000;
}
#image_list_view ul li .selected {
  color: #BF5660;
  text-decoration: underline;
}

/* RECORDING LIST EN VIEW */
#recording_list_en { width:800px; margin:0 auto; font-size: 12px; }
#recording_list_en table { width:100%; border-spacing: 0; }
#recording_list_en table th { text-align: left; border:none; border-bottom:1px solid #999; padding-right: 10px;}
#recording_list_en table tr td { padding:5px 0 5px 0; border-bottom: 1px solid #999; }



/* ---------------------------------------------------------------------- *\
 * Admin/Gesture_list
/* ---------------------------------------------------------------------- */
#gesture_list_view table {
  font-size: 12px;
}

#gesture_list_view td {
  padding: 2px;
}

#gesture_list_view table tr:nth-child(even) td {
  background: #E7E7E7;
}

#gesture_list_view tr:hover td {
  background: #E0F5FF;
}