html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

[hidden], .hidden {
    display: none !important;
}
.template {
  display: none !important;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after,
.row-fluid::before,
.row-fluid::after,
.clearfix::before,
.clearfix::after,
.form-horizontal .form-group::before,
.form-horizontal .form-group::after,
.nav::before,
.nav::after,
.navbar::before,
.navbar::after,
.navbar-header::before,
.navbar-header::after,
.navbar-collapse::before,
.navbar-collapse::after,
.panel-body::before,
.panel-body::after,
.modal-footer::before,
.modal-footer::after {
  display: table;
  content: " ";
}

.container::after,
.container-fluid::after,
.row::after,
.row-fluid::after,
.clearfix::after,
.form-horizontal .form-group::after,
.nav::after,
.navbar::after,
.navbar-header::after,
.navbar-collapse::after,
.panel-body::after,
.modal-footer::after {
  clear: both;
}

.row,
.row-fluid,
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

[class*="col-xs-"],
[class*="col-sm-"],
[class*="col-md-"],
[class*="col-lg-"],
.row-fluid [class*="span"] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1 { width: 8.333333%; }
.col-xs-2 { width: 16.666667%; }
.col-xs-3 { width: 25%; }
.col-xs-4 { width: 33.333333%; }
.col-xs-5 { width: 41.666667%; }
.col-xs-6 { width: 50%; }
.col-xs-7 { width: 58.333333%; }
.col-xs-8 { width: 66.666667%; }
.col-xs-9 { width: 75%; }
.col-xs-10 { width: 83.333333%; }
.col-xs-11 { width: 91.666667%; }
.col-xs-12 { width: 100%; }

[class*="col-xs-"] {
  float: left;
}

.col-xs-offset-1 { margin-left: 8.333333%; }
.col-xs-offset-2 { margin-left: 16.666667%; }
.col-xs-offset-3 { margin-left: 25%; }
.col-xs-offset-4 { margin-left: 33.333333%; }
.col-xs-offset-5 { margin-left: 41.666667%; }
.col-xs-offset-6 { margin-left: 50%; }
.col-xs-offset-7 { margin-left: 58.333333%; }
.col-xs-offset-8 { margin-left: 66.666667%; }
.col-xs-offset-9 { margin-left: 75%; }
.col-xs-offset-10 { margin-left: 83.333333%; }
.col-xs-offset-11 { margin-left: 91.666667%; }

@media (min-width: 768px) {
  .container { width: 750px; }
  [class*="col-sm-"] { float: left; }
  .col-sm-1 { width: 8.333333%; }
  .col-sm-2 { width: 16.666667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.333333%; }
  .col-sm-5 { width: 41.666667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.333333%; }
  .col-sm-8 { width: 66.666667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.333333%; }
  .col-sm-11 { width: 91.666667%; }
  .col-sm-12 { width: 100%; }
  .col-sm-offset-1 { margin-left: 8.333333%; }
  .col-sm-offset-2 { margin-left: 16.666667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.333333%; }
  .col-sm-offset-5 { margin-left: 41.666667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.333333%; }
  .col-sm-offset-8 { margin-left: 66.666667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.333333%; }
  .col-sm-offset-11 { margin-left: 91.666667%; }
}

@media (min-width: 992px) {
  .container { width: 970px; }
  [class*="col-md-"] { float: left; }
  .col-md-1 { width: 8.333333%; }
  .col-md-2 { width: 16.666667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.333333%; }
  .col-md-5 { width: 41.666667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.333333%; }
  .col-md-8 { width: 66.666667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.333333%; }
  .col-md-11 { width: 91.666667%; }
  .col-md-12 { width: 100%; }
  .col-md-offset-1 { margin-left: 8.333333%; }
  .col-md-offset-2 { margin-left: 16.666667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.333333%; }
  .col-md-offset-5 { margin-left: 41.666667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.333333%; }
  .col-md-offset-8 { margin-left: 66.666667%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.333333%; }
  .col-md-offset-11 { margin-left: 91.666667%; }
}

@media (min-width: 1200px) {
  .container { width: 1170px; }
  [class*="col-lg-"] { float: left; }
  .col-lg-1 { width: 8.333333%; }
  .col-lg-2 { width: 16.666667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.333333%; }
  .col-lg-5 { width: 41.666667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.333333%; }
  .col-lg-8 { width: 66.666667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.333333%; }
  .col-lg-11 { width: 91.666667%; }
  .col-lg-12 { width: 100%; }
}

.row-fluid [class*="span"] { float: left; }
.row-fluid .span1 { width: 8.333333%; }
.row-fluid .span2 { width: 16.666667%; }
.row-fluid .span3 { width: 25%; }
.row-fluid .span4 { width: 33.333333%; }
.row-fluid .span5 { width: 41.666667%; }
.row-fluid .span6 { width: 50%; }
.row-fluid .span7 { width: 58.333333%; }
.row-fluid .span8 { width: 66.666667%; }
.row-fluid .span9 { width: 75%; }
.row-fluid .span10 { width: 83.333333%; }
.row-fluid .span11 { width: 91.666667%; }
.row-fluid .span12 { width: 100%; }

.pull-left { float: left !important; }
.pull-right { float: right !important; }
.center-block { display: block; margin-right: auto; margin-left: auto; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.text-nowrap { white-space: nowrap; }
.text-muted { color: #777; }
.text-primary { color: #337ab7; }
.text-success { color: #3c763d; }
.text-info { color: #31708f; }
.text-warning { color: #8a6d3b; }
.text-danger { color: #a94442; }
.hide { display: none !important; }
.show { display: block !important; }
.invisible { visibility: hidden; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.img-responsive { display: block; max-width: 100%; height: auto; }
.img-rounded { border-radius: 6px; }
.img-circle { border-radius: 50%; }
.img-thumbnail,
.thumbnail {
  display: block;
  max-width: 100%;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:hover,
.btn:focus { text-decoration: none; }
.btn:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn { cursor: not-allowed; opacity: .65; box-shadow: none; }
.btn-default { color: #333; background-color: #fff; border-color: #ccc; }
.btn-default:hover,
.btn-default:focus,
.btn-default.active,
.btn-default:active { background-color: #e6e6e6; border-color: #adadad; }
.btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; }
.btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; }
.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; }
.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }
.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; }
.btn-link { color: #337ab7; background-color: transparent; border-color: transparent; }
.btn-lg,
.btn-large { padding: 10px 16px; font-size: 18px; border-radius: 6px; }
.btn-sm,
.btn-small { padding: 5px 10px; font-size: 12px; border-radius: 3px; }
.btn-xs,
.btn-mini { padding: 1px 5px; font-size: 12px; border-radius: 3px; }
.btn-block { display: block; width: 100%; }
.btn-group,
.btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; }
.btn-group > .btn { position: relative; float: left; }
.btn-group > .btn + .btn { margin-left: -1px; }

.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #66afe9;
  outline: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control { background-color: #eee; opacity: 1; }
.form-group,
.control-group { margin-bottom: 15px; }
.control-label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; }
.checkbox,
.radio { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }
.checkbox-inline,
.radio-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; cursor: pointer; }
.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; }
.has-success .control-label,
.has-success .help-block { color: #3c763d; }
.has-warning .control-label,
.has-warning .help-block { color: #8a6d3b; }
.has-error .control-label,
.has-error .help-block { color: #a94442; }
.input-group { position: relative; display: table; border-collapse: separate; }
.input-group .form-control { position: relative; z-index: 2; display: table-cell; float: left; width: 100%; margin-bottom: 0; }
.input-group-addon,
.input-group-btn { display: table-cell; width: 1%; white-space: nowrap; vertical-align: middle; }
.input-group-addon { padding: 6px 12px; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px; }
.form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
.form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }

.table { width: 100%; max-width: 100%; margin-bottom: 20px; border-collapse: collapse; border-spacing: 0; }
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; }
.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; }
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; }
.table-hover > tbody > tr:hover { background-color: #f5f5f5; }
.table-bordered { border: 1px solid #ddd; }
.table-bordered th,
.table-bordered td { border: 1px solid #ddd; }
.table-condensed th,
.table-condensed td { padding: 5px !important; }
.table-responsive { min-height: .01%; overflow-x: auto; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown,
.dropup { position: relative; }
.dropdown-toggle:focus { outline: 0; }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right { right: 0; left: auto; }
.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; color: #333; white-space: nowrap; }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { color: #262626; text-decoration: none; background-color: #f5f5f5; }
.dropdown-menu > .active > a { color: #fff; background-color: #337ab7; }
.open > .dropdown-menu { display: block; }
.dropup .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; }

.nav { padding-left: 0; margin-bottom: 0; list-style: none; }
.nav > li { position: relative; display: block; }
.nav > li > a { position: relative; display: block; padding: 10px 15px; }
.nav > li > a:hover,
.nav > li > a:focus { text-decoration: none; background-color: #eee; }
.nav-tabs { border-bottom: 1px solid #ddd; }
.nav-tabs > li { float: left; margin-bottom: -1px; }
.nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; }
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus { color: #555; cursor: default; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; }
.nav-pills > li { float: left; }
.nav-pills > li > a { border-radius: 4px; }
.nav-pills > li.active > a { color: #fff; background-color: #337ab7; }
.tab-content > .tab-pane { display: none; }
.tab-content > .active { display: block; }

.navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; }
.navbar-inner,
.navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; }
.navbar-header { min-height: 50px; }
.navbar-brand { float: left; height: 50px; padding: 15px; font-size: 18px; line-height: 20px; }
.navbar-toggle { position: relative; float: right; padding: 9px 10px; margin: 8px 15px 8px 0; background: transparent; border: 1px solid #ddd; border-radius: 4px; }
.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; background-color: #888; }
.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }
.navbar-collapse { overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; }
.navbar-nav { margin: 7.5px -15px; }
.navbar-nav > li > a { padding: 10px 15px; line-height: 20px; }

.breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; }
.breadcrumb > li { display: inline-block; }
.breadcrumb > li + li::before { padding: 0 5px; color: #ccc; content: "/\00a0"; }
.pagination,
.pager { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; }
.pagination > li { display: inline; }
.pagination > li > a,
.pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; color: #337ab7; background-color: #fff; border: 1px solid #ddd; }
.pagination > .active > a,
.pagination > .active > span { z-index: 2; color: #fff; cursor: default; background-color: #337ab7; border-color: #337ab7; }
.pager { display: block; text-align: center; list-style: none; }
.pager li { display: inline; }
.pager li > a,
.pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; }

.label,
.badge { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #777; }
.label { border-radius: .25em; }
.badge { min-width: 10px; padding: 3px 7px; border-radius: 10px; }
.label-primary { background-color: #337ab7; }
.label-success { background-color: #5cb85c; }
.label-info { background-color: #5bc0de; }
.label-warning { background-color: #f0ad4e; }
.label-danger { background-color: #d9534f; }

.alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; }
.alert-dismissable,
.alert-dismissible { padding-right: 35px; }
.alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }
.alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }
.alert-danger,
.alert-error { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.close { float: right; font-size: 21px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .2; background: transparent; border: 0; }
.close:hover,
.close:focus { color: #000; cursor: pointer; opacity: .5; }

.panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, .05); }
.panel-body { padding: 15px; }
.panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-radius: 3px 3px 0 0; }
.panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; }
.panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-radius: 0 0 3px 3px; }
.panel-default { border-color: #ddd; }
.panel-default > .panel-heading { color: #333; background-color: #f5f5f5; border-color: #ddd; }
.panel-primary { border-color: #337ab7; }
.panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; }
.well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); }
.hero-unit,
.jumbotron { padding: 30px; margin-bottom: 30px; color: inherit; background-color: #eee; border-radius: 6px; }
.list-group { padding-left: 0; margin-bottom: 20px; }
.list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; }
.media { margin-top: 15px; overflow: hidden; zoom: 1; }
.media-left { padding-right: 10px; }
.media-right { padding-left: 10px; }
.media-left,
.media-right,
.media-body { display: table-cell; vertical-align: top; }
.media-body { width: 10000px; }

.progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); }
.progress-bar,
.bar { float: left; width: 0; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #337ab7; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); transition: width .6s ease; }
.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }
.embed-responsive-16by9 { padding-bottom: 56.25%; }
.embed-responsive-4by3 { padding-bottom: 75%; }
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

.fade { opacity: 0; transition: opacity .15s linear; }
.fade.in,
.fade.show { opacity: 1; }
.collapse { display: none; }
.collapse.in,
.collapse.show { display: block; }
tr.collapse.in,
tr.collapse.show { display: table-row; }
tbody.collapse.in,
tbody.collapse.show { display: table-row-group; }
.collapsing { position: relative; height: 0; overflow: hidden; transition: height .35s ease; }

.modal-open { overflow: hidden; }
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.in,
.modal.show { display: block; overflow-x: hidden; overflow-y: auto; }
.modal-dialog { position: relative; width: auto; margin: 10px; }
.modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; box-shadow: 0 3px 9px rgba(0, 0, 0, .5); background-clip: padding-box; outline: 0; }
.modal-header { min-height: 16px; padding: 15px; border-bottom: 1px solid #e5e5e5; }
.modal-title { margin: 0; line-height: 1.42857143; }
.modal-body { position: relative; padding: 15px; }
.modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; }
.modal-backdrop { position: fixed; inset: 0; z-index: 1040; background-color: #000; }
.modal-backdrop.fade { opacity: 0; }
.modal-backdrop.in,
.modal-backdrop.show { opacity: .5; }
@media (min-width: 768px) {
  .modal-dialog { width: 600px; margin: 30px auto; }
  .modal-sm { width: 300px; }
  .modal-content { box-shadow: 0 5px 15px rgba(0, 0, 0, .5); }
}
@media (min-width: 992px) { .modal-lg { width: 900px; } }

.tooltip { position: absolute; z-index: 1070; display: block; font-size: 12px; line-height: 1.4; opacity: 0; }
.tooltip.in,
.tooltip.show { opacity: .9; }
.tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 4px; }
.tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; }
.tooltip.top { padding: 5px 0; margin-top: -3px; }
.tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; }
.tooltip.bottom { padding: 5px 0; margin-top: 3px; }
.tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }
.tooltip.left { padding: 0 5px; margin-left: -3px; }
.tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; }
.tooltip.right { padding: 0 5px; margin-left: 3px; }
.tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; }

.popover { position: absolute; z-index: 1060; display: none; max-width: 276px; padding: 1px; text-align: left; white-space: normal; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; box-shadow: 0 5px 10px rgba(0, 0, 0, .2); }
.popover.in,
.popover.show { display: block; }
.popover-title { padding: 8px 14px; margin: 0; font-size: 14px; font-weight: 400; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; }
.popover-content { padding: 9px 14px; }
.popover > .arrow,
.popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; content: ""; }
.popover > .arrow { border-width: 11px; }
.popover > .arrow:after { border-width: 10px; content: ""; }
.popover.top > .arrow { bottom: -11px; left: 50%; margin-left: -11px; border-top-color: rgba(0, 0, 0, .25); border-bottom-width: 0; }
.popover.top > .arrow:after { bottom: 1px; margin-left: -10px; border-top-color: #fff; border-bottom-width: 0; }
.popover.bottom > .arrow { top: -11px; left: 50%; margin-left: -11px; border-bottom-color: rgba(0, 0, 0, .25); border-top-width: 0; }
.popover.bottom > .arrow:after { top: 1px; margin-left: -10px; border-bottom-color: #fff; border-top-width: 0; }
.popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-color: rgba(0, 0, 0, .25); border-left-width: 0; }
.popover.left > .arrow:after { right: 1px; bottom: -10px; border-right-color: #fff; border-left-width: 0; }
.popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-color: rgba(0, 0, 0, .25); border-right-width: 0; }
.popover.right > .arrow:after { bottom: -10px; left: 1px; border-left-color: #fff; border-right-width: 0; }

.carousel { position: relative; }
.carousel-inner { position: relative; width: 100%; overflow: hidden; }
.carousel-inner > .item { position: relative; display: none; transition: .6s ease-in-out left; }
.carousel-inner > .active { display: block; left: 0; }
.carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); opacity: .5; }
.carousel-control.right { right: 0; left: auto; }
.carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-l""eft: -30%; text-align: center; list-style: none; }
.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; border: 1px solid #fff; border-radius: 10px; }
.carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #fff; }

[class^="icon-"],
[class*=" icon-"],
.glyphicon { position: relative; top: 1px; display: inline-block; width: 1em; font-style: normal; font-weight: 400; line-height: 1; text-align: center; }
.glyphicon::before,
[class^="icon-"]::before,
[class*=" icon-"]::before { content: "\2022"; }
.glyphicon-search::before,
.icon-search::before { content: "\2315"; }
.glyphicon-remove::before,
.glyphicon-remove-circle::before,
.icon-remove::before { content: "\00d7"; }
.glyphicon-ok::before,
.icon-ok::before { content: "\2713"; }
.glyphicon-plus::before,
.icon-plus::before { content: "+"; }
.glyphicon-minus::before,
.icon-minus::before { content: "\2212"; }
.glyphicon-chevron-left::before,
.icon-chevron-left::before { content: "\2039"; }
.glyphicon-chevron-right::before,
.icon-chevron-right::before { content: "\203a"; }
.glyphicon-chevron-up::before,
.icon-chevron-up::before { content: "\2303"; }
.glyphicon-chevron-down::before,
.icon-chevron-down::before { content: "\2304"; }
.glyphicon-calendar::before,
.icon-calendar::before { content: "\25a3"; }
.glyphicon-user::before,
.icon-user::before { content: "\25cf"; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg { display: none !important; }
@media (max-width: 767px) {
  .visible-xs { display: block !important; }
  table.visible-xs { display: table !important; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs,
  td.visible-xs { display: table-cell !important; }
  .hidden-xs { display: none !important; }
  .row-fluid [class*="span"] { float: none; width: 100%; }
  .navbar-collapse.collapse { display: none !important; }
  .navbar-collapse.collapse.in,
  .navbar-collapse.collapse.show { display: block !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm { display: block !important; }
  .hidden-sm { display: none !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md { display: block !important; }
  .hidden-md { display: none !important; }
}
@media (min-width: 1200px) {
  .visible-lg { display: block !important; }
  .hidden-lg { display: none !important; }
}
@media (min-width: 768px) {
  .navbar-header { float: left; }
  .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; }
  .navbar-toggle { display: none; }
  .navbar-nav { float: left; margin: 0; }
  .navbar-nav > li { float: left; }
  .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; }
  .navbar-right { float: right !important; margin-right: -15px; }
}
