﻿html {
    overflow: scroll;
    overflow-x: auto;
    overflow-y: scroll;
}

a {
    color: #0065b3;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    input:focus, textarea:focus, select:focus, a:focus {
        outline: none;
    }

body {
    /*background-color: #5995cd;*/
    /*background-color: #aaa;*/
    /*font: 14px/21px "Segoe UI", "Helvetica Neue", Arial, sans-serif;*/ /*background-image: url(CotBKG.png);*/
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0px;
}

    body.print {
        background-color: #fff;
        background-image: none;
        margin: 0px;
        padding: 0px;
    }

    body.read {
        background-color: #fff;
        background-image: none;
        margin: 0px;
        padding: 20px;
    }


.page-frame {
    /*background-color: #426e9c;*/
    padding: 20px 0;
    /*width: 972px;*/
    margin-left: auto;
    margin-right: auto;
}

.PageBody {
}

.Logo {
    background-image: url(sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -223px;
    background-color: #231f20;
    height: 56px;
    margin: 0px -10px;
    padding-right: 5px;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
}

.PageContent {
    /*border-left: solid 1px #426e9c;
    border-right: solid 1px #426e9c;*/
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    min-height: 500px;
}

.Header {
    background-image: url(sprite.png);
    background-repeat: no-repeat;
    background-position: left -108px;
    background-color: #333;
    height: 115px;
    margin: 0px -10px;
}


.Header1, div.Learn div.Title, div.Blog a.Title {
    text-transform: none;
    font-size: 50px !important;
    line-height: 48px;
    padding-top: 20px !important;
    font-family: 'Noto Sans', 'Roboto', sans-serif, Arial !important;
}

div.Learn .Title, div.Blog a.Title {
    padding-top: 0px !important;
}

    div.Blog a.Title:hover {
        text-decoration: none;
        color: #777 !important;
    }

.HeaderText {
    text-transform: uppercase;
    margin-left: 240px;
    font-weight: normal;
    font-size: 18pt;
    padding-top: 15px;
    color: white;
    font-style: normal;
    font-family: Arial;
}


    .HeaderText span {
        color: #5995cd;
    }

.HeaderDesc {
    margin-left: 240px;
    font-weight: normal;
    font-size: 14pt;
    color: #BCB980;
    font-style: normal;
}

.HeaderDesc2 {
    margin-left: 240px;
    font-weight: normal;
    font-size: 12pt;
    color: #fff;
    font-style: normal;
}

div.MenuBar {
    margin: 0px -10px;
    background-color: #036;
    border-top: solid 3px #FFF;
    border-bottom: solid 5px #426e9c;
}

    div.MenuBar ul {
        margin: 0px;
        padding: 0px;
    }

    div.MenuBar li {
        list-style: none;
        float: left;
    }

.MenuItem {
    text-decoration: none;
    border-top: solid 1px #69c;
    border-right: solid 1px #cc9;
    display: block;
    background-color: #036;
    color: #fff;
    font-family: 'Noto Sans', 'Roboto',sans-serif, "Segoe UI", "Helvetica",Garuda,Arial;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

    .MenuItem .Outer {
        padding: 5px 7px;
        display: block;
        border-right: solid 1px #000;
    }

.Current {
    background-color: #426e9c;
    color: #fff;
}

a.MenuItem {
    text-decoration: none;
}

    a.MenuItem:hover {
        border-top-color: #fff;
        background-color: #fff;
        border-right-color: #fff;
        color: #000;
    }

        a.MenuItem:hover .Outer {
            border-right-color: #fff;
        }

.word-cloud .inner {
    background-color: #333;
    color: White;
    font-size: 8pt;
    font-family: Verdana;
    line-height: normal;
    min-height: 342px;
    padding: 12px;
}

    .word-cloud .inner .Title {
        display: none;
    }

    .word-cloud .inner a {
        color: #fff;
    }

        .word-cloud .inner a.Term:hover {
            color: #fff;
            text-decoration: underline;
        }

            .word-cloud .inner a.Term:hover span.Count {
                color: #fff;
            }

    .word-cloud .inner span {
        padding: 0px 6px;
    }


.LargeBody {
    min-height: 340px;
    font-size: 14px !important;
}

.Footer {
    margin: 0px -10px;
    background-color: #333;
    color: White;
    padding: 16px;
    font-size: 8pt;
    font-family: Verdana;
    line-height: normal;
    /*border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
}

    .Footer .shortcuts {
        padding: 6px 0px 0px 0;
    }

    .Footer a {
        color: #fff;
    }

    .Footer span {
        padding: 0px 6px;
    }

.LogoButton {
    float: right;
    background-image: url(sprite.png);
    height: 50px;
    width: 50px;
    margin-top: 5px;
}

div.SupportButtons {
    margin-right: 10px;
}

a.LogoButton.Support {
    background-position: -5px -5px;
}

    a.LogoButton.Support:hover {
        background-position: -5px -56px;
    }

a.LogoButton.Community {
    background-position: -55px -5px;
}

    a.LogoButton.Community:hover {
        background-position: -55px -56px;
    }

a.LogoButton.YouTube {
    background-position: -105px -5px;
}

    a.LogoButton.YouTube:hover {
        background-position: -105px -56px;
    }

a.LogoButton.Blog {
    background-position: -155px -5px;
}

    a.LogoButton.Blog:hover {
        background-position: -155px -56px;
    }

a.LogoButton.Partners {
    background-position: -205px -5px;
    margin-right: 5px;
}

    a.LogoButton.Partners:hover {
        background-position: -205px -56px;
    }

.SearchBar {
    margin: 5px 2px 0px 0px;
    float: right;
    margin-top: -86px;
    margin-right: 10px;
}

    .SearchBar table {
        background-color: #808080;
        height: 15px;
    }

    .SearchBar.Focused table, .SearchBar.Inactive table, .SearchBar:hover table {
        background-color: #fff;
    }

    .SearchBar table tr td input {
        border-width: 0px;
        width: 50px;
        margin: 0px 0px 0px 5px;
        font-style: italic;
        color: #000000;
        background-color: transparent;
    }

    .SearchBar:hover table tr td input {
        color: #000;
    }

    .SearchBar.Focused table tr td input {
        color: #000;
        width: 196px;
        font-style: normal;
    }

    .SearchBar.Inactive table tr td input {
        color: #777;
        width: 218px;
        font-style: normal;
    }

div.SearchBar .SearchButton {
    background-image: url(sprite.png);
    width: 13px;
    height: 13px;
    display: block;
    background-position: -21px -282px;
}

div.SearchBar:hover .SearchButton, .SearchBar.Inactive .SearchButton, .SearchBar.Focused .SearchButton {
    background-position: -3px -282px;
}


/* blog */

div.WordCloud, div.TableOfContents {
    padding-top: 8px;
    font-size: 21px;
    font-family: Georgia, Serif;
}

    div.WordCloud div.Title, div.Blog div.LabelTitle, .Blog .Section, div.Learn div.Section, div.TableOfContents .Title {
        color: #777;
        text-transform: uppercase;
        padding: 0px 0px 4px 0px;
        font-size: 14px;
        border-bottom: dotted 1px #777;
        margin-bottom: 8px;
        font: 14px/21px 'Noto Sans', 'Roboto', sans-serif, "Segoe UI", "Helvetica Neue", Arial;
        min-height: 2em;
    }

div.Blog div.LabelTitle {
    border-bottom: none;
    margin-left: -1em;
}

div.WordCloud {
    font-size: 25px;
    line-height: 18px;
    font-family: 'Noto Sans', 'Roboto', sans-serif, "Segoe UI", "Helvetica Neue", Arial;
}

    div.WordCloud a.Term {
    }

        div.WordCloud a.Term:hover {
            text-decoration: underline;
            color: #000;
        }

    div.WordCloud span.Count {
        padding-left: 4px;
        padding-right: 16px;
        color: #777;
        font-size: 100%;
    }

    div.WordCloud a.Term:hover .Count {
        font-weight: normal;
        color: #000;
        text-decoration: none;
    }

    div.WordCloud a.Term1 {
        font-size: 50%;
    }

    div.WordCloud a.Term2 {
        font-size: 55%;
    }

    div.WordCloud a.Term3 {
        font-size: 65%;
    }

    div.WordCloud a.Term4 {
        font-size: 70%;
    }

    div.WordCloud a.Term5 {
        font-size: 75%;
    }

    div.WordCloud a.Term6 {
        font-size: 80%;
    }

    div.WordCloud a.Term7 {
        font-size: 85%;
    }

    div.WordCloud a.Term8 {
        font-size: 90%;
    }

    div.WordCloud a.Term9 {
        font-size: 95%;
    }

    div.WordCloud a.Term10 {
        font-size: 100%;
    }

div.Blog, div.Learn {
    padding-top: 8px;
}

    div.Blog div.Entry {
        margin: 10px 0 30px -15px;
        border-top: dotted 1px #777;
        padding-top: 10px;
    }

        div.Blog div.Entry.First {
            margin-top: 0px;
            border-top-style: none;
            padding-top: 0px;
        }


        div.Blog div.Entry div.Published {
            color: #777;
            font-size: 12px;
            padding: 0px 0px 8px 0px;
        }

        div.Blog div.Entry a.Title, div.Blog div.Entry div.Title {
            font-size: 24px;
            color: #333333;
        }

        div.Blog div.Entry div.Labels {
            margin-top: 2em;
            font-size: 12px;
            text-transform: uppercase;
        }

            div.Blog div.Entry div.Labels span.Text {
                color: #777;
            }

        div.Blog div.Entry h2, div.Learn h2 {
            font-size: 28px;
            /*            color: #777;*/
            font-weight: normal;
            text-transform: none;
            /*border-top: solid 1px #ccc;*/
            padding-top: 10px;
            margin-top: 16px;
        }

        div.Blog div.Entry table, div.Learn table {
            border-top: dotted 1px #777;
            border-left: dotted 1px #777;
            border-collapse: collapse;
            border-spacing: 0px;
            margin-bottom: 12px;
        }

            div.Blog div.Entry table td, div.Learn table td {
                border-right: dotted 1px #777;
                border-bottom: dotted 1px #777;
                padding: 5px;
            }

        div.Blog div.Entry pre.code, div.Learn pre.code {
            font-size: 10pt;
            line-height: 16px;
            font-family: Consolas, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
            white-space: pre-wrap;
        }

        div.Blog div.Entry img, div.Learn img {
            max-width: 100%;
            height: auto;
        }

body.print div.Blog div.Entry img, body.print div.Learn img {
    max-width: 1400px;
}

div.Blog div.Pager, div.Learn div.Pager {
    margin: 10px 0px;
    border-top: dotted 1px #777;
    padding-top: 10px;
    padding-right: 10px;
    text-align: right;
}

    div.Blog div.Pager a, div.Learn div.Pager a {
        text-transform: uppercase;
    }

div.Learn div.Section span.Text {
    max-width: 525px;
    display: inline-block;
}

@media (max-width:767px) {
    div.Learn div.Section span.Text {
        display: none;
    }

    div.Blog div.LabelTitle,
    .Blog .Section,
    div.Learn div.Section {
        border-bottom-width: 0;
    }
}

div.Learn div.Section span.Links {
    float: right;
    font-size: 12px;
    line-height: normal;
}

    div.Learn div.Section span.Links span.Divider {
        padding-left: 4px;
        padding-right: 4px;
        color: #999;
        font-size: 14px;
        line-height: normal;
    }

    div.Learn div.Section span.Links span.Disabled {
        color: #999;
    }

    div.Learn div.Section span.Links a.section-link.print {
        padding-left: 18px;
        background: url(print.png) no-repeat left 0px;
        display: inline-block;
        height: 16px;
    }

div.Learn div.Section a.section-link.prev {
    background: url(prev.gif) no-repeat left center;
    padding-left: 7px;
}

div.Learn div.Section span.section-link.prev {
    background: url(prev-disabled.gif) no-repeat left center;
    padding-left: 7px;
}

div.Learn div.Section a.section-link.next {
    background: url(next.gif) no-repeat right center;
    padding-right: 7px;
}

div.Learn div.Section span.section-link.next {
    background: url(next-disabled.gif) no-repeat right center;
    padding-right: 7px;
}

.SearchResults .Result {
    margin-bottom: 4px;
    padding: 8px 0px;
    clear: both;
}

    .SearchResults .Result a.Title {
        font-size: 16px;
        text-decoration: underline;
    }

    .SearchResults .Result div.Url {
        font-weight: bold;
    }

    .SearchResults .Result img {
        float: left;
        width: 100px;
        margin: 8px 16px 16px 0px;
        border: 0px;
    }

.SearchResults .Pager {
    margin-top: 10px;
    padding: 10px 0px 20px 0px;
    border-top: dotted 1px #777;
}

    .SearchResults .Pager ul {
        padding: 0px;
        margin: 0px;
    }

        .SearchResults .Pager ul li {
            float: left;
            list-style: none;
            padding-right: 4px;
        }

            .SearchResults .Pager ul li a {
                color: #000;
            }

                .SearchResults .Pager ul li a span {
                    display: inline-block;
                }

                    .SearchResults .Pager ul li a span.Self {
                        padding: 2px 8px;
                    }

                .SearchResults .Pager ul li a:hover span.Self {
                    background-color: #ccc;
                }

                .SearchResults .Pager ul li a.Current span.Self {
                    background-color: rgb(0, 51, 102);
                    color: #fff;
                }

.SearchResults .Spelling {
    padding-bottom: 24px;
}

    .SearchResults .Spelling .Query {
        font-size: 18px;
    }

a img {
    border-width: 0px;
}

div.TableOfContents ul.toc {
    padding: 0px;
    margin: 0px 0px 0px 15px;
    text-align: left;
    margin-bottom: -3px;
}

    div.TableOfContents ul.toc.level1 {
        margin: 0px;
    }

    div.TableOfContents ul.toc.level1,
    div.TableOfContents div.loading {
        display: none;
    }

div.TableOfContents.visible ul.toc.level1 {
    display: block;
}

@media (max-width: 767px) {
    div.TableOfContents .Title,
    div.WordCloud .Title {
        cursor: pointer;
        position: relative;
    }

        div.TableOfContents .Title:after,
        div.WordCloud .Title:after {
            content: "\e114";
            position: absolute;
            right: 6px;
            top: 50%;
            margin-top: -12px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
        }

    div.TableOfContents.visible .Title:after,
    div.WordCloud.visible .Title:after {
        content: '\e113';
    }

    div.WordCloud:not(.visible) .word-cloud-content {
        display: none;
    }
}

@media (min-width: 768px) {

    div.TableOfContents ul.toc.level1,
    div.TableOfContents div.loading {
        display: block;
    }
}

div.TableOfContents ul.toc li {
    list-style: none;
    font-size: 10pt;
}

div.TableOfContents ul.toc.level2 li, div.TableOfContents ul.toc.level3 li, div.TableOfContents ul.toc.level4 li, div.TableOfContents ul.toc.level5 li {
    line-height: normal;
    margin-bottom: 6px;
}

div.TableOfContents ul.toc li a {
    font-family: 'Segoe UI',Verdana,Arial;
    display: inline-block;
}

    div.TableOfContents ul.toc li a:hover {
        color: #000;
    }

    div.TableOfContents ul.toc li a.selected {
        color: #000;
        font-weight: bold;
    }

    div.TableOfContents ul.toc li a.toc-toggle span {
        display: inline-block;
        width: 10px;
        height: 9px;
        background-image: url(sprite.png);
        background-repeat: no-repeat;
        background-position: -39px -283px;
    }

    div.TableOfContents ul.toc li a.toc-toggle {
        margin-right: 8px;
    }

        div.TableOfContents ul.toc li a.toc-toggle.expanded span {
            background-position: -55px -283px;
        }

div.TableOfContents ul.toc li span.suffix {
    font-family: 'Segoe UI',Verdana,Arial;
    display: inline-block;
    color: #777;
    padding-left: 4px;
}


div.TableOfContents ul.toc li a.terminal {
    margin-left: 18px;
}

div.TableOfContents div.disclaimer {
    text-align: left;
    font-size: 9pt;
    font-family: 'Segoe UI',Verdana,Arial;
    margin-top: 25px;
}

    div.TableOfContents div.disclaimer span {
        color: #777;
    }


.Blog a.published-link {
    display: inline-block;
    margin-left: 8px;
    float: right;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    text-transform: lowercase;
    height: 16px;
    padding-bottom: 5px;
}


    .Blog a.published-link.rss {
        background-image: url(rss.png);
    }

    .Blog a.published-link.print {
        background-image: url(print.png);
    }

body p {
    margin: 0 0 1em;
}

body th p:last-child, body td p:last-child {
    margin-bottom: 0;
}

blockquote /*, .Blog blockquote, .Learn blockquote*/ {
    border-left: solid 5px #777;
    margin: 0 0 1em 0;
    padding: 1em 1.5em;
    line-height: 1.5em;
    font-size: 1.25em;
    color: Black;
    display: inline-block;
}

.Learn.index li, .Blog.index li {
    list-style-image: url(/images/bullet2.gif);
}

.Learn.index ul.level1 {
    padding-left: 15px;
    margin-top: 0px;
}

.Blog.index .WordCloud {
    margin-bottom: 15px;
}

.Blog.index ul.level1 {
    padding-left: 0px;
    margin-top: 0px;
}

    .Blog.index ul.level1 li {
        display: inline-block;
        float: left;
        padding-bottom: 20px;
        padding-right: 10px;
    }

.Blog.index ul.level2 li {
    display: list-item;
    float: none;
    padding-bottom: 0px;
    padding-right: 0px;
}


.Learn.index li span.suffix, .Blog.index li span.suffix {
    padding-left: 8px;
    color: #777;
}

.TableOfContents div.loading {
    width: 16px;
    height: 11px;
    background: url(loading.gif) no-repeat left top;
}

.download-step {
    background-image: url(download-steps.png);
    width: 70px;
    height: 66px;
    background-repeat: no-repeat;
    background-position: left 0px;
    display: block;
}

    .download-step.step1:hover {
        background-position: right 0px;
    }

    .download-step.step2 {
        background-position: 0px -70px;
    }

        .download-step.step2:hover {
            background-position: right -70px;
        }

    .download-step.step3 {
        background-position: 0px -140px;
    }

        .download-step.step3:hover {
            background-position: right -140px;
        }

    .download-step.step4 {
        background-position: 0px -210px;
    }

        .download-step.step4:hover {
            background-position: right -210px;
        }

    .download-step.step5 {
        background-position: 0px -280px;
    }

        .download-step.step5:hover {
            background-position: right -280px;
        }

    .download-step.step6 {
        background-position: 0px -350px;
    }

        .download-step.step6:hover {
            background-position: right -350px;
        }

#AccountManager, #required-field {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

#tabs {
    margin: 12px 0;
}

#tabs-1, #tabs-2, #tabs-3 {
    padding: 6px;
}

#tabs ul button {
    float: right;
}

#tabs a, #tabs button, #temp-code-dialog button {
    font-size: 11px;
}

.account-information button, #temp-code-dialog button {
    margin: 6px 4px;
    vertical-align: baseline;
}

input.code {
    width: 85% !important;
}

button.get-code {
    vertical-align: baseline;
}

#temp-code-dialog a.help {
    background-image: url(sprite.png);
    background-position: 0px -440px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0px 4px;
}

.account-information input {
    width: 200px;
    margin: 2px;
}

    .account-information input:disabled {
        border: none;
        background-color: transparent;
    }

#account-info-table tr td {
    border-bottom: solid 1px #aaaaaa;
}

.product-list, .temp-code-list, #account-info-table {
    border-collapse: collapse;
    width: 100%;
}

    .product-list tr:hover td, .temp-code-list tr:hover td {
        background-color: rgba(66,110,156, .1);
    }

    .product-list tr td, .temp-code-list tr td {
        padding: 4px;
    }

    .product-list tr td {
        cursor: pointer;
    }

    .temp-code-list a {
        color: #336699;
        margin-left: 4px;
        font-size: 9px;
    }

    .product-list .selected {
        background-color: rgba(66,110,156, .3);
    }

.purchases p {
    color: #a0a0a0 !important;
    margin: 0px;
}

.purchases .header th, .temp-codes .header th {
    border-bottom: solid 2px #426e9c;
    font-family: 'Noto Sans', 'Roboto', sans-serif, "Segoe UI", "Helvetica",Garuda,Arial;
    font-size: 11px;
    text-transform: uppercase;
}

#temp-code-dialog input, #temp-code-dialog textarea, #temp-code-dialog table {
    width: 100%;
}

    #temp-code-dialog input.disabled {
        width: 16px;
    }

#temp-code-dialog p {
    display: inline !important;
    float: right;
}

.product-table tr td:first-child {
    font-weight: bold;
}

.act-code {
    padding: 12px;
}

    .act-code input {
        border: none;
        font-size: 36px;
        width: 90%;
    }

.welcome {
    margin-top: 100px;
}

.login {
    margin-top: 116px;
}

    .login input {
        margin-top: 20px;
        padding: 4px;
        width: 250px;
        border: 1px solid rgb(186,186,186);
    }

    .login button {
        margin-top: 24px;
    }

.default {
    color: Black;
}

.active {
    color: #777;
}

.account-information p {
    float: right;
}

#required-field {
    padding-left: 8px;
    min-width: 120px;
    position: absolute;
    z-index: 1000;
    padding: 6px;
    background-color: White;
    border: solid 2px #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 4px #aaa;
    box-shadow: 0 0 5px #aaa;
}

.help {
    background-image: url(sprite.png);
    background-position: 0 -465px;
    height: 16px;
    width: 16px;
}

button.ui-dialog-titlebar-close {
    display: none;
}

.code a {
    font-weight: normal;
}

tr.temp-code td {
    vertical-align: top;
}

.Header1,
.Learn .Title,
.SingleEntry .Entry .Title {
    display: none;
}

.table-wrapper {
    max-width: 100%;
    overflow-x: auto;
}

    .table-wrapper table tr:first-of-type td {
        font-weight: bold;
    }

.grid_10 {
    padding-top: 2em;
}

form > div.container {
    min-height: 400px;
}

.Title + .Content {
    margin-top: 16px;
}

body.print {
    margin: 0 auto;
    padding: 2em;
    max-width: 768px;
}

.print pre {
    background-color: #f7f7f7;
    white-space: pre-wrap;
    padding: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.print img {
    max-width: 61.8% !important;
}

.print .print-code-type {
    padding: 0 1em;
    text-transform: capitalize;
}

body.print figure {
    margin: 0 0 1.5em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.print figure figcaption {
    font-size: 0.85em;
    color: #777;
    padding: .5em 0;
    font-weight: normal;
    font-style: normal;
}

figure img[data-width][data-height] {
    margin-bottom: 0;
}

figure figcaption {
    padding: 1em 0 0 0;
}

@media print {
    body.print {
        padding: 0;
        margin: auto;
        max-width: none;
        font-size: .85rem;
    }

        body.print pre {
            font-size: .65rem;
        }
}

.container > p:first-child {
    margin-top: 20px;
}

.Blog .Section {
    margin-left: -15px;
}
