body,
.md-nav {
    background: #f2f2f2;
    font-weight: 300;
}

.md-main__inner {
    padding-top: 0;
}

.md-header {
    background: #0a5f7f;
    background: none repeat scroll 0 0 #0a5f7f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a5f7f', endColorstr='#084a63');
    background: -moz-linear-gradient(top, #0a5f7f, #084a63);
    background: -ms-linear-gradient(top, #0a5f7f, #084a63);
    background: -webkit-gradient(linear, 0 0, 0 100%,from(#0a5f7f),to(#084a63));
    background: -webkit-linear-gradient(top,#0a5f7f,#084a63);
    background: -o-linear-gradient(top,#0a5f7f,#084a63);
    background: linear-gradient(top,#0a5f7f,#084a63);

}

.md-content {
    box-shadow: 0 1.5px 3px rgba(0,0,0,.24), 0 3px 8px rgba(0,0,0,.05);
    background: white;
}

.md-typeset {
  font-size: 1.4rem;
  line-height: 1.5;
}

.md-typeset h1, .md-typeset h2, .md-typeset h1, .md-typeset h3 {
    font-weight: 600;
    color: #0a5f7f;
}

.md-typeset a
{
    color: #3f51b5;
}

.md-nav--primary a.md-nav__link,
.md-nav--secondary a.md-nav__item {
    padding: 2px 2px;
    font-size: 1.3rem;
}

.md-nav__item--nested>.md-nav__link,
.md-nav--secondary>.md-nav__list>.md-nav__item>a
{
    color: black;
    font-size: 1.1em;
    font-weight: 500;
    margin-top: 0.75em;
}



.md-nav__item--active>.md-nav__link,
.md-nav__link:active {
  color: #0a5f7f;
}

.md-typeset table:not([class]) th {
   background: none repeat scroll 0 0 #333;


   background: none repeat scroll 0 0 #0a5f7f;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a5f7f', endColorstr='#084a63');
   background: -moz-linear-gradient(top, #0a5f7f, #084a63);
   background: -ms-linear-gradient(top, #0a5f7f, #084a63);
   background: -webkit-gradient(linear, 0 0, 0 100%,from(#0a5f7f),to(#084a63));
   background: -webkit-linear-gradient(top,#0a5f7f,#084a63);
   background: -o-linear-gradient(top,#0a5f7f,#084a63);
   background: linear-gradient(top,#0a5f7f,#084a63);

}

.md-typeset table:not([class]) th {
    min-width: 10rem;
    padding: 0.75rem 1.25rem;
}

.admonition {
    border-left: none;
    background: #607d8b;
    color: white;
    font-size: 1.5rem
    background: none repeat scroll 0 0 #0a5f7f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a5f7f', endColorstr='#084a63');
    background: -moz-linear-gradient(top, #0a5f7f, #084a63);
    background: -ms-linear-gradient(top, #0a5f7f, #084a63);
    background: -webkit-gradient(linear, 0 0, 0 100%,from(#0a5f7f),to(#084a63));
    background: -webkit-linear-gradient(top,#0a5f7f,#084a63);
    background: -o-linear-gradient(top,#0a5f7f,#084a63);
    background: linear-gradient(top,#0a5f7f,#084a63);
    box-shadow: 0 1.5px 3px rgba(0,0,0,.24), 0 3px 8px rgba(0,0,0,.05);
}

.admonition.error, .adminition.warning, .admonition.danger {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e53935+0,b71c1c+99 */
   background: #e53935; /* Old browsers */
   background: -moz-linear-gradient(top, #e53935 0%, #b71c1c 99%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top, #e53935 0%,#b71c1c 99%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom, #e53935 0%,#b71c1c 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53935', endColorstr='#b71c1c',GradientType=0 ); /* IE6-9 */
}

.aadminition.warning, .aadmonition.danger {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4511e+0,bf360c+100 */
  background: #f4511e; /* Old browsers */
  background: -moz-linear-gradient(top, #f4511e 0%, #bf360c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f4511e 0%,#bf360c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f4511e 0%,#bf360c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4511e', endColorstr='#bf360c',GradientType=0 ); /* IE6-9 */
}

.admonition-title {
    font-size: 2.2rem;
    font-weight: 500;
}

html .admonition-title {
  margin-bottom: 0.4rem;
}

.admonition-title:before {
    content: "help_outline";
    display: block;
    float: left;
    font-weight: 100;
    font-family: Material Icons;
    font-size: 2.3rem;
    vertical-align: -.1em;
    margin-right: 0.6rem;
}

.admonition.danger > .admonition-title:before,
.admonition.error > .admonition-title:before,
.admonition.warn > .admonition-title:before {
    content: "report";
}

.admonition a {
    color: #CFD8DC;
    border-bottom: 1px dotted;
}

.admonition a:hover {
    color: white;
}


.admonition code {
    color: #0a5f7f;
}

.md-nav__item--active>.md-nav__link, .md-nav__link:active,
{
    color: #ff6e40;
}


@media only screen {
  .md-typeset .wrapper {
    padding: 96px 19px 96px;
  }
  .admonition {
    margin: 1.5em -24px 0;
    padding: 1em 24px;
    border-radius: 0;
  }
  .md-typeset pre {
    padding: 1em 24px;
    margin: 1.5em -24px 0;
    border-radius: 0;
  }
}

.md-typeset h1 {
  margin-bottom: 2rem;
}

.md-typeset h2 {
    /* margin: 3rem 0 1rem; */
    font-size: 2.25rem;
}

.md-typeset h3 {
    color: #0a5f7f;
    //margin: 3.2rem 0 1.6rem;
    font-size: 1.75rem;
    font-weight: 600;
    //letter-spacing: -.01em;
    //line-height: 1.5;
}

@media only screen and (min-width: 100em) {
  .admonition {
    margin: 1.5em -28px 0;
    padding: 1em 28px;
  }
  .md-typeset pre {
    padding: 1em 28px;
    margin: 1em -28px;
  }
}

@media only screen and (min-width: 125em) {
  .admonition {
    margin: 1.5em -29px 0;
    padding: 1em 29px;
  }
  .md-typeset pre {
    padding: 1em 29px;
    margin: 1em -29px;
  }
}


.md-typeset code,
.md-typeset .codehilite {
    padding: 2px 4px;
    margin-left: 2px; margin-right: 2px;
    background: rgba(0,0,0,.05);
    background: #333;
    box-shadow: none;
    color: white;
    font-size: 1.2rem;
    font-family: 'Ubuntu Mono', 'Courier New', 'Courier', monospace;

}

.md-typeset .codehilite pre,
.md-typeset pre,
.md-typeset code {
    background: #333;
    color: white;
    box-shadow: 0 1.5px 3px rgba(0,0,0,.24), 0 3px 8px rgba(0,0,0,.05);
}


.md-typeset p>code {
    white-space: nowrap;
    padding: 0.1rem 0.5rem;
}

.md-nav__link {
  color: #000;
}


.md-nav__link[data-md-state=blur] {
    color: rgba(0,0,0,.54);
    text-decoration: line-through;
}



@media only screen and (min-width: 960px)
.backdrop {
    background: #f2f2f2;
}

.backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.backdrop, .backdrop-paper:after {
    background: #fff;
}

.backdrop-paper {
    max-width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 960px)
.backdrop-paper:after {
    box-shadow: 0 1.5px 3px rgba(0,0,0,.24), 0 3px 8px rgba(0,0,0,.05);
}

.backdrop-paper:after {
    content: " ";
    display: block;
    height: 100%;
    margin-left: 262px;
}

.backdrop, .backdrop-paper:after {
    background: #fff;
}



.md-nav--secondary {
    border-left: none;
}

.md-sidebar__inner {
    border-right: none;
}

.md-nav__title {
  color: #555;
  color: #bf360c;
  font-size: 1.4rem;
  margin-bottom: 22px;
  padding-top: 1px;
    font-weight: 600;
}

.banner {
    display: table;
    width: 100%;
    //height: 104px;
    //padding-top: 20px;
    //padding-bottom: 20px;
}
.banner .logo {
    display: table-cell;
    width: 64px;
    padding-right: 0.4rem;
}

.banner .name {
    display: table-cell;
    padding-left: 4px;
    line-height: 1.25em;
    vertical-align: middle;
    font-size: 2.1rem;
    font-weight: 500;
}
.banner .logo img {
    display: block;
    width: 64px;
    height: 64px;
}

.banner .logo img {
    background: #fff;
    border-radius: 100%;
}

.banner .logo img {
    -webkit-transition: box-shadow .4s;
    transition: box-shadow .4s;
}

a:hover {
   color: #ff3d00;
}

@media only screen and (min-width: 76.25em) {
  .md-content {
     margin-left: 21rem;
  }
}

@media only screen and (min-width: 60em) {
   .md-content {
     margin-right: 21rem;
  }
}

.md-sidebar {
    width: 21rem;
    padding: 2.4rem 0;
}

.md-typeset table:not([class]) td {
    padding: 0.75rem 0.75rem;
}

.md-nav__item--active>.md-nav__link, .md-nav__link:active {
    color: #bf360c;
}
