body {
  background: #fafafa;
  font-size: 14px;
  color: #333;
  font-family: "Open Sans", sans-serif;
}
body.freezeScroll {
  overflow-y: hidden;
}
a:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none;
}
@font-face {
  font-family: 'Uni Sans Heavy Caps';
  src: url('../fonts/uni-sans.heavy-caps.otf');
}
.form-control {
  border-radius: 0;
  margin-bottom: 15px;
}
.form-control:hover,
.form-control:focus,
.form-control:active {
  box-shadow: none;
  border-color: #333;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0px;
  margin: 25px 0;
  padding: 0;
}
.breadcrumb > li {
  color: #333;
  font-size: 12px;
}
.breadcrumb > li > a {
  font-size: 12px;
  font-weight: 300;
}
.breadcrumb > li.active {
  color: #cc3333;
  font-size: 12px;
}
.breadcrumb > li + li:before {
  padding: 0 3px ;
  color: #333;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 10px;
}
.btn-success-outline {
  color: #32842f;
  border-color: #32842f;
  background: transparent;
  border-radius: 0;
  transition: .3s ease;
}
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: inherit !important;
  outline: 0;
  box-shadow: none;
}
.btn-success-outline:hover {
  background: #32842f;
  color: #fff;
  border-color: #32842f;
  transition: .3s ease;
}
.btn-success-flat {
  background: #6ba53a;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 0;
  transition: .3s ease;
}
.btn-success-flat:focus,
.btn-success-flat.focus {
  color: inherit !important;
  outline: 0;
  box-shadow: none;
}
.btn-success-flat:hover {
  background: #569025;
  color: #fff;
  transition: .3s ease;
}
.btn-primary-flat {
  background: #006699;
  border-color: #006699;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 0;
  transition: .3s ease;
}
.btn-primary-flat:focus,
.btn-primary-flat.focus {
  color: #fff !important;
  outline: 0;
  box-shadow: none;
}
.btn-primary-flat:hover {
  background: #0A4969;
  border-color: #0A4969;
  color: #fff;
  transition: .3s ease;
}
.btn-danger-flat {
  background: #cc3333;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 0;
  transition: .3s ease;
}
.btn-danger-flat:focus,
.btn-danger-flat.focus {
  color: inherit !important;
  outline: 0;
  box-shadow: none;
}
.btn-danger-flat:hover {
  background: #B91B1B;
  color: #fff;
  transition: .3s ease;
}
.btn-default-outline {
  background: transparent;
  color: #666;
  border-color: #aeaeae;
  border-radius: 0;
  transition: .3s ease;
}
.btn-default-outline:focus,
.btn-default-outline.focus {
  color: inherit !important;
  outline: 0;
  box-shadow: none;
}
.btn-default-outline:hover {
  background: #6ba53a;
  border-color: #6ba53a;
  color: #fff;
  transition: .3s ease;
}
header {
  background: #fff;
  padding: 20px 0;
}
#body.page-layout .content {
  padding: 60px 0;
}
.ng-hide {
  display: none;
  position: absolute;
  z-index: -10;
  width: 0;
  height: 0;
}
