/**********************************/

@font-face {
    font-family: "Roboto";
    font-weight: 400;
    src: url(../../fonts/roboto/Roboto-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-weight: 400;
    font-style: italic;
    src: url(../../fonts/roboto/Roboto-Italic.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-weight: 500;
    src: url(../../fonts/roboto/Roboto-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-weight: 500;
    font-style: italic;
    src: url(../../fonts/roboto/Roboto-MediumItalic.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-weight: 700;
    src: url(../../fonts/roboto/Roboto-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-weight: 900;
    src: url(../../fonts/roboto/Roboto-Black.ttf) format("truetype");
}


/**********************************/
/******** root elements   *********/
/**********************************/

body {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 150%;
    background-color: #0a3c6e;
    color: #333;
}

hr {
    border: 0;
    border-top: 1px solid #0a3c6e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin-bottom: 0.6rem;
    margin-top: 3.0rem;
    font-weight: 500;
}

h1 {
    font-size: 170%;
}

h2 {
    font-size: 140%;
}

h3 {
    font-size: 110%;
}

h4 {
    font-size: 2.0rem;
}

h5 {
    font-size: 1.8rem;
}

h6 {
    font-size: 1.6rem;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    padding: 4px;
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}

table>thead>tr>th {
    border-bottom: 2px solid #ddd;
    text-align: left;
}

ul li,
ol li {
    margin-top: 0.4rem;
}

.container.grid-1600 {
    max-width: 162rem;
}

.bg-gray {
    background: #0a3c6e;
    color: #667189;
    padding: 1rem;
}

.section-header {
    padding: 1rem .5rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
}

.grid-header .navbar {
    height: 4rem;
}

.navbar a {
    color: white;
}

.grid-footer {
    min-height: 150px;
    padding: 1rem;
    padding-top: 0;
    color: white;
}

.grid-footer a {
    color: #727e96;
}

.accordion .accordion-item input:checked~.accordion-header .icon {
    transform: rotate(270deg);
}

.accordion .accordion-item .accordion-header .icon {
    transition: all .2s ease;
}

.accordion .accordion-item .accordion-header {
    border: 1px solid #d4e0ea;
}

.accordion .accordion-item input:checked~.accordion-body {
    border: 1px solid #d4e0ea;
    border-top: 0;
}
p.copyright {
    font-size:12px;
}
p.copyright a {
    color: white;
}
p.image img {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

/**********************************/
/******** CONTENT         *********/
/**********************************/


.zoom {
    display: block;
    transition: transform .2s; 
    max-height: 300px;
    max-width: 600px !important;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.8); 
    z-index: 10;
}

.section-content {
    background-color: white;
    font-size: 15px;
}

section.columns {
    min-height: 85vh;
}

.docs-content>#grid>header>h1 {
    margin-bottom: 0;
    font-size: 3.5rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.last-updated {
    border-bottom: 1px solid #CBD8DE;
    margin-bottom: 10px;
    color: darkgray;
    font-size: 12px;
}

.last-updated a {
    color: darkgray;
    text-decoration: underline;
}

.last-updated a:hover {
    text-decoration: none;
}

.docs-content .last-updated .popover>img {
    height: 20px;
    margin-bottom: -5px;
}

.docs-sidebar {
    border-right: 2px solid #CBD8DE;
    font-size: 14px;
}

.docs-content img {
    max-width: 100%;
    height: auto;
}

.docs-content code {
    max-width: 100%;
    word-wrap: break-word;
    font-family: Menlo, Monaco, Consolas, Courier New, monospace;
    border-radius: 2px;
    padding: 2px 4px;
    font-size: 90%;
    color: #222;
    white-space: pre-wrap;
    background-color: #f9f9f9;
    border: 1px solid #d3d6db;
}

.docs-content pre.code-with-footer {
    margin-bottom: 0;
}

.docs-content pre.code-with-footer code {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.docs-content div.code-footer {
    background-color: #f5f5f5;
    border: 1px solid #d3d6db;
    border-top: 0;
    margin-bottom: 1em;
    padding: 5px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 80%;
    line-height: 100%;
}

.docs-content div.code-footer a {
    display: block;
    float: right;
    cursor: pointer;
}

.docs-content pre code {
    line-height: 1.8rem;
    background: #f9f9f9;
    padding: 5px;
}

.docs-content {
    padding-top: 0;
}

.docs-content .container {
    padding: 1rem;
}

.docs-content code p {
    margin: 0;
}

.docs-content code a,
.docs-content a code {
    color: #0a3c6e;
    text-decoration: underline;
}

.docs-content code a:hover,
.docs-content a:hover code {
    text-decoration: none;
}

.docs-content p~ul,
.docs-content p~ol {
    margin-top: 0;
}

.docs-content h1>code,
.docs-content h2>code,
.docs-content h3>code,
.docs-content h4>code,
.docs-content h5>code,
.docs-content h6>code {
    font-weight: bold;
}
.docs-content ul ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.docs-content ul ul ul {
    list-style-type: square;
}

/**********************************/
/******** SEARCH          *********/
/**********************************/

.search-query {
    font-weight: bold;
}

.search .page-breadcrumb {
    margin-top: -10px;
    font-size: 12px;
}

section.content.search {
    padding-top: 7rem;
}


/**********************************/
/******** NAVIGATION      *********/
/**********************************/

/* Take care of fixed top bar */
:target:before {
    content:"";
    display:block;
    height:60px; /* fixed header height*/
    margin:-60px 0 0; /* negative fixed header height */
}

.docs-nav li {
    margin: 0;
    position: relative;
}

.docs-nav ul.nav {
    margin: 0;
    padding-left: 15px;
    background-color: white;
    overflow-y: hidden;
    max-height: 0;
    transition-property: all;
    transition-duration: .9s;
}

.docs-nav a,
.nav .nav a,
.nav .nav-item a,
.docs-nav a:focus,
.nav .nav a:focus,
.nav .nav-item a:focus {
    color: #222;
    display: block;
    line-height: 1.3;
    padding-left: 2.4rem;
    padding-right: 1rem;
    padding-bottom: 6px;
    padding-top: 4px;
    word-wrap: break-word;
}

.docs-nav li.active,
.docs-nav li.active>a,
.docs-nav a:focus {
    background-color: #0a3c6e;
}

.docs-nav>li>a {
    border-top: 1px solid #CBD8DE;
}
.docs-nav>li:first-child>a {
    border-top: 0;
}

.docs-nav li.active,
.docs-nav li.active>a,
.docs-nav li.active>a:hover,
.docs-nav li.active[aria-expanded]:before,
.docs-nav a:focus,
.nav .nav a:focus,
.nav .nav-item a:focus {
    color: white;
    box-shadow: none;
}

.docs-nav>li[aria-expanded=true]>ul,
.docs-nav li[aria-expanded=true]>ul>li[aria-expanded=true]>ul {
    max-height: 1000px;
}

.docs-nav li[aria-expanded]:before {
    color: #222;
    font-family: FontAwesome;
    content: "\f105";
    font-weight: 700;
    left: 6px;
    width: 25px;
    position: absolute;
    transform: rotate(0deg);
    cursor: pointer;
    text-align: center;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.docs-nav li[aria-expanded=true]:before {
    transform: rotate(90deg);
    left: 4px;
    top: 2px;
}

.docs-nav>ul a {
    margin-left: 1.8rem;
}

.docs-nav code {
    display: inline;
    background-color: #f9f9f9;
    border: 1px solid #d3d6db;
    color: #222;
}


/**********************************/
/******** ToC             *********/
/**********************************/

.docs-content .docs-toc {
    margin-bottom: 30px;
    font-size: 14px;
}

.columns>.docs-toc {
    padding-top: 7rem;
    border-left: 2px solid #CBD8DE;
    font-size: 14px;
}

.docs-breadcrumb {
    padding-top: 5rem;
    margin-bottom: 1rem;
    font-size: 14px;
    border-bottom: 1px solid #CBD8DE;
}

.docs-breadcrumb.empty-breadcrumb {
    border: 0;
}

.docs-toc ul {
    margin-top: 0;
    margin-bottom: 0;
}

.docs-toc>div>ul {
    margin-left: 0;
}

.docs-toc>div>ul ul {
    margin-left: 1.5rem;
}

.docs-toc ul li {
    margin-top: 2px;
}

.docs-toc ul li a {
    margin-left: -5px;
    word-wrap: break-word;
}

.docs-toc code {
    display: inline;
    background-color: #f9f9f9;
    border: 1px solid #d3d6db;
    color: #0a3c6e;
}


/**********************************/
/******** Device specific *********/
/**********************************/

@media screen and (min-width: 601px) {
    .section-header .navbar-section {
        padding: 0 .5rem;
    }
    .docs-sidebar {
        padding: 7rem 1rem 5rem 1rem;
        min-width: 270px;
    }
    .docs-sidebar .docs-nav {
        position: relative;
    }
    @supports ((position: -webkit-sticky) or (position: sticky)) {
        .docs-sidebar .docs-nav {
            position: sticky;
            position: -webkit-sticky;
            top: 8rem;
        }
        .docs-sidebar .docs-nav .nav-item a:focus {
            box-shadow: none;
        }
    }
    @supports ((position: -webkit-sticky) or (position: sticky)) {
        .docs-toc>div {
            position: sticky;
            position: -webkit-sticky;
            top: 8rem;
        }
    }
}

.docs-nav-clear {
    display: none;
}

@media screen and (max-width: 600px) {
    .docs-sidebar {
        background: #fff;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: transform .2s ease, -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: -webkit-transform .2s ease;
        width: 24rem;
        z-index: 400;
    }
    .docs-sidebar:target {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        transition: transform .2s ease, -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: -webkit-transform .2s ease;
    }
    .docs-sidebar:target+.docs-nav-clear {
        display: block;
    }
    .docs-nav-clear {
        background: rgba(0, 0, 0, .15);
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 300;
    }
}