﻿body {
  padding: 0;
  font-family: Arial, Verdana, Sanserif;
  font-size: 14px;
  color: #23618a;
}
a {
  color: #ff510d;
}
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}
textarea {
  resize: none;
}
input[type=checkbox] {
  margin-left: 0;
  margin-top: -1px;
  vertical-align: middle;
}
input[type=checkbox] ~ label {
  padding-left: 5px;
  font-weight: normal;
}
.orange {
  color: #ff510d;
}
.blue {
  color: #23618a;
}
div.site-header-wrapper {
  border-bottom: 5px solid #e1ebf5;
}
div.site-1200 {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
div.site-header {
  min-height: 30px;
  vertical-align: middle;
}
div.site-header > div.logo {
  display: inline-block;
}
div.site-header > div.menu {
  float: right;
  font-size: 16px;
  line-height: 30px;
}
div.site > div {
  padding: 5px 0;
}
div.two-col > div:first-child {
  width: 250px;
  float: left;
}
div.two-col > div:not(:first-child) {
  margin-left: 265px;
}
div.site-content {
  margin-top: 5px;
  overflow: hidden;
}
div.site-map-wrapper {
  background-color: #000000;
  color: #999999;
  overflow: hidden;
}
div.site-map-wrapper > div {
  margin: 40px auto;
  line-height: 30px;
}
div.site-map-wrapper a {
  color: #999999;
  text-decoration: none;
}
div.site-map-wrapper ul,
div.site-map-wrapper li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div.site-footer-wrapper {
  background-color: #333333;
  color: #999999;
  text-align: center;
}
div.section-header {
  line-height: 30px;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  background-color: #23618a;
  border: 1px solid #23618a;
  color: #fff;
}
div.a-box {
  margin-bottom: 20px;
  border: 1px solid #e1ebf5;
  padding: 5px;
}
div.a-box .a-box-title {
  line-height: 30px;
  background-color: #e1ebf5;
  padding-left: 10px;
  display: block;
  margin: -5px -5px 10px -5px;
}
div.a-box ul,
div.a-box li {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.a-box li {
  line-height: 27px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.a-box li a {
  display: block;
}
div.a-box li a > span {
  display: block;
}
div.a-box li a > img ~ span {
  margin-left: 30px;
}
div.a-box li img {
  float: left;
  vertical-align: middle;
  max-height: 20px;
}
div.a-box li .glyphicon {
  float: left;
  line-height: 25px;
  padding-right: 5px;
}
div.emphasize {
  background-color: #e1ebf5;
  padding: 10px;
  margin: 10px 0;
  overflow: hidden;
}
div.breadcrumb {
  margin: 10px 0;
  font-size: 0.9em;
}
div.breadcrumb a {
  text-decoration: underline;
}
.list-group-item-last {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.glyphicon {
  font-size: 0.9em;
}
.badge {
  background-color: #23618a;
  color: #fff;
}
.badge.important {
  background-color: #ff510d;
}
.table,
.table th,
.table td {
  border-width: 0;
}
.table th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table tbody {
  color: #333333;
}
.table.fixed-layout {
  table-layout: fixed;
}
.table.fixed-layout td:not(.wrap) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jumbotron {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #333333;
}