@import url("oracle-universal.css");
@import url("redwood-lite.css");
@import url("utility-bar.css");
@import url("feedback/css/feedback.min.css");
@import url("card-layout.css");
@import url("search-loading.css");
@import url("filters.css");

/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/

.sendOffScreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.custom-web-applayout-max-width {
  padding: 0px 24px 50px 24px;
}

.custom-web-applayout-max-width-filters {
  padding: 0px 24px 0px 24px;
}

.background-pattern {
  background-image: url(./images/learn-bg-720.png);
}

.main-margins {
  margin-bottom: 24px;
}

.applayout-content {
  flex: 1 0 auto;
}

@media only screen and (min-width: 1024px) {
  .custom-web-applayout-max-width,
  .custom-web-applayout-max-width-filters {
    padding-left: 45px;
    padding-right: 45px;
  }

}

@media only screen and (min-width: 1440px) {
  .custom-web-applayout-max-width,
  .custom-web-applayout-max-width-filters {
    padding-left: 90px;
    padding-right: 90px;
  }
}
