html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        background: transparent;
        font-size: 100%;
        vertical-align: baseline;
}

ol,
ul {
        list-style: none;
}

:focus {
        outline: 0;
}

* {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}

::-webkit-scrollbar {
        width: 8px;
        height: 8px;
}

::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.33);
}

::-webkit-scrollbar-corner {
        background-color: rgba(0, 0, 0, 0.02);
}

body {
        color: #666;
        background-color: #fff;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1.7em;
        overflow: hidden;
}

a {
        color: #5c90bf;
        text-decoration: none;
}

a:hover {
        text-decoration: none;
}

a:active {
        color: white;
}

p {
        padding-bottom: 1em;
}

p:last-of-type {
        padding-bottom: 0;
}

p.et_normal_padding {
        padding-bottom: 1em;
}

strong {
        font-weight: bold;
}

#main_container {
        display: flex;
        flex-flow: column nowrap;
}

header {
        background-color: #171c2e;
        background-image: url(../img/header_bg.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: auto;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px 0px;
        box-sizing: border-box;
        color: rgb(102, 102, 102);
        font-family: Lato, Helvetica, Arial, Lucida, sans-serif;
        font-size: 14px;
        font-weight: 500;
        -webkit-font-smoothing: antialiased;
}

#header_container {
        display: grid;
        grid-template-columns: 350px auto;
        grid-template-rows: 60px;
        align-items: center;
        flex: 0 0 auto;
}

#logo_container a {
        text-decoration: none;
        margin: 0;
        padding: 0;
}

#logo_container a img {
        height: 60px;
        vertical-align: middle;
        margin-left: 24px;
}

#title {
        padding: 0 50px 0 24px;
        font-size: 18px;
        color: #ffffff;
}

#title a {
        color: #7d89b3;
        transition: 0.2s;
}

#title a:hover {
        color: #bdc3d9;
}

#nav_button {
        display: none;
        position: absolute;
        top: 15px;
        right: 24px;
        height: 30px;
        width: 30px;
        cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
        width: 30px;
        height: 2px;
        background-color: #FFF;
        margin: 6px 0;
        transition: 0.4s;
}

.close .bar1 {
        transform: translate(0, 8px) rotate(-45deg);
}

.close .bar2 {
        opacity: 0;
}

.close .bar3 {
        transform: translate(0, -8px) rotate(45deg);
}

#page-container {
        flex: 1 0 auto;
        position: relative;
}

#breadcrumbs {
        min-width: 1000px;
        color: #bdc3d9;
}

#left-nav {
        width: 350px;
        padding: 8px 24px;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        height: calc(100vh - 60px);
        border-right: 1px solid #ebecee;
}

.navGroup {
        display: block;
        font-size: 18px;
        font-weight: 500;
        margin-top: 0;
        border-bottom: 1px solid rgba(100, 100, 100, 0.2);
}

.show {
        display: block !important;
}

.navGroup:last-child {
        border-bottom: 0;
}

.navGroup>span {
        font-weight: 600;
        width: calc(100% - 24px);
        display: inline-block;
        padding: 12px 0;
        cursor: pointer;
}

.navGroup>span:hover {
        color: #7d89b3;
        transition: 0.2s;
}

.navGroup>a {
        color: #333;
        font-weight: 500;
        cursor: pointer;
}

.navGroup .arrow {
        background-image: url(../img/arrow.png);
        height: 24px;
        width: 24px;
        vertical-align: middle
}

.open {
        transform: rotate(-90deg);
}

.rotateOpen {
        animation: rotateOpen 0.1s ease-in forwards;
}

@keyframes rotateOpen {
        from {
                transform: rotate(0deg);
        }

        to {
                transform: rotate(-90deg);
        }
}

.rotateClose {
        animation: rotateClose 0.1s ease-in forwards;
}

@keyframes rotateClose {
        from {
                transform: rotate(-90deg);
        }

        to {
                transform: rotate(0deg);
        }
}


.navGroup a {
        color: #666;
        font-weight: 400;
        transition: 0.2s;
}

.navGroup>a:hover,
.navGroup a:hover {
        color: #5d6eb7 !important;
}

ul.nav1 li {
        border: none;
        display: block;
        font-size: 16px;
        padding: 4px 0;
        transition: color .3s;
        display: none;
}

ul.nav1 li:last-child {
        padding-bottom: 4px;
}

ul.nav2 li {
        color: #717171;
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 0px;
        padding-left: 16px;
}

ul.nav3 li {
        padding-left: 16px;
}

.navGroup a.selected {
        color: #5d6eb7;
        font-weight: 600;
}

#content_wrapper {
        position: absolute;
        height: calc(100vh - 60px);
        left: 350px;
        right: 0;
        top: 0;
        overflow: auto;
}

#content {
        min-height: 100%;
        padding: 24px 36px 18vh 36px;
        margin: 0 auto;
        max-width: 1280px;
        background-image: url(../img/leftnav_topic_footer.jpg);
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: contain;
}

h1,
h2 {
        color: #5d6eb7;
        background: -webkit-linear-gradient(50deg, #202740, #48548c 15%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}

h1 {

        border-bottom: 1px solid #ebecee;
        font-size: 34px;
        font-weight: 600;
        margin-bottom: 18px;
        padding-top: 14px;
        padding-bottom: 12px;
        position: relative;
        border-left: 0;
        padding-left: 0px;
        line-height: 120%;
}

h2 {
        font-weight: 600;
        font-size: 24px;
        padding-top: 32px;
        padding-bottom: 12px;
        position: relative;
}

h2:before {
        content: "";
        position: absolute;
        top: -2px;
        left: 0;
        right: 0;
        border-top: 2px solid white;
}

h3 {
        color: #5d6eb7;
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 12px;
        padding-top: 20px;
}

.release_Btn {
        background-color: #ebebf0;
        padding: 16px;
        margin-bottom: 8px;
        width: 33%;
        display: inline-block;
        text-align: center;
        font-size: large;
        color: #000;
        border-radius: 8px;
}

.release_Icon {
        background-image: url(../img/doc.png);
        height: 36px;
        width: 36px;
        vertical-align: middle;
        display: inline-block;
        margin-right: 8px;
}

#content ul {
        padding: 0 0 23px 16px;
        line-height: 26px;
        list-style-type: disc;
}

#content li,
#content p.bullet_List,
#content p.bullet_List_Indent {
        list-style-image: url(../img/point.png);
        display: list-item;
}

#content li {
        margin-left: 20px;
}

#content p.bullet_List {
        margin-left: 20px;
}

#content p.bullet_List_Indent {
        margin-left: 50px;
}

#content table {
        width: 100%;
        margin: 0 0 15px 0;
        border: 1px solid #eee;
        text-align: left;
        border-collapse: collapse;
}

#content table tr {
        max-width: 100px;
        padding: 0.857em 0.587em;
}

#content table td {
        padding: 12px 18px;
        border: 1px solid #eee;
}

dl {
        border: 1px solid #eee;
}

dt,
dd {
        box-sizing: border-box;
        padding: 10px;
}

dd~dt,
dd~dd {
        border-top: 1px solid #eee;
}

dt {
        float: left;
        width: 35%;
        padding-bottom: 0;
}

dd {
        margin-left: 35%;
        border-left: 1px solid #eee;
        margin-right: 10px;
}

dd:after {
        content: "";
        display: block;
        clear: both;
}

/*dt*/
.row2+dd:after {
        content: none;
}

#content img {
        display: block;
        margin: 0 auto;
        max-width: 900px;
}

#content p.code_Block_\(Indent_1\),
#content p.code_Block {
        font-family: 'Roboto Mono', 'Courier New', monospace;
        border: 1px solid black;
        text-align: left;
        vertical-align: center;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 15px;
        white-space: pre;
}

#content p.code {
        font-family: 'Roboto Mono', 'Courier New', monospace;
        padding-left: 40px;
}

p.list_Paragraph {
        margin-left: 2em;
}

#content p.body_Text_Add_Margin_On_Web {
        margin-top: 20px;
}

pre {
        font-family: 'Roboto Mono', 'Courier New', monospace;
        white-space: normal;
        color: #000;
}

dd pre {
        white-space: pre;
}

.updated_Date {
        font-style: italic;
        margin-top: 28px;
        line-height: 40px;
}

.updated_Title {
        font-size: 21pt;
        font-weight: 600;
        padding-bottom: 8px;
}

.updated_Title a {
        color: #000;
}

@media screen and (max-width: 990px) {
        #content_wrapper {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                overflow: auto;
                z-index: 0;
        }

        #left-nav {
                display: none;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                overflow: auto;
                background-color: #171c2e;
                z-index: 1;
                border: 0;
                padding-bottom: 100px;
        }

        #title {
                display: none;
        }

        #nav_button {
                display: block;
        }

        #content img {
                max-width: 100%;
        }

        .navGroup {
                font-size: 24px;
        }

        .navGroup>span {
                color: #7d89b3;
                font-weight: 500 !important;
        }

        .navGroup a {
                color: #b3b3b3;
        }

        .navGroup>a {
                color: #fff !important;
                font-weight: 500 !important;
        }

        ul.nav1 li {
                font-size: 22px;
                padding-top: 8px;
        }

        ul.nav2 li {
                font-size: 18px;
                line-height: 28px;
        }

        .release_Btn {
                width: 100%;
        }
}

@media screen and (min-width: 991px) {
        #left-nav {
                display: block;
        }
}