section, .form-group {
  opacity: 1;
  transform-origin: 0 0;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.2, 0.38, 0.72, 1.3); }

section[hidden], .form-group[hidden] {
  display: block;
  speak: none;
  height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transform: scaleY(0);
  transition: opacity 0.1s ease, transform 0.12s ease-out; }

.form-inline .form-group[hidden] {
  display: inline-block;
  transform: scaleY(1);
  opacity: .33;
  height: inherit; }
.form-inline label {
  font-weight: normal;
  margin: 0; }

.checked {
  font-weight: bold !important; }
  .checked .help-block {
    font-weight: normal; }

html {
  position: relative;
  min-height: 100%; }

body {
  margin-bottom: 60px;
  padding-bottom: 5rem; }
  body > .container {
    padding: 5px 15px 0; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5; }
  .footer > .container {
    padding-right: 15px;
    padding-left: 15px; }

code {
  font-size: 80%; }

#site_type_div .row {
  margin-left: 10px;
  margin-right: 10px; }
#site_type_div label {
  font-weight: normal; }

legend.panel-heading {
  float: left;
  width: 100%; }

.container .text-muted {
  margin: 20px 0; }

table#filelist {
  table-layout: fixed; }
  table#filelist td {
    word-wrap: break-word; }
  table#filelist th.title {
    width: 40%; }
  table#filelist th.url {
    width: 40%; }
  table#filelist th.scope {
    width: 1.5em; }

h2.panel-heading {
  margin-top: 0; }

table#database-list {
  table-layout: fixed; }
  table#database-list td:nth-child(1) {
    width: 30px; }
  table#database-list th:nth-child(5) {
    width: 75px; }
  table#database-list th:nth-child(6) {
    width: 75px; }
  table#database-list th:nth-child(7) {
    width: 100px; }
  table#database-list tr td:nth-child(3) {
    word-wrap: break-word; }

  table#group-permissions-list th:nth-child(1) {
    width: 70%;
   }
  table#group-permissions-list th:nth-child(2) {
    width: 30%;
   }

  table#user-permissions-list th:nth-child(1) {
    width: 30%;
   }
  table#user-permissions-list th:nth-child(2) {
    width: 50%;
   }
  table#user-permissions-list th:nth-child(3) {
    width: 20%;
   }

  table#user-list th:nth-child(1) {
    width: 30%;
  }
  table#user-list th:nth-child(2) {
    width: 30%;
  }
  table#user-list th:nth-child(3) {
    width: 10%;
  }
  table#user-list th:nth-child(4) {
    width: 10%;
  }
  table#user-list th:nth-child(5) {
    width: 10%;
  }



ol.path{
  margin: 0;
  padding-left: 0;
  list-style: none;
}

ol.path li {
    display: inline;
}

ol.path li + li::before {
  display: inline-block;
  margin: 0 .25rem;
  content: '>';
}
/*# sourceMappingURL=ozart.css.map */
