@charset "UTF-8";
html,
body {
  height: 100%;
  font-size: 1rem;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container,
.wrap > .container-fluid {
  padding: 70px 15px 15px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "";
}

a.desc:after {
  content: "";
}

.sort-numerical a.asc:after {
  content: "";
}

.sort-numerical a.desc:after {
  content: "";
}

.sort-ordinal a.asc:after {
  content: "";
}

.sort-ordinal a.desc:after {
  content: "";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.map-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 40%;
  padding-top: 25px;
  height: 0;
}

.map-wrapper div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row-flex, .row-flex > div[class*=col-] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}

.row-flex > div[class*=col-], .container-flex > div[class*=col-] {
  margin: -0.2px;
  /* hack adjust for wrapping */
}

.container-flex > div[class*=col-] div, .row-flex > div[class*=col-] div {
  width: 100%;
}

.flex-col {
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap;
}

.flex-grow {
  display: flex;
  -webkit-flex: 2;
  flex: 2;
}

.ellipsis {
  overflow: hidden;
  height: 100px;
  min-height: 100px;
  line-height: 20px;
}

.ellipsis:before {
  content: "";
  float: left;
  width: 5px;
  height: 90px;
}

.ellipsis:after {
  content: "…";
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -10px;
  left: 99%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FFF), color-stop(50%, #fff));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff);
}

.ellipsis > :first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}

.site-index {
  width: 100%;
  height: 100%;
  min-height: 800px;
  /*background-image: url('/img/desktop.png') !important;*/
  /*background-size: contain;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center center; */
}

.login-picture {
  height: 100%;
  min-height: 400px;
  background-image: url("/img/11.jpg") !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.dropdown-menu.dropdown-menu-scrollable {
  height: auto;
  max-height: 400px;
  overflow-x: hidden;
}

.navbar-transparent {
  background: rgba(32, 34, 36, 0.7) none !important;
}

.navbar-inverse.navbar-transparent .navbar-nav > li > a {
  color: #EDEDED;
}

.modal-xl {
  width: 1200px;
}

.modal-fullscreen {
  width: calc(100% - 60px);
}

.modal-fullscreen-fixed {
  width: calc(100% - 60px);
}

.modal-fullscreen-fixed .modal-header {
  height: 59px !important;
  overflow-y: hidden;
}

.modal-fullscreen-fixed .modal-body {
  height: calc(100vh - 60px - 60px - 60px);
}

.modal-fullscreen-fixed .modal-footer {
  height: 59px !important;
  overflow-y: hidden;
}

.modal-fullscreen-fixed-tabbed {
  width: calc(100% - 45px);
}

.modal-fullscreen-fixed-tabbed .modal-header {
  height: 44px !important;
  overflow-y: hidden;
  border-bottom: 0;
}

.modal-fullscreen-fixed-tabbed .modal-body {
  height: calc(100vh - 45px - 60px - 60px);
}

.modal-fullscreen-fixed-tabbed .modal-footer {
  height: 59px !important;
  overflow-y: hidden;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: start !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.w-index-card {
  display: block;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0px 3px 8.45px 4.55px rgba(0, 0, 0, 0.07);
  color: initial;
}
.w-index-card:hover, .w-index-card:active, .w-index-card:focus, .w-index-card.active {
  text-decoration: none;
}
.w-index-card-title {
  min-height: 40px;
}
.w-index-card-content {
  min-height: 70px;
}

.loading-wrapper {
  height: 100%;
  max-height: 100%;
  position: relative;
}

.loading-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.37);
  background-size: 10px 10px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
}

span.fancytree-title {
  line-height: 20px !important;
}

.editor-toolbar.fullscreen,
.CodeMirror-fullscreen {
  z-index: 9001 !important;
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
    background: #232323;
  }
}
.select2-search--inline {
  width: 100%;
}

.select2-search__field {
  width: 100% !important;
}

.select2-container.select2-container--open {
  z-index: 99999;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.js-table-user > tbody > tr > td {
  vertical-align: middle;
}

@media (max-width: 540px) {
  .js-table-user > tbody > tr > td {
    display: block !important;
  }

  .js-table-user > thead > tr > th {
    display: block !important;
  }
}
@media (max-width: 340px) {
  td.text-left.w0 {
    width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.kv-form-bs3 .hint-block {
  margin-top: 0 !important;
}

.fancytree-ext-filter-hide tr.fancytree-submatch span.fancytree-title, .fancytree-ext-filter-hide span.fancytree-node.fancytree-submatch span.fancytree-title {
  color: #000000 !important;
}

.table_multi_string_th th {
  white-space: normal;
}

.table_multi_string_th th .hint-block {
  font-size: 12px;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-header::before, .modal-header::after {
  content: none;
}

/*# sourceMappingURL=site.css.map */
