html, body {
    font-family: 'Roboto', 'Helvetica', sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}
@media screen and (min-width:0) and (max-width:499px){
    html, body {
        height: unset;
    }
}
div.lazy, section.lazy {
    content-visibility: auto;
    contain-intrinsic-size: auto 500px auto 500px;
    overflow-x: auto;
}
.mdl-demo .mdl-layout__header-row {
    padding-left: 40px;
}

.mdl-demo .mdl-layout.is-small-screen .mdl-layout__header-row h3 {
    font-size: inherit;
}

.mdl-demo .mdl-layout__tab-bar-button {
    display: none;
}

.mdl-demo .mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
    display: none;
}

.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
    overflow: visible;
}

.mdl-demo .mdl-layout__tab-bar-container {
    height: 64px;
}

.mdl-demo .mdl-layout__tab-bar {
    padding: 0;
    padding-left: 16px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}
.mdl-layout__tab-bar {
    overflow-x: auto;
}
.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab {
    height: 64px;
    line-height: 64px;
}

.mdl-layout__tab {
  color: rgb(255,255,255);
}

.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
    background-color: white;
    height: 4px;
}

.mdl-demo main > .mdl-layout__tab-panel {
    padding: 8px;
    padding-top: 48px;
}

.mdl-demo .mdl-card {
    height: auto;
    display: flex;
    flex-direction: column;
}

.mdl-demo .mdl-card > * {
    height: auto;
}

.mdl-demo .mdl-card .mdl-card__supporting-text {
    margin: 40px;
    flex-grow: 1;
    padding: 0;
    color: inherit;
    width: calc(100% - 80px);
}

.mdl-demo.mdl-demo .mdl-card__supporting-text h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.mdl-demo .mdl-card__actions {
    margin: 0;
    padding: 4px 40px;
    color: inherit;
}

.mdl-demo .mdl-card__actions a {
    color: rgb(48,63,159);
    margin: 0;
}

.mdl-mega-footer--link-list a {
  color: #e0e0e0;
}

.mdl-demo .mdl-card__actions a:hover,
.mdl-demo .mdl-card__actions a:active {
    color: inherit;
    background-color: transparent;
}

.mdl-demo .mdl-card__supporting-text + .mdl-card__actions {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.mdl-demo #add {
    position: absolute;
    right: 40px;
    top: 36px;
    z-index: 999;
}

.mdl-demo .mdl-layout__content section:not(:last-of-type) {
    position: relative;
    margin-bottom: 48px;
}

.mdl-demo section.section--center {
    max-width: 860px;
}

.mdl-demo #features section.section--center {
    max-width: 620px;
}

.mdl-demo section > header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mdl-demo section > .section__play-btn {
    min-height: 200px;
}

.mdl-demo section > header > .material-icons {
    font-size: 3rem;
}

.mdl-demo section > button {
    position: absolute;
    z-index: 99;
    top: 8px;
    right: 8px;
}

.mdl-demo section .section__circle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 0;
    flex-shrink: 1;
}

.mdl-demo section .section__text {
    flex-grow: 1;
    flex-shrink: 0;
    padding-top: 8px;
}

.mdl-demo section .section__text h5, h2 {
    font-size: inherit;
    margin: 0;
    margin-bottom: 0.5em;
}

.mdl-demo section .section__text a {
    text-decoration: none;
}

.mdl-demo section .section__circle-container > .section__circle-container__circle {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    margin: 8px 0;
}

div.section__circle-container {
    max-width: 102px;
}

.mdl-demo section.section--footer .section__circle--big {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 8px 32px;
}

.mdl-demo .is-small-screen section.section--footer .section__circle--big {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: 8px 16px;
}

.mdl-demo section.section--footer {
    padding: 64px 0;
    margin: 0 -8px -8px -8px;
}

.mdl-demo section.section--center .section__text:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .13);
}

.mdl-demo .mdl-card .mdl-card__supporting-text > h3:first-child {
    margin-bottom: 24px;
}

.mdl-demo .mdl-layout__tab-panel:not(#overview) {
    background-color: white;
}

.mdl-demo #features section {
    margin-bottom: 72px;
}

.mdl-demo #features h4, #features h5 {
    margin-bottom: 16px;
}

h2, h5, h6 {
    font-weight: bold;
}

.mdl-demo .toc {
    border-left: 4px solid #C1EEF4;
    margin: 24px;
    padding: 0;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
}

.mdl-demo .toc h4 {
    font-size: 0.9rem;
    margin-top: 0;
}

.mdl-demo .toc a {
    color: #4DD0E1;
    text-decoration: none;
    font-size: 16px;
    line-height: 28px;
    display: block;
}

.mdl-demo .mdl-menu__container {
    z-index: 99;
}

/* Title */
h1.title {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
}

div.title {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -.02em;
}

div.title-small {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin: 24px 0 16px;
}

div.card-title {
    font-size: 24px;
    line-height: 32px;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px !important;
}

@media (max-width: 1023px) {
  div.mdl-layout--large-screen-only {
    display: none;
  }
}

/* Template API Data Model Table Styles */
table {
    border-color: rgb(128, 128, 128);
    border-collapse: collapse;
}

th {
    background-color: #f5f5f5;
    text-align: left;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    padding: 4px 8px;
    border: #e0e0e0 1px solid;
    font-size: 15px;
}

td {
    vertical-align: top;
    padding: 2px 8px;
    border: #e0e0e0 1px solid;
    font-size: 14px;
}

table.api-docs td:first-child, table.api-docs td:nth-child(2), td.code, span.code, pre.code, a.code {
    font-size: 14px;
    font-family: "Source Code Pro", Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
}

table.api-docs a {
    text-decoration: none;
}

pre.code {
    padding: 0;
    margin: 0;
}

table.api-docs-margin-bottom {
    margin-bottom: 15px;
}

table.api-docs td.normal-text {
    font-family: 'Roboto', 'Helvetica', sans-serif;
}

p.template-api-paragraph {
    line-height: 20px;
}

/* Index Page */
div.title-card-summary-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.mdl-demo section .section__text {
    flex-grow: 1;
    flex-shrink: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.mdl-demo section .section__text ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.default-tab {
}

.price-text {
    font-size: 80px;
    font-family: 'Courier New', monospace;
    line-height: normal;
}

.per-seat-text {
    font-size: 16px;
}

.license-title {
}

.price-button {
    padding: 0 30px;
    margin-left: 40px;
}

/* Make the buy-links look like a button */
a.buy-button {
    color: rgb(255, 255, 255);
    padding: 0 13px;
    margin-left: 37px;
    background: rgba(158, 158, 158, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);

    border: none;
    border-radius: 2px;
    position: relative;
    height: 36px;
    min-width: 64px;
    display: inline-block;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    background: rgb(63,81,181);
    text-shadow: none;
}

button.pay-now {
  background-color: rgb(63,81,181) !important;
}

a.no-style {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    color: inherit;
}

img.social-logo{
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

@media screen and (min-width: 1024px) {
    .mdl-mega-footer--drop-down-section,
    .mdl-mega-footer--drop-down-section:nth-child(3),
    .mdl-mega-footer--drop-down-section:nth-child(4),
    .mdl-mega-footer__drop-down-section,
    .mdl-mega-footer__drop-down-section:nth-child(3),
    .mdl-mega-footer__drop-down-section:nth-child(4) {
        width: 19%;
        float: left;
    }
}
@media screen and (min-width: 760px) {
    .mdl-mega-footer--drop-down-section:nth-child(5), .mdl-mega-footer__drop-down-section:nth-child(5) {
        float: left;
    }
}
/* User Guide Settings */
span.ij-menu {
    font-weight: bold;
}

span.ij-shortcut {
    display: inline-block;
    padding: 4px;
    margin: 0 1px 2px;
    background-color: #fcfcfc;
    border: 1px solid #cecece;
    border-radius: 4px;
    line-height: 1em;
    letter-spacing: .2px;
    white-space: nowrap;
}

a, span.nowrap {
    white-space: nowrap;
}

a {
  color: #AD003A;
}
.copyright-text {
    color: #e0e0e0;
}

div.mdl-mega-footer--heading {
  margin-top: 1.6em;
}

header.section__play-btn {
    background-color: white !important;
}

div.header-image-wrapper {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    text-align: center;
    width: 200px;
}

img.header-logo {
  max-width: 100%;
  width: auto;
  height: auto;
}

#btnPlayVideo {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}

div.install-link-wrapper {
    padding-left: 0 !important;
    margin-left: 40px !important;
}

/* Play button */
i.material-icons {
    color: rgb(255, 64, 129);
}

/* Install link */
a.first-card-button {
    font-weight: 500;
    padding-left: 0;
}

h5, h2 {
    line-height: inherit;
}

div.eula-container {
    min-height: 900px;
}

input.text-input {
    display: block;
    max-width: 400px;
    width: 100%;
}

.checkbox {
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    position: relative;
}

input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
}

div.ordering-input-row {
    margin-bottom: 20px;
    color: #616161;
}

span.helper-text {
    display: block;
}

dialog {
    border: none;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
    padding: 1em;
    background: white;
    color: black;
    display: block;
}

dialog:not([open]) {
    display: none;
}

dialog + .backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

._dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

dialog.fixed {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
}

dialog::backdrop { /* native */
    background-color: rgba(220, 220, 220, 0.85);
}

dialog + .backdrop { /* polyfill */
    background-color: rgba(220, 220, 220, 0.85);
}

/* Examples */

span.example-class-label {
    font-size: 24px;
    line-height: normal !important;
    color: #F2F2F2 !important;
    padding: .1em .5em .1em .5em !important;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 20%);
    border-radius: .5em;
    background: #515151;
    cursor: pointer;
}

span.example-arrow {
    font-size: 24px;
    font-family: monospace;
    line-height: normal !important;
    color: #F2F2F2 !important;
    background: #515151;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 20%);
    padding: 5px 12px;
    border-radius: 50%;
    cursor: pointer;
}

/* Top toolbar. */
div.toolbar1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 16px auto auto auto;
    text-align: center;
    opacity: 1;
}

/* Right toolbar. */
div.toolbar2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* The Javascript will set "right" to the scrollbar width + 5px. Set it to 17px by default, in case that fails. */
    right: 17px;
    opacity: 1;
}

/* Left toolbar. */
div.toolbar3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    opacity: 1;
}

pre.language-java {
    max-height: 55em;
    padding: 4em 1em 1em;
    margin: .5em 0;
    overflow: auto;
    background: #2b2b2b;
}
code.language-java, pre.language-java {
    color: #a9b7c6;
    font-family: "Source Code Pro", Consolas, Monaco, 'Andale Mono', monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-size: 13px;
}
span.kw {
    color: #cc7832;
}
span.im, span.sm, span.enum {
    color: #9876AA;
}
span.sm, span.smc, span.enum {
    font-style: italic;
}
span.md {
    color: #FFC66D;
}
span.s {
    color: #6A8759;
}
span.ann {
    color: #BBB529;
}
span.cmt {
    color: #808080;
}
span.num {
    color: #6897BB;
}
span.jd {
    color: #629755
}
/* Set the selection color for the editor components. */
pre.language-java::selection, code::selection, code > span::selection {
    background: #3f51b5;
    color: #effffc;
}
div.source-class {
    display: block;
    position: relative;
}
div.test-class {
    display: none;
    position: relative;
}
.mdl-layout__container {
    position: relative;
}
