/*///// CSS update 2020 /////*/

/* Inherited Original */

.search-filters {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 3em;
}

.search-filters .search-filter-input {
    font-size: 1.5em !important;
}

.search-filters .search-filter-search {
    width: 25em;
    padding-left: 2.5em;
    color: #FFF;
    border: 1px solid #FFF;
    background-color: rgba(0, 0, 0, 0);
}

.search-filters .search-filter-search-icon {
    position: absolute;
    left: 0.25em;
    top: 0.3em;
    font-size: 2.5em;
    color: #a3b9be;
}

.search-filters .search-filter-search::-webkit-input-placeholder {
    color: #a3b9be !important;
}

.search-filters .search-filter-search::-moz-placeholder {
    color: #a3b9be !important;
}

.search-filters .search-filter-search:-ms-input-placeholder {
    color: #a3b9be !important;
}

.search-filters .search-filter-search:-moz-placeholder {
    color: #a3b9be !important;
}

.search-filters .search-filter-dropdown {
    width: 100%;
    font-size: 1em !important;
}

.library-flex-container {
    display: -webkit-flex;
    display: flex;
}

#div-filters {
    -webkit-flex-basis: 270px;
    flex-basis: 270px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

#div-filters h3 {
    margin-top: 1.3em;
    font-size: 1.3em;
}

#div-filters .search-filters {
    font-size: 0.8em;
}

#div-filters ul {
    padding-left: 0;
}

#div-filters .filters li {
    margin: 0.7em 0;
    display: flex;
    align-items: center;
}

#div-filters .filters li div {
    margin-right: 0.7em;
}

#div-results {
    min-height: 450px;
    padding: 0 30px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

#div-results ul>li,
#div-results ol>li ul>li,
#div-results div > li {
    background: none;
    padding-left: 0;
    list-style-type: disc;
    width: calc(100% - 1rem); /* 100%, minus the margin-left */
}

/* Every combination of li descending from ul or ol: */
#div-results ul ul li,
#div-results ol ol li,
#div-results ol ul li,
#div-results ul ol li {
    width: auto; /* "Soft" 100%: doesn't take up all of the parent's inherited 100% value */
}

#div-results ul.ak-pagination li:before {
    content: none;
}

#div-results ol>li {
    list-style-type: decimal;
}
#div-results ol li:before {
    display: none !important;
}
#div-results ol>li ol>li{
    list-style-type: lower-alpha;
}

.results-summary {
    text-align: center;
    margin-bottom: 30px;
    color: #009FDA;
    font-size: 1.3em;
}

.results-details {
    margin-bottom: 3.5em;
}

.results-details .title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.results-details .title a {
    color: #009FDA;
    font-size: 1.3em;
    padding-right: 1em;
}

.results-details .title .type {
    font-size: 1.1em;
    border-radius: 0.2em;
    padding: 1px 20px;
    text-align: center;
    white-space: nowrap;
}

.results-details .title .type-documentation {
    color: #00549F;
}

.results-details .title .type-certification {
    color: #009B3A;
}

.results-details .title .type-website {
    color: #009FDA;
}

.results-details .title .type-qa {
    color: #652D86;
}

.results-details .title .type-blog {
    color: #652D86;
}

.results-details .title .type-video {
    color: #009FDA;
}

.results-details .summary {
    margin-top: 0.6em;
    color: #000;
    line-height: 1.4em;
    display: -webkit-flex;
    display: flex;
}

.results-details .summary .thumb img {
    width: 10em;
    margin-right: 1em;
}

.results-details .url {
    margin-top: 0.6em;
    font-size: 0.9em;
}

.results-details .url a {
    color: #009FDA;
}

.titleHighlight,
.contentHighlight,
.breadcrumbHighlight {
    font-weight: bold;
    color: #009FDA;
}

ul.ak-pagination {
    padding: 0;
}

#div-filters-expand {
    display: none;
}

#btn_source_filter {
    display: none;
}

.toc-collapse-btn {
    cursor: pointer;
    color: #798185;
    font-size: 22px;
}

#toc-btn {
    position:absolute; 
    top:0;
    left:15px;
    z-index:1;
}
#nav-btn {
    position:absolute;
    top:0;
    right:15px;
}

#collapse-btns:after{
    display:block;
    content:'';
    clear:both;
}

#div-toc {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
}

#div-toc::-webkit-scrollbar {
    width: 10px;
}

#div-toc::-webkit-scrollbar-track {
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#div-toc::-webkit-scrollbar-thumb {
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#div-toc .toclinkname {
    display: -webkit-flex;
    display: flex;
}

#div-toc li a {
    text-decoration: none;
    color: #000;
    font-size: 0.9em;
    padding-top: 0.3em;
    line-height: 1.45em;
}

#div-toc ul {
    list-style-type: none;
    padding-left: 1.5em;
}

#div-toc>ul {
    margin: 0;
    padding: 0;
    padding-left: 0;
}

#div-toc .toclink {
    cursor: pointer;
    vertical-align: top;
    color: #009FDA;
}

#div-toc .toccurrentlink {
    color: #009FDA !important;
}

#div-toc .tocchild {
    display: none;
}

.ui-resizable-e {
    width: 15px;
}

#div-content {
    min-height: 450px;
}

#div-content table {
    width: 100%;
}

#div-content a.anchor {
    color: inherit !important;
}

#div-content .navpath {
    margin-bottom: 20px;
}

#div-content .informaltable table p {
    padding: 0 5px;
}

#div-content .table-contents table p {
    padding: 0 5px;
}

#div-content .image {
    padding-bottom:0;
}

#div-content address.footer,
#div-content hr.footer {
    display:none;
}

pre.fragment {
    background-color: #F8F8F8;
    padding: 10px;
    border: 1px solid #DDD;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

pre.fragment .keyword {
    color: #0000FF;
    font-weight: bold;
}

pre.fragment .keywordtype {
    color: #8000FF;
}

pre.fragment .keywordflow {
    color: #0000FF;
    font-weight: bold;
}

pre.fragment .comment {
    color: #008000;
}

pre.fragment .preprocessor {
    color: #804000;
}

pre.fragment .code {
    font-weight: bold;
}

pre.fragment .stringliteral {
    color: #808080;
}

table td.indexkey {
    border: 1px solid #CCC;
    background-color: #F5F5F5;
    padding: 2px 5px;
    font-size: 13px;
}

table td.indexvalue {
    border: 1px solid #CCC;
    background-color: #F5F5F5;
    padding: 2px 5px;
    color: #676767;
}

.contents .memItemLeft {
    border-top: 1px solid #CCC;
    color: #0A1F5F;
    padding: 1px 20px;
    white-space: nowrap;
}

.contents .memItemRight {
    border-top: 1px solid #CCC;
    color: #676767;
    padding: 1px 20px;
}

.contents .mdescLeft {
    color: #00A2DD;
    padding: 1px 20px;
}

.contents .mdescRight {
    color: #676767;
    padding: 1px 20px;
}

.contents .memitem {
    border: 1px solid #ECECEC;
    background-color: #FAFAFA;
    padding: 20px;
}

.contents .memitem .memproto {
    padding: 10px;
}

.contents .memitem .memdoc {
    padding: 5px;
}

.contents .memitem .memdoc dd table p {
    margin: 0;
}

.contents .memitem .memdoc dd table td {
    border-top: 1px solid #CCC;
    padding: 2px 5px;
}

.contents .memitem .memname td {
    padding: 0;
    background-color: #F3F3F3;
    line-height: 1;
    vertical-align: bottom;
}

#div-content .ulink .code {
    color: #009fda;
}

#div-content .ulink .code:hover {
    color: #337ab7;
}

#div-content .informaltable table p {
    padding: 0 5px;
    margin: 0;
}

#div-content .table-contents table p {
    padding: 0 5px;
    margin: 0;
}

br.typebreak {
    display: none;
}

.platformRestricted {
    background-color: #EFEFEF;
    padding: 20px;
}

.platforms {
    background-color: #F8F8F8;
    border: 1px solid #DDD;
    padding: 5px;
    margin-bottom: 10px;
}

.platformcontent table tr:first-child td {
    background: #F2F2F2 !important;
}

.platforms>div {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    color: #999;
    font-size: 13px;
}

.platformtitle {
    display: none;
}

.platform_3ds .platformtitle {
    background: url('/images/platforms/3ds.png') top right no-repeat;
}

.platform_android .platformtitle {
    background: url('/images/platforms/android.png') top right no-repeat;
}

.platform_ios .platformtitle {
    background: url('/images/platforms/ios.png') top right no-repeat;
}

.platform_linux .platformtitle {
    background: url('/images/platforms/linux.png') top right no-repeat;
}

.platform_mac .platformtitle {
    background: url('/images/platforms/macosx.png') top right no-repeat;
}

.platform_ps3 .platformtitle {
    background: url('/images/platforms/ps3.png') top right no-repeat;
}

.platform_ps4 .platformtitle {
    background: url('/images/platforms/ps4.png') top right no-repeat;
}

.platform_vita .platformtitle {
    background: url('/images/platforms/psvita.png') top right no-repeat;
}

.platform_wii .platformtitle {
    background: url('/images/platforms/wii.png') top right no-repeat;
}

.platform_wiiu .platformtitle {
    background: url('/images/platforms/wiiu.png') top right no-repeat;
}

.platform_win32 .platformtitle {
    background: url('/images/platforms/windows.png') top right no-repeat;
}

.platform_windows .platformtitle {
    background: url('/images/platforms/windows.png') top right no-repeat;
}

.platform_xbox360 .platformtitle {
    background: url('/images/platforms/xbox360.png') top right no-repeat;
}

.platform_xboxone .platformtitle {
    background: url('/images/platforms/xbox-one.png') top right no-repeat;
}

.platform_switch .platformtitle {
    background: url('/images/platforms/switch.png') top right no-repeat;
}

.platform_lumin .platformtitle {
    background: url('/images/platforms/magicleap.png') top right no-repeat;
}

.platform_stadia .platformtitle {
    background: url('/images/platforms/stadia.png') top right no-repeat;
}

tr.highlight:hover {
    background-color: #DBF6FF;
}

tr.highlight.clickable {
    cursor: pointer;
}


/* Fixes for doxygen upgrade */

#titlearea {
    display: none;
}

.header .headertitle .title {
    font-family: 'Noto', 'Prompt', sans-serif;
    font-size: 2.125em;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.textblock h1 {
    font-family: 'Noto', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    margin: 20px 0 !important;
}

div.fragment {
    font-family: "Noto Sans" sans-serif;
    display: block;
    padding: 10px;
    margin: 0 0 10px;
    font-size: 0;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #F3F3F3;
    border-radius: 4px;
    border: 1px solid #DDD;
    word-wrap: break-word;
}

div.fragment .line {
    font-size: 13px;
}

div.fragment .lineno {
    margin-left: -43px;
    color: #394551;
    padding-right: 10px;
}

div.fragment pre.fragment {
    border: none;
    margin-bottom: 0;
}

.fragment .keyword {
    color: #0000FF;
    font-weight: bold;
}

.fragment .keywordtype {
    color: #8000FF;
}

.fragment .keywordflow {
    color: #0000FF;
    font-weight: bold;
}

.fragment .comment {
    color: #008000;
}

.fragment .preprocessor {
    color: #804000;
}

.fragment .code {
    font-weight: bold;
}

.fragment .stringliteral {
    color: #808080;
}

table td.entry {
    border-bottom: 1px solid #DADADA;	
    padding: 8px;	
    font-size: 16px;	
    font-weight: bold;
}

table td.entry>span:first-child {
    display: none !important;
}

table td.desc {
    border-bottom: 1px solid #DADADA;	
    background-color: #F5F5F5;	
    padding: 8px;	
    font-size: 16px;
    color: #676767;
}

td.entry .icona {
    display: none;
}

td.entry .arrow {
    display: none;
}


/*/// End Original ///*/


/*/////////////////////////////////////*/
/*//////////// UPDATE 2020 ////////////*/
/*/////////////////////////////////////*/


body {
    overflow-x: hidden;
}

.menu-container {
    height: 72px;
}

.row.main-content {
	margin-top: 0;
}

.top-banner {
	position: absolute;
	background-image: none;
}

.top-banner .banner-title h1 {
	display: none;
}

.top-banner .banner-title h2 {
	display: none;
}

.top-banner .banner-form {
    display: flex;
	text-align: left;
	margin-top: 1px;
}

.top-banner.with-form .banner-form input {
	color: #435A6F;
	background-color: #F3F9FA;
	height: 48px;
}

.top-banner.with-form .banner-form input:hover,
.top-banner.with-form .banner-form input:focus {
    background: rgba(97, 208, 255, 0.16);
}

.banner-form-input {
	border: 1px solid #E7ECEC;
	font-size: 16px !important;
	border-radius: 2px;
}

.banner-form input:focus::placeholder {
    color: #435A6F;
}

.content-library {
	font-family: 'Noto', sans-serif;
	color: #212D39;
	font-size: 14px;
	line-height: 1.5;
    letter-spacing: 0.003em;
}

#div-filters {
	flex-basis: 360px;
	color: #435A6F;
	border-right: 1px solid #E7ECEC;
	border-bottom: 1px solid #E7ECEC;
}

#div-filters .search-filters {
	background: #FFF;
}

.search-filters .search-filter-dropdown {
	width: 100%;
	font-size: 1.6em !important;
}

.search-filters .search-filter-input:hover,
.search-filters .search-filter-input:focus {
    background: rgba(97, 208, 255, 0.16);
}

.search-filters .search-filter-input {
	color: #212D39;
	border: 1px solid #E7ECEC;
	padding: 9px 16px 7px;
	border-radius: 2px;
	margin-right: 0 !important;
	height: 48px;
}

.search-filter-dropdown-choice span.minor {
    font-size: 14px;
    font-weight: 400;
    color: #6C717D;
}

button#banner_submit {
    background-color: #009FDA;
	color: #FFF;
	margin-left: 10px;
	height: 48px;
    border-radius: 2px;
    border: none;
    min-width:130px;
}

button#banner_submit:hover {
	color: #FFF;
	background-color: #00549F;
	border: none;
}

.search-filter-select.awesome-popup {
	top: 2.3em;
	left: -1px;
	width: calc(100% + 2px);
	border: 1px solid #E7ECEC;
	border-radius: 2px;
}

.awesome-popup p {
	font-size: 18px;
    color: #6C717D;
	margin: 0;
	padding: 13px 8px 6px 25px;
	height: 48px;
    font-weight: 500;
}

.awesome-popup p:focus {
    background: rgba(97, 208, 255, 0.16);
    color: #009FDA;
}

.awesome-popup p span.minor {
    font-size: 12px;
    font-weight: 400;
}

.search-filter-select div {
    border-bottom: 1px solid #E7ECEC;
    margin: 0;
}

#div-toc {
    display: flex;
	padding: 36px 0px 32px 0;
    background: #F3F9FA;
    width: 364px;
    border-top: 1px solid #E7ECEC !important;
    border-right: 1px solid #E7ECEC !important;
}
#div-toc ul {
    margin-bottom: 16px;
    padding-left: 12px;
}
#div-toc ul li i.material-icons {
    font-size: 20px;
    margin-right: 0;
    margin-top: 0;
}

#div-toc .toclinkname {
	margin-bottom: 10px;
}

#div-toc li a {
	font-size: 14px;
	line-height: 20px;
	padding-top: 0;
	color: #435A6F;
    word-wrap: break-word;
}
#div-toc li a:hover {
    color: #0D73AC !important;
    cursor: pointer;
}

.filter-label {
    font-size: 14px;
    color: #435A6F;
}

#div-results {
	padding: 0px 15px 24px 32px;
    transition: 0.5s;
    position: relative;
}
.navpath {
    width: 100%;
    margin: 4px 4px 24px;
}
.navpath ul {
    display: inline-table;
    padding-left: 0 !important;
    margin-bottom: 0;
}
.navpath li.navelem {
    vertical-align: middle;
    display: inline;
}
.navpath li i {
    color: #AEB0B7;
    display: inline;
}
.navpath li.navelem a {
    display: inline;
}
#div-content {
    width: 100% !important;
}
#div-content a {
    text-decoration: none;
}
#div-content a:hover {
    color: #00549F !important;
    text-decoration: none;
}

.contents ol, 
.contents ul {
    padding-bottom: 0 !important;
}

.contents ul {
    padding-left: 0 !important;
}

.contents li {
    line-height: 1.6;
}

.contents ul {
    margin-left: 1rem;
}
.contents ul > li {
    margin-left: 1rem;
    display: list-item;
}
.contents ul > li > ul {
    margin-left: 1rem;
    list-style-type: circle;
}
.contents ul > li > ul > li {
    margin-left: 1rem;
}

.breadcrumb-nav {
    display: flex !important;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 30px;
    padding-top: 17px;
}

.breadcrumb-wrap:before {
    content: "";
    background-image: linear-gradient(-33deg, #ff0d64 0, #9c3483 100%);
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: transform ease-in-out 0.5s;
    transform: scalex(0);
    transform-origin: left top;
    display: none;
}

.breadcrumb-wrap:hover:before {
    transform: scalex(1);
}

.breadcrumb-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 0 auto;
    flex-shrink: 1000;
    display: inline-block;
    padding: 10px 5px 15px 0;
    border-bottom: 1px solid transparent;
    color: #009fda;
    position: relative;
    transition: transform ease-in-out 0.3s;
}

.breadcrumb-wrap:hover {
    flex: 1 0 auto;
    opacity: 1;
    color: #337ab7;
    transform: translatey(-2px);
    transition: none;
    opacity: 1;
    transition: transform ease-in-out 0.4s;
}
.breadcrumb-wrap:hover a {
    color: #337ab7;
}
.breadcrumb-wrap:hover .sep i {
    transform: translatex(8px);
    color: #337ab7;
    transition: transform ease-in-out 0.3s;
}
.breadcrumb-wrap:hover ~ .single-breadcrumb-wrap {
    transition: transform ease-in-out 0.4s;
}
.breadcrumb-wrap:first-child {
    flex: 0 0 auto;
    flex-shrink: 0.5;
    font-weight: normal;
    color: #337ab7;
    opacity: 1;
}
.breadcrumb-wrap:first-child:after {
    left: 0;
}
.breadcrumb-wrap:first-child .sep {
    display: none;
}
.breadcrumb-wrap:last-child {
    flex: 1 0 auto !important;
    font-weight: normal;
}
.breadcrumb-wrap:last-child a {
    color: #337ab7;
}
.breadcrumb-wrap:last-child:hover {
    transform: translateY(0);
    flex: 1 0 auto !important;
}
.breadcrumb-wrap:last-child:hover:after {
    display: none;
}

.breadcrumb-wrap:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 28px;
    top: 36px;
    width: 100%;
    height: 1px;
    background: #337ab7;
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
    transition: transform ease-in-out 0.15s 0.1s, opacity ease-in-out 0.25s;
    opacity: 0.5;
}

.breadcrumb-wrap:hover:after {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    transition: opacity ease-in-out 0.1s, transform ease-in-out 0.2s;
}

.ak-breadcrumb {
    flex: 0 1 auto;
}

a.ak-breadcrumb, a:visited.ak-breadcrumb {
    text-decoration: none;
    color: #009fda;
    transition: color ease-in-out 0.3s, background ease-in-out 0.2s;
}

.sep {
    padding-left: 10px;
    padding-right: 10px;
}
.sep i.fa:before {
    content: ">";
    transition: transform ease-in-out 0.2s;
}

#share_doc_button {
    flex: 1 0 auto;
    color: #798185;
    font-size: 14px;
    padding-top: 22px;
    cursor:pointer;
}

#share_doc_button i.material-icons {
    font-size: 1em;
}

.main-content h1 {
	font-weight: bold;
	font-size: 2.42em;
	line-height: 1.2em;
	border-bottom: 1px solid #E7ECEC;
	padding: 0.4em 0;
    margin-bottom: 24px !important;
}

.header .headertitle .title {
    font-size: 32px;
    color: #00549F;
    line-height: 32px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: 'Noto', sans-serif;
    font-weight: 600;
}

.header .summary {
    margin-top: 2rem;
}

#div-content h1 {
    font-size: 28px;
    line-height: 32px;
    color: #212D39;
    font-weight: 400;
    font-family: 'Noto', sans-serif;
    margin: 24px 0;
}

#div-content h1.title {
    font-size: 32px;
    line-height: 56px;
    color: #00549F;
    font-weight: 600;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

#div-content h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    margin: 24px 0;
}

#div-content h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    margin: 24px 0;
}

#div-content h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 24px 0;
}

#div-content h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 24px 0;
}

#div-content h6 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: 24px 0;
}

#div-content h1, #div-content h2, #div-content h3, #div-content h4, #div-content h5, #div-content h6 {
    margin: 24px 0 20px !important;
    padding: 0 0 4px !important;
}

/* apply the same look for all titles */
#div-content .headertitle .title,
#div-content h1.title,
#div-content h2.title,
#div-content h3.title,
#div-content h4.title,
#div-content h5.title,
#div-content h6.title {
    font-size: 32px;
    color: #00549F;
    line-height: 32px;
    font-weight: 600;
    margin: 32px 0 24px !important;
}

/* apply the same look of docbook and SDK titles */

#div-content .simplesect h2.title,
#div-content .simplesect h3.title,
#div-content .simplesect h4.title,
#div-content .simplesect h5.title,
#div-content .simplesect h6.title {
    font-size: 28px;
    line-height: 32px;
    color: #212D39;
    font-weight: 400;
    font-family: 'Noto', sans-serif;
}


div.fragment {
    padding: 16px;	
    margin: 0 0 16px;	
    color: #394551;
    border-radius: 2px;	
    border: 1px solid transparent;
    padding-left: 60px;
    padding-top: 25px;
    padding-right: 25px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

div.fragment .line {
    font-size: 14px;
    line-height: 1.2;
    display:inline-block;
}

div.fragment .line span {
    display:inline;
}

div.fragment .line:last-child {
    margin-bottom: 10px;
}

.fragment .preprocessor {
    color: #3eac55;
}

.fragment .comment {
    color: #A9A9A9;
}

.fragment .keywordtype {
    color: #ee4091;
}

.fragment .code {
    font-weight: 400;
    text-decoration: underline;
}

.fragment .keywordflow {
    color: #C47938;
}

.fragment .keyword {
    color: #a257d9;
}

.fragment .stringliteral {
    color: #db7b42;
}

/* Fix .fragment spacing */
div.fragment {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap; 
}

.textblock .fragment {
    /* padding-top: 5px; */
    padding-left: 40px;
}

.textblock div.fragment .line {
    margin-top: 0;
}

.simplesect {
    margin-bottom: 40px;
}

#div-results p {
    margin-bottom: 16px;
    margin-right: 16px;
}

#div-results p.copyright {
    color:#212D39;
    padding-left: 0;
    padding-top: 0;
    font-size: 14px;
} 

#div-results p.startli {
    margin-bottom: 0;
}

.itemizedlist li.listitem p {
    display: inline;
}

#div-results table p {
    margin-bottom: 8px !important;
}

#div-results table p.starttd,
#div-results table p.intertd,
#div-results table p.endtd {
    margin-bottom: 16px !important;
}

#div-results table.message-table p.starttd, 
#div-results table.message-table p.intertd, 
#div-results table.message-table p.endtd {
    margin-bottom: 0 !important;
}

#div-results ul li p {
    margin-bottom: 0 !important;
}

.contents img {
    margin: 16px 0;
    max-width: 100%;
}

.contents .caption {
    margin-bottom: 16px;
}

.bootstrap code {
	color: #009B3A;
    color: #B91818;
	background: rgba(0, 155, 58, 0.04);
    background: rgba(125, 125, 125, 0.1);
}

.banner-form input::placeholder {
	color: #8CA1AB;
}

table, th, td {
    border: none;
}

.bootstrap table {
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    border-spacing: 0;
    border-collapse: separate;
    margin-bottom: 16px;
    table-layout: auto;
    width: 100%;
    overflow-x: scroll;
}

.bootstrap table.doxtable {
    table-layout: auto;
    min-width: 100%;
}

.bootstrap table p {
    margin-top: 24px;
    margin-bottom: 0;
}

.bootstrap table a {
    text-decoration: underline;
}

.bootstrap table th {
    background: #F2F2F2;
    padding: 4px 8px;
}

.bootstrap table.table-note {
    background: #F2F2F2;
    border-left: 4px solid #00549F;
}
.bootstrap table.table-tip {
    background: #F2F2F2;
    border-left: 4px solid #009B3A;
}
.bootstrap table.table-caution {
    background: #F2F2F2;
    border-left: 4px solid #C6A700;
}
.bootstrap table.table-warning {
    background: #F2F2F2;
    border-left: 4px solid #D52B1E;
}

.bootstrap td {
    padding: 24px;
    vertical-align: initial;
}

#div-content .ttname {
    margin: 16px 0 0;
}

#div-content .ttdeci {
    margin: 8px 0 24px;
}

.bootstrap code a {
    text-decoration: underline;
}

.warning-redirect {
    background: #FDD835 !important;
    border: none !important;
    border-radius: 2px !important;
    padding: 16px 24px !important;
    margin-bottom: 0px !important;
    margin-top: 24px;
    color: #663d09;
}

.bootstrap dt {
    margin-bottom: 16px;
}

/* Table .informaltable Layout fix -> updated to auto 2023/May */

.bootstrap table.informaltable {
    width: 100% !important;
    table-layout: auto;
    /* border-top: 1px solid #DADADA; */
}

.bootstrap table.informaltable td, 
.bootstrap table.informaltable th,
.bootstrap table.memberdecls td, 
.bootstrap table.memberdecls th,
#div-content .textblock table td, 
#div-content .textblock table th {
    border: 1px solid #DADADA;
    border-collapse: collapse;
}

.bootstrap table {
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
}

.bootstrap td {
     padding: 4px 8px;
     background-color: #fff;
     text-align: left;
}

.informaltable table td .note,
.informaltable table td .tip,
.informaltable table td .alert,
.informaltable table td .warning {
    margin-top: 16px;
}

.mediaobject {
    margin-bottom: 24px;
    width: inherit;
}

.mediaobject table {
    width: max-content;
    border-left: none;
}

.mediaobject table td {
    border: none;
    padding: 0;
    width: max-content;
    min-width: max-content; /* fix small icons to actual size */
}

.mediaobject img {
    width: 100% !important;
    height: auto; /* works for fixing icon with width */
    max-width: max-content; /* works for icon */
}

.inlinemediaobject {
    line-height: 2em;
}

.inlinemediaobject img {
    max-width: 100%;
}

/* Strata Ccollection layout */
.chapter .sidebar .mediaobject img {
    margin-right: 24px;
    margin-bottom: 24px;
}

/* Class Index table */
.classindex {
    display: table;
    margin: 0.5em 0;
}
.classindex td {
    display: inherit;
}

/* Table with icon and message (note, tips, caution, warning) */
.bootstrap table.message-table {
    display: inline-table;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

table.message-table td.icon-td {
    padding: 24px 20px 0 24px;
    width: 24px;
    vertical-align: top;
    background-color: #F2F2F2 !important;
}

table.message-table td.msg-td {
    width: max-content;
    padding: 24px 0 0 0;
    background-color: #F2F2F2 !important;
}

table.message-table td.text-td {
    padding:24px 24px 24px 0;
    background-color: #F2F2F2 !important;
    width: auto !important;
    max-width: max-content;
}

table.message-table td.text-td p {
    margin-top: 0;
    margin-bottom: 0 !important;
}

table.message-table td.text-td ul {
    margin-bottom: 0;
}

table.has-th td.icon-td {
    padding: 22px 20px 0 24px;
    border-bottom: none;
}

table.has-th th.msg-th {
    width: auto !important;
    padding: 24px 0 0 0;
}

table.has-th td.text-td {
    padding: 8px 16px 16px 0;
    border-bottom: none;
}

table.has-th td.text-td p{
    margin-right: 0;
}

table.message-table tr:last-child td:last-child {
    padding-bottom: 24px;
}

.message-table td.td-note {
    border-left: 4px solid #00549F;
}

.message-table td.td-tip {
    border-left: 4px solid #009B3A;
}

.message-table td.td-caution {
    border-left: 4px solid #C6A700;
}

.message-table td.td-warning {
    border-left: 4px solid #D52B1E;
}

.bootstrap table.message-table td.icon-td,
.bootstrap table.message-table td.text-td {
    border-right: none;
}

.bootstrap table.message-table th.msg-th {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.library-flex-container i.material-icons {
    font-size: 1.6em;
    vertical-align: -8px;
}

.library-flex-container i.i-note {
    color: #00549F;
}

.library-flex-container i.i-tip {
    color: #009B3A;
}

.library-flex-container i.i-caution {
    color: #C6A700;
}

.library-flex-container i.i-warning {
    color: #D52B1E;
}


.contents .memitem .memdoc {
    padding: 16px 24px;
}

#div-results ul.itemizedlist {
    list-style-type: none !important;
    display: block;
    width: 100%;
    padding-left: 24px;
}
#div-results ul li.listitem {
    overflow-wrap: break-word;
    position: relative;
    margin-bottom: 16px;
    margin-left: 1em;
}

#div-results ul.itemizedlist li.listitem p {
    margin-bottom: 32px;
    top: -24px;
}

.bootstrap pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.bootstrap code {
    white-space: normal;       
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.doxtable th, .doxtable td {
    border: 1px solid transparent;
    border-bottom: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    word-wrap: break-word;
}

.contents .memItemLeft {
    text-align: left;
    padding: 4px 8px;

}
.contents .memItemRight {
    padding: 4px 8px;

}
.contents .mdescLeft {
    padding: 4px 8px !important;

}
.contents .mdescRight {
    padding: 4px 8px !important;
}
.memname {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.fieldtable td.fieldname,
.fieldtable td.fielddoc {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.fieldtable td.fielddoc p {
    margin-top: 0;
}

#div-content table.memberdecls td h1,
#div-content table.memberdecls td h2,
#div-content table.memberdecls td h3,
#div-content table.memberdecls td h4,
#div-content table.memberdecls td h5,
#div-content table.memberdecls td h6 {
    margin: 0 !important;
}


#div-content table.memberdecls tr[class^="separator"],
#div-content table.memberdecls td.memSeparator {
    display: none;
}

#div-content table.memberdecls .groupHeader {
    margin-top: 16px;
}

/* Parameter Table */

table.mlabels td {
    font-size: 14px;
    background-color: #F3F3F3;
    color: #333333;
}

/* CSS fix for .content table borders */

.contents table {
    border-left: none;
}

.contents table td.mempage {
    border-right: none;
}

.contents table.mlabels td {
    border-right: none;
    border-bottom: none;
}

.contents .memitem table.memname td {
    border-right: none;
    border-bottom: none;
}

.contents table.mlabels td {
    border-right: none;
    border-bottom: none;
}
    
/* Code documentation Labels */

span.mlabel {
	display: inline-block;
	background-color: #00549F;
	color: white;
	padding: .2em .4em;
	margin-left: .3em;
	border-radius: .2em;
}

/* Hide breadcrumb */
div#top {
    display: none;
}

/* Fix Namespaces tables */
td.mempage {
    padding: 0;
}
.memtemplate {
    padding: 24px 0 0 24px;
}
table.memname { 
    display: contents;
}
.contents table.mlabels td.mlabels-left { 
    padding: 0 0 1rem 1rem; 
}
.contents table.mlabels td.mlabels-right { 
    vertical-align: bottom; 
    padding-bottom: .8rem; 
}
td.memname, td.paramtype, td.paramname {
    width: min-content;
}
td.round-bracket-open,
td.round-bracket-close {
    width: min-content;
    padding-left: 0;
    padding-right: 0;
}
td.mlabels-right {
    text-align: center;
}

#nav-right {
    width:255px;
    padding-left:15px;
}
#nav-right.collapse-nav-right {
    display:none;
}
#nav-right .header {
    color:#00549F;
    font-weight:bold;
    padding:0 0 5px;
    margin:0 0 5px;
    border-bottom: 1px solid #E7ECEC;
}
#nav-right ul {
    padding: 0;
    list-style: none;
}
#nav-right li {
    padding:2px 0;
}
#nav-right li.active a{
    color:#00549F;
    text-decoration:underline;
}

/* Remove doxygen tooltips */

#div-content .ttc {
    display:none;
}

/* Fix for search results page (search.php) */

.library-search-results #div-filters {
    background: #F3F9FA;
    border-bottom: 1px solid #E7ECEC;
    margin-bottom: 32px;
}
.library-search-results #div-filters .filter-label {
    background: #fff;
}
.library-search-results #div-filters .filters li div {
    margin-right: 8px;
    display: inline-block;
}

.library-search-results .icheckbox_square-plain-blue-dark, 
.library-search-results .iradio_square-plain-blue-dark {
    padding: 4px;
}
.library-search-results .content-library {
    position: relative;
}
.library-search-results .results-summary {
    text-align: left;
    color: #435A6F;
    font-size: 24px;
    margin: 0 0 1px;
    padding: 0;
    position: absolute;
    top: 170px;
    background: #FFF;
    border-bottom: 1px solid #E7ECEC !important;
    width: 100%;
    max-height: none;
    min-height: 40px;
    font-weight: 600;
    line-height: 40px;
    padding-left: 20px;
    z-index: 1;
    padding-bottom: 11px;
}
.library-search-results #div-filters h4 {
    margin: 0;
    padding: 0 0 0 20px;
    font-size: 14px;
    color: #435A6F;
    background: #fff;
}
.library-search-results #div-filters .search-filters {
    margin-bottom: 16px !important;
}
.library-search-results #div-filters ul {
    padding: 0 40px;
}

.library-flex-container #div-filters ul.toc-other-products {
    padding:0 20px;
}

.library-search-results #div-filters h3,
.library-flex-container #div-filters h3 {
    margin: 16px 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 56px;
    color: #435A6F;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
}
.library-search-results #btn_source_filter {
    display: inline-block;
    margin-bottom: 1em;
    margin: 16px 0 32px 40px;
    font-size: 20px;
    font-weight: bold;
    height: 48px;
    line-height: 33px;
    padding: 8px 32px;
    border-radius: 2px;
    border: none;
}
.library-search-results .results-details .title {
    display: block;
    position: relative;
}

.library-search-results .results-details .title .type-documentation {
    margin: 16px 0;
    font-weight: 400;
    font-size: 14px;
    word-wrap: break-word;
    padding: 8px;
    text-align: left;
    width: min-content;
    color: #435A6F;
    background: #F3F9FA;
    border: 1px solid #E7ECEC;
    border-radius: 2px;
}
.library-search-results .results-details .url {
    display: none;
}
.library-search-results .results-summary {
    font-size: 24px !important;
    position: absolute;
    top: 170px;
    left: 0;
    color: #212D39;
    z-index: 1;
    font-weight: 100;
    text-align: left;
    margin: 0;
    padding-left: 20px;
}
.library-search-results #div-results::before {
    top: 1px;
}
.library-search-results #div-filters::before {
    top: 91px;
}
.library-search-results #div-filters h3,
.library-flex-container #div-filters h3 {
    font-size: 24px;
    margin: 16px 0 0 0 !important;
    font-weight: 100;
}
.library-search-results #div-filters ul {
    font-size: 14px;
    padding: 12px 16px 0 20px !important;
}
.library-search-results #div-filters .filters li {
    margin: 8px 0 0;
    line-height: 24px;
    align-items: flex-start;
    font-weight: bold;
}
.library-search-results .results-details .title {
    margin-bottom: 8px;
    line-height: 32px;
    display: flex;
    justify-content: space-between;
}
.library-search-results .results-details .title a {
    margin-right: 8px;
    font-size: 24px;
}
.library-search-results .results-details .title a:hover {
    text-decoration: underline !important;
}
.library-search-results .results-details .title .type {
    font-size: 12px;
    border-radius: 2px;
    padding: 4px 8px;
    text-align: center;
    white-space: nowrap;
    margin-top: 4px;
    line-height: 16px;
    background-color: #F3F9FA;
    border: 1px solid #E7EAED;
    color: #435A6F;
    font-weight: bold;
}
.library-search-results .results-details .url {
    display: none;
}
.library-search-results .results-details .summary {
    color: #8CA1AB;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
}
.library-search-results .results-details .summary .titleHighlight, 
.library-search-results .results-details .summary .contentHighlight, 
.library-search-results .results-details .summary .breadcrumbHighlight {
    color: #8CA1AB;
}
.library-search-results .icheckbox_square-plain-blue-dark,
.library-search-results .iradio_square-plain-blue-dark {
    width: 24px;
    height: 24px;
}
.library-search-results .top-banner.thin .banner-form .banner-form-input {
    margin: 0;
}
.library-search-results .top-banner.thin {
    height: 106px;
    z-index: 1;
}
.library-search-results ul.ak-pagination {
    display: flex;
}
.library-search-results ul.ak-pagination li {
    border: none;
}
.library-search-results ul.ak-pagination li:hover  {
    text-decoration: underline !important;
    color: #00549F
}
.library-search-results ul.ak-pagination li.ak-page {
    padding: 0 4px;
}
.library-search-results ul.ak-pagination a:first-child li.ak-page{
    padding-left: 0;
    margin-left: 0;
}
.results-details .url {
    font-size: 12px;
}

.library-search-results ul.ak-pagination li.ak-page.active, ul.ak-pagination li.ak-page:hover {
    border: none;
}
.library-search-results .library-search-results .results-details .title a:hover {
    text-decoration: underline;
}

.library-search-results #div-filters-expand {
    border-bottom: none;
    display: block;
    margin-bottom: 8px;
    padding-top: 4px;
}

.library-search-results .results-details {
    margin-bottom: 40px;
}


/*///// USER FEEDBACK FORM /////*/

#user-feedback p  {
    color:#798185;
}

#user-feedback .top-row {
    margin-bottom:20px;
}

#user-feedback input[type="radio"] {
    display:none;
}

#user-feedback label {
    color:#798185;
    display:inline-block;
    cursor:pointer;
    font-size:1em;
    margin-left:16px;
}

#user-feedback label:hover {
    color:#009fda;
}

#user-feedback input[type="radio"]:checked + label.yes {
    color:#008000;
}

#user-feedback input[type="radio"]:checked + label.no {
    color:#B91818;
}

#user-feedback .feedback_field {
    display:none;
    margin-left: 10px;
}

#user-feedback textarea {
    max-width: 600px;
    min-height:125px;
}

#user-feedback .bottom-row > div {
    background-color:#FAFAFA;
    padding:0.5em 2.5em 2em 2.5em;
    width:50%;
}

/*///// END USER FEEDBACK FORM /////*/

#div-breadcrumb {
    display:flex;
    padding-right:20px;
}


/*///// MEDIA QUERY /////*/

/* inherited */
@media (max-width: 480px) {
    .results-details .summary {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .results-details .summary .thumb img {
        width: 100%;
        margin-bottom: 0.5em;
    }
}

@media only screen and (max-width: 1024px) {
    #user-feedback .bottom-row {
        flex-direction: column;
    }

    #user-feedback .bottom-row > div {
        width:100%;
    }
    
    #nav-right, #nav-btn {display:none;}
    
    .top-banner.with-form .banner-form input {
        width: 75% !important;
        max-width: 75% !important;
    }
    button#banner_submit {
        width: 25% !important;
        float: right;
    }
    
    .collapse-toc + #results-and-nav-wrap {
        max-width:100% !important;
    }
    .collapse-result {
        max-width: calc(100% - 340px) !important;
    }
}

/* Mobile  smaller than 767px */ 
@media only screen and (max-width: 767px) {

	/* inherited */

    .library-flex-container {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .library-flex-container .material-icons {
        font-size: 1.43em;
    }
    #div-content {
        margin-left: 0 !important;
    }
    #div-content pre {
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-break: keep-all;
    }
    #div-filters-expand {
        display: block;
    }
    #div-filters {
        display: none;
        margin-bottom: 1em;
    }
    #div-results {
        padding: 0;
    }
    #div-filters-expand {
        align-items: center;
        -webkit-align-items: center;
        margin-bottom: 1.5em;
        cursor: pointer;
        display: -webkit-flex;
        display: flex;
    }
    #div-filters-expand .expand-trigger {
        border: 2px solid #eee;
        border-radius: 50%;
        width: 2.5em;
        height: 2.5em;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        margin-right: 1em;
    }
    #div-filters-expand .expand-trigger .material-icons {
        color: #009fda;
        font-size: 1.875em;
    }
    #div-filters-expand p {
        margin: 0;
        color: #009FDA;
        font-weight: bold;
        font-size: 1.25em;
    }
    #btn_source_filter {
        display: inline-block;
        margin-bottom: 1em;
    }

	/* custom */

	body {
		overflow-x: hidden;
	}

    #search_form {
        font-family: 'Noto', 'Prompt', sans-serif;
    }

    button#banner_submit {
        font-weight: 600;
    }

    #nav-right, #nav-btn {display:none;}

    .menu-container, .menu-container.nav-down {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    .bootstrap .doc-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
	.top-banner {
        width: 100%;
        height: 72px !important;
        top: 200px;
        left: 0px;
        padding-bottom: 8px;
        z-index: 1;
	}

    /* EMployee menu is visible */
	.jakhub-header:has( [class*='employeeTools']) + .main-content-wrap .top-banner  {
        top:275px;
	}

	.top-banner .banner-form {
		padding: 16px;
		margin-top: 0;
	}
	.top-banner.with-form .banner-form input {
		max-width: 75%;
	}
	#banner_submit {
		width: 16%;
	}
	#banner_search {
		width: 75%;
        margin: 0;
	}
	button#banner_submit {
		margin: 0;
		margin-left: 10px;
		padding: 0;
		width: 255px;
		text-align: center;
		float: right;
	}
	button.banner-form-submit, a.banner-form-submit {
		padding: 0;
	}
	.library-flex-container {
		position:relative;
		margin-top: 16px;
	}
	#div-filters-expand {
	    margin-bottom: 0;
	    border-bottom: 1px solid #E7ECEC;
	    background: #F3F9FA;
	    padding-top: 8px;
	    padding-bottom: 8px;
        padding-left: 10px;

        display: none;
	}
	#div-filters {
		position: relative;
		padding-bottom: 0;
		margin-bottom: 0;
        display: block !important;
        border-bottom: 0;
        flex-basis: 200px;
	}
    .filter-label {
        margin: 0 0 0 20px;
    }
	#div-filters .search-filters {
		padding: 6px 16px 0;
		margin-bottom: 0 !important;
	}
	.search-filters .search-filter-input {
		width: 100%;
	}
	.search-filter-dropdown {
		background-color: #fff;
	}
    
	#div-content {
		width: 100%;
        padding: 8px !important;
	}

    .main-column {
        width: 100%;
    }
    .sub-column {
        display: none;
    }

	.itemizedlist {
		margin-top: 32px;
	}
	.informaltable {
		margin: 16px 0 24px;
	}
	.mediaobject img {
		max-width: 100%;
		margin: 8px 0;
	}
    .footer-legal-bg {
        display: none;
    }
    .warning-redirect {
        margin-top: 24px;
    }
    .library-search-results #div-filters {
        padding-bottom: 16px;
    }
    .library-search-results #div-filters .search-filters {
        padding-bottom: 112px !important;
        margin-bottom: 24px !important;
    }

    .library-search-results #div-filters-expand {
        margin-bottom: 0;
        padding-top: 24px;
    }

    .row.main-content {
        margin-bottom: 0px;
    }

    #div-breadcrumb {
        padding-right: 8px;
        padding-left: 8px;
    }

    #div-toc {
        height: auto !important;
    }
    .m-collapse-toc {
        display:none !important;
    }
    .collapse-toc {
        max-width: 100%;
        width: 100% !important;
    }
    .collapse-result {
        max-width: 100% !important;
    }
}

/* Screen width wider than 768px */
@media only screen and (min-width: 768px) {


    #top_menu {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

    #top_menu .container-fluid {
        max-width: 70rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 16px;
        padding-right: 16px;
    }

    .menu-container {
        height: 72px;
    }

    .doc-container {
        max-width: 70rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    .menu-container, .menu-container.nav-down {
        box-shadow: none;
    }

    .top-banner {
        font-family: 'Noto', sans-serif;
        height: 106px;
        left: 370px;
        width: calc(100% - 370px);
        padding-top: 20px;
        border-bottom: none;
    }
    .top-banner.with-form .banner-form input {
        width:calc(100% - 265px);
        max-width:calc(100% - 265px);
    }
    button#banner_submit {
        width: 245px;
        float: right;
        margin: 0;
        margin-left: 10px;
        margin-right: 10px;
    }
    #div-filters {
        background: #F3F9FA;
        margin-top: 16px;
        margin-left: -15px;
        border: none;
        position: relative;
        display: block;
    }
    .row.main-content {
        margin-bottom: 0;
    }
    .filter-label {
        padding: 0 0 4px 30px;
        background: #FFF;
    }
    .search-filters {
        margin-bottom: 0;
        padding: 0 8px 18px 14px;
    }
    .search-filter-dropdown-choice .material-icons {
        padding-top: 2px;
    }
    .library-flex-container {
        width: 100%;
    }
    .library-flex-container.documentation-body {
        position:relative;
    }
    #div-results {
        padding: 0px 15px 24px 24px;
        border-right:1px solid #E7ECEC;
        position: relative;
    }
    #div-content .navpath {
        margin-top: -7px;
    }
    .footer-container {
        width: 100%;
        position: relative;
        background-color: #fff;
        border-top: 1px solid #E7ECEC !important;
    }
    .footer-container .container-fluid {
        max-width: 70rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 16px;
        padding-right: 16px;
    }
    .footer-links,
    .footer-legal {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .footer-legal {
        position: relative;
        display: block;
        z-index: 1;
    }
    .footer-legal-bg {
        width: 100%;
        background-color: #F1F1F1;
        height: 60px;
        position: absolute;
        bottom: 0;
        display: block;
    }


    /* Search Page Fix */
    .library-search-results .results-summary {
        font-size: 36px !important;
        top: 107px;
        left: 345px;
        border-bottom: none !important;
        border-top: 1px solid #E7ECEC !important;
        padding-top: 24px;
        padding-left: 32px;
    }
    .library-search-results #div-results {
        padding-top: 100px;
    }
    .library-search-results #div-results:before {
        padding-top: 2px;
        margin-top: 0;
    }

    .collapse-toc {
        display:flex !important;
        width: 0px !important;
        visibility:hidden;
    }
    .collapse-toc + #results-and-nav-wrap:has(+ #nav-right:not(.collapse-nav-right)) {
        max-width:calc(100% - 255px);
    }
    .collapse-toc + #results-and-nav-wrap #div-results {
        padding:0 15px 24px 15px;
    }
    .m-collapse-toc {
        max-width: 100%;
    }
    .collapse-result {
        max-width: calc(100% - 340px);
    }

    .collapse-result:has(+ #nav-right:not(.collapse-nav-right)) {
        max-width: calc(100% - 340px - 255px);
    }

}

@media only screen and (max-width: 850px) {
    #div-content {
        margin-left: 0 !important;
    }
}


/* laptop */
@media only screen and (min-width: 992px) {
    .menu-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 0.8;
    }

    .container-fluid {
        max-width: 100rem;
        padding-left: calc(50% - 496px);
        padding-right: calc(50% - 496px);
    }
}

/* Desktop */
@media only screen and (min-width: 1199px) {
    #top_menu .container-fluid {
        max-width: 100rem;
    }
    .doc-container {
        max-width: 100rem;
    }
    .container-fluid {
        max-width: 100rem;
        padding-left: calc(50% - 600px);
        padding-right: calc(50% - 600px);
    }
    .menu-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #div-content {
        width: 100%;
    }
}

/* Monitor */
@media only screen and (min-width: 1600px) {
     .container-fluid {
        max-width: 100rem;
        padding-left: calc(50% - 800px);
        padding-right: calc(50% - 800px);
    }

}



@media (min-width: 768px) {
    .menu-container {
        font-size: 0.7em;
    }
}
@media (min-width: 830px) {
    .menu-container {
        font-size: 0.7em;
    }
}
@media (min-width: 991px) {
    .menu-container {
        font-size: 0.7em;
    }
}
@media (min-width: 1080px) {
    .menu-container {
        font-size: 0.8em;
    }
    #div-filters {
        margin-top: 16px;
    }
}
@media (min-width: 1199px) {
    .menu-container {
        font-size: 0.8em;
    }
}
@media (min-width: 1300px) {
    .menu-container {
        font-size: 0.8em;
    }
}
@media (min-width: 1350px) {
    .menu-container {
        font-size: 0.8em;
    }
}

.footer[alt='doxygen'] {
	display: inline-block;
	width: 50px;
	min-height: auto !important;
	background-color: transparent;
}