/* @override http://localhost/faros-mc/themes/sync/sync.css */
/*
 * sync/sync-debug.css
 */

/* Make body full window */
body {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  height: 100%;
  }

#page_head {
  position: absolute;
  right: 0; top: 0; left: 0;
  }

#page_body {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  }

.full {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  }

/* The foot should take up all the way to the bottom of the page. */
#page_foot {
  position: absolute;
  right: 0; bottom: 0; left: 0;
  }

div[view='page_body'] {
  }

body div[view] {
  }

/* @group Split */

/*
#page_body div.split {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  }
*/

.split.hz > .divider {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  border-top: none;
  border-bottom: none;
  z-index: 1;
  }
.split.vt > .divider {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 1;
  }
.split .grab {
/*
  background-color: rgba(0, 0, 0, 0.05);
 */
  }

/* @end */

/* @group Bar */

.bar h2 {
  display: block;
  float: left;
  padding-right: 10px;
  }
.bar ul {
  display: block;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  }
.bar ul li {
  display: block;
  float: left;
  white-space: nowrap;
  line-height: 35px;
  padding: 0 10px;
  margin: 0;
  color: #a3a396;
  }

.bar .pager {
  display: none;
  }

/* @end */

