@charset "UTF-8";
html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Poppins", sans-serif;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

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

a.asc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
  content: "";
}
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
  content: "";
}

.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;
}

.nav li > form > button.logout {
  padding: 15px;
  border: none;
}
.nav > li > form > button.logout:focus {
  text-decoration: none;
  outline: none;
}
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}
.onHover .onHover_show {
  visibility: hidden;
}
.onHover:hover .onHover_show {
  visibility: visible;
}

.bg-header {
  background-repeat: no-repeat !important;
  background-image: url(/i/header.jpg) !important;
  background-size: cover !important;
  background-position: 0 50%;
  position: relative;
  z-index: 0;
  min-height: 400px;
}
.bg-header:before {
  content: "";
  background-color: rgba(45, 73, 254, 0.5) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-header .bg-header_after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='1440px' height='155px' viewBox='0 0 1440 155' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3EPath%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop' transform='translate(0.000000, -706.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M7.7439485e-14,800.716964 C390.59867,691.098224 919.556541,659.189609 1440,799.653343 C1440,809.563675 1440,840.065337 1440,861 C1422.97118,861 942.971175,861 0,861 C-2.49704913e-15,826.483952 2.33161125e-14,806.389606 7.7439485e-14,800.716964 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  min-height: 11vw;
  width: 100%;
  z-index: 1;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.bg-header .header {
  z-index: 100;
  padding-bottom: 10vw;
}

.bg-footer {
  background-repeat: no-repeat !important;
  background-image: url(/i/footer.jpg) !important;
  background-size: cover !important;
  background-position: 0 50%;
  position: relative;
  z-index: 0;
  min-height: 400px;
}
.bg-footer:before {
  content: "";
  background-color: rgba(45, 73, 254, 0.5) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-footer .bg-footer_curve {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Шар_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1440 155' style='enable-background:new 0 0 1440 155;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3EPath%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1'%3E%3Cg id='Desktop' transform='translate(0.000000, -706.000000)'%3E%3Cpath id='Path' class='st0' d='M1440,766.3C1049.4,875.9,520.4,907.8,0,767.3c0-9.9,0-40.4,0-61.3c17,0,497,0,1440,0 C1440,740.5,1440,760.6,1440,766.3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  min-height: 11vw;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: -2px;
  left: 0;
}
.bg-footer .bg-menu {
  background: rgba(45, 73, 254, 0.8);
}
.bg-footer .header {
  z-index: 100;
  padding-bottom: 10vw;
}
.bg-footer .footer {
  z-index: 100;
  padding-top: 10vw;
}

.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;
}

.wrapper h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3rem;
}
@media (min-width: 992px) {
  .wrapper h1 {
    font-size: 3.3vw;
  }
}

.bg-semiwhite {
  background: rgba(255, 255, 255, 0.6);
}

.bg-menu {
  background: rgba(45, 73, 254, 0.9);
}

.help-block {
  color: red;
}

.table th a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.table th a:after {
  position: relative;
  left: 5px;
}
.table th .asc:after {
  content: "";
}
.table th .desc:after {
  content: "";
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #000000;
}
.navbar-dark .navbar-nav .nav-link.not-button {
  color: white;
}
.navbar-dark .navbar-nav .nav-link.not-button:hover, .navbar-dark .navbar-nav .nav-link.not-button:focus {
  color: #ffc107;
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: rgba(45, 73, 254, 0.9);
}
.navbar-dark .navbar-nav .active {
  background: white;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.navbar-dark .navbar-toggler {
  color: white;
  border-color: white;
}

.datepicker.dropdown-menu {
  z-index: 1000 !important;
}

.whitespace {
  height: 144px;
}

#resource-date-kvdate {
  position: relative;
}
#resource-date-kvdate .monthyear {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 140px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 0.25rem;
  color: #495057;
  border: 1px solid #ced4da;
  line-height: 2.2;
  text-indent: 15px;
}

.notTop {
  opacity: 0.8;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.notTop:hover {
  opacity: 1;
}

.resource-index .list-view .dividerLine {
  border-bottom: 4px solid #ffc107;
  text-align: center;
  padding: 5px 0 10px;
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 30px;
}
.resource-index .list-view .summary {
  margin: 1rem 1rem 0 0;
  text-align: right;
}

.mainTitle {
  font-size: 60px;
  font-weight: bold;
}
/*# sourceMappingURL=site.css.map */