article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

small {
  font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #218BC3;
  text-decoration: none;
}

a:focus, a:hover {
  color: #165c82;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
  touch-action: manipulation;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h5 {
  font-size: 1.25rem;
}

small, .small {
  font-size: 80%;
  font-weight: normal;
}

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
    width: 66.6666666667%;
  }
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-pills .nav-item {
  float: left;
}

.nav-pills .nav-item + .nav-item {
  margin-left: .2rem;
}

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-star:before {
  content: "\E006";
}

.glyphicon-remove:before {
  content: "\E014";
}

.glyphicon-chevron-up:before {
  content: "\E113";
}

.glyphicon-chevron-down:before {
  content: "\E114";
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  font-weight: 300;
  font-size: 75%;
  color: #999999;
}

small, .small {
  font-size: 85%;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-item + .nav-item {
  margin-left: 0;
}

@media (min-width: 768px) {
  .form-wizard .nav-pills.nav-justified > li {
    padding: 0 5px;
  }
}

@media (min-width: 768px) {
  .form-wizard .nav-pills.nav-justified > li:first-child {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .form-wizard .nav-pills.nav-justified > li:last-child {
    padding-right: 0;
  }
}

a {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.page-controls, .content-wrap, .loader-wrap {
  left: 204px;
  transition: left 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .page-controls, .content-wrap, .loader-wrap {
    margin-left: 50px;
    left: 154px;
  }
}

.content-wrap {
  position: relative;
  z-index: 0;
  height: 100%;
}

.page-title {
  margin: 0 0 calc(1rem + 6px);
}

.widget {
  position: relative;
  margin-bottom: 1.875rem;
  padding: 15px 20px;
  background: #fff;
  border-radius: 0.2rem;
}

.widget > header {
  margin: -15px -20px;
  padding: 15px 20px;
}

.widget > header h1, .widget > header h2, .widget > header h3, .widget > header h4, .widget > header h5, .widget > header h6 {
  margin: 0;
}

.widget-controls {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 14px;
  font-size: 0.875rem;
}

.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-justified .nav-item {
  float: none;
}

.nav-justified .nav-link {
  text-align: center;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .nav-justified .nav-item {
    display: table-cell;
    width: 1%;
  }
}

@media (min-width: 768px) {
  .nav-justified .nav-link {
    margin-bottom: 0;
  }
}

.nav-justified .nav-link {
  margin-right: 0;
}

.mb-sm {
  margin-bottom: 0.5rem;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

small {
  font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #218BC3;
  text-decoration: none;
}

a:focus, a:hover {
  color: #165c82;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
  touch-action: manipulation;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h5 {
  font-size: 1.25rem;
}

small, .small {
  font-size: 80%;
  font-weight: normal;
}

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
    width: 66.6666666667%;
  }
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-pills .nav-item {
  float: left;
}

.nav-pills .nav-item + .nav-item {
  margin-left: .2rem;
}

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-star:before {
  content: "\E006";
}

.glyphicon-remove:before {
  content: "\E014";
}

.glyphicon-chevron-up:before {
  content: "\E113";
}

.glyphicon-chevron-down:before {
  content: "\E114";
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  font-weight: 300;
  font-size: 75%;
  color: #999;
}

small, .small {
  font-size: 85%;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-item + .nav-item {
  margin-left: 0;
}

@media (min-width: 768px) {
  .form-wizard .nav-pills.nav-justified > li {
    padding: 0 5px;
  }
}

@media (min-width: 768px) {
  .form-wizard .nav-pills.nav-justified > li:first-child {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .form-wizard .nav-pills.nav-justified > li:last-child {
    padding-right: 0;
  }
}

a {
  transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,color 0.15s ease-in-out;
}

.page-controls, .content-wrap, .loader-wrap {
  left: 204px;
  transition: left 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .page-controls, .content-wrap, .loader-wrap {
    margin-left: 50px;
    left: 154px;
  }
}

.content-wrap {
  position: relative;
  z-index: 0;
  height: 100%;
}

.page-title {
  margin: 0 0 calc(1rem + 6px);
}

.widget {
  position: relative;
  margin-bottom: 1.875rem;
  padding: 15px 20px;
  background: #fff;
  border-radius: 0.2rem;
}

.widget > header {
  margin: -15px -20px;
  padding: 15px 20px;
}

.widget > header h1, .widget > header h2, .widget > header h3, .widget > header h4, .widget > header h5, .widget > header h6 {
  margin: 0;
}

.widget-controls {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 14px;
  font-size: 0.875rem;
}

.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-justified .nav-item {
  float: none;
}

.nav-justified .nav-link {
  text-align: center;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .nav-justified .nav-item {
    display: table-cell;
    width: 1%;
  }
}

@media (min-width: 768px) {
  .nav-justified .nav-link {
    margin-bottom: 0;
  }
}

.nav-justified .nav-link {
  margin-right: 0;
}

.mb-sm {
  margin-bottom: 0.5rem;
}

