/* 115 */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* 124 */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* 136 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* 144 */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* 224 */
body {
  margin: 0;
}

/* 264 */
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* 266 */
.row {
  margin-left: -20px;
  *zoom: 1;
}

/* 271 */
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

/* 278 */
.row:after {
  clear: both;
}

/* 282 */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* 288 */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* 295 */
.span12 {
  width: 940px;
}

/* 299 */
.span11 {
  width: 860px;
}

/* 303 */
.span10 {
  width: 780px;
}

/* 307 */
.span9 {
  width: 700px;
}

/* 311 */
.span8 {
  width: 620px;
}

/* 315 */
.span7 {
  width: 540px;
}

/* 319 */
.span6 {
  width: 460px;
}

/* 323 */
.span5 {
  width: 380px;
}

/* 327 */
.span4 {
  width: 300px;
}

/* 331 */
.span3 {
  width: 220px;
}

/* 335 */
.span2 {
  width: 140px;
}

/* 339 */
.span1 {
  width: 60px;
}

/* 343 */
.offset12 {
  margin-left: 980px;
}

/* 347 */
.offset11 {
  margin-left: 900px;
}

/* 351 */
.offset10 {
  margin-left: 820px;
}

/* 355 */
.offset9 {
  margin-left: 740px;
}

/* 359 */
.offset8 {
  margin-left: 660px;
}

/* 363 */
.offset7 {
  margin-left: 580px;
}

/* 367 */
.offset6 {
  margin-left: 500px;
}

/* 371 */
.offset5 {
  margin-left: 420px;
}

/* 375 */
.offset4 {
  margin-left: 340px;
}

/* 379 */
.offset3 {
  margin-left: 260px;
}

/* 383 */
.offset2 {
  margin-left: 180px;
}

/* 387 */
.offset1 {
  margin-left: 100px;
}

/* 617 */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.navbar-inner .container {
  margin-left: 0;
  *zoom: 1;
}

/* 623 */
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

/* 630 */
.container:after {
  clear: both;
}

/* 1027 */
form {
  margin: 0 0 20px;
}

/* 1055 */
label,
input,
button,
select,
textarea {
  /* font-size: 14px; */
  font-weight: normal;
  line-height: 20px;
}

/* 1076 */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* 1106 */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* 1116 */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.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 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

/* 1143 */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.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);
}

/* 1308 */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

/* 1320 */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

/* 1333 */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* 1403 */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* 1667 */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

/* 1689 */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

/* 1729 */
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

/* 1759 */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

/* 1775 */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/* 1781 */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

/* 2276 */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* 2320 */
.icon-search {
  background-position: -48px 0;
}

/* 2392 */
.icon-home {
	background-position: 0 -24px;
}

/* 2408 */
.icon-download-alt {
	background-position: -96px -24px;
}

/* 2532 */
.icon-list {
  background-position: -360px -48px;
}

/* 2728 */
.icon-eye-open {
  background-position: -96px -120px;
}

/* 2773 */
.icon-shopping-cart {
	background-position: -360px -120px;
}

/* 3198 */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  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;
  border: 1px solid #cccccc;
  *border: 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);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -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);
}

/* 3235 */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* 3246 */
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

/* 3255 */
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  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;
}

/* 3266 */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* 3272 */
.btn.active,
.btn:active {
  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);
}

/* 3450 */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* 3558 */
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* 3949 */
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0; /* Added from: bootstrap.css:812#1*/
  list-style: none;
}

/* 3955 */
.nav > li > a {
  display: block;
  text-decoration: none; /* Added from: bootstrap.css:3959#1*/
}

/* 3959 */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  /* background-color: #eeeeee; */
}

/* 4028 */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}

/* 4033 */
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

/* 4042 */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* 4047 */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* 4052 */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* 4060 */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* 4064 */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* 4068 */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

/* 4078 */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* 4083 */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* 4255 */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* 4260 */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* 4365 */
.navbar {
  *position: relative;
  *z-index: 2;
  /* margin-bottom: 20px; */
  overflow: visible;
}

/* 4372 */
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0); */
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

/* 4394 */
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

/* 4401 */
.navbar-inner:after {
  clear: both;
}

/* 4414 */
.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

/* 4452 */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* 4457 */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

/* 4465 */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* 4470 */
.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

/* 4477 */
.navbar-form:after {
  clear: both;
}

/* 4481 */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

/* 4488 */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

/* 4501 */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

/* 4507 */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* 4596 */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* 4609 */
.navbar .nav > li {
  float: left;
  line-height: 20px; /* Added from: bootstrap.css:825#1*/
}

/* 4613 */
.navbar .nav > li > a {
  float: none;
  padding: 10px 10px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* 5592 */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* 5631 */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

/* 5645 */
.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

/* 5683 */
.label-warning,
.badge-warning {
background-color: #f89406;
}

/* 5693 */
.label-success,
.badge-success {
  background-color: #468847;
}

/* 5698 */
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

/* 6145 */
.pull-right {
  float: right;
}

/* 6149 */
.pull-left {
  float: left;
}

a.brand {
  text-decoration: none;
}

#bodyContent {
	margin: 8px;
}