




@import url('https://fonts.googleapis.com/css2?family=Nunito');
@import url('https://fonts.googleapis.com/css2?family=Inter');

/* Primary color for links, buttons, portal header, titles  */
a,
.text-primary,
.btn-primary .badge,
.btn-link,
.pagination > li > a,
.pagination > li > span,
.nav-site-sidebar .active > a,
.portal-single-publication .publication-icon i,
.portal-single-publication .publication-icon .fa,
.publication-contents a:hover,
.publication-contents h4 a,
.titlepage h1.title,
.titlepage h2.title,
.titlepage h3.title{
    color: #037E9C; /* originally 4087c3 */
    font-family: 'Nunito';
    font-style: normal;
}

.site-content p{
    font-family: 'Inter';
    padding: 0%;
}


h2,
h3.subtitle, 
h4,
h5,
h6 {
    font-family: 'Nunito';
    color: #037E9C;
}

.section,
.breadcrumb-node,
.abstract-title, 
.copyright, 
.date-modified-text,
.formatted-date {
    font-family: 'Nunito';
}

.titlepage h1.title{
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #037E9C;
}

h2{
    font-size: 32px;
    font-weight: 600;
}

h3{
    font-size: 22px;
    font-weight: 600;
}

h4{
    font-size: 16px;
    font-weight: 600;
}

body.theme2{
    font-size: 16px;
    line-height: 22px;
}

.toolbar.top-nav-on{
    position: fixed;
    width: calc(100%-240px);
    height: 64px;
    left: 180px;
    top: 6px;
    opacity: 1;
    filter: drop-shadow(0px 2px 8px rgba(252, 252, 252, 0.15));
    background: #FFFFFF;
}

.toolbar > * {
    color: #000000;
}

.bg-primary,
.btn-primary,
.publications-condensed .portal-single-publication a,
.toolbar,
.pager li > a:hover,
.pager li > span:hover,
.colored-top .site-sidebar-header{
    background-color: #252525
}

.btn-primary,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.colored-top .site-sidebar-header{
    border-color: #252525;
}

/* Hover primary color */
a:hover,
a:focus,
a.text-primary:hover,
a.text-primary:focus,
.btn-link:hover,
.btn-link:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus{
    color: #999;
}

a.bg-primary:hover,
a.bg-primary:focus,
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.portal-header .portal-search button:hover{
    background-color: #999;
}

.site-sidebar .logo{
    padding: 10px 0;
}

.nav-site-sidebar .active > a:hover,
.nav-site-sidebar .active > a:focus,
.nav-site-sidebar .active > a {
    background-color: #94174F;
    color: #FFFFFF;
}

.toc .glyphicon:before{
    content: "\e259";
}

.toc .opened > .topic-link > .glyphicon:before {
    content: "\e260";
}

.nav-site-sidebar li a{
    background: #F9F7F9;
}

.nav-site-sidebar ul a{
    background: #ECEBEC;
}

.theme2 .site-footer{
    padding-left: 0px;
    padding-right: 0px;
}

.portal-footer .inner,
.site-footer .inner{
    padding: 25px 15px;
    background-color: FF00FF;
}

#striim-footer{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    background: #00a7e5;
    padding-top: 20px;
    padding-bottom: 25px;
    color: #fff;
    text-align: center;
}

.striim-demo-text{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #fff;
    margin-top: 0;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0em;
}

/*#striim-footer h2{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #fff;
    margin-top: 0;
    font-weight: bold;
    font-size: 26px;
}*/

#footer-schedule-demo{
    margin-right: 50px;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
    text-decoration: none;
    margin-top: 20px;
    padding: 12px 45px;
    border: 2px solid #fff;
    background: #00a7e5;
    color: #fff;
}

#footer-download{
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    cursor: pointer;
    text-decoration: none;
    margin-top: 20px;
    padding: 12px 45px;
    border: 2px solid #fff;
    background: #fff;
    color: #00a7e5;
}


.section-toc .topic-link {
    padding: 0px;
}

.theme2 .site-sidebar-header {
    padding: 5px;
}

.version-dropdown{

    width: 150px;
    height: 40px;
    float: right;
    filter: drop-shadow(5px 5px 5px rgb(48, 48, 48));  /* added drop shadow here */
    background: #94174F;
    color: #FFFFFF;
    border-radius: 8px;
    opacity: 1;
}

.version-dropdown li{
    background: #FFFFFF;
    opacity: 1;
}

.sm-nowrap > li > a {
    background-color: rgba(255, 255, 255, 1);
    box-shadow : 1px 1px 1px 0px rgb(79, 79, 79); /* added box shadow here*/
}

.toolbar-tools .tool-search .tool-search-form {
    border-color:  #666;
}

.toolbar-tools .tool-search .tool-search-form input {
  background-color: #fff;
  border: 1px solid;
  border-radius: 8px;
  border-color: #bbb;
}

.toolbar-tools .tool-search .tool-search-form ::placeholder {
    color:  #aaa;
    opacity: 1;
}

.toolbar-tools .tool-search .tool-search-form #search {
    color: #444;
}

.tool-search-form .search-field {
    box-sizing: border-box;
    margin-left: -13%;
    width: 87%;
    height: 55px;
    top: 25px;
}

.versionselector .btn{
    padding: 0px 20px;
}

.versionselector .btn .caret {
    margin-left: 5px;
}

.versionselector .btn-primary:hover, .versionselector .btn-primary:active, .versionselector .btn-primary:focus{
    background-color: transparent!important;
    border-color: transparent!important;
    
    background-color: #FEFEFF;
    box-shadow: 0px 4px 5px rgba(157, 158, 161, 0), 0px 1px 10px rgba(157, 158, 161, 0), 0px 2px 4px rgba(157, 158, 161, 0);
}

.site-sidebar .site-sidebar-header{
    height: 80px;
    background-color: #FFFFFF;
    filter: drop-shadow(0px 2px 8px rgba(252, 252, 252, 0.15));
}

.breadcrumb .breadcrumb-link a{
    color: #037E9C;
}

.breadcrumb-node {
    color: #000000;
}

.informaltable .th {
    background-color: #eee;
}

.informaltable .th {
    padding: 8px;
}

.informaltable .td {
    padding: 8px;
    vertical-align: top;
}

.fixed-toolbar .breadcrumb-container {
    margin-left: 2.5%;
}

/* tries to fixwid the sidenav */
.site-sidebar {
    float: left;
    width: 250px;
}

/*
tries to maxwid the textarea 
.section {
    max-width: 1000px;
}
*/

/* fixes for wide tables and overmargined textarea */
.page-toc main article {
    padding-left: 2% !important;
    width: 85%;
}


