@import url(https://fonts.googleapis.com/css?family=Material+Icons);

#doc {
    font-size: 15px
}

#doc h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px
}

@media (min-width: 768px) {
    #doc h1 {
        font-size: 28px;
        line-height: 32px
    }
}

@media (min-width: 992px) {
    #doc h1 {
        font-size: 38px;
        line-height: 42px
    }
}

@media (min-width: 1200px) {
    #doc h1 {
        font-size: 48px;
        line-height: 52px
    }
}

#doc h2 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px
}

@media (min-width: 480px) {
    #doc h2 {
        font-size: 24px;
        line-height: 28px
    }
}

@media (min-width: 768px) {
    #doc h2 {
        font-size: 34px;
        line-height: 38px
    }
}

#doc h3 {
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px
}

@media (min-width: 768px) {
    #doc h3 {
        font-size: 24px;
        line-height: 35px
    }
}

#doc h4 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

@media (min-width: 768px) {
    #doc h4 {
        font-size: 20px;
        line-height: 30px
    }
}

#doc h5 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400
}

@media (min-width: 768px) {
    #doc h5 {
        font-size: 17px;
        line-height: 26px
    }
}

#doc p {
    font-size: 16px;
    line-height: 26px
}

@media (min-width: 768px) {
    #doc p {
        font-size: 17px;
        line-height: 30px
    }
}

#doc a {
    text-decoration: none;
    color: grey;
    font-weight: 500
}

#doc a:hover {
    color: #4d4d4d !important
}

#doc strong {
    font-weight: 500
}

#doc * {
    box-sizing: border-box
}

#doc body {
    font-weight: 400;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f7f7f7;
    margin: 0
}

#doc .section-padding {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (min-width: 992px) {
    #doc .section-padding {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width: 1200px) {
    #doc .section-padding {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

#doc .content-wrapper {
    margin: auto;
    padding: 0 20px
}

@media (min-width: 992px) {
    #doc .content-wrapper {
        max-width: 768px
    }
}

@media (min-width: 1200px) {
    #doc .content-wrapper {
        max-width: 992px
    }
}

@media (min-width: 1920px) {
    #doc .content-wrapper {
        max-width: 1200px
    }
}

#doc .hidden-xs {
    display: none
}

@media (min-width: 480px) {
    #doc .hidden-xs {
        display: initial
    }
}

#doc .hidden-xs-up {
    display: initial
}

@media (min-width: 480px) {
    #doc .hidden-xs-up {
        display: none
    }
}

#doc .hidden-sm-down {
    display: none
}

@media (min-width: 768px) {
    #doc .hidden-sm-down {
        display: inherit
    }
}

#doc .no-wrap {
    white-space: nowrap
}

#doc .clickable {
    cursor: pointer
}

#doc .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#doc .vertical-splitter {
    border-left: 1px solid #e6e6e6
}

#doc .horizontal-splitter {
    border-top: 1px solid #dbdbdb
}

#doc #header {
    width: 100%;
    background-color: #2b2d3a;
    color: #fff;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 5px rgba(21, 21, 21, .12)
}

#doc #header .header-wrapper {
    -webkit-box-align: center;
    align-items: center;
    margin: auto;
    padding: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 992px
}

#doc #header .header-wrapper li {
    display: inline;
    width: 200px
}

#doc #header .header-wrapper li a {
    color: rgba(255, 255, 255, .87);
    font-size: medium;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none
}

#doc #header .header-wrapper li a.active {
    font-weight: bolder;
    font-size: larger
}

@media (max-width: 768px) {
    #doc #header .header-wrapper {
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
        padding: 10px
    }

    #doc #header .header-wrapper ul {
        padding: 0;
        margin: 5px
    }

    #doc #header .header-wrapper li a {
        padding: 7px 8px
    }
}

#doc #header__links {
    height: 45px
}

#doc #content {
    position: relative;
    margin-top: 85px;
    background-color: #fff;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

#doc #content .content-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    max-width: 992px
}

@media (max-width: 768px) {
    #doc #content .content-wrapper {
        display: block
    }
}

#doc #content .content-wrapper #navigation {
    min-width: 200px;
    overflow: auto;
    position: fixed;
    top: 85px;
    bottom: 0
}

@media (max-width: 768px) {
    #doc #content .content-wrapper #navigation {
        display: none
    }
}

#doc #content .content-wrapper #navigation .content-left {
    position: fixed;
    top: 85px;
    padding-right: 5px;
    overflow: hidden;
    width: 200px;
    height: 100%
}

#doc #content .content-wrapper #navigation .content-left a {
    display: block;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#doc #content .content-wrapper #navigation .content-left a.active {
    color: rgba(0, 0, 0, .95)
}

#doc #content .content-wrapper #navigation .content-left #search_input {
    outline: 0;
    border-width: 0 0 1px;
    border-color: rgba(0, 0, 0, .95);
    margin-bottom: 10px
}

#doc #content .content-wrapper #navigation .content-left #top_level_list {
    overflow: auto;
    height: 100%
}

#doc #content .content-wrapper #navigation .content-left #top_level_list #styles_list {
    list-style: none;
    padding: 0
}

#doc #content .content-wrapper #navigation .content-left #top_level_list #styles_list .bolder {
    font-weight: bolder
}

#doc #content .content-wrapper #navigation .content-left #top_level_list #styles_list .inner-list {
    list-style: none;
    padding: 0 0 0 20px;
    transition: max-height .2s ease-out
}

#doc #content .content-wrapper #styles_navigation {
    min-width: 200px;
    overflow: auto;
    position: fixed;
    top: 85px;
    bottom: 0
}

@media (max-width: 768px) {
    #doc #content .content-wrapper #styles_navigation {
        display: none
    }
}

#doc #content .content-wrapper #styles_navigation #search_header {
    background-color: #fff
}

#doc #content .content-wrapper #styles_navigation #search_header #search_input {
    outline: 0;
    border-width: 0 0 1px;
    border-color: rgba(0, 0, 0, .95);
    margin-bottom: 10px
}

#doc #content .content-wrapper #styles_navigation .content-left {
    padding-right: 5px;
    overflow: auto;
    width: 200px;
    margin-bottom: 90vh
}

#doc #content .content-wrapper #styles_navigation .content-left a {
    display: block;
    margin-bottom: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

#doc #content .content-wrapper #styles_navigation .content-left a.active {
    color: rgba(0, 0, 0, .95)
}

#doc #content .content-wrapper #styles_navigation .content-left .sidebar-nav {
    list-style: none;
    padding: 0
}

#doc #content .content-wrapper #styles_navigation .content-left .sidebar-nav .list-title {
    font-weight: bolder
}

#doc #content .content-wrapper #styles_navigation .content-left .sidebar-nav .inner-list {
    list-style: none;
    padding: 0 0 0 20px;
    transition: height .4s ease-out
}

#doc #content .content-wrapper #styles_navigation .content-left .sidebar-nav .expanded {
    opacity: 1;
    max-height: 350px;
    visibility: visible
}

#doc #content .content-wrapper #styles_navigation .content-left .sidebar-nav .selected {
    color: #8b008b;
    padding-left: 10px;
    transition: padding-left .2s ease-out
}

#doc #content .content-wrapper #styles_navigation .content-left .sidebar-nav .selected::before {
    content: "| "
}

#doc #content .content-wrapper ::-webkit-scrollbar {
    width: 3px
}

#doc #content .content-wrapper ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #d3d3d3;
    border-radius: 3px
}

#doc #content .content-wrapper ::-webkit-scrollbar-thumb {
    background: #d3d3d3;
    border-radius: 3px
}

#doc #content .content-wrapper ::-webkit-scrollbar-thumb:hover {
    background: #a9a9a9
}

#doc #content .content-wrapper #content_right {
    max-width: 768px;
    height: 100%;
    margin-left: 200px;
    padding: 20px 10px 100px 15px;
    margin-bottom: 70vh
}

@media (max-width: 768px) {
    #doc #content .content-wrapper #content_right {
        margin-left: 0;
        padding-left: 0
    }
}

#doc #content .content-wrapper #content_right .border-all {
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

#doc #content .content-wrapper #content_right .border-top-sides {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1)
}

#doc #content .content-wrapper #content_right .pad-10-20 {
    padding: 10px 20px
}

#doc #content .content-wrapper #content_right .round {
    border-radius: 3px
}

#doc #content .content-wrapper #content_right .space-bottom30 {
    margin-bottom: 30px
}

#doc #content .content-wrapper #content_right .section-header {
    margin: 40px 0 0 0;
    background-color: snow
}

#doc #content .content-wrapper #content_right .section-header span {
    display: block;
    font-weight: 600;
    font-size: 18px
}

#doc #content .content-wrapper #content_right var {
    font-style: italic;
    font-size: 12px;
    background-color: rgba(161, 200, 204, .2)
}

#doc #content .content-wrapper #content_right code {
    color: brown;
    font-size: 12px;
    padding: 0 3px;
    border: 1px solid #f0f4f7;
    word-wrap: break-word
}

#doc #content .content-wrapper #content_right h3 {
    margin-top: 35px
}

#doc #content .content-wrapper #content_right h4 {
    margin-top: 35px;
    color: #8b008b;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

#doc #content .content-wrapper #content_right h5 {
    margin-top: 25px;
    color: #8b008b;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

#doc #content .content-wrapper #content_right .snippet {
    font-size: 12px;
    overflow: auto;
    background-color: rgba(161, 200, 204, .2);
    margin-bottom: 20px;
    padding: 3px 3px
}

#doc #content .content-wrapper #content_right .pad-left20 {
    padding-left: 20px
}

#doc #content .content-wrapper #content_right .pad20 {
    padding: 20px
}

#doc #content .content-wrapper #content_right p {
    font-size: 15px;
    line-height: 25px
}

#doc #content .content-wrapper #content_right .enum-label {
    display: inline-block;
    width: 35%;
    text-align: right;
    padding-right: 10px
}

#doc #content .content-wrapper #content_right .inline-desc {
    display: block;
    width: 65%;
    word-wrap: break-word
}

#doc #content .content-wrapper #content_right .enum-list {
    padding-left: 5px;
    list-style: none
}

#doc #content .content-wrapper #content_right .enum-list li {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 5px 5px
}

#doc #content .content-wrapper #content_right .method-list {
    list-style: none;
    padding-left: 5px
}

#doc #content .content-wrapper #content_right .method-list-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 5px 5px
}

#doc #content .content-wrapper #content_right .method-list-item-label {
    display: inline-block;
    width: 35%;
    padding-right: 15px;
    text-align: right;
    font-weight: 600
}

#doc #content .content-wrapper #content_right .method-list-item-details {
    font-weight: lighter;
    font-style: italic;
    display: block
}

#doc #content .content-wrapper #content_right .method-list-item-description {
    display: block;
    width: 65%;
    word-wrap: break-word
}

#doc #content .content-wrapper #content_right .block {
    display: block
}

#doc #content .content-wrapper #content_right .instance-list {
    list-style: none;
    margin: 0 0 0 5px;
    padding: 5px
}

#doc #content .content-wrapper #content_right .instance-list-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    margin: 10px 0 0 0
}

#doc #content .content-wrapper #content_right .instance-list-item-title {
    font-family: monospace;
    font-size: 14px;
    color: #8b008b;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-top: 15px
}

#doc #content .content-wrapper #content_right .instance-list-item-param {
    display: block;
    padding: 10px 0 0 10px
}

#doc #content .content-wrapper #content_right .instance-list-item-param .param-name {
    font-weight: 600;
    padding-right: 5px
}

#doc #content .content-wrapper #content_right .instance-list-item-param .param-name::after {
    content: ":"
}

#doc #content .content-wrapper #content_right .navigation {
    padding-top: 105px;
    margin-top: -105px
}

#doc #content .content-wrapper #content_right a {
    color: #2a5db0
}

#doc #content .content-wrapper #content_right .map-preview {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0;
    padding: 0;
    border: 0
}

@media (max-width: 768px) {
    #doc #content .content-wrapper #content_right .map-preview {
        height: 300px
    }
}

#doc #content .content-wrapper #content_right .CodeMirror {
    font-size: 12px;
    line-height: 16px
}

#doc #content .content-wrapper #content_right .button {
    width: 100%;
    background-color: #708090;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    line-height: 20px;
    font-size: 13px;
    outline-style: none
}

#doc #content .content-wrapper #content_right .button:hover {
    background-color: #515463
}

#doc #content .content-wrapper #content_right .examples-buttons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    padding: 10px;
    width: 80px
}

#doc #content .content-home {
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    max-width: 992px;
    margin: auto;
    padding: 20px
}

#doc #content .content-home h2 {
    padding-bottom: 20px
}

#doc #content .content-home pre {
    font-size: 12px;
    overflow: auto;
    background-color: rgba(161, 200, 204, .2);
    margin-bottom: 20px;
    padding: 3px 3px
}

#doc #content .content-home .examples {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

#doc #content .content-home .examples img {
    height: 150px;
    width: 200px
}

#doc #content .content-home .examples .examples-block {
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center
}

#doc #footer {
    background-color: #363947;
    padding-top: 55px;
    padding-bottom: 70px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

#doc #footer .content {
    max-width: 1070px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center
}

@media (max-width: 920px) {
    #doc #footer .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-left: 12px;
        margin-right: 12px
    }
}

#doc #footer .content .details {
    -webkit-box-flex: 0;
    flex: 0 1 20%
}

#doc #footer .content #se {
    -webkit-box-flex: 0;
    flex: 0 1 50%
}

#doc #footer .content #se h3 {
    height: 31px
}

#doc #footer .content #se h3 a {
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center
}

#doc #footer .content #se h3 a img {
    opacity: .87;
    height: 24px
}

#doc #footer .content a {
    text-decoration: none;
    color: rgba(255, 255, 255, .87)
}

#doc #connect {
    background-color: #363947;
    border-top: 1px solid #606060;
    padding: 20px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

@media (min-width: 920px) and (max-width: 1070px) {
    #doc #connect {
        padding-left: 28px;
        padding-right: 28px
    }
}

#doc #connect .content {
    max-width: 1070px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

@media (max-width: 920px) {
    #doc #connect .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse
    }
}

#doc #connect .content #se-inc {
    color: rgba(255, 255, 255, .87);
    font-size: 15px;
    line-height: 24px
}

@media (max-width: 920px) {
    #doc #connect .content #se-inc {
        margin-top: 32px
    }
}

#doc #connect .content #connect-with-us {
    color: rgba(255, 255, 255, .87);
    font-size: 15px;
    line-height: 24px;
    margin-right: 32px
}

#doc #connect .content #social-icons {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

#doc #connect .content #social-icons a {
    margin: 8px
}

#doc #connect .content #social-icons a svg path {
    fill: #b3b3b3
}

#doc #connect .content #social-icons a#facebook:hover svg path {
    fill: #3b5998
}

#doc #connect .content #social-icons a#twitter:hover svg path {
    fill: #2ebaf0
}

#doc #connect .content #social-icons a#rss:hover svg path {
    fill: #f15a24
}

#doc #heart {
    color: #2c9de1;
    font-size: 20px
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #212121;
    background-color: #fff;
    margin: 0
}
