﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    font-family: 'Noto Sans', "Roboto", "Segoe UI", SegoeUI, sans-serif, Arial !important;
    color: #222;
    line-height: 1.5;
}

*:focus {
    outline: none !important;
}

a.navbar-brand {
    padding-top: 6px;
}

.navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.navbar-brand img {
    height: 40px;
    margin-top: -3px;
    margin-left: -12px;
}

body {
    padding-top: 50px;
}

.jumbotron-stripe > .jumbotron:nth-child(2n+1):not(.footer):not(.jumbotron-dark):not(.jumbotron-grey):not(.jumbotron-light-blue):not(.jumbotron-dark-seagreen) {
    background-color: white;
}

.jumbotron {
    margin: 0;
}

    .jumbotron h1 {
        letter-spacing: -1px;
    }

.img-thumbnail.img-thumbnail-no-border, .img-thumbnail-no-border .thumbnail, .img-thumbnail-no-border a.thumbnail:hover, .img-thumbnail-no-border a.thumbnail:focus {
    border-color: transparent;
    background-color: transparent;
}

.jumbotron .container p a.btn-link {
    display: inline-block;
}

@media (min-width: 992px) {

    .container-centered {
        text-align: center;
    }
}

.jumbotron-charts1 {
    background: url('../graphics/charts2.jpg');
    background-position: center;
}

/*.jumbotron-byod {
    background-image: url('../graphics/byod.jpg');
}
*/
/*.jumbotron-deployment {
    background-image: url('../graphics/deployment.jpg');
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
}
*/
/*.jumbotron-access-control {
    background-image: url('../graphics/access-control.jpg');
}

.jumbotron-video {
    background-image: url('../graphics/watch-videos.jpg');
}

    .jumbotron-video.jumbotron-dark-red {
        background-image: url('../graphics/watch-videos-dark-red.jpg');
    }

.jumbotron-card-view {
    background-image: url('../graphics/card-view.jpg');
}

    .jumbotron-card-view.jumbotron-purple {
        background-image: url('../graphics/card-view-purple.jpg');
    }

.jumbotron-try-generator {
    background-image: url('../graphics/try-generator.jpg');
}

    .jumbotron-try-generator.jumbotron-orange {
        background-image: url('../graphics/try-generator-orange.jpg');
    }

.jumbotron-buy {
    background-image: url('../graphics/buy.jpg');
}

    .jumbotron-buy.jumbotron-green {
        background-image: url('../graphics/buy-green.jpg');
    }

.jumbotron-contact-us {
    background-image: url('../graphics/contact-us.jpg');
}

    .jumbotron-contact-us.jumbotron-blue {
        background-image: url('../graphics/contact-us-blue.jpg');
    }

.jumbotron-todo-sample {
    background-image: url('../graphics/todo-sample.png');
    background-size: 100% auto !important;
}

.jumbotron-services {
    background-image: url('../graphics/services.jpg');
}

.jumbotron-roadmap {
    background-image: url('../graphics/roadmap.jpg');
}

    .jumbotron-roadmap.jumbotron-light-blue {
        background-image: url('../graphics/roadmap-light-blue.jpg');
    }

.jumbotron-support {
    background-image: url('../graphics/support.jpg');
}

    .jumbotron-support.jumbotron-red {
        background-image: url('../graphics/support-red.jpg');
    }

.jumbotron-products-page {
    background-image: url('../graphics/products.jpg');
}

    .jumbotron-products-page.jumbotron-light-blue {
        background-image: url('../graphics/products-light-blue.jpg');
    }

    .jumbotron-products-page.jumbotron-blue {
        background-image: url('../graphics/products-blue.jpg');
    }

.jumbotron-rapid-development {
    background-image: url('../graphics/rapid-development-jumbotron.jpg');
}
*/
.jumbotron {
    background-position: center;
    background-size: auto 200%;
    background-repeat: no-repeat;
}

.jumbotron-dark-brown {
    background-color: #4f3f3f !important;
}

.jumbotron-dark {
    background-color: #1f1f1f;
}

.jumbotron-light-blue {
    background-color: #46b8da;
    color: #000;
}

.jumbotron-dark-seagreen {
    background-color: darkseagreen;
    color: #000;
}

.jumbotron-blue {
    background-color: #1a3e5d;
}

.jumbotron-red {
    background-color: #963734;
}

.jumbotron-dark-red {
    background-color: #a31710;
}

.jumbotron-green {
    background-color: #3b883b;
}

.jumbotron-orange {
    background-color: #b27928;
}

.jumbotron-purple {
    background-color: #7f2dc6;
}

.jumbotron-dark h1 {
    color: #fff;
}

.jumbotron-dark h2, .jumbotron-dark h3, .jumbotron-dark p, .jumbotron-dark div {
    color: rgba(255,255,255,.66);
}

.jumbotron-dark .well {
    background-color: rgba(0,0,0,0.15);
    border-radius: 1em;
    border: none;
}

.jumbotron-success {
    background-color: #3c763d;
    color: #fff;
}

.jumbotron-danger {
    background-color: #a94442;
    color: #fff;
}

.jumbotron-margin {
    margin-bottom: 2em;
    margin-top: 2em;
}

.Widget {
    width: 550px;
    height: 100px;
}

.panel .service-pricing p {
    display: inline-block;
    font-size: 24px;
}

.panel .service-pricing .Widget {
    width: 80px;
    height: 35px;
    vertical-align: top;
    margin-bottom: -1em;
}

.demo-image {
    box-shadow: 0 0 10px #ccc;
    transition: box-shadow 0.3s;
}

    .demo-image:hover {
        box-shadow: 0 0 20px #38c;
    }

address.address {
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 1em;
    box-shadow: 0 0 5px #ccc inset;
}

.download-label2 {
    line-height: 1.25;
    vertical-align: top;
}

.article {
    font-size: 1em;
    margin: 1em -15px;
    /*font-family: "Roboto", "Segoe UI", SegoeUI, sans-serif, Arial !important;*/
}

.feature-implemented > * {
    color: #ccc;
    text-decoration: line-through;
}

span.feature-implemented-description {
    color: green;
    text-decoration: none;
}

span.feature-scheduled-description {
    color: darkorange;
    text-decoration: none;
}

.buy-price {
    font-size: 48px;
    display: block;
    line-height: 1;
}

.feature-list-mini {
    padding-left: 1em;
}

.panel-product, .panel-product .list-group, .panel-product-free .panel-body {
    border-width: 0;
    border-radius: 0;
}

.jumbotron-products .row {
    height: 96%;
    padding-bottom: 1em;
}

.jumbotron .col-products h4 {
    color: #000;
}

.jumbotron .col-products p {
    font-weight: normal;
    font-size: 14px;
}

.jumbotron-products {
    margin-top: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #f4f4f4 !important;
    border-radius: 0 !important;
}

@media (max-width: 997px) {

    .jumbotron-products .btn {
        padding: 0.5em;
        margin-left: -0.3em;
    }
}

@media (min-width: 768px) {

    .buy-price {
        font-size: 36px;
    }
}

.jumbotron-products .list-group-item {
    border-color: transparent;
    background-color: #f4f4f4;
}

.list-group-item.list-group-item-grey {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

.panel-product {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    .support-row .panel-body {
        min-height: 130px;
    }
}

@media (min-width: 996px) {

    .product-description {
        height: 120px;
    }

    .col-products {
        height: 100%;
        padding: 1em;
    }

    .panel-product,
    .panel-product .list-group,
    .panel-product-free .panel-body {
        height: 100%;
    }


    .product-description {
        height: 80px;
    }

    .support-row .panel-body {
        min-height: 200px;
    }
}

@media (min-width: 1200px) {

    .product-description {
        height: 60px;
    }
}

@media (max-width: 600px) {
    .col-products {
        width: 90% !important;
        left: 5%;
        right: 5%;
    }
}

.btn-fixed-width {
    width: 10em;
}

.article .thumbnail {
    display: inline-block;
    max-width: 100%;
}

.img-center {
    text-align: center;
}

    .img-center img {
        margin-left: auto;
        margin-right: auto;
    }

.contact-us-box {
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    margin-top: 2em;
}

    .contact-us-box > * {
        height: 200px !important;
        display: table-cell;
        vertical-align: middle;
        line-height: 1;
        padding: 2em;
        transition: box-shadow 0.3s, background-color 0.3s;
        text-decoration: none !important;
    }

.contact-us-page .contact-us-box {
    height: 245px !important;
}

.contact-us-box.support-box {
    height: 260px !important;
    text-align: center;
}

.contact-us-box .text-primary:hover {
    color: #fff;
}

.contact-us-box a {
    cursor: pointer;
}

.contact-us-box address {
    margin: 1em;
}

.contact-us-box > *:hover {
    box-shadow: 0 0 30px #eee;
}

.contact-us-page .contact-us-box {
    position: relative;
}

    .contact-us-page .contact-us-box h3, .contact-us-page .contact-us-box address {
        margin-left: 50px;
    }

    .contact-us-page .contact-us-box .glyphicon {
        position: absolute;
        left: 30px;
        top: 50%;
        margin-top: -18px;
        font-size: 36px;
    }

.release {
    margin: 1.5em;
}

    .release .version {
        font-size: 0.9em;
    }

    .release .name {
        font-weight: bold;
    }

pre.code {
    background-color: transparent;
}

.roadmap-container {
    overflow-x: auto;
    max-width: 100%;
    position: relative;
}

    .roadmap-container svg {
        margin: 0 auto;
    }

.roadmap-labels {
    position: absolute;
    height: 800px;
    width: 800px;
}

    .roadmap-labels .rm-label, .roadmap-labels .title {
        position: absolute;
        text-align: center;
        display: table;
    }

    .roadmap-labels .rm-label {
        border-radius: 50%;
        transition: background-color 100ms ease;
    }

        .roadmap-labels .rm-label:hover, .roadmap-labels .rm-completed {
            text-decoration: none;
            background-color: green;
        }

            .roadmap-labels .rm-label:hover span:not(.milestone-progress), .roadmap-labels .rm-completed span:not(.milestone-progress) {
                color: #fff !important;
            }

    .roadmap-labels .title {
        cursor: default;
    }

        .roadmap-labels .rm-label > span, .roadmap-labels .title > span {
            display: table-cell;
            padding: 6px;
            vertical-align: middle;
            font-size: 21px;
        }

        .roadmap-labels .title > span {
            font-size: 48px;
        }

    .roadmap-labels .rm-label span.delivery {
        display: block;
        font-size: 14px;
        color: #000;
    }

    .roadmap-labels .rm-label span.milestone-progress {
        text-align: center;
        position: absolute;
        bottom: 9px;
        left: 50%;
        width: 40px;
        margin-left: -20px;
        display: block;
    }

.hash-ref {
    margin: -50px 0 0 0;
    padding: 50px 0 0 0;
    height: 0px;
    display: block;
}

h1 {
    vertical-align: middle;
}

.glyphicon {
    display: inline-block;
    width: 1em;
    height: 1em;
}

.carousel {
    height: 600px;
    background-color: #38c;
}

    .carousel .item {
        height: 600px;
        top: 0;
    }

    .carousel img {
        opacity: 0.9;
        background-color: #38c;
        margin: 0 auto;
    }

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 25px;
}

.carousel-indicators {
    bottom: 0;
}

.jumbotron .text-normal p {
    font-size: 14px;
    font-weight: normal;
}

.jumbotron .page-header {
    border-color: #ccc;
}

.torn-paper {
    height: 20px;
    background-image: url(/graphics/universal-business-apps/torn-paper.png);
    background-repeat: repeat-x;
    margin: 0 -1000px;
}

.torn-paper-flipped {
    height: 20px;
    background-image: url(/graphics/universal-business-apps/torn-paper-flipped.png);
    background-repeat: repeat-x;
    margin: 0 -1000px;
}

.model-result a.thumbnail {
    cursor: pointer;
}

.model-result .text-center a.thumbnail {
    margin: 0;
}

.model-result .img-thumbnail {
    padding: 0;
}

.button-row .btn {
    margin: .25em;
}

.app-step {
    position: relative;
    padding-bottom: 3em;
    overflow: hidden;
    border-top: solid 1px rgba(160, 160, 160, 0.5);
}

.shifted-link {
    margin-top: -100px;
    padding-bottom: 100px;
    display: block;
    height: -1px;
}

.btn-right {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

.text-lg {
    font-size: 21px;
    font-weight: 200;
}

.btn-row .btn {
    margin-bottom: 0.5em;
}

.youtube-autoplay {
    position: relative;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 480px;
    max-width: 100%;
    cursor: pointer;
}

    .youtube-autoplay .glyphicon {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 32px;
        border-radius: 50%;
        padding: 32px;
        background-color: #d9534f;
        margin-top: -20px;
        margin-left: -20px;
        opacity: .25;
        color: #fff;
    }

        .youtube-autoplay .glyphicon:before {
            left: 50%;
            top: 50%;
            position: absolute;
            margin-top: -16px;
            margin-left: -14px;
        }

    .youtube-autoplay:hover .glyphicon {
        background-color: #c9302c;
        opacity: 0.9;
    }

.text-back-red {
    background-color: #222;
    padding: 10px;
    line-height: 2.5
}

.news-search {
    display: none;
}

body.embedded .news-search {
    display: block;
}

body.embedded {
    padding-top: 0;
}

    body.embedded .container {
        padding: 0;
    }

    body.embedded .jumbotron.footer, body.embedded #navbar, body.embedded #jumbotronHeader {
        display: none;
    }

.news-item {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    white-space: normal;
}

    .news-item .news-title {
        font-size: 1.2em;
    }

    .news-item.official-news .news-title {
        font-weight: bold;
        font-size: 1.5em;
    }

    .news-item.official-news .glyphicon {
        padding-left: 1em;
    }

    .news-item img {
        max-width: 100%;
    }

iframe {
    max-width: 100%;
}

.modal-backdrop {
    z-index: 1000;
}

input::-ms-clear {
    display: none;
}

.gsc-clear-button {
    display: none;
}

.google-search-modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 850px) {
    .google-search-modal .modal-dialog {
        min-width: 800px;
    }
}

@media all and (max-width:767px) {
    .modal-dialog {
        width: 90%;
        margin: 30px auto;
    }
}

.promo-countdown {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

.promo-countdown-container {
    display: none;
}

.promo-countdown td {
    text-align: center;
}

.promo-countdown .numbers td {
    padding: 12px;
    font-size: 3em;
}

.promo-countdown .numbers .label {
    padding: 20px;
    display: block;
    border-radius: 0;
}

@media (max-width: 480px) {
    .promo-countdown .numbers td {
        padding: 6px;
    }

    .promo-countdown .numbers .label {
        padding: 8px;
    }
}

@media (max-width: 360px) {
    .promo-countdown .numbers td {
        padding: 3px;
    }

    .promo-countdown .numbers .label {
        padding: 5px;
    }
}
/* render dynamic sidebar */
.render-dynamic-sidebar {
    display: none;
}

.dynamic-sidebar {
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 100px;
}

    .dynamic-sidebar header {
        padding: 6px;
        color: #fff;
        font-size: 1.2em;
    }

    .dynamic-sidebar .ul-container {
        display: inline-block;
        background-color: #1f1f1f;
        width: 0;
        transition: width ease-in-out 300ms;
        vertical-align: top;
        height: 100%;
        overflow: hidden;
    }

    .dynamic-sidebar ul {
        padding: 0;
        width: 300px;
        padding: 1em;
    }

    .dynamic-sidebar.dynamic-sidebar-show .ul-container {
        width: 300px;
        overflow-y: scroll;
    }

    .dynamic-sidebar li {
        list-style: none;
        padding: 4px 0 8px 12px;
    }

    .dynamic-sidebar a {
        color: #eee;
    }

.dynamic-sidebar-btn {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 100px;
    background-color: #1f1f1f;
    border-bottom-left-radius: 1em;
    border-top-left-radius: 1em;
    color: #fff;
    cursor: pointer;
}

    .dynamic-sidebar-btn i {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -6px;
        margin-top: -6px;
    }

.new .promo {
    padding: 16px 0;
}

    .new .promo a {
        font-weight: bold;
        font-size: 1.2em;
    }


.jumbotron.jumbotron-title.epub {
    background-color: #f1f1f1 !important;
}

.code-sample table {
    border-width: 0 !important;
}

    .code-sample table pre {
        border-width: 0 !important;
        background-color: transparent;
    }

    .code-sample table tr td {
        padding: 0 !important;
        border-spacing: 0 !important;
        border-width: 0 !important;
    }

.app-code-title {
    background-color: #e6e6e6;
    padding: 4px .5em 4px 36px;
    margin-top: 16px;
}

img[data-width][data-height],
img[data-original-width][data-original-height] {
    margin: 12px 0 16px 0;
}

body .CodeMirror {
    height: auto;
    border: solid 1px #f2f2f2;
    background-color: #f2f2f2;
    margin-bottom: 20px;
}

pre.app-code {
    font-size: 14px;
    padding: 4px 4px 4px 34px;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    border-color: #f2f2f2;
    margin-bottom: 20px;
}

    pre.app-code .app-gutter {
        display: inline-block;
        position: absolute;
        border-right: solid 1px #ddd;
        padding-top: 4px;
        left: 0;
        top: 0;
        min-width: 30px;
        background-color: #f7f7f7;
        white-space: nowrap;
        text-align: right;
        user-select: none;
    }

        pre.app-code .app-gutter span {
            display: block;
            color: #999;
            padding: 0 3px 0 6px;
        }

    pre.app-code code[data-type] {
        display: block;
        white-space: pre;
    }

    pre.app-code.app-code-long {
        padding-left: 37px;
    }

    body .CodeMirror,
    pre.app-code code[data-type],
    pre.app-code .app-gutter span,
    .app-code-title .app-code-type {
        font-size: 14px;
        font-family: Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace !important;
    }
/*
@media all and (min-width:768px) {
    body .CodeMirror,
    pre.app-code code[data-type],
    pre.app-code .app-gutter span,
    .app-code-title .app-code-type {
        font-size: .9em;
    }
}*/

pre .app-code-long, body .app-code-long .CodeMirror {
    height: 640px;
}

hr {
    border-top-color: #ddd !important;
}

[data-type="json"] .cm-string + .cm-string {
    color: #219;
}

[data-type="html"] .cm-s-default .cm-comment,
[data-type="javascript"] .cm-s-default .cm-comment {
    color: green;
}

[data-type="html"] .cm-s-default .cm-tag {
    color: #960600;
}

    [data-type="html"] .cm-s-default .cm-tag.cm-bracket {
        color: #1306ff;
    }

[data-type="html"] .cm-s-default .cm-attribute {
    color: #ff002b;
}

[data-type="html"] .cm-s-default .cm-attribute {
    color: #ff002b;
}

    [data-type="html"] .cm-s-default .cm-attribute + .cm-string {
        color: #000dff;
    }


body figure {
    margin: 0 0 1.5em;
}

figure figcaption {
    font-size: 0.85em;
    color: #777;
    font-weight: normal;
    font-style: normal;
}

.Content li + li, .article li + li {
    margin-top: .75em;
}

figure img {
    max-width: 100%;
}

article h1, article h2, article h3, article h4 {
    margin: 1em 0 .5em;
}
/* Display Flow table defaults */

.article table > thead tr th {
    background-color: #f1f1f1;
    font-weight: 600;
}

article table {
    margin-top: 0;
    margin-bottom: 1.5em;
}

article th > *:last-child, article td > *:last-child, th > p:last-child, td > p:last-child {
    margin-bottom: 0
}

article thead {
    position: sticky;
    top: 0
}

article table > thead > tr > th,
article table > tbody > tr > td {
    padding: .5em;
    text-align: left;
    background-clip: padding-box;
    border-color: #ccc;
    border-style: solid;
    border-width: 0;
}

article th > *:first-child, article td > *:first-child {
    margin-top: 0
}

/* Table Of Contents*/

.article-toc {
    top: 1em;
    padding-top: 1em;
    line-height: 18px;
    font-size: 14px;
    display: none;
    border-radius: .5em;
}

    .article-toc ul {
        padding-left: 16px;
    }

    .article-toc > ul {
        padding-left: 0;
    }

    .article-toc > div {
        font-weight: bold;
        display: inline-block;
        text-transform: uppercase;
        font-weight: normal;
        margin-bottom: 1em;
    }

    .article-toc li {
        list-style: none;
        padding-left: 0;
        position: relative;
    }

        .article-toc li a {
            color: #333;
        }

            .article-toc li a b {
                font-weight: normal;
            }

        .article-toc li + li,
        .article-toc li ul {
            margin-top: 1em;
        }

    .article-toc .article-toc-more {
        color: #0065b3;
        display: none;
        text-transform: none;
        cursor: pointer;
        margin-bottom: 0;
    }

        .article-toc .article-toc-more:hover {
            text-decoration: underline;
        }

    .article-toc.article-toc-long .article-toc-more {
        display: block;
    }

    .article-toc.article-toc-long ul {
        max-height: 22em;
        overflow: hidden;
    }

@media screen and (min-width: 768px) {
    .article-toc {
        display: block;
        background-color: #f1f1f1;
        padding: 16px;
        margin-top: 24px;
        max-width: 1015px;
    }
}

@media screen and (min-width: 1440px) {

    .article-toc > ul {
        margin-top: 8px;
    }

    .article-toc.article-toc-long ul {
        max-height: none;
        overflow-y: auto;
    }


    .article-toc li a.active,
    .article-toc li a.active b {
        /*color: #0065b3;*/
        font-weight: 600;
    }

    .article-toc {
        position: sticky;
        margin-right: -110%;
        max-width: 20%;
        display: inline-block;
        margin-left: 24px;
        background-color: transparent;
        padding: 0;
    }

        .article-toc > ul {
            height: calc(100vh - 80px);
            overflow-y: auto;
        }

        .article-toc.article-toc-long .article-toc-more {
            display: none;
        }
}

@media screen and (min-width: 1600px) {
    .article-toc {
        max-width: 25%;
    }
}

.app-maximized .navbar, .app-maximized .Blog a.published-link, .app-maximized .jumbotron.footer {
    display: none;
}

.app-maximized form {
    margin-top: -51px;
}

.app-maximized .aspNetHidden + .jumbotron {
    padding: 0 0 8px;
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
    font-size: 1em !important;
}

code {
    color: #222;
    background-color: #e6e6e6;
}
