/* html {
  font-size: 100%;
}

body,input{
  font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif
}
code,kbd,pre{
  font-family:"Roboto Mono","Courier New",Courier,monospace
} */

.version {
  display: none;
}
/*.content-all {
  max-width: 122rem;
  margin-right: auto;
  margin-left: auto;
}*/


.mobile-main-menu-links-container {
  margin-top: -150px;
}
.tutorials-header .header-logo {
    background-image: url(https://docs.accelerator.shimmercat.com/_static/images/shimmercat-logo.svg);
}
/*.mobile-main-menu.open {
  background-color: #127caa;
}*/

.mobile-main-menu-header-container .header-logo {
    height: 23px;
    width: 93px;
    background-image: url(https://docs.accelerator.shimmercat.com/_static/images/shimmercat-logo.svg);
    background-repeat: no-repeat;
    background-size: 93px 23px;
    display: none;
    float: left;
    z-index: 10;
}

/*h1 {
    font-size: 1.8rem;
    letter-spacing: 0.5px;
    line-height: 1.8rem;
    text-transform: none;
    margin: 1.375rem 0;
}*/

.project-logo{
  position: absolute;
  left: 30px;
  font-size: 1.3rem;
  color: #FFFFFF;
  opacity: 1.0;
}

.logo_evicio {
  max-width: 20%;
  width: 20%;

}

.table-days {

}

.header-holder{
  background-color: #2F2F2F;
  border-bottom: 1px solid #2F2F2F;
}

.header-holder .main-menu ul li a {
  color: #FFFFFF;
  opacity: 0.7;
}

.header-holder .main-menu ul li a:hover,
.header-holder .main-menu ul li a.active {
  color: #FFFFFF;
  opacity: 1;
}



/*.table-days table:not([class]) th {
    min-width: 10rem;
    padding: 1.2rem 1.6rem;
    background-color: rgba(0, 0, 0, 0.54);
    color: white;
    vertical-align: top;
}

.table-days table thead tr th:first-child {
    width: 80%
}

.table-days table thead tr th:last-child {
  width: auto;
}

.table-days table:not([class]) {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  border-radius: 0.2rem;
  font-size: 1.0rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.table-days table:not([class]) td {
    border-top: 0.1rem solid rgba(0, 0, 0, 0.07);
    vertical-align: top;
}*/

article.pytorch-article table tr th:first-of-type,
article.pytorch-article table tr td:first-of-type {
  padding-left: 1.2rem;
}

.pytorch-right-menu a {
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.pytorch-left-menu a:link,
.pytorch-left-menu a:visited,
.pytorch-left-menu a:hover,
.pytorch-right-menu a:link,
.pytorch-right-menu a:visited,
.pytorch-right-menu a:hover {
  color: #6c6c6d;
  padding: 0;
  text-decoration: none;
}


.pytorch-left-menu a:link.reference.internal,
.pytorch-left-menu a:visited.reference.internal,
.pytorch-left-menu a:hover.reference.internal,
.pytorch-right-menu a:link.reference.internal,
.pytorch-right-menu a:visited.reference.internal,
.pytorch-right-menu a:hover.reference.internal {
    margin-bottom: 0.8rem;
    position: relative;
}

@media screen and (min-width: 1100px) {
  .header-logo {
      background-size: 24px 24px;
      position: absolute;
      height: 24px;
      width: 24px;
      top: 4px;
      float: none;
  }

  .header-holder {
    height: 70px;
  }
}

@media screen and (min-width: 1100px) {
  /* .pytorch-left-menu {
      display: block;
      overflow-x: hidden;
      overflow-y: hidden;
      padding-bottom: 110px;
      padding: 1.5rem 1.875rem 0 0;
      width: 25%;
      z-index: 200;
      float: left;
      margin-left: 5%;
  }

  .pytorch-container {
    margin-left: 30%;
    margin-right: 5%;
    padding-top: 1.5rem;
  }
  .header-holder .container {
    padding-right: 5%;
    padding-left: 5%;
  } */


}


/*
.container-fluid.header-holder{
  background-color: #127caa;
}*/

/*.tutorials-header .main-menu ul li a {
    color: #FFFFFF;
    display: block;
    margin-top: 0;
    transition: opacity 0.25s, -webkit-transform 0.4s cubic-bezier(0.1, 0.7, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0.7, 0.1, 1), opacity 0.25s;
    transition: transform 0.4s cubic-bezier(0.1, 0.7, 0.1, 1), opacity 0.25s, -webkit-transform 0.4s cubic-bezier(0.1, 0.7, 0.1, 1);
    font-size: 1.1rem;
    opacity: 0.7;
}

.tutorials-header .main-menu ul li a:hover,
 .tutorials-header .main-menu ul li a.active{
    color: #FFFFFF;
    opacity: 1;
}

.md-footer-meta.md-typeset  {
  padding: 20px;
  text-align: center;
  background: #000000;
  opacity: 0.8;
}

.tutorials-header .main-menu-open-button {
    background-image: url(https://docs.accelerator.shimmercat.com/_static/images/icon-menu-dots-white.svg);
}

.md-footer-copyright a {
  color: #FFFFFF;
  opacity: 0.8;
}*/

@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    line-height: 1.2rem;
    text-transform: none;
    margin: 0.5rem 0;
  }

  .header-logo {
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    display: block;
    float: left;
    z-index: 10;
  }
  .project-logo {
    font-size: 1.0rem;
  }

  .pytorch-left-nav-collapsed {
    background-size: 10px 9px;
    background-position: right 4px;
    width: 100%;
  }
  .pytorch-left-nav-collapsible {
    background-size: 10px 9px;
    background-position: right 4px;
    width: 100%;
  }


}

.pytorch-left-nav-collapsed {
  background-size: 10px 9px;
  background-position: right 4px;
  width: 100%;
}

.pytorch-left-nav-collapsible {
  background-position: right 9px;
  width: 100%;
}

.pytorch-left-menu ul,
.pytorch-right-menu ul {
  margin-bottom: 1.0rem;
}

@media screen and (min-width: 768px) {
  .docs-tutorials-resources {
    padding-top: 0;
    padding-bottom: 0;
  }
}

element.style {
    width: 100%;
    position: absolute;
    bottom: -50px;
}

/*.site-footer {
  padding: 2.5rem 0;
  width: 100%;
  background-image: none;
  background-color: rgba(18, 124, 170);
  background-size: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 201;
}

.site-footer a,
.site-footer a:link{
  color: #FFFFFF;
  opacity: 0.8;
}

.site-footer a:hover,
.site-footer a:visited {
  color: #FFFFFF;
  opacity: 1;
}

.site-footer ul li {
  font-size: 1.1rem;
  line-height: 2rem;
  color: #6c6c6d;
  padding-bottom: 0.375rem;
}*/

.footer-logo {
  background-image: url(https://docs.accelerator.shimmercat.com/_static/images/shimmercat-logo.svg);
}

img[alt="create_token"] {
  max-width: 100%
}

img[alt="curl"],
img[alt="what-is-curl-command-Linux"],
img[alt="cdn_ssl_tls"],
img[alt="cdn_ssl_tls_1"],
img[alt="cdn_ssl_tls_2"],
img[alt="cdn_ssl_tls_3"],
img[alt="cdn_ssl_tls_4"],
img[alt="cdn_ssl_tls_5"],
img[alt="cdn_ssl_tls_6"],
img[alt="cdn_ssl_tls_7"],
img[alt="cdn_ssl_tls_8"]{
  max-width: 80%
}

img[alt="ansible_explained"],
img[alt="docker_explained"] {
  max-width: 75%
}



img[alt="pops-1"],
img[alt="servers"],
img[alt="ram"],
img[alt="security"],
img[alt="load-balancing"] {
  max-width: 60%;
}


img[alt="theinternet"],
img[alt="2circles"],
img[alt="money-icon"],
img[alt="Template-img/caching/images_icon"],
img[alt="computer-icon"],
img[alt="truck-icon"],
img[alt="purge-cache"],
img[alt="theinternet-dns"] {
  max-width: 50%
}


img[alt="linux"],
img[alt="windows"],
img[alt="apple"],
img[alt="clipboard_icon"] {
  vertical-align: baseline;
}

img[alt="linux"],
img[alt="windows"],
img[alt="apple"] {
  max-width: 3%
}

img[alt="clipboard_icon"] {
  max-width: 1.5%
}

img[alt="api_overview"] {
  max-width: 50%
}