body {
  font-size: 0.875rem;
}
.error {
  color: #ff0000;
}
.hh-hidden,
.wm-hidden,
.avito-hidden {
  display: none;
}
.wm-preivew {
  max-width: 200px;
  height: auto;
}
.wm-preivew:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.avito-preivew {
  max-width: 200px;
  height: auto;
  border: 1px solid #cccccc;
}
.avito-preivew:hover {
  border: 1px solid #0b76cd;
}
.nowrap {
  white-space: nowrap !important;
}
.switch-btn {
  min-width: 33.75px;
  text-align: center;
}
textarea#pagecontent {
  min-height: 700px;
  resize: vertical;
}
.listItem td {
  vertical-align: middle;
}
.listItem tr.detail {
  display: none;
}
.site-add .input-group-prepend .input-group-text,
.site-edit .input-group-prepend .input-group-text {
  min-width: 187px;
}
.page-add .input-group-prepend .input-group-text,
.page-edit .input-group-prepend .input-group-text {
  min-width: 242px;
}
#messageScreen > .messageScreenBg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
#messageScreen > .messageScreenText {
  font-size: 17px;
  display: block;
  width: 500px;
  height: auto;
  background: #fff;
  color: #555;
  padding: 30px;
  position: fixed;
  z-index: 10001;
  border: 1px solid #ccc;
  left: 50%;
  top: 20%;
  margin: 0 0 0 -250px;
  box-shadow: 5px 5px 20px #ccc;
  text-align: center;
}
#messageScreen > .messageScreenText .messageClose {
  float: right;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 18px;
  margin: -20px -20px 0 0;
  text-align: center;
  line-height: 20px;
}
#messageScreen > .messageScreenText .messageClose:hover {
  color: #000;
}
#messageScreen > .messageScreenText .messageHead {
  font-size: 19px;
}
#waitScreen .waitScreenBg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(50, 50, 50, 0.9);
}
#waitScreen .waitScreenAnim {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 10%;
  font-size: 20px;
  color: #fff;
}
/*
 * Sidebar
 */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 48px 0 0;
  /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}
.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}
.sidebar .nav-link.active {
  color: #007bff;
}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}
/*
 * Content
 */
[role="main"] {
  padding-top: 133px;
  /* Space for fixed navbar */
}
@media (min-width: 768px) {
  [role="main"] {
    padding-top: 48px;
    /* Space for fixed navbar */
  }
}
/*
 * Navbar
 */
.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}
.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}
.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.marks-columns {
  -webkit-column-width: 20%;
  -moz-column-width: 20%;
  column-width: 20%;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 4%;
  -moz-column-gap: 4%;
  column-gap: 4%;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
/*# sourceMappingURL=style.css.map */