/* Header
*/

.md-header[data-md-state=shadow] {
    transition: background-color 0s;
    box-shadow: none;
}

.md-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

@media only screen and (max-width: 76.1875em){
    .left-nav {
        display: none;
    }
}

/* Logo
*/

.md-header__button.md-logo img, .md-header__button.md-logo svg {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    fill: currentColor;
}

/* Tabs
*/

.md-tabs__list {
    margin: 0 2em 0 .2rem;
    list-style: none;
    white-space: nowrap;
}

.md-tabs__link {
    margin-top: .5rem !important;
}

.md-tabs__item {
  height: 1.75rem !important;
}

/* Global
*/

[data-md-color-primary=white] .md-typeset a {
    color: #4c83b6;
}

[data-md-color-primary=white] .md-typeset a:hover {
    text-decoration: underline;
    color: #4c83b6;
}
[data-md-color-primary=black] .md-typeset a {
    color: #2196f3;
}

[data-md-color-primary=black] .md-typeset a:hover {
    text-decoration: underline;
    color: #2196f3;
}


.admonition-title {
    font-size: .7rem;
}

.admonition p {
    font-size: .7rem;
}


.md-sidebar__scrollwrap::-webkit-scrollbar-thumb:hover {
    background-color:  #4c83b6;
}

/* Customized footer
*/

/* white palette
*/
.md-footer {
    background-color: #fff !important;
    color: #000  !important;
}

.md-footer__direction {
    color: #000;
    font-size: .65rem;
}

.md-footer-meta {
    background-color: #fdfdfd;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    color: #404040;
    font-weight: 400;
}

.md-footer-copyright__highlight {
    color: #6F6B6B;
    font-weight: 400;
}

.md-footer-meta.md-typeset a {
    color: #6F6B6B !important;
    font-weight: 400;
}

/* black palette
*/

[data-md-color-primary=black] .md-footer {
    background-color: #000 !important;
    color: #fff  !important;
}

[data-md-color-primary=black] .md-footer__direction {
    color: #fff;
    font-size: .65rem;
}

[data-md-color-primary=black] .md-footer-meta {
    background-color: #000;
    border-top: 1px solid #fff;
    font-weight: 400;
}

[data-md-color-primary=black] .md-footer-copyright__highlight {
    color: #fff;
    font-weight: 400;
}

[data-md-color-primary=black] .md-footer-meta.md-typeset a {
    color: #fff !important;
    font-weight: 400;
}


/* Sidebar
*/

.md-nav__link:focus, .md-nav__link:hover, .md-nav__link:active, .md-nav__link--active, .md-nav__link:active {
    color: #4c83b6 !important;
}

.md-nav__link--active {
    font-weight: bold;
}

[data-md-color-primary=white] .md-nav__link--active, [data-md-color-primary=white] .md-nav__link:active {
    color: #2196f3;
}

.md-nav__item hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

h2.divider {
    text-align: center;
    max-width: 650px;
    margin: 1em 0 .64em;
}

/* Search bar
*/

/* white palette
*/

.md-search-result__more summary {
    color: #2196f3 !important;
}

.md-search-result mark {
    color: #000000 !important;
    font-weight: bold;
}

/* black palette 
*/

[data-md-color-primary=black] .md-search-result mark {
    color: #fff !important;
    font-weight: bold;
}



/* Home page grid
*/

.feature-list {
	list-style: none;
    padding: 15px 0 0 0;
    margin: 0;
    font-size: 0;
}

@media only screen and (max-width: 640px) {
    .feature-list {
       padding-left: 70px !important;
    }
  }

.feature-list li.item {
	display: inline-block;
    background: white;
    border-radius: 15px;
    vertical-align: top;
	width: 200px;
	height: 153px;
    padding: 0;
    margin: 0 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}


.feature-btn {
	display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    border-radius: 15px;
}

.aligner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aligner-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.aligner-item--fixed {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
}


.feature-btn .front {
    width: 100%;
	padding: 0 10px;
	/* vertical-align: center; */
}

.feature-btn .front img {
	height: 40px;
}

.feature-btn .front h3 {
	text-transform: uppercase;
    font-size: 16px;
    color: #222b37;
	line-height: 22px;
	margin: 20px 0 0;
}

.feature-btn .back {
    background-color: #75AADB;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    opacity: 0;
    transition: opacity 200ms ease;
}

.feature-btn:hover .back {
    opacity: 1;
    transition: opacity 200ms ease;

}

.feature-btn .back h4 {
	font-size: 16px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    line-height: 22px;
	padding-bottom: 23px;
	margin: 0;
	padding: 0;
}

.feature-btn .back ul {
	color: white;
    font-size: 16px;
    list-style: disc;
    text-align: left;
    /* margin: 0px 20px; */
    font-weight: 400;
}

.feature-btn .back ul li {
	margin-bottom: 0;
}


/* Inline footnote text
*/

.faux-footer-text {
    font-size: 8pt !important;
    font-style: italic !important;
    border-top: .05rem solid var(--md-default-fg-color--lightest) !important;
    padding: 5px 10px 0px 5px !important; 
    display: inline-block !important; 
    margin-top: 50px !important;
}

/* Tooltips
*/

.tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

/* Headings
*/

.fake-h1 {
    color: #404040;
    font-size: 1.5625rem;
    font-weight: 300;
}

.fake-h2 {
    color: #404040;
    font-size: 1.25rem;
    font-weight: 300;
}

.fake-h3 {
    color: #404040;
    font-size: 1.15rem;
    font-weight: 300;
}

.fake-h4 {
    color: rgba(0,0,0,.87);
    font-size: .8rem;
    font-weight: 700 !important;
}

[data-md-color-primary=black] .fake-h1 {
    color: var(--md-default-fg-color--light);
    font-size: 1.5625rem;
    font-weight: 300;
}

[data-md-color-primary=black] .fake-h2 {
    color: var(--md-default-fg-color--light);
    font-size: 1.25rem;
    font-weight: 300;
}

[data-md-color-primary=black] .fake-h3 {
    color: var(--md-default-fg-color--light);
    font-size: 1.15rem;
    font-weight: 300;
}

[data-md-color-primary=black] .fake-h4 {
    color: var(--md-default-fg-color--light);
    font-size: .8rem;
    font-weight: 700 !important;
}

/* Table Heading
*/
  
/* white palette
*/

.md-typeset table:not([class]) th {
    min-width: 5rem;
    padding: .6rem .8rem;
    background-color:#404040 !important;
    color: #fff;
    vertical-align: top;
}

/* black palette
*/

[data-md-color-primary=black] .md-typeset table:not([class]) th {
    min-width: 5rem;
    padding: .6rem .8rem;
    background-color: #d2d7f99e !important;
    color: var(--md-default-bg-color);
    vertical-align: top;
}

/*
[data-md-color-primary=black] .md-typeset table:not([class]) td {
    background-color: rgb(87, 88, 88);
    border-color: rgb(220, 220, 223);
}
*/

[data-md-color-primary=black] .md-typeset table:not([class]) {
    color: #fff;
    font-weight: bolder;
   }


/* Other pages grid
*/
.product-list {
	list-style: none;
    padding: 15px 0 0 0;
    margin: 0;
    font-size: 0;
}

.product-list li.item {
	display: inline-block;
    background: white;
    border-radius: 15px;
    vertical-align: top;
	width: 200px;
	height: 153px;
    padding: 0;
    margin: 0 10px;
    box-shadow: 0px 1px 5px rgba(33,33,33,.2);
}

.product-list a::after {
  content: none !important;
}

.product-list li.item:hover {
    box-shadow: 10px 10px 10px rgba(33,33,33,.2); 
}
.product-btn {
	display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    border-radius: 15px;
}

.aligner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aligner-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.aligner-item--fixed {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
}


.product-btn h3 {
	text-transform: uppercase;
    font-size: 16px;
    color: #222b37;
	line-height: 22px;
    margin: 20px 0 0;
}


.product-btn:hover h3 {
	text-transform: uppercase;
    font-size: 16px;
    color: #fff !important;
	line-height: 22px;
    margin: 20px 0 0;
}

.product-btn:hover {
    background-color: #4d8dc9;
    color: white;
}


/* Code blocks
*/

p.code-title {
    color: #3c3c3c;
    background-color: rgba(219, 219, 219, 0.8);
    margin: 1em 0 -1.2em;
    padding: 0.1em 1em;
    font-size: 0.9em;
    font-family: "Roboto Mono","Courier New",Courier,monospace;
}

div.code-title {
    color: #3c3c3c;
    background-color: rgba(219, 219, 219, 0.8);
    margin: 1em 0 -1.2em;
    padding: 0.1em 1em;
    font-size: 0.9em;
    font-family: "Roboto Mono","Courier New",Courier,monospace;
}

pre .code-noselect {
    color: #aaa;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* padding-right: 6px; */
}

pre code::-webkit-scrollbar-thumb:hover, .codehilite pre::-webkit-scrollbar-thumb:hover {
    background-color: #4c83b6 !important;
}

/* Drivers logo grid
*/

.driver-grid-row {
    display: flex;
    flex-direction: row;
    margin: 0 50px;
}

figure.driver-card {
    display: flex;
    flex-direction: column;
	align-items: center;
    width: 300px;
    margin: 20px 20px;
}

figure.driver-card a::after{
    content: none !important;
}

.driver-card img {
    max-width: 55px;
    margin: auto;
    vertical-align: middle;
}

.driver-card figcaption {
    color: #676767;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

/* Custom Font Awesome Icons
*/

.fa-question-circle {
    color: #64dd17;
    font-size: 20px;
    padding: 0 10px 0 0;
}


/* Image Styles
*/

img.border {
    border: solid 2px #f1f1f1;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    display: block !important;
}

/* Custom lists
*/

.md-typeset ul li ul {
    list-style-type: circle;
}

.md-typeset ul li ul li ul {
    list-style-type: square;
}

ol.groovyBaby {
    list-style: none;
    counter-reset: list-counter;
}

ol.groovyBaby li {
    counter-increment: list-counter;
}

ol.groovyBaby li:before {
    content: counter(list-counter);
    width: 16px;
    height: 16px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    background-color: #FC403B;
    display: inline-block;
    border-radius: 8px;
    font-size: 9px;
    line-height: 16px;
    vertical-align: text-bottom;
}

ol.groovyAlpha {
    list-style: none;
    counter-reset: list-counter;
}

ol.groovyAlpha li {
    counter-increment: list-counter;
}

ol.groovyAlpha li:before {
    content: counter(list-counter, lower-alpha);
    width: 16px;
    height: 16px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    background-color: #FC403B;
    display: inline-block;
    border-radius: 8px;
    font-size: 9px;
    line-height: 16px;
    vertical-align: text-bottom;
}

/* Permalinks
*/

.md-typeset .headerlink:focus, .md-typeset:hover .headerlink, .md-typeset:target .headerlink {
    color: #ccc !important;
}

/* Badges
*/

.new-docs-badge {
    color: white;
    background: #75AADB;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 400;
    padding: 3px 5px;
    display: inline-block;
    line-height: 1;
    vertical-align: 4px;
    margin: 0 -23px 0 2px !important;

}

/* Product specific
*/

.rsc-sysrec {
    border: 0;
    width: 100%;
    height: 260px;
}

/* Collapsibles


  .md-typeset .admonition.collapsible,
  .md-typeset details.collapsible {
    border: none;
    font-size: .8rem;
  }
  
  .md-typeset .collapsible > .admonition-title,
  .md-typeset .collapsible > summary {
    background-color: #fff;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    padding-left: 15px !important;
  }

  .md-typeset .admonition-title, .md-typeset summary {
    position: relative;
    margin: 0 -0.6rem 0 -0.8rem;
    padding: .4rem .6rem .4rem 2rem;
    font-weight: 700;
    background-color: #fff );
    border-left: none;
    border-bottom: none;
}

  .md-typeset .collapsible > .admonition-title::before,
  .md-typeset .collapsible > summary::before {
    content: none !important;
  }


  .md-typeset summary::after {
    width: 1.5rem !important;
    padding-top: 15px;
  }
*/

  /* Small Collapsible
  */

.md-typeset .admonition.collapsible-sm,
  .md-typeset details.collapsible-sm {
    border: none;
    border-bottom: none;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 50px;
    margin-left: 25px;
    padding-bottom: 5px;
  }
  
.md-typeset .collapsible-sm > .admonition-title,
  .md-typeset .collapsible-sm > summary {
    color: #fff;
    font-size: .8rem;
    font-weight: 500;
    padding-left: 15px !important;
    background-color: lightsteelblue;
  }

.md-typeset .collapsible-sm .admonition-title, .md-typeset summary {
    position: relative;
    margin: 0 -0.6rem 0 -0.8rem;
    padding: .4rem .6rem .4rem 2rem;
    font-weight: 700;
    background-color: #fff;
    border-left: none;
    border-bottom: none;
}

.md-typeset .collapsible-sm > .admonition-title::before,
  .md-typeset .collapsible-sm > summary::before {
    content: none !important;
  }

.md-typeset .collapsible-sm summary::after {
    width: 2rem !important;
    padding-top: 7px;
    color: #fff !important;
  }


/* Announcement/News admonition
*/

.md-typeset .admonition.news,
.md-typeset details.news {
    border-color: #4D8Dc9;
}

.md-typeset .news > .admonition-title,
.md-typeset .news > summary {
  color: #fff;
  font-size: .8rem;
  font-weight: 500;
  background-color: #4D8Dc9;
  padding-left: 50px !important;

}

.md-typeset .news .admonition-title, .md-typeset summary {
  position: relative;
  padding: .4rem .6rem .4rem 2rem;
  font-weight: 700;
}

.md-typeset .news > .admonition-title::before,
.md-typeset .news > summary::before {
  background-color: #fff;
  -webkit-mask-image: url(/images/icons/signal-stream-regular.svg);
  height: 1.5rem;
  width: 1.5rem;
  padding-right: 10px;
}

/*
table.no-hover {
    display: table;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12), 0 3px 1px -2px rgba(0,0,0,.2);
    border-spacing: 10px;
}
*/

/* Clickable table rows
*/

tr[data-href] {
    cursor: pointer;
    font-size: 10pt;
  }

  tr[data-href]:hover {
    cursor: pointer;
    background-color: #4d8dc9 !important;
    color: #fff;
  }

  /* Back-to-top button
  */

.md-top {
    color: #fff;
    background: #4d8dc9 !important;
    border-radius: 100%;
    outline: none;
    box-shadow:
      0 px2rem(4px)   px2rem(10px) hsla(0, 0%, 0%, 0.1),
      0 px2rem(0.5px) px2rem(1px)  hsla(0, 0%, 0%, 0.1);
}
      // Back-to-top button in hidden state
      &[data-md-state="hidden"] {
        transform: translateY(px2rem(-4px));
        opacity: 0;
        pointer-events: none;
      }
    
      // Back-to-top button on focus/hover
      &:focus,
      &:hover {
        background: var(--md-accent-fg-color);
        transform: scale(1.1);
      }
