article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover, a:active {
  outline: 0;
}
button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button, input {
  *overflow: visible;
  line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize:none;
}
body {
  margin: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #525459;
  background-color: #f5f5f5;
}
a {
  color: #e74949;
  text-decoration: none;
}
a:hover {
  color: #b21818;
  text-decoration: underline;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 940px;
}
.span6 {
  width: 480px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
p {
  margin: 0 0 9px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  margin: 9px 0;
  font-family: inherit;
  
  line-height: 1;
  color: #525252;
}
h1 {
  font-size: 36px;
  font-weight: normal;
  line-height: 40px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
}
h3 {
  font-size: 24px;
  line-height: 40px;
}
h4 {
  font-size: 18px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
.page-header {
  padding-bottom: 8px;
  margin: 18px 0 27px;
  border-bottom: 1px solid #eeeeee;
}
ul, ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}
li {
  line-height: 18px;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}
code, pre {
  padding: 0 3px 2px;
  font-size: 11px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
label, input, button, select, textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
input, button, select, textarea {
  font-family: "PT Sans", Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
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: 18px;
  padding: 4px 6px;

  font-size: 13px;
  line-height: 18px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input, textarea, .uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
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 .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;
}
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);
}
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
  cursor: pointer;
}?
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto;
}
select, 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;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio, .checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
  padding-top: 5px;
}
.input-xlarge {
  width: 270px;
}
input, textarea, .uneditable-input {
  margin-left: 0;
}
.controls-row:before, .controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.control-group.warning input:focus, .control-group.warning select:focus, .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;
}
.control-group.error input:focus, .control-group.error select:focus, .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;
}
.control-group.success input:focus, .control-group.success select:focus, .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;
}
.control-group.info input:focus, .control-group.info select:focus, .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;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, 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;
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block, .help-inline {
  color: #babcbe;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}
.input-append input:focus, .input-prepend input:focus, .input-append select:focus, .input-prepend select:focus, .input-append .uneditable-input:focus, .input-prepend .uneditable-input:focus {
  z-index: 2;
}
/* Allow for input prepend/append in search forms */
.control-group {
  margin-bottom: 9px;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th, .table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table_mod td a{
  text-decoration: underline;
  color: #525459;
}
.table_mod td a:hover{
  color: #E74949;
  text-decoration: none;
}

.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th, .table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child, .table-bordered tfoot:last-child 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;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child, .table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table [class*=span], .row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
/* White icons with optional class, or on hover/active states of certain elements */
.icon-white, .nav-tabs > .active > a > [class^="icon-"], .nav-tabs > .active > a > [class*=" icon-"], .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"] {
  background-image: url(../img/auahh5p8.png);
}
.dropdown-toggle:active, .open .dropdown-toggle {
  outline: 0;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #e74949;
  background-color: #e64040;
  background-image: -moz-linear-gradient(top, #e74949, #e43232);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e74949), to(#e43232));
  background-image: -webkit-linear-gradient(top, #e74949, #e43232);
  background-image: -o-linear-gradient(top, #e74949, #e43232);
  background-image: linear-gradient(to bottom, #e74949, #e43232);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe74949', endColorstr='#ffe43232', GradientType=0);
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #e74949;
  background-color: #e64040;
  background-image: -moz-linear-gradient(top, #e74949, #e43232);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e74949), to(#e43232));
  background-image: -webkit-linear-gradient(top, #e74949, #e43232);
  background-image: -o-linear-gradient(top, #e74949, #e43232);
  background-image: linear-gradient(to bottom, #e74949, #e43232);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe74949', endColorstr='#ffe43232', GradientType=0);
}
.dropdown-menu .disabled > a, .dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 18px;
  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);
}
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active, .btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.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;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .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);
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e75949;
  background-image: -moz-linear-gradient(top, #e74949, #e77149);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e74949), to(#e77149));
  background-image: -webkit-linear-gradient(top, #e74949, #e77149);
  background-image: -o-linear-gradient(top, #e74949, #e77149);
  background-image: linear-gradient(to bottom, #e74949, #e77149);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe74949', endColorstr='#ffe77149', GradientType=0);
  border-color: #e77149 #e77149 #c9461b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e77149;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #ffffff;
  background-color: #e77149;
  *background-color: #e45f32;
}
.btn-primary:active, .btn-primary.active {
  background-color: #e04e1d \9;
}
.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);
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e43838;
  background-image: -moz-linear-gradient(top, #e74949, #e01d1d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e74949), to(#e01d1d));
  background-image: -webkit-linear-gradient(top, #e74949, #e01d1d);
  background-image: -o-linear-gradient(top, #e74949, #e01d1d);
  background-image: linear-gradient(to bottom, #e74949, #e01d1d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe74949', endColorstr='#ffe01d1d', GradientType=0);
  border-color: #e01d1d #e01d1d #9c1515;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e01d1d;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #ffffff;
  background-color: #e01d1d;
  *background-color: #c91b1b;
}
.btn-danger:active, .btn-danger.active {
  background-color: #b21818 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5f8a1d;
  background-image: -moz-linear-gradient(top, #6b9b20, #4e7117);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6b9b20), to(#4e7117));
  background-image: -webkit-linear-gradient(top, #6b9b20, #4e7117);
  background-image: -o-linear-gradient(top, #6b9b20, #4e7117);
  background-image: linear-gradient(to bottom, #6b9b20, #4e7117);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b9b20', endColorstr='#ff4e7117', GradientType=0);
  border-color: #4e7117 #4e7117 #22310a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #4e7117;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #ffffff;
  background-color: #4e7117;
  *background-color: #3f5c13;
}
.btn-success:active, .btn-success.active {
  background-color: #31460f \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4976e7;
  background-image: -moz-linear-gradient(top, #4986e7, #495fe7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4986e7), to(#495fe7));
  background-image: -webkit-linear-gradient(top, #4986e7, #495fe7);
  background-image: -o-linear-gradient(top, #4986e7, #495fe7);
  background-image: linear-gradient(to bottom, #4986e7, #495fe7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4986e7', endColorstr='#ff495fe7', GradientType=0);
  border-color: #495fe7 #495fe7 #1b32c9;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #495fe7;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #ffffff;
  background-color: #495fe7;
  *background-color: #324be4;
}
.btn-info:active, .btn-info.active {
  background-color: #1d38e0 \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #373a42;
  background-image: -moz-linear-gradient(top, #40444d, #292b31);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#40444d), to(#292b31));
  background-image: -webkit-linear-gradient(top, #40444d, #292b31);
  background-image: -o-linear-gradient(top, #40444d, #292b31);
  background-image: linear-gradient(to bottom, #40444d, #292b31);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff40444d', endColorstr='#ff292b31', GradientType=0);
  border-color: #292b31 #292b31 #060707;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #292b31;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #ffffff;
  background-color: #292b31;
  *background-color: #1d1f23;
}
.btn-inverse:active, .btn-inverse.active {
  background-color: #121315 \9;
}
button.btn, input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.btn-link:hover {
  color: #b21818;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin: 5px 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger, .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav-list > .active > a, .nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #e74949;
}


.nav-pills > .active > a, .nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #e74949;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #b21818;
  border-bottom-color: #b21818;
}
/* move down carets for tabs */
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a, .tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}


.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar-link:hover {
  color: #333333;
}
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}

.navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar-inverse .brand:hover, .navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a, .pagination ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a, .pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-left {
  text-align: left;
}
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager .disabled a, .pager .disabled a:hover, .pager .disabled span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after {
  content: "";
  z-index: -1;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}

a.thumbnail:hover {
  border-color: #e74949;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.label, .badge {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
a.label:hover, a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}



.pull-right {
  float: right;
}



.row {
    margin-left: -20px;
    *zoom: 1;
  }
.row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
.row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 724px;
  }

.span4 {
    width: 228px;
  }
  input, textarea, .uneditable-input {
    margin-left: 0;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px;
  }

  body {
    padding-top: 0;
  }
.navbar-fixed-bottom {
    margin-top: 18px;
  }

.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
    background-color: #f2f2f2;
  }
.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: #111111;
  }
.nav-collapse .dropdown-menu:before, .nav-collapse .dropdown-menu:after {
    display: none;
  }
.nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
.navbar .btn-navbar {
    display: block;
  }




/* Global styles */
body {
  background-image: url(../img/tdbsfkqv.jpg);
  background-repeat: repeat;
  background-position: center center;
  position: relative;
}
.container, .ie8 .container {
  width: 940px;
}
.navigation-block {
  width: 220px;
  float: left;
  *zoom: 1;
}
.navigation-block:before, .navigation-block:after {
  display: table;
  content: "";
  line-height: 0;
}
.navigation-block:after {
  clear: both;
}
.content-block {
  width: 700px;
  float: right;
  margin-left: 20px;
  *zoom: 1;
}
.content-block:before, .content-block:after {
  display: table;
  content: "";
  line-height: 0;
}
.content-block:after {
  clear: both;
}
/* Main header */
body > header {
  position: relative;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
body > header > h1 {
  margin: 0;
}
body > header > h1 + p {
  margin: 0;
  font-size: 12px;
  text-shadow: 0 1px 0 #fff;
}
body > header .brand {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 130px;
  height: 20px;
  background-image: url(../img/avscan.png);
}
body > header nav ul:before, body > header nav ul:after {
  display: table;
  content: "";
  line-height: 0;
}
body > header nav ul:after {
  clear: both;
}
body > header nav ul > li > a:hover, body > header nav ul > li a.btn:hover, body > header nav ul > li > a a.btn:hover, body > header nav ul > li a.btn a.btn:hover {
  color: #fff;
  text-decoration: none;
  background: none;
}
body > header nav ul > li > a:hover .caret, body > header nav ul > li a.btn:hover .caret, body > header nav ul > li > a a.btn:hover .caret, body > header nav ul > li a.btn a.btn:hover .caret {
  border-top-color: #fff;
}
body > header nav ul > li .dropdown-menu a:hover {
  color: #fff;
  text-decoration: none;
  background: none;
}
body > header nav ul > li .nav-search input:focus {
  width: 180px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Main footer */
body > footer {
  padding: 20px 0 10px;
  background-image: url(../img/ysvg8gya.png);
  background-repeat: repeat-x;
  background-position: top;
  *zoom: 1;
}
body > footer:before, body > footer:after {
  display: table;
  content: "";
  line-height: 0;
}
body > footer:after {
  clear: both;
}
body > footer p {
  margin: 0;
  float: left;
}
body > footer p a {
  color: #525459;
}
body > footer p a:hover {
  color: #3a3b3e;
}
body > footer p + ul {
  margin-left: 10px;
}
body > footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  *zoom: 1;
}
body > footer ul:before, body > footer ul:after {
  display: table;
  content: "";
  line-height: 0;
}
body > footer ul:after {
  clear: both;
}
body > footer ul li {
  float: left;
  display: block;
}
body > footer ul li + li {
  margin-left: 10px;
}
body > footer .btn.btn-flat {
  padding: 1px 8px;
  font-size: 12px;
}
/* Navigation */
.main-navigation {
  margin-bottom: 20px;
}
.main-navigation > ul {
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #dedede;
}
.main-navigation > ul > li {
  border-top: 1px solid #dedede;
}
.main-navigation > ul > li a {
  color: #525459;
  display: block;
  background-repeat: no-repeat;
}
.main-navigation > ul > li > a {
  line-height: 30px;
}
.main-navigation > ul > li > a:hover {
  color: #e74949;
  text-decoration: none;
  background-color: #fafafa;
}
.main-navigation > ul > li > a:hover + ul {
  background-color: #fafafa;
}
.main-navigation > ul > li > a [class^="awe-"], .main-navigation > ul > li > a [class*=" awe-"] {
  margin-right: 5px;
  font-size: 15px;
}
.main-navigation > ul > li ul a.current, .main-navigation > ul > li ul a:hover {
  color: #525252;
  text-decoration: none;
}
.main-navigation > ul > li.current > a {
  color: #e74949;
}
.main-navigation > ul > li.current > a [class^="awe-"], .main-navigation > ul > li.current > a [class*=" awe-"] {
  color: #e74949;
}
.main-navigation > ul > li.current > a:hover {
  background-color: transparent;
}
/* Badge for navigation */
.main-navigation .badge {
  float: right;
  padding: 1px 5px 2px;
  margin: 7px 0 0 0;
  font-size: 12px;
  color: #ffffff;
  background-color: #e74949;
  cursor: help;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* User avatar */
.user-profile {
  margin-bottom: 0px;
}
.user-profile figure {
  margin: 0;
  *zoom: 1;
}
.user-profile figure:before, .user-profile figure:after {
  display: table;
  content: "";
  line-height: 0;
}
.user-profile figure:after {
  clear: both;
}
.user-profile figcaption {
  padding-top: 0px;
}
.user-profile figcaption strong {
  display: block;
  line-height: 13px;
}
.user-profile figcaption strong a {
  color: #525252;
}
.user-profile figcaption strong a:hover {
  color: #000000;
  text-decoration: none;
}
.user-profile figcaption em {
  font-style: normal;
  font-size: 11px;
}
.user-profile figcaption ul {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
.user-profile figcaption ul:before, .user-profile figcaption ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.user-profile figcaption ul:after {
  clear: both;
}
.user-profile figcaption ul > li {
  float: left;
  display: block;
}
.user-profile figcaption ul > li + li {
  margin-left: 5px;
}
.user-profile figcaption ul .btn.btn-flat {
  font-size: 12px;
  padding: 1px 8px;
}
/* Side notes */
.side-note {
  background-image: url(../img/peofp7r9.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 38px;
  margin-bottom: 10px;
}
.side-note .side-note-container {
  background-image: url(../img/hktsax6l.png);
  background-repeat: repeat-y;
  background-position: top center;
  padding: 1px 10px 0;
}
.side-note .side-note-container p, .side-note .side-note-container h2 {
  margin: 0;
  color: #807160;
  line-height: 20px;
  font-size: 12px;
}
.side-note .side-note-container h2 {
  color: #665b4c;
}
.side-note .side-note-bottom {
  background-image: url(../img/zz3d1j1f.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 34px;
}
/* Balance */
.balance {
  border-top: 0px solid #dedede;
  padding: 0px 0px 20px 0px;
}
.balance h2 {
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  color: #939699;
}
.balance strong {
  font-size: 26px;
  line-height: normal;
  color: #525252;
}
/* Side search */
/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: normal;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1 {
  font-size: 24px;
  margin: 20px 0;
}
h2 {
  font-size: 19.5px;
  margin: 18px 0;
}
h3 {
  font-size: 14.95px;
  margin: 16px 0;
}
h4 {
  font-size: 13px;
  margin: 14px 0;
}
h5 {
  font-size: 11.049999999999999px;
  text-transform: uppercase;
  margin: 12px 0;
}
h6 {
  font-size: 9.75px;
  text-transform: uppercase;
  margin: 10px 0;
}
nav ul, nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
code {
  padding: 1px 3px;
  background-color: #40444d;
  border: 1px solid #000;
  color: #ffffff;
}
.label {
  padding: 1px 4px;
}
a.label:hover {
  color: #ffffff;
  background-color: #808080;
  text-decoration: none;
  cursor: pointer;
}
a.label-important:hover {
  background-color: #953b39;
}
a.label-warning:hover {
  background-color: #c67605;
}
a.label-success:hover {
  background-color: #356635;
}
a.label-info:hover {
  background-color: #2d6987;
}
a.label-inverse:hover {
  background-color: #1a1a1a;
}
.data-block ol, .data-block ul {
  margin-bottom: 20px;
}
.data-block li {
  line-height: 20px;
}
/* Content */
/* Data block grid */
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 700px;
}


.span4 {
  width: 220px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
[class*="span"] {
  margin-bottom: 20px;
}

.data-container{ float: right; margin-left: 25px;}
.data-block .data-container > *:last-child {
  margin-bottom: 20px;
}
/* Data blocks */
.data-block {
  position: relative;
  margin-bottom: 20px;
  /*
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15), 0 4px 0 -3px #fff, 0 4px 0 -2px #bec2c8, 0 8px 0 -5px #fff, 0 8px 0 -4px #bec2c8;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15), 0 4px 0 -3px #fff, 0 4px 0 -2px #bec2c8, 0 8px 0 -5px #fff, 0 8px 0 -4px #bec2c8;
  box-shadow: 0 0 3px rgba(0,0,0,0.15), 0 4px 0 -3px #fff, 0 4px 0 -2px #bec2c8, 0 8px 0 -5px #fff, 0 8px 0 -4px #bec2c8;
  */
  color: #525459;
}
.data-container section {width: 700px !important;}
.data-block .data-container {
  padding: 0px 0px 0px 3px;
  /*
  background-color: #ffffff;
  border: 1px solid #bec2c8;
  */
  *zoom: 1;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.data-block .data-container:before, .data-block .data-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.data-block .data-container:after {
  clear: both;
}
.data-block .data-container p {
  line-height: 160%;
}
.data-block.decent {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.data-block.decent .data-container {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/* Data block header */
.data-block header {
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin-bottom: 20px;
  *zoom: 1;
}
.data-block header:before, .data-block header:after {
  display: table;
  content: "";
  line-height: 0;
}
.data-block header:after {
  clear: both;
}
.data-block header h2 {
  margin: 0;
  display: inline-block;
  line-height: normal;
  font-size: 18px;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
/* Data block footer */
.data-block footer {
  text-transform: uppercase;
  font-size: 10px;
  margin: 23px 0 20px;
  color: #a4a5aa;
}
.data-block footer.info, .data-block footer.warning {
  padding-left: 22px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/6gxiqqiq.png);
}
.data-block footer.warning {
  background-image: url(../img/bnrlvcyo.png);
}
.data-block footer p {
  font-size: 10px;
  line-height: normal;
  margin: 0;
}
/* Page header */
.page-header {
  margin: 0 0 40px;
  padding-bottom: 0;
  border-bottom: none;
}
.page-header h1 {
  margin: 0 0 20px;
  line-height: normal;
}
/* Hero unit */



/* Buttons */
.btn {
  padding: 4px 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.btn-alt {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
}
.btn.btn-alt.btn-large {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.btn.btn-alt.btn-primary {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
}

.btn.btn-flat {
  padding: 5px 12px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  background-image: none;
  background-color: #e6e6e6;
  color: #939699;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-flat:hover, .btn.btn-flat:active, .btn.btn-flat.active, .btn.btn-flat.disabled, .btn.btn-flat[disabled] {
  color: #ffffff;
  background-color: #404040;
}
.btn.btn-flat:active, .btn.btn-flat.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.btn-flat.btn-primary {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  background-image: none;
  background-color: #e74949;
  color: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-flat.btn-primary:hover, .btn.btn-flat.btn-primary:active, .btn.btn-flat.btn-primary.active, .btn.btn-flat.btn-primary.disabled, .btn.btn-flat.btn-primary[disabled] {
  color: #ffffff;
  background-color: #404040;
}
.btn.btn-flat.btn-primary:active, .btn.btn-flat.btn-primary.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.btn-flat.btn-warning {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  background-image: none;
  background-color: #fbb450;
  color: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-flat.btn-warning:hover, .btn.btn-flat.btn-warning:active, .btn.btn-flat.btn-warning.active, .btn.btn-flat.btn-warning.disabled, .btn.btn-flat.btn-warning[disabled] {
  color: #ffffff;
  background-color: #404040;
}
.btn.btn-flat.btn-warning:active, .btn.btn-flat.btn-warning.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.btn-flat.btn-danger {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  background-image: none;
  background-color: #e74949;
  color: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-flat.btn-danger:hover, .btn.btn-flat.btn-danger:active, .btn.btn-flat.btn-danger.active, .btn.btn-flat.btn-danger.disabled, .btn.btn-flat.btn-danger[disabled] {
  color: #ffffff;
  background-color: #404040;
}
.btn.btn-flat.btn-danger:active, .btn.btn-flat.btn-danger.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.btn-flat.btn-success {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  background-image: none;
  background-color: #6b9b20;
  color: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-flat.btn-success:hover, .btn.btn-flat.btn-success:active, .btn.btn-flat.btn-success.active, .btn.btn-flat.btn-success.disabled, .btn.btn-flat.btn-success[disabled] {
  color: #ffffff;
  background-color: #404040;
}
.btn.btn-flat.btn-success:active, .btn.btn-flat.btn-success.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.btn-flat.btn-info {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  background-image: none;
  background-color: #4986e7;
  color: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-flat.btn-info:hover, .btn.btn-flat.btn-info:active, .btn.btn-flat.btn-info.active, .btn.btn-flat.btn-info.disabled, .btn.btn-flat.btn-info[disabled] {
  color: #ffffff;
  background-color: #404040;
}
.btn.btn-flat.btn-info:active, .btn.btn-flat.btn-info.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.btn-flat.btn-inverse {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  background-image: none;
  background-color: #40444d;
  color: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-flat.btn-inverse:hover, .btn.btn-flat.btn-inverse:active, .btn.btn-flat.btn-inverse.active, .btn.btn-flat.btn-inverse.disabled, .btn.btn-flat.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #404040;
}
.btn.btn-flat.btn-inverse:active, .btn.btn-flat.btn-inverse.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
/* Tables */
.table {
  margin-bottom: 20px;
}
.table th, .table td {
  border-top: 1px dotted #dedede;
}
.table thead th {
  border-bottom: 2px solid #bec2c8;
}
.table.table-striped {
  border-bottom: 1px dotted #dedede;
}
.table.table-striped tbody tr:nth-child(2n+1) td, .table.table-striped tbody tr:nth-child(2n+1) th {
  background-color: #f8f8f8;
}
.table.table-bordered {
  border-bottom: 1px solid #dedede;
}
.table.table-bordered th, .table.table-bordered td {
  border-top: 1px solid #dedede;
}
.table.table-bordered thead th {
  border-bottom: none;
}
/* Forms */
form {
  margin-bottom: 20px;
  background: #f9f9f9;
  border: 1px solid #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05) inset;
}
label {
  font-weight: bold;
  color: #525252;
}
label.radio, label.checkbox {
  font-weight: normal;
  color: #525459;
}
.control-group, .form-horizontal .control-group {
  margin: 0;
  padding: 20px;
  border-bottom: 1px dashed #dedede;
}
.form-actions {
  border: none;
  background-color: transparent;
  margin: 0;
}
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: #bfbfbf;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,0.2);
}
input[type="radio"], input[type="checkbox"] {
  margin-top: 3px;
}
/* File inputs */
/* Form gallery */
/* Gallery */

/* Icons */
[class^="awe-"], [class*=" awe-"] {
  height: auto;
  width: auto;
  line-height: normal;
  vertical-align: middle;
  background-image: none;
}
/* Alerts */
.alert h4 {
  margin: 0;
}
.alert.alert-white {
  background-color: #ffffff;
  border-color: #dedede;
  color: #525459;
}
.alert.alert-inverse {
  background-color: #40444d;
  border-color: #000;
  color: #ffffff;
  text-shadow: none;
}
.alert.alert-inverse .close {
  color: white;
}
/* Accordion */
.data-block section .accordion .accordion-toggle:hover {
  color: #e74949;
  text-decoration: none;
}
.data-block.raw .accordion-toggle:hover {
  background-color: #e74949;
  color: #ffffff;
  text-decoration: none;
}
/* Progress bars */
/* Pagination */
.pagination {
  height: auto;
}
.pagination ul {
  margin-top: -5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  *zoom: 1;
}
.pagination ul:before, .pagination ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.pagination ul:after {
  clear: both;
}
.pagination ul li {
  display: block;
  float: left;
  margin-top: 5px;
  margin-right: 4px;
}
.pagination ul li:first-child a {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:last-child a {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.pagination ul li a {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #40444d;
  color: #d9d9d9;
  line-height: 24px;
  padding: 0 10px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.7);
}
.pagination ul li.disabled > span, .pagination ul li.disabled a, .pagination ul li.disabled a:hover {
  border-color: #e6e6e6;
  background-color: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.pagination ul li a:hover, .pagination ul li.active a {
  color: #ffffff;
  background-color: #34383f;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8) inset;
}
.pager .disabled a, .pager .disabled a:hover {
  border-color: #e6e6e6;
  background-color: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.pager a:hover {
  color: #ffffff;
  background-color: #34383f;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8) inset;
}
/* Tabs */
.nav-tabs {
  border: none;
}

.tabs-left > .nav-tabs {
  border: none;
  margin-right: 0;
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover {
  border: none;
  color: #e74949;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #ffffff #dedede #ffffff #ffffff;
  background-color: #ffffff;
  color: #e74949;
}
.tabs-right > .nav-tabs {
  border: none;
  margin-left: 0;
}
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover {
  border: none;
  color: #e74949;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #ffffff #ffffff #ffffff #dedede;
  background-color: #ffffff;
  color: #e74949;
}
/* Popover */
/* Modal */
/* Loading */
/* Data block components */
/* Data block header controls */
.data-block header h2 + .btn:before, .data-block header h2 + .btn-group:before, .data-block header .data-header-actions:before, .data-block header h2 + .btn:after, .data-block header h2 + .btn-group:after, .data-block header .data-header-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.data-block header h2 + .btn:after, .data-block header h2 + .btn-group:after, .data-block header .data-header-actions:after {
  clear: both;
}
/* Data block header search */
/* Data accordion block */
.data-block.accordion-block .accordion-toggle:hover {
  color: #e74949;
  text-decoration: none;
}
/* Data todo block */
.data-block.todo-block table tr.done:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Plugins */
/* jQuery FullCalendar */
.full-calendar .fc-button.fc-state-default:hover, .full-calendar .fc-button.fc-state-default:active, .full-calendar .fc-button.fc-state-default.active, .full-calendar .fc-button.fc-state-default.disabled, .full-calendar .fc-button.fc-state-default[disabled] {
  color: #ffffff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.full-calendar .fc-button.fc-state-default:active, .full-calendar .fc-button.fc-state-default.active {
  background-color: #cccccc \9;
}
.full-calendar .fc-button.fc-state-active:hover, .full-calendar .fc-button.fc-state-active:active, .full-calendar .fc-button.fc-state-active.active, .full-calendar .fc-button.fc-state-active.disabled, .full-calendar .fc-button.fc-state-active[disabled] {
  color: #ffffff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.full-calendar .fc-button.fc-state-active:active, .full-calendar .fc-button.fc-state-active.active {
  background-color: #cccccc \9;
}
.full-calendar .fc-button.fc-state-disabled:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* jQuery FullCalendar event style */
.full-calendar a.fc-event:hover {
  text-decoration: none;
}
/* jQuery Visualize */
/* jQuery Flot */
/* jQuery plupload */
/* jQuery DataTables */
.dataTables_wrapper table.dataTable th:active {
  outline: none;
}
/* jQuery DataTable filter */
/* jQuery Snippet */
/* jQuery Tags Input */
div.tagsinput span.tag a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* jQuery jWYSIWYG */
/* Bootstrap wysihtml5 */
/* jQuery jGrowl */
div.jGrowl div.jGrowl-closer:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
}
div.jGrowl div.primary a:hover {
  color: #ffffff;
  border-bottom: 1px solid;
  text-decoration: none;
}
div.jGrowl div.danger a:hover {
  color: #ffffff;
  border-bottom: 1px solid;
  text-decoration: none;
}
div.jGrowl div.info a:hover {
  color: #ffffff;
  border-bottom: 1px solid;
  text-decoration: none;
}
div.jGrowl div.success a:hover {
  color: #ffffff;
  border-bottom: 1px solid;
  text-decoration: none;
}
/* Color picker */
.colorpicker:before, .colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}
.colorpicker:after {
  clear: both;
}
/* Date picker */
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.active, .datepicker td.active:hover {
  color: #fff;
  background-color: #e74949;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
/* Login page style */
/* Error pages */
.error-page .error-container:before, .error-page .error-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.error-page .error-container:after {
  clear: both;
}
/* Responsive styles */


.content-block {
    width: 464px;
  }
  body > .container {
    width: 724px;
  }
.row {
    margin-left: 0;
  }
.data-block[class*="span"] {
    width: auto;
  }
.content-block [class*="span"], .content-block .row [class*="span"], .content-block .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
  }
.data-block .data-container {
    
  }

.data-block[class*="span"] {
    width: auto;
  }
.content-block .row > [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
  }
.row, .row .row, .row-fluid {
    margin-bottom: 0;
  }
  [class*="span"] {
    margin-bottom: 20px;
  }
.data-block .data-container {
  
  }

.content-block {
    width: 700px;
  }
  body > .container {
    width: 940px;
  }
.row {
    margin-left: -20px;
    *zoom: 1;
  }
.row:before, .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
.row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 700px;
  }


.span4 {
    width: 220px;
  }
.span1 {
    width: 40px;
  }


.data-block .row .row:after {
    clear: both;
  }
  
.intro {
    background: url('../img/bg_10kop.jpg') bottom right no-repeat #40444D;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px;
    color:#fff;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
}
.intro h2{color: #fff; font-weight: normal; margin-bottom: 10px;}

.header_left{float: left; width: 220px;}
.header_right{float: left; margin-left: 20px;}
  
.hint{font-size: 11px; color: #939699; line-height: 12px; padding: 3px 0px;}

.scan_block{
    display: inline-block;
    background: #E74949;
    font-size: 11px;
    padding: 0px 6px;
    color: white;
    border-radius: 2px;
    text-shadow:none;
}
.scan_clean{
    background: #6B9B20;
    font-size: 11px;
    padding: 0px 6px;
    color: white;
    display: inline-block;
    border-radius: 2px;
    text-shadow:none;
}

.scan_grey{
    background: rgb(100, 100, 100);
    font-size: 11px;
    padding: 0px 6px;
    color: white;
    display: inline-block;
    border-radius: 2px;
    text-shadow:none;
}

.main-navigation  > ul  > li ul {
  display: none;
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}
.main-navigation  > ul  > li ul a {
  line-height: 24px;
  padding-left: 36px;
  background-image: url("../img/icon_list_style_arrow.png");
  background-position: 22px 9px;
}
.main-navigation  > ul  > li ul a.current,
.main-navigation  > ul  > li ul a:hover {
  color: #525252;
  text-decoration: none;
}

.td_pp_icon{cursor: help;}

.simple, .simple td {margin:0px; padding: 0px; font-size:11px;}

.avs_list{padding-top: 10px;}
.avs_list div{display: inline-block; width: 124px; margin: 0px 3px; height: 35px; line-height: 35px; text-align: center; background: #e3e4e5; border-radius: 5px; }

.small{font-size: 11px; line-height: 14px;}

.big_comment_top{background: url("../img/bg_big_comment_top.jpg") no-repeat; width: 700px; height: 29px;}
.big_comment_center{background: url("../img/bg_big_comment_center.jpg") repeat-y; width: 700px;}
.big_comment_center div{padding: 0px 15px;}
.big_comment_bot{background: url("../img/bg_big_comment_bot.jpg") no-repeat; width: 700px; height: 20px; margin-bottom: 10px;}


.result_extra{font-size:11px; color:#818181; display: none;}
.result_extra_but{margin-left: 0px; cursor: pointer;}