/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  width: 400px !important;
  min-width: 400px !important;
}

nav {
  height: 100px;
  background-image: linear-gradient(125deg, #1972F5 -10%, #004AB5 100%) !important;
  /*background-color: #1972F5 !important;*/

}
nav::before {
  background-image: url(../img/webinar/aztec.svg) !important;
  background-size: 32px !important;
  opacity: .05 !important;
}
nav a {
  color: white !important;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  /*min-width: 100vw;*/
  /*right: 400px !important;*/
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}


div#content {
  /*position: fixed;*/
  top: 50px;
  left: 0px;
  bottom: 25px;
  min-width: 100%;
  /*    background: black;*/
}

div#content iframe {
  /*position: absolute;*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*left: 0;*/
  /*right: 0;*/
  /*height: 100%;*/
  /*min-height: 100vh;*/
  height: calc(100vh - 100px);
  min-height: calc(100vh - 100px);

  width: 100%;
}

span.error {
  color: red;
  font-size: 12px;
}
input.error, textarea.error, select.error {
  border: 2px solid red;
}