#head,
#head.with-submenu {
  height: 86px;
}
#top {
  display: none;
}
#middle,
#middle-in {
  background: none;
}
#middle-in {
  padding-top: 10px;
}
#head > div,
#middle-in2 > div {
  width: 1100px;
  margin: 0 auto;
}
#head,
#head.with-submenu {
  background: #000;
  height: 56px;
}
#head #menu,
#head #menu ul,
#head #menu li {
  height: 28px;
  line-height: 28px;
}
#head #menu li a {
  font-weight: normal;
}
#head > div {
  width: 100%;
}
#head #submenu {
  background: #f5f5f5;
}
#head #submenu li > a {
  color: #000;
  background: transparent;
  padding-left: 0;
}
#head #submenu,
#head #submenu ul,
#head #submenu li {
  height: 28px;
  line-height: 28px;
}
#head ul {
  width: 1100px;
  margin: 0 auto;
}
#menu li {
  background: transparent url('../img/menu/sep-admin.png') no-repeat left top;
}
.with-submenu #menu .active-arrow div {
  background: transparent url('../img/menu/active-arrow-admin.png') no-repeat left top;
}
.list td {
  height: 24px;
}
.list th {
  height: 21px;
}
.list tr.row-red.even td {
  background: #F2D9D9;
}
.list tr.row-red td {
  background: #FFE4E4;
}
.list tr.row-green.even td {
  background: #D9F2DB;
}
.list tr.row-green td {
  background: #E5FFE7;
}
.list tr.row-orange.even td {
  background: #F2ECDA;
}
.list tr.row-orange td {
  background: #FFF8E5;
}
.props th,
.props td {
  padding: 3px 5px;
}
.props th,
.props td,
.props th a,
.props td a {
  font-size: 12px;
}
.box > .ml > .mr {
  padding: 4px;
}
a.button,
input.button,
span.button,
.section-actions a.button,
.section-actions input.button,
.section-actions span.button {
  width: auto;
  height: 25px;
  line-height: 25px;
  background: #40A5E3;
  box-shadow: 1px 1px rgba(165, 176, 165, 0.4);
  border-radius: 2px;
  border: 1px solid #5FB8EF;
  color: #fff;
}
a.button:hover,
input.button:hover,
span.button:hover,
.section-actions a.button:hover,
.section-actions input.button:hover,
.section-actions span.button:hover {
  background: #44B0F2;
}
.buttons-list a.button,
.buttons-list input.button,
.buttons-list span.button,
.buttons-list .section-actions a.button,
.buttons-list .section-actions input.button,
.buttons-list .section-actions span.button {
  width: 150px;
}
h3 {
  height: 30px;
  line-height: 30px;
}
.props-collection li {
  max-width: 30%;
}
.tabs {
  margin: 0;
  padding: 0;
}
.tabs li {
  list-style-type: none;
  display: inline-block;
  border-radius: 5px;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  border: 3px solid #C0D9E6;
  background: #E3ECF2;
}
.tabs li.active {
  border-color: #44B0F2;
}
.document-preview-box {
  width: 100%;
}
.document-preview-box .document-preview {
  width: 65%;
  margin: 0;
  float: left;
}
.document-preview-box .document-snapshots {
  width: 34%;
  margin: 0;
  float: right;
}
