/* Global vars */
/* fonts */
/* lines */
/* spacing */
/* base */
/* ------------------ AWS Marketing Top Nav Styles: TO BE REMOVED ------------------ */
/* ------------------ START AWS Marketing Top Nav Mockup ------------------ */
/*
/* These rules style the placeholder top nav, to be replaced by styles provided
/* by PartsService team when we integrate their top nav.
/*
/* Additional styles for the language selector and the top nav flyout menu are
/* are at the end of jquery-ui.theme.css.
/*
/* ------------------------------------------------------------------------ */
@import url(ember-font.css);
.aws-nav-header {
  position: relative;
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  background-color: #232f3e;
  -moz-box-shadow: #e6e6e6 0 1px 3px;
  -webkit-box-shadow: #e6e6e6 0 1px 3px;
  box-shadow: #e6e6e6 0 1px 3px;
  z-index: 6000;
}

.aws-nav-header .aws-nav-header-left {
  float: left;
}

.aws-nav-header-left .aws-nav-flyout-trigger {
  position: relative;
  float: left;
  display: block;
  height: 43px;
  margin: 0;
  padding: 25px 22px 0 53px;
  border-right: 1px solid #16191f;
  line-height: 1.9;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -webkit-font-smoothing: antialiased;
  color: white;
}

.no-touch .aws-nav-header .aws-nav-header-left .aws-nav-flyout-trigger::after {
  border-right: 1px solid #fefefe;
}

.aws-nav-header .aws-nav-header-left .aws-nav-flyout-trigger .fa-bars {
  position: absolute;
  top: 18px;
  left: 28px;
  display: block;
  width: auto;
  height: 35px;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 25px;
}

.aws-nav-header .aws-nav-header-left .aws-nav-flyout-trigger:hover, .aws-nav-header .aws-nav-header-left .aws-nav-flyout-trigger.active {
  color: #333333;
}

.aws-nav-header .aws-nav-header-left .aws-nav-flyout-trigger.active {
  color: #e47911;
}

.aws-nav-header .aws-nav-header-left .aws-nav-logo {
  float: left;
  width: 105px;
  margin: 18px 0 0 20px;
}

.aws-nav-header .aws-nav-header-left .aws-nav-logo a {
  display: block;
}

.aws-nav-header .aws-nav-header-left .aws-nav-logo span {
  display: block;
  width: 105px;
  height: 39px;
  border: 0;
  overflow: hidden;
}

.aws-nav-header .aws-nav-header-left .aws-nav-logo span:before {
  content: '';
  display: block;
  width: 0;
  height: 150%;
}

.aws-nav-header .aws-nav-header-left .aws-nav-logo img {
  max-height: 39px;
}

.aws-nav-header .aws-nav-header-right {
  position: absolute;
  top: 1px;
  right: 0;
  height: 66px;
  padding-right: 30px;
  z-index: 6100;
}

.aws-nav-header .aws-nav-header-right .aws-nav-popover-trigger {
  float: right;
  margin-top: 17px;
}

.aws-nav-header .aws-nav-header-right .aws-nav-cta-button-outer {
  float: right;
}

.aws-nav-header .aws-nav-header-right .aws-nav-button {
  display: inline-block;
  margin: 17px 0 0 15px;
  padding: 7px 16px 5px;
  border: 1px solid;
  border-color: #dd6b10;
  line-height: 1.4;
  vertical-align: middle;
  text-align: center;
  font-size: 1em;
  font-family: "HelveticaNeueBold", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 500;
  background-color: #dd6b10;
  background-size: 100%;
  border-radius: 2px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

#aws-nav-cta-button {
  color: white;
  font-weight: 600;
  font-size: 14px;
}

a#aws-nav-cta-button:hover {
  text-decoration: none;
  background-color: #eb5f07;
}

div#aws-nav.aws-nav-header span {
  font-size: 14px;
}

#aws-nav {
  position: static;
  top: 0px;
}

#aws-nav-flyout-trigger {
  display: none;
}

/*--------------------------------------------------------------------------------------------------------------------------*/
/* media queries / breakpoints                                                                                              */
/*--------------------------------------------------------------------------------------------------------------------------*/
@media all and (max-width: 600px) {
  .aws-nav-cta-button-outer {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  #aws-nav-flyout-trigger {
    display: none;
  }

  #aws-nav {
    position: fixed;
    /*Header is sticky only if flyout is visible*/
    top: 0px;
  }
}
/*Removing flyout trigger on ipad landscape view*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #aws-nav-flyout-trigger {
    display: none;
  }
}
/* feedback pages */
/*-------------------- basic html elements and classes --------------------*/
#fbheading {
  margin-top: 69px;
  overflow: hidden;
  padding-left: 5px;
}

#fbheading h2 {
  padding-top: 0px;
}

/* tabbed container */
/*-------------------- classes --------------------*/
div.container.option > dl > dt {
  display: none;
}

div.container.option > div.optionselector {
  margin: 0px;
}

div.container.option > div.optionselector > span.optionanchor {
  display: inline-block;
}

div.container.option > div.optionselector > span.optionanchor > span.option {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  border: 1px solid lightgray;
  border-radius: 3px;
  color: grey;
  font-size: smaller;
  background-color: #f7f7f7;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
}

div.container.option > div.optionselector > span.optionanchor > span.option.selected {
  color: black;
  font-weight: bold;
  background-color: white;
  border-bottom: 2px solid white;
}

div.container.option > div.optionselector > span.optionanchor > span.option:hover {
  font-weight: bold;
  background-color: white;
}

div.container.option > dl {
  margin: 0px;
}

div.container.option > dl > dd {
  display: none;
  margin-left: 0px;
  border: 1px solid lightgrey;
  border-radius: 3px;
  padding: 8px;
}

div.container.option > dl > dd.selected {
  display: block;
}

.code-btn-container {
  overflow: hidden;
}

.hljs {
  padding-top: 28px;
}

div.code-btn-container {
  visibility: visible;
  display: block;
  right: 0px;
  background: transparent;
  position: absolute;
  margin: 3px;
}

.btn-copy-code, .btn-dark-theme, .btn-light-theme {
  border-style: solid;
  border-color: #DEDEDE #C5C5C5 #C5C5C5;
  float: left;
  padding: 2px;
  margin: 0 0 0 3px;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  border-image: none;
  color: #444;
  background-color: #DEDEDE;
  border-width: 1px;
}

.btn-dark-theme {
  background-color: #191919;
}

.btn-light-theme {
  display: inline-block;
  justify-content: center;
  position: relative;
}

.btn-copy-code:hover, .btn-dark-theme:hover, .btn-light-theme:hover {
  background-image: none;
  text-decoration: none;
}

.btn-copy-code:hover, .btn-light-theme:hover {
  background-color: #C8C8C8;
}

.btn-dark-theme:hover {
  background-color: #004D89;
}

.btn-copy-code:before {
  content: "\f0c5";
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: normal;
}

.btn-dark-theme:before {
  content: "\f186";
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 400;
  color: #0090FF;
}

.btn-light-theme:before {
  content: "\f185";
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 700;
  color: #FFB700;
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-light-theme:after {
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: 400;
  color: #FFB700;
  position: absolute;
  padding: 2px;
  top: 1px;
  left: 3px;
}

@media print {
  /* Remove the code controls from printed output */
  div.code-btn-container {
    display: none;
  }
}
#cookie-notice {
  display: flex;
  position: fixed;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 42px);
  bottom: 41px;
  margin: 0;
  padding: 20px;
  border: 1px solid #cc6600;
  border-radius: 0px;
  background-color: #fff;
  visibility: hidden;
  height: auto;
  font-size: 14px;
  z-index: 99;
}

.cookie-notice-icon {
  color: #cc6600;
  font-size: 20px;
  flex: 0 0 auto;
  justify-self: flex-start;
}
.cookie-notice-icon:before {
  content: "\f05a";
  font-family: "FontAwesome";
  font-weight: normal;
}

.cookie-notice-text {
  font-size: 14px;
  flex: 1 1 auto;
  padding: 0 10px;
}

.cookie-notice-close-btn {
  flex: 0 0 auto;
  cursor: pointer;
}
.cookie-notice-close-btn:before {
  content: "\f2d3";
  font-family: "FontAwesome";
  font-weight: normal;
}

@media print {
  #cookie-notice {
    display: none;
  }
}
#language-notice {
  display: none;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 42px);
  bottom: 41px;
  margin: 10px 0 20px 0;
  padding: 20px;
  border: 1px solid #cc6600;
  border-radius: 0;
  background-color: #fff;
  height: auto;
  font-size: 14px;
}

.language-notice-icon {
  color: #cc6600;
  font-size: 20px;
  flex: 0 0 auto;
  justify-self: flex-start;
}
.language-notice-icon:before {
  content: "\f05a";
  font-family: "FontAwesome";
  font-weight: normal;
}

.language-notice-text {
  font-size: 14px;
  flex: 1 1 auto;
  padding: 0 10px;
}

.language-notice-close-btn {
  flex: 0 0 auto;
  cursor: pointer;
}
.language-notice-close-btn:before {
  content: "\f2d3";
  font-family: "FontAwesome";
  font-weight: normal;
}

@media print {
  #language-notice {
    display: none;
  }
}
/*-------------------- basic html elements and classes --------------------*/
html,
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

body,
div {
  font-family: Amazon Ember, Open Sans, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #444444;
}

p {
  font-family: Amazon Ember, Open Sans, Helvetica, Arial, sans-serif;
  color: #444444;
  font-size: 16px;
  line-height: 1.5em;
}

p.title {
  margin-bottom: 12px;
}

#language-filter {
  float: right;
  margin-top: 5px;
  padding-left: 6px;
}

li, dt a, dt span {
  font-size: 16px;
  line-height: 1.5em;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

ol ol ol ol {
  list-style-type: upper-alpha;
}

ol ol ol ol ol {
  list-style-type: upper-roman;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
}

/*------------------ Headings -------------------*/
h1, h2, h3 {
  font-family: Amazon Ember, Open Sans, Helvetica, Arial, sans-serif;
  color: #444444;
}

h1 {
  font-size: 20px;
  font-weight: bold;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0;
  padding-top: 1.5em;
  color: #cc6600;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  color: #007697;
}

h3.orange {
  color: #cc6600;
}

h4 {
  color: #cc6600;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}

h5 {
  color: #333333;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}

@media all and (min-width: 1025px) {
  /* Set padding fixes on targets only on resolutions where the header is fixed */
  h1:target {
    padding-top: 81px;
    margin-top: -69px;
  }

  h2:target {
    padding-top: calc(1.5em + 69px);
    margin-top: -69px;
  }

  h3:target {
    padding-top: 69px;
    margin-top: -69px;
  }

  h4:target {
    padding-top: 69px;
    margin-top: -69px;
  }

  h5:target {
    padding-top: 69px;
    margin-top: -69px;
  }

  a:target {
    padding-top: 69px;
    margin-top: -69px;
  }

  span.optionanchor:target {
    padding-top: 79px;
    margin-top: -79px;
  }

  a:empty:not([href]) {
    display: block;
    height: 0px;
  }
}
img {
  border-style: hidden;
  border-width: 0px 0px 0px 0px;
  border-color: #ffffff;
  /* white  */
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.topictitle {
  font-size: 24px;
  font-weight: bold;
  color: #e47911;
  padding: 69px 0 14px 0;
  margin-top: -69px;
}

/*------------ Banners -----------------*/
div#divRegionDisclaimer {
  border: solid #ccc;
  margin: 20px 0px;
  border-width: 1px 1px 1px 5px;
  padding: 20px;
  border-color: #cc6600;
}

div#SEARegionDisclaimer {
  border-top: 1px solid #ccc;
  margin-top: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  background-color: #e47911;
  color: white;
  vertical-align: middle;
}

div#SEARegionDisclaimer a.SEADisclaimerLink {
  color: white !important;
}

div#DCARegionDisclaimer {
  border-top: 1px solid #ccc;
  margin-top: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-weight: normal;
  background-color: #009900;
  color: white;
  vertical-align: middle;
}

div#DCARegionDisclaimer a.DCADisclaimerLink {
  color: white !important;
}

#awsdocs-banner-info {
  border: solid #ccc;
  margin: 20px 0px;
  border-width: 1px 1px 1px 5px;
  padding: 20px;
  border-color: #cc6600;
}

/*-------------------- ids --------------------*/
#content-container {
  margin-top: 69px;
  overflow: hidden;
}

#doc-conventions {
  float: left;
  padding-top: 10px;
  font-size: 12px;
}

#feedback-feedback-button {
  display: inline;
  padding-left: 10px;
}

#feedback-feedback-button .awstoc.btn.btn-default::before {
  content: "\f003";
  font-family: "FontAwesome";
  margin: 0 5px 0 0;
}

#feedback-message {
  display: none;
  margin-right: 5px;
}

div#feedback div {
  font-size: 12px;
}

#feedback-yesno-buttons {
  display: none;
}

#finegrainedSearch {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  border-right: none;
  display: block;
}

#footer {
  padding: 5px 10px 10px 10px;
  width: 100%;
  border-top: 1px solid #DDD;
  background-color: #232f3e;
  bottom: 0px;
  position: fixed;
  height: 25px;
}

#footer.shortFooter {
  width: 35px;
  border-right: 1px solid rgba(221, 221, 221, 0.5);
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  padding: 5px 0px 10px 10px;
  background-color: rgba(247, 247, 247, 0.5);
}

#footer.shortFooter > #footer-right {
  display: none;
}

#footer.shortFooter > #footer-left {
  display: none;
}

#footer.shortFooter_ht {
  width: 35px;
  height: 50px;
  border-right: 1px solid rgba(221, 221, 221, 0.5);
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  padding: 5px 0px 10px 10px;
  background-color: #232f3e;
}

#footer.shortFooter_ht > #footer-right {
  display: none;
}

#footer.shortFooter_ht > #footer-left {
  display: none;
}

.awsdocs-footer-text {
  color: white;
}

a.awsdocs-footer-text {
  color: #007dbc;
}

#footer-left {
  float: left;
  padding: 5px;
  display: none;
  font-size: 12px;
}

#copyright-main-footer {
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 5px;
  font-size: 12px;
}

#footer-right {
  padding-right: 20px;
  float: right;
}

#footer_short_fb {
  display: block;
  padding-bottom: 5px;
  padding-left: 5px;
}

#footer_short_fb:hover {
  cursor: pointer;
  cursor: hand;
}

#footer_short_fb.hide {
  display: none;
}

#footer_toggle {
  float: left;
  display: inline;
  padding-left: 5px;
}

#footer_toggle:hover {
  cursor: hand;
  cursor: pointer;
}

#footer_toggle_img {
  padding-right: 20px;
  padding-top: 5px;
}

#footer_toggle_img_collapse {
  padding-top: 5px;
  padding-right: 20px;
}

#footer_toggle_img.hide {
  display: none;
}

#footer_toggle_img_collapse.hide {
  display: none;
}

#forums {
  padding-right: 30px;
  display: none;
}

#guides {
  font-size: 16px;
  color: #333333;
  display: inline;
  height: 30px;
}

#guide-info {
  font-size: 12px;
  padding-top: .5em;
}

#insideSearch {
  padding-bottom: 10px;
}

#left-column {
  background-color: #ffffff;
}

#left-col-top-content {
  padding-top: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  border-right: none;
  margin-bottom: 3px;
}

#left-col-header {
  padding-left: 40px;
  padding-right: 20px;
}

#main {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 56px;
  float: left;
  background-color: #ffffff;
}

#main-column {
  position: relative;
}

#main-col-body {
  clear: both;
  border-bottom: 1px solid #ccc;
}

#main-col-footer {
  display: inline;
  font-size: 14px;
}

#main-content {
  padding-left: 40px;
  padding-right: 20px;
}

#next {
  float: right;
  padding-top: 10px;
  font-size: 12px;
}

#next a:last-child {
  padding-left: 8px;
}

#pagetoc {
  background-color: #F7F7F7;
  padding: 0 0 10px 5px;
  margin-right: 20px;
  margin-bottom: 130px;
  word-wrap: break-word;
}

#right-content-wrapper {
  width: 225px;
  position: fixed;
  overflow: auto;
  height: 100%;
}

#right-col-header {
  padding-top: 10px;
  padding-bottom: 50px;
  font-size: 14px;
}

#right-expanded {
  display: none;
  width: 25%;
  float: right;
  height: 100%;
}

div#left-col-top-content div#search {
  margin-left: 20px;
  float: right;
  display: inline;
  cursor: pointer;
  font-size: 12px;
}

#search-button {
  position: relative;
  top: 5px;
}

#search-form {
  font-size: .500em;
}

#search-query {
  width: 95%;
  width: calc(100% - 24px);
  padding: 2px 0;
  border: thin solid darkgray;
}

#search-select {
  width: 100%;
  padding: 2px 0;
}

#service-name {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  display: inline;
}

#toc {
  padding-left: 40px;
  padding-right: 20px;
  margin-bottom: 25px;
}

#toc.open {
  display: block;
}

#toggle-contents {
  display: block;
}

div.ui-resizable-e {
  right: 0px;
}

/*-------------------- breadcrumb classes --------------------*/
div.breadcrumb {
  display: inline;
  font-size: 12px;
}

div.breadcrumb a {
  font-size: 12px;
}

div.breadcrumb.current {
  font-weight: bold;
}

/*-------------------- various content classes --------------------*/
.formpara {
  font-weight: bold;
}

.listitem p {
  margin: 0px;
}

.mediaobject img {
  margin-bottom: 1em;
  max-width: 100%;
}

div.mediaobject {
  max-width: 100%;
}

.replaceable {
  color: #FF0000;
  font-style: italic;
}

/*-------------------- buttons --------------------*/
#aws-nav-cta-button {
  margin-left: 15px;
}

.aws-nav-popover-trigger {
  margin-left: 15px;
}

.btn {
  border-radius: 2px;
  color: #222;
  cursor: pointer;
  display: inline-block;
  font-size: 1.0em;
  font-weight: 700;
  margin-right: 3px;
  margin-bottom: 1rem;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}

.btn-default, .btn-pdf-link, .btn-kindle-link, .btn-github-link, .btn-rss-link {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  color: white;
}

.btn-default {
  border-color: #545b64;
}

.btn-default:visited {
  color: white;
}

.btn-gold:visited {
  color: #333333;
}

.btn-gold {
  border-style: solid;
  border-right: 1px solid #C5C5C5;
  border-color: #BE952C #A68226 #9B7924;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  color: #333333;
  background-color: #EEBA37;
  background-image: linear-gradient(#fee6b0, #eeba37);
  border-width: 1px;
}

.btn.btn-gold:hover {
  background-image: none;
  color: #333333;
  text-decoration: none;
}

.btn-pdf-link, .btn-kindle-link, .btn-github-link, .btn-rss-link {
  display: inline-block;
  float: right;
  height: 24px;
  width: 24px;
  padding: 3px;
  margin-top: 17px;
  margin-left: 15px;
  margin-right: 0px;
  font-size: 14px;
  font-weight: 600;
  background-size: 24px, 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-pdf-link {
  background-image: url("../images/Adobe_PDF_icon.png");
}

.btn-kindle-link {
  background-image: url("../images/kindle-58x58.png");
}

.btn-github-link {
  background-image: url("../images/GitHub-Mark-Light-32px.png");
}

.btn-rss-link {
  background-image: url("../images/feed-icon.png");
}

.btn-default:hover,
.btn-pdf-link:hover,
.btn-kindle-link:hover,
.btn-rss-link:hover,
.btn-github-link:hover {
  border-color: white;
  text-decoration: none;
  color: white;
}

#languageSelection-button {
  background-color: transparent;
  background-image: none;
  border-radius: 2px;
  border-color: transparent;
  color: white;
}

#languageSelection-button:hover {
  border-color: white;
}

#languageSelection-button span.ui-selectmenu-icon {
  color: #1e8900;
}

#languageSelection-button.ui-button .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  font-family: "HelveticaNeueBold", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

#pdf-link-alt, #kindle-link-alt, #rss-link-alt {
  display: inline-block;
  float: none;
  margin: 0px;
  margin-right: 5px;
}

#toc-additional-links {
  display: none;
}

#pdf-link-bottom {
  float: none;
}

#kindle-link-bottom {
  float: none;
}

#github-link-bottom {
  float: none;
}

.awsdocs-content-link-btn {
  padding: 4px 10px 4px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #879596;
  background-color: transparent;
  border-radius: 2px;
  color: inherit;
}

.awsdocs-content-link-btn:visited {
  color: inherit;
}

.awsdocs-content-link-btn:hover {
  color: #16191f;
  border-color: #16191f;
  text-decoration: none;
}

/*-------------------- main toc (left) --------------------*/
ul.awstoc {
  padding: 0px 15px;
  margin: 0;
  padding-left: 15px;
  background-color: #fff;
  list-style: none;
}

li.awstoc {
  padding-top: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  list-style-type: none;
  background-color: #fff;
  font: normal 11px Amazon Ember, Open Sans, Helvetica, Arial, sans-serif;
}

li.awstoc.leaf {
  cursor: auto;
}

li.awstoc.opened:before {
  font-family: 'FontAwesome';
  content: "\f146";
  margin: 0 5px 0 -15px;
  color: #e47911;
}

li.awstoc.closed:before {
  font-family: 'FontAwesome';
  content: "\f0fe";
  margin: 0 5px 0 -15px;
  color: #e47911;
}

li.awstoc.leaf:before {
  font-family: 'FontAwesome';
  content: "\f096";
  margin: 0 5px 0 -15px;
  color: #e47911;
}

#toc ul a.awstoc {
  margin: 3px 0px;
  display: inline;
  cursor: pointer;
}

#toc ul li.awstoc {
  font-size: 14px;
}

a.awstoc {
  text-decoration: none;
}

a.awstoc.selected {
  color: black;
  font-weight: bold;
  cursor: default;
  outline: none;
  text-decoration: none;
}

.awstoc ::-moz-selection {
  color: #036;
  text-decoration: none;
  font-weight: bold;
}

/*-------------------- page toc (right) --------------------*/
li.awstoc.closed > ul {
  display: none;
}

li.awstoc > ul {
  display: block;
}

ul.pagetoc {
  padding: 0px 15px;
}

#pagetoc ul li.pagetoc {
  list-style: none;
}

#pagetoc ul a.pagetoc.selected {
  border-left: 2px solid #666;
  padding-left: 8px;
  margin-left: -10px;
}

#pagetoc ul a.pagetoc:hover {
  border-left: 2px solid #ccc;
  margin-left: -10px;
  padding-left: 8px;
}

#pagetoc ul a.pagetoc {
  margin: 3px 0px;
  display: block;
  cursor: pointer;
}

#pagetoc ul li.pagetoc {
  font-size: 14px;
}

ul.pagetoc {
  margin: 0;
  padding-left: 15px;
}

li.pagetoc {
  padding-top: 5px;
  cursor: pointer;
  font: normal 11px Amazon Ember, Open Sans, Helvetica, Arial, sans-serif;
}

a.pagetoc {
  text-decoration: none;
}

a.pagetoc.selected {
  color: black;
  font-weight: bold;
  cursor: default;
  outline: none;
  text-decoration: none;
}

/*-------------------- anchors --------------------*/
a:target + * {
  padding-top: 69px;
  margin-top: -69px;
}

:target:not(a, h1, h2, h3, h4, h5) {
  padding-top: 69px;
  margin-top: -69px;
}

a:visited {
  color: #E48700;
}

a, p a, li a, dt a, .ui-widget-content a {
  text-decoration: none;
  color: #1166BB;
}

a:hover, p a:hover, li a:hover, dt a:hover {
  text-decoration: underline;
  color: #3388DD;
}

pre a {
  text-decoration: none;
}

/*-------------------- code, notes, examples, formatting, etc. --------------------*/
pre {
  font-size: 14px;
  font-weight: normal;
  font-family: "Consolas", Courier, monospace;
  border: 1px solid #e1e1e8;
  border-radius: 3px;
  padding: .5em;
  line-height: normal;
}

pre.programlisting, pre.screen {
  overflow: auto;
  position: relative;
  padding: 0px;
}

pre .replaceable span.str,
pre .replaceable span.com,
pre .replaceable span.pln,
pre .replaceable span.pun {
  color: #F00;
}

pre.programlisting span {
  font-family: "Consolas", Courier, monospace;
}

code {
  font-family: "Consolas", Courier, monospace;
  overflow: auto;
}

/** admonitions **/
div.aws-note {
  margin: 0.5em 2.7em 1em;
  padding: 0;
}

div.aws-note p {
  margin: 0.5em 0 0;
  padding: 0;
}

div.aws-note p.aws-note {
  font-weight: bold;
}

.guilabel {
  font-weight: bold;
}

span.underline {
  text-decoration: underline;
}

.topcom {
  font-weight: bold;
}

/*-------------------- table styles --------------------*/
table {
  margin-bottom: 10px;
  border-collapse: collapse;
}

table p {
  font-size: 16px;
}

td p:first-child {
  margin-top: 0px;
}

td p:last-child {
  margin-bottom: 0px;
}

td ul:first-child {
  margin-top: 0px;
  /*  new 8/22/07 */
}

td li {
  list-style-position: outside;
  margin-left: -20px;
}

td ol:first-child {
  margin-top: 0px;
  /*  new 8/22/07 */
}

div.table {
  position: relative;
}

div.informaltable {
  position: relative;
}

.table-expand-icon {
  position: absolute;
  right: -20px;
  font-size: 24px;
  background: #cccccc;
  float: right;
  bottom: 0;
  cursor: pointer;
}

.table-contents table {
  border-top: 1px solid #cccccc;
  /* medium gray  */
  border-left: 1px solid #cccccc;
  /* medium gray  */
  border-bottom: 0px;
  border-right: 0px;
  border-spacing: 0px;
}

.table-contents td {
  font-size: 16px;
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #cccccc;
  /* medium gray  */
  border-right: 1px solid #cccccc;
  /* medium gray  */
  border-left: 0px;
  border-top: 0px;
  vertical-align: top;
}

.table-contents th {
  font-size: 16px;
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #cccccc;
  /* medium gray  */
  border-right: 1px solid #cccccc;
  /* medium gray  */
  border-left: 0px;
  border-top: 0px;
  vertical-align: top;
  background-color: #eeeeee;
  /* light gray  */
  color: #333333;
  /* Dark gray  */
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

/* div around tables to allow scrolling for long nonbreaking strings */
div.informaltable-contents {
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

div.table-contents {
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

/* borderless tables */
.simplesect table {
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-spacing: 0px;
}

.simplesect td {
  font-size: 16px;
  padding: 0px 0px 0px 5px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-spacing: 0px;
  vertical-align: top;
}

.informaltable table {
  border-top: 1px solid #cccccc;
  /* medium gray  */
  border-left: 1px solid #cccccc;
  /* medium gray  */
  border-bottom: 1px solid #cccccc;
  /* medium gray  */
  border-right: 1px solid #cccccc;
  /* medium gray  */
  border-spacing: 0px;
}

.informaltable td {
  font-size: 16px;
  padding: 5px 5px 5px 5px;
  border-top: 1px solid #cccccc;
  /* medium gray  */
  border-left: 1px solid #cccccc;
  /* medium gray  */
  border-bottom: 1px solid #cccccc;
  /* medium gray  */
  border-right: 1px solid #cccccc;
  /* medium gray  */
  vertical-align: top;
}

.informaltable th {
  padding: 5px 5px 5px 5px;
  border-right: 1px solid #cccccc;
  /* medium gray  */
  border-left: 1px solid #cccccc;
  /* medium gray  */
  border-top: 1px solid #cccccc;
  /* medium gray  */
  border-bottom: 1px solid #cccccc;
  /* medium gray  */
  vertical-align: top;
  background-color: #eeeeee;
  /* light gray  */
  color: #333333;
  /* Dark gray  */
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

/*--------------------------------------------------------------------------------------------------------------------------*/
/* media queries / breakpoints                                                                                              */
/*--------------------------------------------------------------------------------------------------------------------------*/
/* Allow devices down to 320 pixels wide. Below that, no promises. */
@media all and (max-width: 319px) {
  #search-query {
    padding: 2px 0;
  }

  #search-select {
    width: 100%;
    padding: 2px 0;
  }

  table {
    border: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
  }

  table thead {
    display: none;
  }

  table col {
    height: 0px;
    display: none;
  }

  table col.c1 {
    height: 100%;
    display: table-column;
  }

  table tr {
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
  }

  table td {
    display: block;
    text-align: right;
    border-bottom: 1px solid #ccc;
  }

  table td:last-child {
    border-bottom: 0;
  }

  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}
@media all and (max-width: 400px) {
  #pdf-link-top {
    display: none;
  }

  #kindle-link-top {
    display: none;
  }

  #rss-link-top {
    display: none;
  }

  #toc-additional-links {
    display: inherit;
  }
}
@media all and (min-width: 450px) {
  #feedback-yesno-buttons,
  #feedback-message {
    display: inline;
  }
}
/*
@media all and (min-width: 768px) {
  #left-col-top-content {
    padding-bottom: 12px;
  }
}
*/
@media all and (min-width: 950px) {
  #footer-left {
    display: inline;
  }

  #footer.shortFooter > #footer-left {
    display: none;
  }

  #copyright-main-footer {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  #left-column {
    position: fixed;
    float: left;
    width: 350px;
    height: 100%;
    height: calc(100% - 110px);
    overflow-y: auto;
    max-width: 900px;
    min-width: 100px;
  }

  #left-col-header {
    padding-right: 30px;
  }

  #main-column {
    margin-left: 350px;
  }

  #main-content {
    padding: 0 30px 0 30px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ccc;
  }

  #toc {
    display: block;
    padding-right: 30px;
  }

  #toggle-contents {
    display: none;
  }
}
@media all and (min-width: 1200px) {
  #forums {
    display: inline;
  }
}
@media all and (min-width: 1301px) {
  #content-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #main {
    width: 80%;
    width: calc(100% - 225px);
  }

  #right-expanded {
    display: block;
    width: 225px;
  }
}
@media all and (max-width: 1024px) {
  #aws-nav-cta-button {
    margin-left: 5px;
  }

  .aws-nav-popover-trigger {
    margin-left: 5px;
  }

  .btn-pdf-link {
    margin-left: 5px;
  }

  .btn-kindle-link {
    margin-left: 5px;
  }

  .btn-rss-link {
    margin-left: 5px;
  }

  .btn-github-link {
    margin-left: 5px;
  }

  #language-filter {
    float: none;
    padding-left: 0px;
  }

  #breadcrumbs {
    display: none;
  }

  #toggle-contents {
    top: 7px;
    font-size: 16px;
    line-height: 1.6em;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
  }

  #content-button {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    display: inline;
    float: right;
  }

  #toc {
    display: none;
  }

  #toc > ul.awstoc > li.awstoc {
    border-bottom: 1px solid #ddd;
  }

  #main-column {
    margin-left: 0px !important;
  }

  #left-column {
    position: relative;
    float: none;
    width: auto !important;
    max-width: none;
    min-width: none;
    z-index: 1000;
  }

  #content-container {
    margin-top: 0px;
  }
}
/*Media query for ipad and ipad mini's landscape view*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #language-filter {
    float: none;
    padding-left: 0px;
  }

  #breadcrumbs {
    display: none;
  }

  #toggle-contents {
    top: 7px;
    font-size: 16px;
    line-height: 1.6em;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    display: block;
  }

  #content-button {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    display: inline;
    float: right;
  }

  #toc {
    display: none;
  }

  #toc > ul.awstoc > li.awstoc {
    border-bottom: 1px solid #ddd;
  }
}
@media print {
  #aws-nav, #left-column, #language-filter, #breadcrumbs, #right-expanded, #forums, #footer-right {
    display: none;
  }

  #content-container {
    margin-top: 0px;
    width: 100%;
  }

  #main-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Don't display the footer at all
     on printed pages */
  #footer {
    display: none;
  }

  #doc-conventions, #next {
    display: none;
  }

  #footer-left {
    display: inline;
    position: static;
  }

  /* We want a copyright on the printed page,
     but we don't want the whole footer. */
  #copyright-main-footer {
    display: block;
  }

  /* Wrap whitespace when pres are printed,
    It makes no sense to truncate long lines
    in printed output. */
  pre {
    white-space: pre-wrap;
  }

  /* Make all links look the same (unvisited)
     in printed output */
  a, a:visited {
    text-decoration: none;
    color: #0087CC;
  }

  /* Add the href to printed output so
     we know where the links actually go */
  a:link:after, a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
  }

  /* Don't add the href to links in pre tags */
  pre a:link:after, pre a:visited:after {
    content: none;
  }

  /* Make links in pre tags inherit their syntax
     highlighted color when printed */
  pre a, pre a:visited {
    color: inherit;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------*/
/*  Admonition Tables                                                                                                       */
/*   ATTENTION!      These must be the very last styles in the entire style sheet, so that they can                         */
/*                   override all preceding table formattings                                                               */
/*--------------------------------------------------------------------------------------------------------------------------*/
.caution table {
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-spacing: 0px;
}

.caution td {
  font-size: 16px;
  padding: 0px 0px 0px 5px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-spacing: 0px;
  vertical-align: top;
}

.caution th {
  font-size: 16px;
  padding: 5px 5px 5px 5px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-spacing: 0px;
  vertical-align: top;
  background-color: #fff;
  font-weight: bold;
  text-align: left;
}

.important table {
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-spacing: 0px;
}

.important td {
  font-size: 16px;
  padding: 0px 0px 0px 5px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-spacing: 0px;
  vertical-align: top;
}

.important th {
  font-size: 16px;
  padding: 5px 5px 5px 5px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-spacing: 0px;
  vertical-align: top;
  background-color: #fff;
  font-weight: bold;
  text-align: left;
}

.note table {
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-spacing: 0px;
}

.note td {
  font-size: 16px;
  padding: 0px 0px 0px 5px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-spacing: 0px;
  vertical-align: top;
}

.note th {
  font-size: 16px;
  padding: 5px 5px 5px 5px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-spacing: 0px;
  vertical-align: top;
  background-color: #fff;
  font-weight: bold;
  text-align: left;
}

.tip table {
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-spacing: 0px;
}

.tip td {
  font-size: 16px;
  padding: 0px 0px 0px 5px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-spacing: 0px;
  vertical-align: top;
}

.tip th {
  font-size: 16px;
  padding: 5px 5px 5px 5px;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-spacing: 0px;
  vertical-align: top;
  background-color: #fff;
  font-weight: bold;
  text-align: left;
}

/*--------------------------------------------------------------------------------------------------------------------------*/
/*  Collapsible Content                                                                                                     */
/*--------------------------------------------------------------------------------------------------------------------------*/
.ui-accordion .ui-accordion-header {
  color: inherit;
  background: #eeeeee linear-gradient(to bottom, #eeeeee 0%, #e0e0e0 100%);
  font-weight: bold;
  border-radius: 0px;
  margin: 0px;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 30px;
}

.ui-accordion .ui-accordion-content {
  background: inherit;
  padding: 0px 16px;
  border-radius: 0px;
}

.minimized-content {
  display: block;
  overflow: hidden;
  height: 120px;
  position: relative;
}

.minimized-block {
  border-left: 1px #E0E0E0 solid;
  padding-left: 10px;
}

.minimized-item {
  display: inline-table;
}

.minimized-item .minimized-content {
  height: 80px;
}

div.minimized-content p {
  margin-top: 0;
}

.show-more-btn, .show-less-btn {
  display: block;
  text-align: left;
}

.show-more-btn a:visited, .show-less-btn a:visited {
  color: #0087CC;
}

.show-more-btn a:hover, .show-less-btn a:hover {
  color: #e47911;
  text-decoration: underline;
}

.show-more-btn a:before {
  padding-right: 5px;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: medium;
  font-weight: normal;
}

.show-less-btn a:before {
  padding-right: 5px;
  content: "\f0d8";
  font-family: "FontAwesome";
  font-size: medium;
  font-weight: normal;
}

.minimized-fader {
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  /* For Safari */
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}

/* Allow Font Awesome Icons in lieu of jQuery UI and only apply when using a FA icon */
.ui-icon[class*=" fa-"] {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  margin-top: -7px !important;
}

/* Allow use of icon-large to be properly aligned */
.ui-icon.icon-large {
  margin-top: -0.75em;
}

.ui-button-icon-only .ui-icon[class*=" fa-"] {
  /* Bump it - jQuery UI is -8px */
  margin-left: -7px;
}

/* When printing, display all of the collapsible content and remove any decorations. */
@media print {
  .minimized-content {
    height: auto !important;
  }

  .minimized-block {
    border-left: none;
    padding-left: inherit;
  }

  .minimized-fader {
    display: none;
  }

  .show-more-btn, .show-less-btn {
    display: none;
  }

  .ui-accordion .ui-accordion-content {
    display: block !important;
  }
}
