
/* IAR HTML5 Help CSS */

/* Primary color for links, buttons, sidebar, portal-header etc */
a,.text-primary,.btn-link,.pagination>li>a,.pagination>li>span,.publication-contents a:hover {
    color:#1976d2;
}

.bg-primary,.btn-primary,.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus,.site-sidebar,.portal-single-publication .publication-icon {
    /*background-color:#1976d2;*/
	background-color:#000000;
}

.portal-header::before{
  background-color: #000000;  
}


.btn-primary,.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    /*border-color:#1976d2;*/
	border-color:#000000;
}

/* Hover primary color */
a:hover,a:focus,.btn-link:hover,.btn-link:focus {
    color: #11508e;
}

.nav-site-sidebar li a:focus{
    background-color: transparent;
}

a.text-primary:hover,a.text-primary:focus,.btn-primary:hover,a.bg-primary:hover,a.bg-primary:focus,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary,.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.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 {
    background-color:#11508e;
}

.btn-primary:focus,.btn-primary.focus,.btn-primary:hover,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary,.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.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 {
    border-color:#11508e;
}

/* Secondary color - For portal search button, publication count */
.portal-header .portal-search button,.publication-contents h4 span {
    background-color:#e7371e;    
}
.portal-header .portal-search button:hover{
     background-color:#e7371e;
}

/* Tertiary color - For pager */
.pager li>a,.pager li>span {
    color:#63a4ff;   
}

.pager li>a:hover,.pager li>span:hover {
    background-color:#63a4ff;
}    

/* content-theme2.css
================== */
.example {
    border: 1px solid #ccc;
    padding: 1em;
}

/* Make images full size in the popover */
.popover .mediaobject * {
    width: 100%!important;
}

.mediaobject{
    margin-bottom: 20px;
}

td .mediaobject {
    margin-bottom: 5px;
}

.mediaobject .caption{
    margin-top: 10px;
    font-style: italic;
}

.caption {
    font-size: 0.9em;
}

/*RTL:*/
*[dir='rtl'] .publication-contents h4 span{
    margin-right: -14px;
    margin-left: 0px;
}

*[dir='rtl'] .publication-contents h4 a{
    margin-right: 20px
}

*[dir='rtl'] .publication-contents li::before{
    margin-right: -8px;
    margin-left: 0px;
}

*[dir='rtl'] .publication-contents ul{
    padding-right: 0px;
    padding-left: 0px;
}

*[dir='rtl'] .publication-contents {
    padding-right: 30px;
}


*[dir='rtl'] .portal-header .portal-search button{
    border-radius: 4px 0 0 4px;
}

*[dir='rtl'] .portal-header .portal-search .search-field{
    border-radius: 0 4px 4px 0;
}

.portal-search .btn[disabled]{
    opacity: 1;
    cursor: auto;
}

*[dir='rtl'] .nav-site-sidebar ul a{
    padding: 5px 30px 5px 20px;
}

/* Always left to right on code samples */
*[dir='rtl'] pre{
    direction: ltr;
    text-align: start;
}

th{
    text-align: start;
}

/* PORTAL */

.theme3 .portal-single-publication .publication-icon{
  background-color: #000000;  
}

/* Adjusted height and width for the panel boxes */
.portal-single-publication a{
 	color:#333;
	display:inline-block;
	padding:20px 20px;
	width:75%;
	height:95%;
	border-radius:3px;
  	background-color:#fff;
	-webkit-box-shadow:0 3px 15px rgba(0, 0, 0, 0.09);
	box-shadow:0 3px 15px rgba(0, 0, 0, 0.09);
	-webkit-transition:-webkit-box-shadow 0.1s ease-in-out;
	transition:-webkit-box-shadow 0.1s ease-in-out;
	-o-transition:box-shadow 0.1s ease-in-out;
	transition:box-shadow 0.1s ease-in-out;
	transition:box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-outline
}


.theme2 .portal-footer{
  color: #fff;  
}

.theme2 .dropup.languages > a{
    color: #fff;  
}

.theme2 .dropup .caret{
    border-bottom: 4px solid #fff;
}

.theme2 .portal-header::before{
    background-color: #222;
}


.theme2 .site-sidebar{
    background-color: #fafafa;
}

body.theme2 {
    background-color: #fff;
    font-size: 12px;
}

.theme2.colored-top .nav-site-sidebar{
    width: 100%;
}


.portal-header::after{
    z-index: -5;
    background: url(image/portal2b-bg.jpg) no-repeat center center;
    background-size: cover;
    opacity: .4;
    filter: grayscale(100%);
}

.portal-search-result{
    padding: 10px 150px 50px;
}

@media (max-width: 991px) {
  .portal-search-result {
    padding-left: 0;
    padding-right: 0;
  }
}

ul.searchresults{
    list-style-type: none;
    padding-left: 0px;
}

li.searchresultitem{
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.searchresultitem.selected-searchresultitem {
    background-color: #f5f5f5;
    border-radius: 5px;
}

.searchresultsnippet{
    font-weight: 300;
}

.search-result-url, .search-result-breadcrumbs{
    color: #ccc;
}



.show-all-categories{
    text-align: center;
    margin: 0 auto;
    font-size: 0.9em;
}

.category-more-toc .showmore, .more-toc .showmore{
    display: inline;
}

.category-more-toc .showless, .more-toc .showless{
    display: none;
}

/* Changed from h2 in HTML template */
.portal-contents h5{
    margin: 2em 0 1.2em;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px
}

/* Features */
#disqus_thread{
   margin-top: 40px; 
}

/* Site content */

.panel-heading :not(div).title:before,
.panel-heading .sidebar-title:before{
    color: #bdbdbd;
    font-family: 'Glyphicons Halflings';
    vertical-align: middle;
    line-height: normal;
    content: "\e258";
}

 .panel-heading.active :not(div).title:before, .panel-heading.active .sidebar-title:before{
     content: "\e259";
 }

.panel-default > .panel-heading{
    background-color: transparent;
    padding: 1em 0em;
}

.panel{
    border: none;
    border-bottom: 0.5px solid #bdbdbd;
}

/* No border for nested accordions */
.panel.panel-default .panel.panel-default{
    border: none;
}

.panel-body{
    padding: 0em 1em;
    margin-left: 10px;
}

.inlinemediaobject {
	vertical-align: 0.275em;
}

body{
    /* Important: cannot be set to left, otherwise rtl languages do not work */
    text-align: start;  
}

/*Changed in main themes instead: PAL2-1976*/
/*main ol{
    list-style: decimal;
}

main ol ol{
    list-style-type: lower-alpha;
}


main ol ol ol{
    list-style-type: lower-roman;
}*/

main ul {
    list-style: disc;
}

.toc .glyphicon:before{
    /* Unicode triangle option:
    content: "\25b8";
    font-size: 1.6em;*/
    /* Chevron */
    content: "\e080";
    /* menu right */
    content: "\e258";
}

.toc .opened > .topic-link > .glyphicon:before{
    /* Unicode triangle option:
    content: "\25BE";
    font-size: 1.6em;*/
    /* Chevron */
    content: "\e114";
    /* menu down */
    content: "\e259";
}

.nav-site-sidebar .topic-link{
    position: relative;
    padding-right: 38px;
}

.toc .glyphicon{
    position: absolute;
    top: 0;
    right: 10px;
    margin: 4px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    font-size: 10px;
}

.theme2 .toc .glyphicon{
    margin-top: 6px;
}

.theme2 .toc > li{
    border-bottom: 0.5px solid #e0e0e0;
}

.theme2 .nav-site-sidebar>li>a{
    font-weight: normal;
}


.theme2 .toolbar{
    padding: 20.5px 25px;
}

.theme1 .site-sidebar .logo{
    width: 50%;
    max-width: 160px;
    padding: 45px 0;
    padding-top: 20px;
    display: inline-block
}

code.email{
    background-color: transparent;
}

.procedure-title, .variablelist-title, .orderedlist-title, .itemizedlist-title, .task-title{
    margin: 1.2em 0 1em;
    font-weight: 700;
}


.example-title{
    font-weight: 700;
}


.nav-site-sidebar ul .active > a{
    font-weight: bold;
}

a:hover{
    text-decoration: none;
}

.informaltable td p,
.informaltable th p,
.table td p,
.table th p{
    margin: 0px;
    margin-bottom: 1.5em;
}

/* Space for multiple p tags in td, but not for the last one */
.informaltable td p:last-child,
.informaltable th p:last-child,
.table td p:last-child,
.table th p:last-child {
margin-bottom: 0em;
}



.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th{
    background-color: #f6f6f6;
}

pre,
code{
    font-size: 0.8em;
}

h1,
h2,
h3,
h4,
h5{
    margin: 1.2em 0 1em;
}

h5, .h5, h6, .h6{
    font-size: inherit;
    font-weight: 700;
}

h5, .h5{
    text-transform: uppercase;
}

#topic-content > section > .titlepage .title{
    margin: 0em 0 1em;
}

.section-toc ul, .relationship-toc ul{
    padding-left: 15px;
    margin: 0 0 0em;
    list-style: none;
}

.section-toc > ul,  .relationship-toc  > ul{
    padding-left: 0px;
}

div.section-toc-title{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

/* If using both section toc and relationships in sequence */
.section-toc + .relationship-toc {
    margin-top: 1em;
}

.section-toc .topic-link, .relationship-toc .topic-link{
    font-size: 0.9em;
}

#top-pager{
    display: none;
    margin: 0 9%;
}

#top-pager ul.pager{
    margin-bottom: 0px;
}

#top-pager .pager li>a{
    border-radius: 15px;
    padding: 5px 14px;
}

/* Theme specific */

/* Hide all labels on admonitions */
.admonition-label{
display:none;
}

.warning > p,
.note > p,
.important > p,
.caution > p,
.tip > p{
    margin-left: 0px;
	margin-top: 10px;
    -webkit-margin-before: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 40px
}

.warning > *,
.note > *,
.important > *,
.caution > *,
.tip > *{
    margin-left: 0px;
    -webkit-margin-before: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 40px
}

.warning h3,
.note h3,
.important h3,
.caution h3,
.tip h3{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 30px 0px 0px;
    background-color: transparent;
    color: inherit;

    font-size: 1.2em;
}

.warning h3:before,
.note h3:before,
.important h3:before,
.caution h3:before,
.tip h3:before{
    content: none;
}

.warning,
.note,
.important,
.caution,
.tip{
    display: block;
    padding: 12px 18px 12px 65px;
    -moz-background-clip: padding;
    border-left-width: 5px;

    border-left-style: solid;
    border-left-color: #ffffff00;
    line-height: 1.4em;
    margin-top: 18px;
    margin-bottom: 18px;
    position: relative;

    background-color: #ffffff00;
    background-color: rgba(0, 0, 0, 0);

    margin-left: 0px !important;
    margin-right: 0px !important;
}

.note:before,
.tip:before,
.warning:before,
.caution:before,
.important:before{
    content: '\f0a4';
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    left: 20px;
    top: 22px;
    vertical-align: middle;
    font-family: FontAwesome;
}

.note:before {
    content: '\f0a4';
    color: #000000;
}

.important:before{
    content: '\f06a';
}

.notice:before{
    content: '\f05a';
    color: #000000;
}

.notice{
    border-left-color: #ffffff00;
    background-color: rgba(0, 0, 0, 0);
}

.tip{
    border-left-color: #ffe600;
    background-color: rgba(255, 249, 153, 0.05);
}

.tip:before{
    content: '\f0eb';
    color: #ffe600;
    font-family: FontAwesome;
}

.warning{
    border-left-color: #e7371e;
    background-color: rgba(240, 128, 117, 0.08);
}

.warning:before{
    content: '\f071';
    color: #e7371e;
}

.warning.danger{
    border-left-color: #ffffff00;
    background-color: rgba(0, 0, 0, 0);
}

.warning.danger:before{
    content: '\f120';
    color: #000000;
    font-family: FontAwesome;
}

.caution{
    border-left-color: #ffffff00;
    background-color: rgba(0, 0, 0, 0);
}

.caution:before{
    content: '\f0db';
    color: #000000;
    font-family: FontAwesome;
}

div.feedback-panel #email-feedback{
    display: none;
}

div.feedback-panel #email-feedback.no-voting, div.feedback-panel #email-feedback.feedback-link-visible{
    display: block;
}

div.feedback-panel{
    border-top: 1px solid #f5f5f5;
    width: 100%;
    margin-left: 16.66666667%;
    padding-left: 0;
    background-color: #ffffff;
    border-radius: 6px;
    max-width: 66.66666667%;
    float: left;
    text-align: center;
    padding: 20px;
}

div.feedback-panel .btn{
    position: relative;
    float: left;
    /*border: 1px solid #1976d2;*/
	border: 1px solid #000000;
    margin: 10px 20px !important;
    border-radius: 3px !important;
    padding: 5px 30px;
    background-color: transparent;
}

div.feedback-panel .btn.active,
div.feedback-panel .btn:active{
    -webkit-box-shadow: none;
    box-shadow: none;
    /*background-color: #1976d2;*/
    background-color: #000000;
    color: #ffffff;
}

div.feedback-panel .btn.active.focus, div.feedback-panel .btn.active:focus, 
div.feedback-panel .btn.focus, div.feedback-panel .btn:active.focus, 
div.feedback-panel .btn:active:focus, div.feedback-panel .btn:focus {
    outline: none;
}

.feedback-panel .voting-feedbackicon{
    display:none;
}

.feedbackicon{
    margin-right: 0.5em;
    font-size: 1.5em;
    vertical-align: text-bottom;
}

.theme2 .site-footer{
    display: block;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
}

.copyright{
    float:left;
    margin-right: 30px;
}

/* Countering effect of upgrade to Bootstrap 3.3.7 (min version now) */
.pull-right>.dropdown-menu {
    right: initial;
}

/* For page toc if selected: */
/* To theme1 */
.theme1 .section-nav.nav li.active>a {
    /*color: #1976d2;*/
	color: #000000;
}

.theme1 .section-nav.nav>li.active>a:before {
    content: '';
    border-radius: 50%;
    left: -3px;
    top: 12px;
    /*background: #1976d2;*/
	background: #000000;
    position: absolute;
    width: 6px;
    height: 6px;
}

@media (min-width: 768px){
    .theme1.page-toc main article {
        padding-left: 16.66666667%;
    }
}

/* To theme2 */
.theme2 .section-nav.nav li.active>a {
    color: #7e57c2;
}

.theme2 .section-nav.nav>li.active>a:before {
    content: '';
    border-radius: 50%;
    left: -3px;
    top: 12px;
    background: #7e57c2;
    position: absolute;
    width: 6px;
    height: 6px;
}

@media (min-width: 768px){
    .theme2.page-toc main article {
        padding-left: 8.33333333%;
    }
}

sm-simple.css
=============
@media (min-width : 768px) {
    .sm.sm-simple {
        /*To make this work with version menu and top nav together, if used*/
        float: left;
    }

    .sm-simple ul {
        position: absolute;
        width: 12em;
    }

    .sm-simple li {
        float: left;
    }

    .sm-simple.sm-rtl li {
        float: right;
    }

    .sm-simple ul li,
    .sm-simple.sm-rtl ul li,
    .sm-simple.sm-vertical li {
        float: none;
    }

    .sm-simple a {
        /*    white-space: nowrap;*/
        white-space: normal;
    }

    .sm-simple ul a,
    .sm-simple.sm-vertical a {
        white-space: normal;
    }

    .sm-simple .sm-nowrap > li > a,
    .sm-simple .sm-nowrap > li > :not(ul) a {
        white-space: nowrap;
    }

    .theme2 .toolbar.top-nav-on {
        padding: 11px 25px;
    }
    .toolbar.top-nav-on .breadcrumb-container {
        padding: 11px 20px;
    }


    .portal-header-navbar .sm-simple {
        margin-top: 10px;
        margin-right: 15px;
    }
    .sm-simple a,
    .sm-simple a:hover,
    .sm-simple a:focus,
    .sm-simple a:active,
    .sm-simple a:visited,
    .sm-simple a.highlighted {
        padding: 11px 20px;
        /*setting the color of links here*/
		color: #1976d2;
    }

    .sm-simple > li > a,
    .sm-simple > li > a:hover,
    .sm-simple > li > a:focus,
    .sm-simple > li > a:active,
    .sm-simple > li > a.highlighted {
        /*padding-right: 30px !important;*/
        color: inherit !important;
        background: transparent !important;
    }

    .sm-simple a:hover,
    .sm-simple a:focus,
    .sm-simple a:active,
    .sm-simple a.highlighted {
        background: #eeeeee;
    }
    
    .sm-simple ul li a,
    .sm-simple ul li a:hover,
    .sm-simple ul li a:focus,
    .sm-simple ul li a:active,
    .sm-simple ul li a.highlighted
    {
        /* For glyph not to overlap when child topics in sub menu */
        padding-right: 30px;
    }

    .sm-simple .caret {
        margin-right: 8px;
    }

    .sm-simple .glyphicon {
        position: absolute;
        top: 0;
        right: 10px;
        margin: 4px;
        margin-top: 16px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: 300;
        line-height: 1;
        font-size: 10px;
    }

    .sm-simple .glyphicon:before {
        content: "\e258";
    }

    .sm-simple ul {
        background: #fff;
        box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    }

    .sm-simple.sm-rtl a.has-submenu {
        padding-right: 20px;
        padding-left: 32px;
    }

    .sm-simple.sm-rtl.sm-vertical a.has-submenu {
        padding: 10px 20px;
    }

    .sm-simple.sm-rtl > li:first-child {
        border-left: 1px solid #eeeeee;
    }
    .sm-simple.sm-rtl > li:last-child {
        border-left: 0;
    }
    .sm-simple.sm-rtl ul a.has-submenu {
        padding: 11px 20px;
    }

    .sm-simple.sm-vertical li {
        border-left: 0;
        border-top: 1px solid #eeeeee;
    }
    .sm-simple.sm-vertical > li:first-child {
        border-top: 0;
    }

    .sm-simple a,
    .sm-simple a {
        font-size: 14px;
    }

    .theme3 .sm-simple,
    .theme3b .sm-simple {
        float: left;
        margin: 0;
    }

    .theme3 .sm-simple > li > a,
    .theme3b .sm-simple > li > a {
        color: inherit;
        padding-top: 15px;
        padding-bottom: 15px;
        font-weight: 400;
        text-transform: uppercase;
    }
}
/* Styling the H4 to make it more distinctive */
.h4, h4 {
}

/*Getting rid of padding on code and parameter keywords*/
code {
    padding: 1px;
    font-size: 100%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 1px
}

/* Font sizes */

/*.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit*/
}

/*.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777777
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}
*/
.h1,h1 {
    font-family: Suisse, Roboto, Arial, sans-serif;
    font-size: 36px
}

.h2,h2 {
    font-family: Suisse, Roboto, Arial, sans-serif;
    font-size: 30px
}

.h3,h3 {
    font-family: Suisse, Roboto, Arial, sans-serif;
    font-size: 24px
}

.h4,h4 {
    font-family: Suisse, Roboto, Arial, sans-serif;
	text-decoration: underline;
    font-size: 18px
}

.h5,h5 {
    font-family: Suisse, Roboto, Arial, sans-serif;
    font-size: 16px
}

.h6,h6 {
    font-family: Suisse, Roboto, Arial, sans-serif;
    font-size: 14px
}

p {
    margin: 0 0 10px
}

body {
    font-family: Suisse, Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #333333;
    background-color: #fff
}

/* Larger font in programlisting */

pre, code {
    font-size: 1em;
}

/* Remove the Category Panel section from the portal page */
/* .portal-publications .inner-row {    
//    display:none;
}

.show-all-category {
    display:none;
}*/

/* Fixes the mobile view drop-down menu: */

@media (max-width: 767px) {
    div#navbar{
        background-color: #ffffff; 
    }
    
    div#navbar ul a {
        color: #555555;
        padding: 5px 10px;
    }

    .has-submenu {
        font-weight: bold;
    }
}
