/*new Boxwise color scheme*/
/* Used on header, menu item header, notification */
/* Used on pages, menu, tables, links */
/* Used on links, buttons, group tabs */
/* Used on menu, table th, notification, group tabs */
/* Used on links hover, button, combo selected */
/* Used on pop-up */
/* Used on icons, logout, warring messages, instruction,*/
/* Used on notification bell */
/* Used as main font color */
/* Used on labels, server version */
/* Used on alt title, legend */
/* Used on icons, link hover */
/* Used on time of notifications*/
/* Used on kpi-panel elements */
/* Used on menu items, combo selected, notification elements */
/* Used on notification severity elements */
#images-view .x-panel-body {
  background: white;
  font: 11px Arial, Helvetica, sans-serif;
}
#images-view .x-view-selected {
  border: 1px solid #FF6D1B;
  background: #FBE9E3;
}
#images-view .x-view-over {
  border: 1px solid #FF6D1B;
}
#images-view .touch img,
#images-view .mobile img {
  position: absolute;
  left: 10px;
  top: 10px;
}
#images-view .touch-wrap {
  position: relative;
  height: 167px;
  background-image: url(../../Images/monitor.png);
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
#images-view .mobile-wrap {
  height: 167px;
  background-image: url(../../Images/handheld.png);
  background-repeat: no-repeat;
  border: 1px solid transparent;
  position: relative;
}
#images-view .session-wrap {
  border: 1px solid transparent;
  float: left;
  margin: 5px;
  padding: 6px;
  padding-bottom: 1px;
  padding-top: 1px;
  height: 230px;
}
#images-view .session-wrap:hover {
  border: 1px solid #FF6D1B;
}
#images-view .session-wrap .title {
  text-align: center;
  font-weight: bolder;
}
