/*
В файле bootstrap-2.1.1/mixins.less
модифицировал пару строк:
.clearfix -> .clearfix(@fake: 1)
.hide-text -> .hide-text(@fake: 1)
.input-block-level -> .input-block-level(@fake: 1)

Сделано это потому, что при повторном подключении миксинов в less-файле компонента
у нас повторно генерируются стили .cleatfix | .hidetext | input-block-level

Потому в библиотеке необходимо оставить именно Миксин.
А в этом файле мы реализуем этот mixin: ...

!Важно: Внутри одноименного класса миксин надо вызывать обязательно с определением аргумента
во всех остальных можно без аргумента
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/******* TABLES MIXIN *******/
/**** /TABLES MIXIN *****//******* TABLES MIXIN *******/
/**** /TABLES MIXIN *****/body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 12px;
  padding-left: 12px;
  *zoom: 1;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -12px;
  *zoom: 1;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 12px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 996px;
}
.span16 {
  width: 996px;
}
.span15 {
  width: 933px;
}
.span14 {
  width: 870px;
}
.span13 {
  width: 807px;
}
.span12 {
  width: 744px;
}
.span11 {
  width: 681px;
}
.span10 {
  width: 618px;
}
.span9 {
  width: 555px;
}
.span8 {
  width: 492px;
}
.span7 {
  width: 429px;
}
.span6 {
  width: 366px;
}
.span5 {
  width: 303px;
}
.span4 {
  width: 240px;
}
.span3 {
  width: 177px;
}
.span2 {
  width: 114px;
}
.span1 {
  width: 51px;
}
.offset16 {
  margin-left: 1020px;
}
.offset15 {
  margin-left: 957px;
}
.offset14 {
  margin-left: 894px;
}
.offset13 {
  margin-left: 831px;
}
.offset12 {
  margin-left: 768px;
}
.offset11 {
  margin-left: 705px;
}
.offset10 {
  margin-left: 642px;
}
.offset9 {
  margin-left: 579px;
}
.offset8 {
  margin-left: 516px;
}
.offset7 {
  margin-left: 453px;
}
.offset6 {
  margin-left: 390px;
}
.offset5 {
  margin-left: 327px;
}
.offset4 {
  margin-left: 264px;
}
.offset3 {
  margin-left: 201px;
}
.offset2 {
  margin-left: 138px;
}
.offset1 {
  margin-left: 75px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.2048192771084338%;
  *margin-left: 1.1546184738955825%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span16 {
  width: 100%;
  *width: 99.94979919678715%;
}
.row-fluid .span15 {
  width: 93.67469879518072%;
  *width: 93.62449799196787%;
}
.row-fluid .span14 {
  width: 87.34939759036145%;
  *width: 87.2991967871486%;
}
.row-fluid .span13 {
  width: 81.02409638554218%;
  *width: 80.97389558232933%;
}
.row-fluid .span12 {
  width: 74.6987951807229%;
  *width: 74.64859437751005%;
}
.row-fluid .span11 {
  width: 68.37349397590361%;
  *width: 68.32329317269077%;
}
.row-fluid .span10 {
  width: 62.04819277108433%;
  *width: 61.99799196787148%;
}
.row-fluid .span9 {
  width: 55.722891566265055%;
  *width: 55.6726907630522%;
}
.row-fluid .span8 {
  width: 49.39759036144578%;
  *width: 49.347389558232926%;
}
.row-fluid .span7 {
  width: 43.07228915662651%;
  *width: 43.02208835341366%;
}
.row-fluid .span6 {
  width: 36.74698795180723%;
  *width: 36.696787148594375%;
}
.row-fluid .span5 {
  width: 30.421686746987948%;
  *width: 30.371485943775095%;
}
.row-fluid .span4 {
  width: 24.096385542168676%;
  *width: 24.046184738955823%;
}
.row-fluid .span3 {
  width: 17.771084337349397%;
  *width: 17.720883534136544%;
}
.row-fluid .span2 {
  width: 11.44578313253012%;
  *width: 11.39558232931727%;
}
.row-fluid .span1 {
  width: 5.120481927710843%;
  *width: 5.070281124497992%;
}
.row-fluid .offset16 {
  margin-left: 102.40963855421687%;
  *margin-left: 102.30923694779118%;
}
.row-fluid .offset16:first-child {
  margin-left: 101.20481927710843%;
  *margin-left: 101.10441767068274%;
}
.row-fluid .offset15 {
  margin-left: 96.08433734939759%;
  *margin-left: 95.9839357429719%;
}
.row-fluid .offset15:first-child {
  margin-left: 94.87951807228914%;
  *margin-left: 94.77911646586345%;
}
.row-fluid .offset14 {
  margin-left: 89.75903614457832%;
  *margin-left: 89.65863453815263%;
}
.row-fluid .offset14:first-child {
  margin-left: 88.55421686746988%;
  *margin-left: 88.45381526104418%;
}
.row-fluid .offset13 {
  margin-left: 83.43373493975905%;
  *margin-left: 83.33333333333336%;
}
.row-fluid .offset13:first-child {
  margin-left: 82.2289156626506%;
  *margin-left: 82.12851405622492%;
}
.row-fluid .offset12 {
  margin-left: 77.10843373493977%;
  *margin-left: 77.00803212851407%;
}
.row-fluid .offset12:first-child {
  margin-left: 75.90361445783132%;
  *margin-left: 75.80321285140563%;
}
.row-fluid .offset11 {
  margin-left: 70.78313253012048%;
  *margin-left: 70.68273092369479%;
}
.row-fluid .offset11:first-child {
  margin-left: 69.57831325301204%;
  *margin-left: 69.47791164658635%;
}
.row-fluid .offset10 {
  margin-left: 64.4578313253012%;
  *margin-left: 64.3574297188755%;
}
.row-fluid .offset10:first-child {
  margin-left: 63.253012048192765%;
  *margin-left: 63.15261044176706%;
}
.row-fluid .offset9 {
  margin-left: 58.132530120481924%;
  *margin-left: 58.03212851405622%;
}
.row-fluid .offset9:first-child {
  margin-left: 56.92771084337349%;
  *margin-left: 56.827309236947784%;
}
.row-fluid .offset8 {
  margin-left: 51.80722891566265%;
  *margin-left: 51.70682730923694%;
}
.row-fluid .offset8:first-child {
  margin-left: 50.602409638554214%;
  *margin-left: 50.50200803212851%;
}
.row-fluid .offset7 {
  margin-left: 45.48192771084338%;
  *margin-left: 45.381526104417674%;
}
.row-fluid .offset7:first-child {
  margin-left: 44.277108433734945%;
  *margin-left: 44.17670682730924%;
}
.row-fluid .offset6 {
  margin-left: 39.1566265060241%;
  *margin-left: 39.05622489959839%;
}
.row-fluid .offset6:first-child {
  margin-left: 37.95180722891566%;
  *margin-left: 37.851405622489956%;
}
.row-fluid .offset5 {
  margin-left: 32.831325301204814%;
  *margin-left: 32.73092369477911%;
}
.row-fluid .offset5:first-child {
  margin-left: 31.626506024096383%;
  *margin-left: 31.526104417670677%;
}
.row-fluid .offset4 {
  margin-left: 26.506024096385545%;
  *margin-left: 26.40562248995984%;
}
.row-fluid .offset4:first-child {
  margin-left: 25.30120481927711%;
  *margin-left: 25.200803212851405%;
}
.row-fluid .offset3 {
  margin-left: 20.180722891566266%;
  *margin-left: 20.08032128514056%;
}
.row-fluid .offset3:first-child {
  margin-left: 18.97590361445783%;
  *margin-left: 18.875502008032125%;
}
.row-fluid .offset2 {
  margin-left: 13.855421686746988%;
  *margin-left: 13.755020080321286%;
}
.row-fluid .offset2:first-child {
  margin-left: 12.650602409638555%;
  *margin-left: 12.550200803212853%;
}
.row-fluid .offset1 {
  margin-left: 7.53012048192771%;
  *margin-left: 7.429718875502008%;
}
.row-fluid .offset1:first-child {
  margin-left: 6.325301204819277%;
  *margin-left: 6.224899598393574%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
#site {
  /* Allow for input prepend/append in search forms */

}
#site a img {
  border: none;
}
#site .base-title,
#site .base-title-1,
#site h1 {
  font-size: 22px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#site .base-title.no-offset,
#site .base-title-1.no-offset,
#site h1.no-offset {
  margin-top: 0;
  margin-bottom: 0;
}
#site .base-title.no-top-offset,
#site .base-title-1.no-top-offset,
#site h1.no-top-offset {
  margin-top: 0;
}
#site .base-title.no-bot-offset,
#site .base-title-1.no-bot-offset,
#site h1.no-bot-offset {
  margin-bottom: 0;
}
#site .base-title.center,
#site .base-title-1.center,
#site h1.center {
  text-align: center;
}
#site .base-title.left,
#site .base-title-1.left,
#site h1.left {
  text-align: left;
}
#site .base-title.right,
#site .base-title-1.right,
#site h1.right {
  text-align: right;
}
#site .base-title.bolder,
#site .base-title-1.bolder,
#site h1.bolder {
  font-weight: bolder;
}
#site .base-title-2,
#site h2 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#site .base-title-2.no-offset,
#site h2.no-offset {
  margin-top: 0;
  margin-bottom: 0;
}
#site .base-title-2.no-top-offset,
#site h2.no-top-offset {
  margin-top: 0;
}
#site .base-title-2.no-bot-offset,
#site h2.no-bot-offset {
  margin-bottom: 0;
}
#site .base-title-2.center,
#site h2.center {
  text-align: center;
}
#site .base-title-2.left,
#site h2.left {
  text-align: left;
}
#site .base-title-2.right,
#site h2.right {
  text-align: right;
}
#site .base-title-2.bolder,
#site h2.bolder {
  font-weight: bolder;
}
#site .base-title-3,
#site h3 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#site .base-title-3.no-offset,
#site h3.no-offset {
  margin-top: 0;
  margin-bottom: 0;
}
#site .base-title-3.no-top-offset,
#site h3.no-top-offset {
  margin-top: 0;
}
#site .base-title-3.no-bot-offset,
#site h3.no-bot-offset {
  margin-bottom: 0;
}
#site .base-title-3.center,
#site h3.center {
  text-align: center;
}
#site .base-title-3.left,
#site h3.left {
  text-align: left;
}
#site .base-title-3.right,
#site h3.right {
  text-align: right;
}
#site .base-title-3.bolder,
#site h3.bolder {
  font-weight: bolder;
}
#site .base-title-4,
#site h4 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#site .base-title-4.no-offset,
#site h4.no-offset {
  margin-top: 0;
  margin-bottom: 0;
}
#site .base-title-4.no-top-offset,
#site h4.no-top-offset {
  margin-top: 0;
}
#site .base-title-4.no-bot-offset,
#site h4.no-bot-offset {
  margin-bottom: 0;
}
#site .base-title-4.center,
#site h4.center {
  text-align: center;
}
#site .base-title-4.left,
#site h4.left {
  text-align: left;
}
#site .base-title-4.right,
#site h4.right {
  text-align: right;
}
#site .base-title-4.bolder,
#site h4.bolder {
  font-weight: bolder;
}
#site .clflow {
  width: 100%;
  clear: both;
  height: 0;
  content: "";
  overflow: hidden;
}
#site nav.chain,
#site .nav-chain {
  margin-left: 2px;
}
#site nav.chain ul,
#site .nav-chain ul {
  *zoom: 1;
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
#site nav.chain ul:before,
#site .nav-chain ul:before,
#site nav.chain ul:after,
#site .nav-chain ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#site nav.chain ul:after,
#site .nav-chain ul:after {
  clear: both;
}
#site nav.chain ul:before,
#site .nav-chain ul:before,
#site nav.chain ul:after,
#site .nav-chain ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#site nav.chain ul:after,
#site .nav-chain ul:after {
  clear: both;
}
#site nav.chain ul li,
#site .nav-chain ul li {
  display: inline-block;
}
#site nav.chain ul li:before,
#site .nav-chain ul li:before {
  content: "» ";
}
#site nav.chain ul li:first-child:before,
#site .nav-chain ul li:first-child:before {
  content: "";
}
#site .white-block {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: 0px 0px 3px -2px #000000, 0px 10px 15px -15px #000000, 0px 10px 15px -15px #000000, 0px 10px 15px -15px #000000;
  -moz-box-shadow: 0px 0px 3px -2px #000000, 0px 10px 15px -15px #000000, 0px 10px 15px -15px #000000, 0px 10px 15px -15px #000000;
  box-shadow: 0px 0px 3px -2px #000000, 0px 10px 15px -15px #000000, 0px 10px 15px -15px #000000, 0px 10px 15px -15px #000000;
}
.ie9 #site .white-block {
  -webkit-box-shadow: 0px 0px 10px -2px #000000, 0px 15px 50px -27px #000000, 0px 15px 50px -27px #000000, 0px 15px 50px -27px #000000;
  -moz-box-shadow: 0px 0px 10px -2px #000000, 0px 15px 50px -27px #000000, 0px 15px 50px -27px #000000, 0px 15px 50px -27px #000000;
  box-shadow: 0px 0px 10px -2px #000000, 0px 15px 50px -27px #000000, 0px 15px 50px -27px #000000, 0px 15px 50px -27px #000000;
}
#site .white-block form:last-child {
  margin-bottom: 0;
}
#site  .white-block.span16 {
  width: 974px;
}
#site  .white-block.span15 {
  width: 911px;
}
#site  .white-block.span14 {
  width: 848px;
}
#site  .white-block.span13 {
  width: 785px;
}
#site  .white-block.span12 {
  width: 722px;
}
#site  .white-block.span11 {
  width: 659px;
}
#site  .white-block.span10 {
  width: 596px;
}
#site  .white-block.span9 {
  width: 533px;
}
#site  .white-block.span8 {
  width: 470px;
}
#site  .white-block.span7 {
  width: 407px;
}
#site  .white-block.span6 {
  width: 344px;
}
#site  .white-block.span5 {
  width: 281px;
}
#site  .white-block.span4 {
  width: 218px;
}
#site  .white-block.span3 {
  width: 155px;
}
#site  .white-block.span2 {
  width: 92px;
}
#site  .white-block.span1 {
  width: 29px;
}
#site table {
  border-collapse: collapse;
  border-spacing: 0;
}
#site .table {
  background: #ffffff;
  border-spacing: 0;
  border-collapse: separate !important;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 2px #e5e5e5;
  -moz-box-shadow: 0px 0px 5px 2px #e5e5e5;
  box-shadow: 0px 0px 5px 2px #e5e5e5;
  background: #ffffff;
  border-spacing: 0;
  border-collapse: separate !important;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 2px #e5e5e5;
  -moz-box-shadow: 0px 0px 5px 2px #e5e5e5;
  box-shadow: 0px 0px 5px 2px #e5e5e5;
}
#site .table tr th,
#site .table tr td {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  font-weight: normal;
  padding: 5px;
}
#site .table tr th.border-col,
#site .table tr td.border-col {
  border: none;
  border-left: 1px solid #dddddd;
  width: 0px;
  padding: 0px;
  overflow: hidden;
}
#site .table tr th.border-col:first-child  + th,
#site .table tr td.border-col:first-child  + th,
#site .table tr th.border-col.first-child  + th,
#site .table tr td.border-col.first-child  + th,
#site .table tr th.border-col:first-child  + td,
#site .table tr td.border-col:first-child  + td,
#site .table tr th.border-col.first-child  + td,
#site .table tr td.border-col.first-child  + td {
  border-left: none;
}
#site .table tr th.border-col.left-border-none,
#site .table tr td.border-col.left-border-none {
  border-left: none;
}
#site .table tr th.border-col.border-top-none,
#site .table tr td.border-col.border-top-none {
  border-top: none;
}
#site .table tr th,
#site .table tr td.heading {
  text-align: center;
  font-size: 15px;
  background-color: #f5f5f5;
}
#site .table tr td {
  font-size: 13px;
}
#site .table tr td.left-border {
  border-left: 1px solid #dddddd !important;
}
#site .table tr:first-child th .border-col,
#site .table tr.first-child th .border-col,
#site .table tr:first-child td .border-col,
#site .table tr.first-child td .border-col {
  border-top: 1px solid #dddddd;
}
#site .table tr:first-child th:first-child,
#site .table tr.first-child th:first-child,
#site .table tr:first-child td:first-child,
#site .table tr.first-child td:first-child,
#site .table tr:first-child th.first-child,
#site .table tr.first-child th.first-child,
#site .table tr:first-child td.first-child,
#site .table tr.first-child td.first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
#site .table tr:first-child th:last-child,
#site .table tr.first-child th:last-child,
#site .table tr:first-child td:last-child,
#site .table tr.first-child td:last-child,
#site .table tr:first-child th.last-child,
#site .table tr.first-child th.last-child,
#site .table tr:first-child td.last-child,
#site .table tr.first-child td.last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
#site .table tr:last-child th:first-child,
#site .table tr.last-child th:first-child,
#site .table tr:last-child td:first-child,
#site .table tr.last-child td:first-child,
#site .table tr:last-child th.first-child,
#site .table tr.last-child th.first-child,
#site .table tr:last-child td.first-child,
#site .table tr.last-child td.first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
#site .table tr:last-child th:last-child,
#site .table tr.last-child th:last-child,
#site .table tr:last-child td:last-child,
#site .table tr.last-child td:last-child,
#site .table tr:last-child th.last-child,
#site .table tr.last-child th.last-child,
#site .table tr:last-child td.last-child,
#site .table tr.last-child td.last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
#site .table tr th,
#site .table tr td {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  font-weight: normal;
  padding: 5px;
}
#site .table tr th.border-col,
#site .table tr td.border-col {
  border: none;
  border-left: 1px solid #dddddd;
  width: 0px;
  padding: 0px;
  overflow: hidden;
}
#site .table tr th.border-col:first-child  + th,
#site .table tr td.border-col:first-child  + th,
#site .table tr th.border-col.first-child  + th,
#site .table tr td.border-col.first-child  + th,
#site .table tr th.border-col:first-child  + td,
#site .table tr td.border-col:first-child  + td,
#site .table tr th.border-col.first-child  + td,
#site .table tr td.border-col.first-child  + td {
  border-left: none;
}
#site .table tr th.border-col.left-border-none,
#site .table tr td.border-col.left-border-none {
  border-left: none;
}
#site .table tr th.border-col.border-top-none,
#site .table tr td.border-col.border-top-none {
  border-top: none;
}
#site .table tr th,
#site .table tr td.heading {
  text-align: center;
  font-size: 15px;
  background-color: #f5f5f5;
}
#site .table tr td {
  font-size: 13px;
}
#site .table tr td.left-border {
  border-left: 1px solid #dddddd !important;
}
#site .table tr:first-child th .border-col,
#site .table tr.first-child th .border-col,
#site .table tr:first-child td .border-col,
#site .table tr.first-child td .border-col {
  border-top: 1px solid #dddddd;
}
#site .table tr:first-child th:first-child,
#site .table tr.first-child th:first-child,
#site .table tr:first-child td:first-child,
#site .table tr.first-child td:first-child,
#site .table tr:first-child th.first-child,
#site .table tr.first-child th.first-child,
#site .table tr:first-child td.first-child,
#site .table tr.first-child td.first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
#site .table tr:first-child th:last-child,
#site .table tr.first-child th:last-child,
#site .table tr:first-child td:last-child,
#site .table tr.first-child td:last-child,
#site .table tr:first-child th.last-child,
#site .table tr.first-child th.last-child,
#site .table tr:first-child td.last-child,
#site .table tr.first-child td.last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
#site .table tr:last-child th:first-child,
#site .table tr.last-child th:first-child,
#site .table tr:last-child td:first-child,
#site .table tr.last-child td:first-child,
#site .table tr:last-child th.first-child,
#site .table tr.last-child th.first-child,
#site .table tr:last-child td.first-child,
#site .table tr.last-child td.first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
#site .table tr:last-child th:last-child,
#site .table tr.last-child th:last-child,
#site .table tr:last-child td:last-child,
#site .table tr.last-child td:last-child,
#site .table tr:last-child th.last-child,
#site .table tr.last-child th.last-child,
#site .table tr:last-child td.last-child,
#site .table tr.last-child td.last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
#site form {
  margin: 0 0 20px;
}
#site fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
#site legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
#site legend small {
  font-size: 15px;
  color: #999999;
}
#site label,
#site input,
#site button,
#site select,
#site textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
#site input,
#site button,
#site select,
#site textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#site label {
  display: block;
  margin-bottom: 5px;
}
#site select,
#site textarea,
#site input[type="text"],
#site input[type="password"],
#site input[type="datetime"],
#site input[type="datetime-local"],
#site input[type="date"],
#site input[type="month"],
#site input[type="time"],
#site input[type="week"],
#site input[type="number"],
#site input[type="email"],
#site input[type="url"],
#site input[type="search"],
#site input[type="tel"],
#site input[type="color"],
#site .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#site input,
#site textarea,
#site .uneditable-input {
  width: 206px;
}
#site textarea {
  height: auto;
}
#site textarea,
#site input[type="text"],
#site input[type="password"],
#site input[type="datetime"],
#site input[type="datetime-local"],
#site input[type="date"],
#site input[type="month"],
#site input[type="time"],
#site input[type="week"],
#site input[type="number"],
#site input[type="email"],
#site input[type="url"],
#site input[type="search"],
#site input[type="tel"],
#site input[type="color"],
#site .uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
#site textarea:focus,
#site input[type="text"]:focus,
#site input[type="password"]:focus,
#site input[type="datetime"]:focus,
#site input[type="datetime-local"]:focus,
#site input[type="date"]:focus,
#site input[type="month"]:focus,
#site input[type="time"]:focus,
#site input[type="week"]:focus,
#site input[type="number"]:focus,
#site input[type="email"]:focus,
#site input[type="url"]:focus,
#site input[type="search"]:focus,
#site input[type="tel"]:focus,
#site input[type="color"]:focus,
#site .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
#site input[type="radio"],
#site input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
#site input[type="file"],
#site input[type="image"],
#site input[type="submit"],
#site input[type="reset"],
#site input[type="button"],
#site input[type="radio"],
#site input[type="checkbox"] {
  width: auto;
}
#site select,
#site input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
#site select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
#site select[multiple],
#site select[size] {
  height: auto;
}
#site select:focus,
#site input[type="file"]:focus,
#site input[type="radio"]:focus,
#site input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#site .uneditable-input,
#site .uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
#site .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
#site .uneditable-textarea {
  width: auto;
  height: auto;
}
#site input:-moz-placeholder,
#site textarea:-moz-placeholder {
  color: #999999;
}
#site input:-ms-input-placeholder,
#site textarea:-ms-input-placeholder {
  color: #999999;
}
#site input::-webkit-input-placeholder,
#site textarea::-webkit-input-placeholder {
  color: #999999;
}
#site .radio,
#site .checkbox {
  min-height: 18px;
  padding-left: 18px;
}
#site .radio input[type="radio"],
#site .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
#site .controls > .radio:first-child,
#site .controls > .checkbox:first-child {
  padding-top: 5px;
}
#site .radio.inline,
#site .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
#site .radio.inline + .radio.inline,
#site .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
#site .input-mini {
  width: 60px;
}
#site .input-small {
  width: 90px;
}
#site .input-medium {
  width: 150px;
}
#site .input-large {
  width: 210px;
}
#site .input-xlarge {
  width: 270px;
}
#site .input-xxlarge {
  width: 530px;
}
#site input[class*="span"],
#site select[class*="span"],
#site textarea[class*="span"],
#site .uneditable-input[class*="span"],
#site .row-fluid input[class*="span"],
#site .row-fluid select[class*="span"],
#site .row-fluid textarea[class*="span"],
#site .row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
#site .input-append input[class*="span"],
#site .input-append .uneditable-input[class*="span"],
#site .input-prepend input[class*="span"],
#site .input-prepend .uneditable-input[class*="span"],
#site .row-fluid input[class*="span"],
#site .row-fluid select[class*="span"],
#site .row-fluid textarea[class*="span"],
#site .row-fluid .uneditable-input[class*="span"],
#site .row-fluid .input-prepend [class*="span"],
#site .row-fluid .input-append [class*="span"] {
  display: inline-block;
}
#site input,
#site textarea,
#site .uneditable-input {
  margin-left: 0;
}
#site .controls-row [class*="span"] + [class*="span"] {
  margin-left: 12px;
}
#site input.span16, textarea.span16, .uneditable-input.span16 {
  width: 982px;
}
#site input.span15, textarea.span15, .uneditable-input.span15 {
  width: 919px;
}
#site input.span14, textarea.span14, .uneditable-input.span14 {
  width: 856px;
}
#site input.span13, textarea.span13, .uneditable-input.span13 {
  width: 793px;
}
#site input.span12, textarea.span12, .uneditable-input.span12 {
  width: 730px;
}
#site input.span11, textarea.span11, .uneditable-input.span11 {
  width: 667px;
}
#site input.span10, textarea.span10, .uneditable-input.span10 {
  width: 604px;
}
#site input.span9, textarea.span9, .uneditable-input.span9 {
  width: 541px;
}
#site input.span8, textarea.span8, .uneditable-input.span8 {
  width: 478px;
}
#site input.span7, textarea.span7, .uneditable-input.span7 {
  width: 415px;
}
#site input.span6, textarea.span6, .uneditable-input.span6 {
  width: 352px;
}
#site input.span5, textarea.span5, .uneditable-input.span5 {
  width: 289px;
}
#site input.span4, textarea.span4, .uneditable-input.span4 {
  width: 226px;
}
#site input.span3, textarea.span3, .uneditable-input.span3 {
  width: 163px;
}
#site input.span2, textarea.span2, .uneditable-input.span2 {
  width: 100px;
}
#site input.span1, textarea.span1, .uneditable-input.span1 {
  width: 37px;
}
#site .controls-row {
  *zoom: 1;
  *zoom: 1;
}
#site .controls-row:before,
#site .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
#site .controls-row:after {
  clear: both;
}
#site .controls-row:before,
#site .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
#site .controls-row:after {
  clear: both;
}
#site .controls-row [class*="span"] {
  float: left;
}
#site input[disabled],
#site select[disabled],
#site textarea[disabled],
#site input[readonly],
#site select[readonly],
#site textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
#site input[type="radio"][disabled],
#site input[type="checkbox"][disabled],
#site input[type="radio"][readonly],
#site input[type="checkbox"][readonly] {
  background-color: transparent;
}
#site .control-group.warning > label,
#site .control-group.warning .help-block,
#site .control-group.warning .help-inline {
  color: #c09853;
}
#site .control-group.warning .checkbox,
#site .control-group.warning .radio,
#site .control-group.warning input,
#site .control-group.warning select,
#site .control-group.warning textarea {
  color: #c09853;
}
#site .control-group.warning input,
#site .control-group.warning select,
#site .control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#site .control-group.warning input:focus,
#site .control-group.warning select:focus,
#site .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
#site .control-group.warning .input-prepend .add-on,
#site .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
#site .control-group.error > label,
#site .control-group.error .help-block,
#site .control-group.error .help-inline {
  color: #b94a48;
}
#site .control-group.error .checkbox,
#site .control-group.error .radio,
#site .control-group.error input,
#site .control-group.error select,
#site .control-group.error textarea {
  color: #b94a48;
}
#site .control-group.error input,
#site .control-group.error select,
#site .control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#site .control-group.error input:focus,
#site .control-group.error select:focus,
#site .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
#site .control-group.error .input-prepend .add-on,
#site .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
#site .control-group.success > label,
#site .control-group.success .help-block,
#site .control-group.success .help-inline {
  color: #468847;
}
#site .control-group.success .checkbox,
#site .control-group.success .radio,
#site .control-group.success input,
#site .control-group.success select,
#site .control-group.success textarea {
  color: #468847;
}
#site .control-group.success input,
#site .control-group.success select,
#site .control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#site .control-group.success input:focus,
#site .control-group.success select:focus,
#site .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
#site .control-group.success .input-prepend .add-on,
#site .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
#site .control-group.info > label,
#site .control-group.info .help-block,
#site .control-group.info .help-inline {
  color: #3a87ad;
}
#site .control-group.info .checkbox,
#site .control-group.info .radio,
#site .control-group.info input,
#site .control-group.info select,
#site .control-group.info textarea {
  color: #3a87ad;
}
#site .control-group.info input,
#site .control-group.info select,
#site .control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#site .control-group.info input:focus,
#site .control-group.info select:focus,
#site .control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
#site .control-group.info .input-prepend .add-on,
#site .control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
#site input:focus:required:invalid,
#site textarea:focus:required:invalid,
#site select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
#site input:focus:required:invalid:focus,
#site textarea:focus:required:invalid:focus,
#site select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
#site .form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
  *zoom: 1;
}
#site .form-actions:before,
#site .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
#site .form-actions:after {
  clear: both;
}
#site .form-actions:before,
#site .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
#site .form-actions:after {
  clear: both;
}
#site .help-block,
#site .help-inline {
  color: #595959;
}
#site .help-block {
  display: block;
  margin-bottom: 10px;
}
#site .help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
#site .input-append,
#site .input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
#site .input-append input,
#site .input-prepend input,
#site .input-append select,
#site .input-prepend select,
#site .input-append .uneditable-input,
#site .input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#site .input-append input:focus,
#site .input-prepend input:focus,
#site .input-append select:focus,
#site .input-prepend select:focus,
#site .input-append .uneditable-input:focus,
#site .input-prepend .uneditable-input:focus {
  z-index: 2;
}
#site .input-append .add-on,
#site .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
#site .input-append .add-on,
#site .input-prepend .add-on,
#site .input-append .btn,
#site .input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#site .input-append .active,
#site .input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
#site .input-prepend .add-on,
#site .input-prepend .btn {
  margin-right: -1px;
}
#site .input-prepend .add-on:first-child,
#site .input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#site .input-append input,
#site .input-append select,
#site .input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#site .input-append .add-on,
#site .input-append .btn {
  margin-left: -1px;
}
#site .input-append .add-on:last-child,
#site .input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#site .input-prepend.input-append input,
#site .input-prepend.input-append select,
#site .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#site .input-prepend.input-append .add-on:first-child,
#site .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#site .input-prepend.input-append .add-on:last-child,
#site .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#site input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#site .form-search .input-append .search-query,
#site .form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#site .form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
#site .form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
#site .form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
#site .form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
#site .form-search input,
#site .form-inline input,
#site .form-horizontal input,
#site .form-search textarea,
#site .form-inline textarea,
#site .form-horizontal textarea,
#site .form-search select,
#site .form-inline select,
#site .form-horizontal select,
#site .form-search .help-inline,
#site .form-inline .help-inline,
#site .form-horizontal .help-inline,
#site .form-search .uneditable-input,
#site .form-inline .uneditable-input,
#site .form-horizontal .uneditable-input,
#site .form-search .input-prepend,
#site .form-inline .input-prepend,
#site .form-horizontal .input-prepend,
#site .form-search .input-append,
#site .form-inline .input-append,
#site .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
#site .form-search .hide,
#site .form-inline .hide,
#site .form-horizontal .hide {
  display: none;
}
#site .form-search label,
#site .form-inline label,
#site .form-search .btn-group,
#site .form-inline .btn-group {
  display: inline-block;
}
#site .form-search .input-append,
#site .form-inline .input-append,
#site .form-search .input-prepend,
#site .form-inline .input-prepend {
  margin-bottom: 0;
}
#site .form-search .radio,
#site .form-search .checkbox,
#site .form-inline .radio,
#site .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
#site .form-search .radio input[type="radio"],
#site .form-search .checkbox input[type="checkbox"],
#site .form-inline .radio input[type="radio"],
#site .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
#site .control-group {
  margin-bottom: 10px;
}
#site legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
#site .form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
  *zoom: 1;
}
#site .form-horizontal .control-group:before,
#site .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
#site .form-horizontal .control-group:after {
  clear: both;
}
#site .form-horizontal .control-group:before,
#site .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
#site .form-horizontal .control-group:after {
  clear: both;
}
#site .form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
#site .form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
#site .form-horizontal .controls:first-child {
  *padding-left: 180px;
}
#site .form-horizontal .help-block {
  margin-bottom: 0;
}
#site .form-horizontal input + .help-block,
#site .form-horizontal select + .help-block,
#site .form-horizontal textarea + .help-block {
  margin-top: 10px;
}
#site .form-horizontal .form-actions {
  padding-left: 180px;
}
#site .btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#site .btn:hover,
#site .btn:active,
#site .btn.active,
#site .btn.disabled,
#site .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#site .btn:active,
#site .btn.active {
  background-color: #cccccc \9;
}
#site .btn:first-child {
  *margin-left: 0;
}
#site .btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#site .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#site .btn.active,
#site .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#site .btn.disabled,
#site .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#site .btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#site .btn-large [class^="icon-"] {
  margin-top: 2px;
}
#site .btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}
#site .btn-small [class^="icon-"] {
  margin-top: 0;
}
#site .btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}
#site .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#site .btn-block + .btn-block {
  margin-top: 5px;
}
#site input[type="submit"].btn-block,
#site input[type="reset"].btn-block,
#site input[type="button"].btn-block {
  width: 100%;
}
#site .btn-primary.active,
#site .btn-warning.active,
#site .btn-danger.active,
#site .btn-success.active,
#site .btn-info.active,
#site .btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
#site .btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
#site .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#site .btn-primary:hover,
#site .btn-primary:active,
#site .btn-primary.active,
#site .btn-primary.disabled,
#site .btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
#site .btn-primary:active,
#site .btn-primary.active {
  background-color: #003399 \9;
}
#site .btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#site .btn-warning:hover,
#site .btn-warning:active,
#site .btn-warning.active,
#site .btn-warning.disabled,
#site .btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
#site .btn-warning:active,
#site .btn-warning.active {
  background-color: #c67605 \9;
}
#site .btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#site .btn-danger:hover,
#site .btn-danger:active,
#site .btn-danger.active,
#site .btn-danger.disabled,
#site .btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
#site .btn-danger:active,
#site .btn-danger.active {
  background-color: #942a25 \9;
}
#site .btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#site .btn-success:hover,
#site .btn-success:active,
#site .btn-success.active,
#site .btn-success.disabled,
#site .btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
#site .btn-success:active,
#site .btn-success.active {
  background-color: #408140 \9;
}
#site .btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#site .btn-info:hover,
#site .btn-info:active,
#site .btn-info.active,
#site .btn-info.disabled,
#site .btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
#site .btn-info:active,
#site .btn-info.active {
  background-color: #24748c \9;
}
#site .btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#site .btn-inverse:hover,
#site .btn-inverse:active,
#site .btn-inverse.active,
#site .btn-inverse.disabled,
#site .btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
#site .btn-inverse:active,
#site .btn-inverse.active {
  background-color: #080808 \9;
}
#site button.btn,
#site input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
#site button.btn::-moz-focus-inner,
#site input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#site button.btn.btn-large,
#site input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
#site button.btn.btn-small,
#site input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
#site button.btn.btn-mini,
#site input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
#site .btn-link,
#site .btn-link:active,
#site .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#site .btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#site .btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
#site .btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
#site {
  background: url(../images/main-bg.png) left top repeat;
}
#site header {
  background: url(../images/header.png) center top no-repeat;
  padding-top: 448px;
}
#site header .main-nav {
  background: url(../images/black-texture.png) left top repeat;
  margin: 0;
  padding: 0;
}
#site header .main-nav ul.nav {
  *zoom: 1;
  *zoom: 1;
  list-style: none;
  margin: 0 0 0 -27px;
  padding: 0;
}
#site header .main-nav ul.nav:before,
#site header .main-nav ul.nav:after {
  display: table;
  content: "";
  line-height: 0;
}
#site header .main-nav ul.nav:after {
  clear: both;
}
#site header .main-nav ul.nav:before,
#site header .main-nav ul.nav:after {
  display: table;
  content: "";
  line-height: 0;
}
#site header .main-nav ul.nav:after {
  clear: both;
}
#site header .main-nav ul.nav li {
  display: block;
  float: left;
  margin-left: 20px;
  font-size: 18px;
}
#site header .main-nav ul.nav li a {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 3px 7px;
  color: #ffffff;
  text-decoration: underline;
}
#site header .main-nav ul.nav li a:hover {
  text-decoration: none;
}
#site header .main-nav ul.nav li.selected a {
  background: #202020;
}
#site header .main-nav ul.nav li.bigredbtn {
  margin-left: 30px;
}
#site header .main-nav ul.nav li.bigredbtn a {
  margin: 1px 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f32c2c;
  background-image: -moz-linear-gradient(top, #ff4949, #e20000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff4949), to(#e20000));
  background-image: -webkit-linear-gradient(top, #ff4949, #e20000);
  background-image: -o-linear-gradient(top, #ff4949, #e20000);
  background-image: linear-gradient(to bottom, #ff4949, #e20000);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff4949', endColorstr='#ffe20000', GradientType=0);
  border-color: #e20000 #e20000 #950000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e20000;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #ff8f8f;
  text-decoration: none;
}
#site header .main-nav ul.nav li.bigredbtn a:hover,
#site header .main-nav ul.nav li.bigredbtn a:active,
#site header .main-nav ul.nav li.bigredbtn a.active,
#site header .main-nav ul.nav li.bigredbtn a.disabled,
#site header .main-nav ul.nav li.bigredbtn a[disabled] {
  color: #ffffff;
  background-color: #e20000;
  *background-color: #c80000;
}
#site header .main-nav ul.nav li.bigredbtn a:active,
#site header .main-nav ul.nav li.bigredbtn a.active {
  background-color: #af0000 \9;
}
#site header .main-nav ul.nav li.bigredbtn a:hover {
  text-decoration: underline;
}
#site header .header-contacts {
  font-size: 0.8em;
  line-height: 1em;
  padding-top: 8px;
  color: #ffffff;
}
#site section#main {
  color: #000000;
  padding-top: 35px;
  padding-bottom: 35px;
}
#site section#main aside#left-side-bar .white-block {
  margin-top: 20px;
}
#site section#main aside#left-side-bar .white-block .title {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
#site section#main aside#left-side-bar .white-block .title.no-offset {
  margin-top: 0;
  margin-bottom: 0;
}
#site section#main aside#left-side-bar .white-block .title.no-top-offset {
  margin-top: 0;
}
#site section#main aside#left-side-bar .white-block .title.no-bot-offset {
  margin-bottom: 0;
}
#site section#main aside#left-side-bar .white-block .title.center {
  text-align: center;
}
#site section#main aside#left-side-bar .white-block .title.left {
  text-align: left;
}
#site section#main aside#left-side-bar .white-block .title.right {
  text-align: right;
}
#site section#main aside#left-side-bar .white-block .title.bolder {
  font-weight: bolder;
}
#site section#main aside#left-side-bar .white-block ul {
  margin: 0 0 0 13px;
  padding: 0;
  list-style: none;
}
#site section#main aside#left-side-bar .white-block ul li {
  margin-top: 7px;
}
#site section#main aside#left-side-bar .white-block ul li:first-child {
  margin-top: 0;
}
#site section#main aside#left-side-bar .white-block ul li a {
  text-decoration: underline;
}
#site section#main aside#left-side-bar .white-block ul li a:hover {
  text-decoration: none;
}
#site section#main aside#left-side-bar .white-block:first-child {
  margin-top: 0;
}
#site section#main aside#left-side-bar .base-title {
  margin-left: 3px;
}
#site section#main aside#left-side-bar .white-block + .base-title {
  margin-top: 30px;
}
#site section#main aside#left-side-bar .base-title + .white-block {
  margin-top: 0;
}
#site section#main aside#left-side-bar > .base-title:first-child {
  margin-top: 0;
}
#site section#main #main-content {
  min-height: 500px;
}
#site section#main #main-content .nav-chain {
  margin-bottom: 10px;
}
#site footer {
  background: url(../images/black-texture.png) left top repeat;
  min-height: 115px;
  color: #ffffff;
}
#site footer .footer-about {
  font-size: 12px;
  line-height: 14px;
}
#site footer .footer-menu nav {
  display: block;
  margin: 36px 0 0 0;
}
#site footer .footer-menu a {
  display: inline-block;
  font-size: 12px;
  margin-left: 14px;
  color: white;
  text-decoration: underline;
}
#site footer .footer-menu a:hover {
  text-decoration: none;
}
#site footer .footer-author-a68 {
  display: block;
  width: 214px;
  height: 114px;
  background: url(../images/a48-copyright.png) center center no-repeat;
  font-size: 12px;
  position: relative;
}
#site footer .footer-author-a68 a {
  position: absolute;
  top: 51px;
  left: 65px;
  color: #000000;
  text-decoration: underline;
}
#site footer .footer-author-a68 a:hover {
  text-decoration: none;
}
