/* 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;
    }
}

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

.md-tabs__link {
    margin: 0;
    padding: 0;
}

/* 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;
}

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

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

.md-typeset .tabbed-set>label {
    font-size: .64rem !important;
}

.md-typeset .tabbed-set>label:hover {
    color: #4c83b6 !important;
}

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

.md-footer-nav {
    background-color: #fff;
    color: #000;
}

.md-footer-nav__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;
}

/* Headers
*/

.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;
}

/* 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;
}

/* Search bar
*/

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

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

.md-search-result__teaser mark {
    border-bottom: .05rem solid #000000;
}

/* Home page grid
*/

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

.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;
}

/* Table Heading
*/

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

/* 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;
}

.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.inline {
    border: solid 2px #f1f1f1;
    margin-top: 10px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}

/* Custom lists
*/

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

.md-typeset ol li ol, .md-typeset ol li ul, .md-typeset ul li ol, .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 h1[id] .headerlink:focus, .md-typeset h1[id]:hover .headerlink, .md-typeset h1[id]:target .headerlink {
    color: white !important;
}

.md-typeset h2[id] .headerlink:focus, .md-typeset h2[id]:hover .headerlink:hover, .md-typeset h2[id]:target .headerlink {
    color: lightgrey;
}

.md-typeset h3[id] .headerlink:focus, .md-typeset h3[id]:hover .headerlink:hover, .md-typeset h3[id]:target .headerlink {
    color: lightgrey;
}

.md-typeset h4[id] .headerlink:focus, .md-typeset h4[id]:hover .headerlink:hover, .md-typeset h4[id]:target .headerlink {
    color: lightgrey;
}

/* 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;
}
