




/* Basis Style Sheet for HTML documentation */


/* ========================================================
# typography
======================================================== */

body,
html {
    font-family: 'Source Sans Pro', sans-serif;
    color: #0A0A0A;
    line-height: 1.7;
    font-size: 100%;
}


a, 
.text-primary, 
.btn-link, 
.pagination>li>a, 
.pagination>li>span, 
.publication-contents a:hover {
    color: #3B5CAD;
}


h1, 
h2, 
h3, 
h4, 
h5, 
h6,
.title {
    font-family: 'Dosis', sans-serif;
    letter-spacing: 0.5px;
}

h2,
h3,
h4 {
    font-weight: 700;
}


h3 {
    color:  #2260de;
}

h4,
h4.title {
    text-transform: uppercase;
    font-size: 1.3rem;
}

h5,
h5.title {
    text-transform: uppercase;
    font-size: 1.125rem;
}

h2,
h4 {
    color:  #45526c;
    font-weight: 700;
}

code {
    color: #2260de;
    background-color: #e8eaed;
    padding: 3px 5px;
}


/* ========================================================
# navigation
======================================================== */

/*-buttons-
    ======================================================== */

.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,  
.portal-single-publication .publication-icon {
    background-color: #1976d2;
}


a, 
.text-primary, 
.btn-link, 
.pagination>li>a, 
.pagination>li>span, 
.publication-contents {
    color: #2260de;
}

a:hover, 
.text-primary:hover, 
.btn-link:hover, 
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.publication-contents a:hover {
    color: #2260de;
    text-decoration: underline;
}



/*-site sidebar-
    ======================================================== */
.site-sidebar {
    background-color:  #45526c;
}

.theme1 .site-sidebar .logo {
    padding: 30px 0;
    padding-top: 30px;
    width: 70%;
}

.nav-site-sidebar li a {
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    color:  #fff;
}

.nav-site-sidebar li ul li a {
    color: rgba(255,255,255,0.7);
}

.nav-site-sidebar li a:focus, 
.nav-site-sidebar li a:hover,
.search-field {
    background-color: #13233a;
}

.publication-contents h4 span {
    background-color: #FFF;
}

.cat-panel-1:before{
    content: "\f085"; /* Set this to the icon you want */
}
.cat-panel-2:before{
    content: "\f1c9"; /* Set this to the icon you want */
}
.cat-panel-3:before{
    content: "\f121"; /* Set this to the icon you want */
}
.cat-panel-4:before{
    content: "\f005"; /* Set this to the icon you want */
}
.cat-panel-5:before{
    content: "\f1c1"; /* Set this to the icon you want */
}
.cat-panel-6:before{
    content: "\f1c1"; /* Set this to the icon you want */
}
.cat-panel-7:before{
    content: "\f1c1"; /* Set this to the icon you want */
}
.cat-panel-8:before{
    content: "\f1c1"; /* Set this to the icon you want */
}

section-toc section-toc-after {
   
}

.featured-content-label {
   
}

.portal-contents featured-content {
    
}

.portal-contents .inner {
  
}

.portal-header-navbar {
    background-color: none;
    box-shadow: none;
}

/* ========================================================
# elements
======================================================== */


/*-warning, note, important, caution, & tip boxes-
    ======================================================== */

.warning, 
.note, 
.important, 
.caution, 
.tip {
    border-radius: 4px;
    padding: 1.5em;
    margin: 1.5em 0;
}

.warning h3.title, 
.note h3.title, 
.important h3.title, 
.caution h3.title, 
.tip h3.title,
.warning p, 
.note p, 
.important p, 
.caution p, 
.tip p {
    padding: 0;
    margin: 0;
    background: transparent;
}

.warning h3.title, 
.note h3.title, 
.important h3.title, 
.caution h3.title, 
.tip h3.title {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    margin-left: 20px;
}

.note h3:before, 
.tip h3:before,
.warning h3:before, 
.caution h3:before, 
.important h3:before {
    margin-right: 8px;
    opacity: 0.7;
    color:  inherit;
    font-size: 1.3rem;
}

.tip {
    background-color: rgba(141,198,63,0.15);
}

.tip h3.title {
    color: #8dc63f;
}

.note {
    background-color: rgba(23,137,252,0.15);
}

.note h3.title {
    color: #2260de;
}

.important {
    background-color: rgba(57,178,172,0.15);
}

.important h3.title {
    color: #39b2ac;
}

.warning {
    background: rgba(233,56,36,0.15);
}

.warning h3.title {
    color: #e93824;
}

.warning code, 
.note code, 
.important code, 
.caution code, 
.tip code {
    background-color: #fff;
}



/*-examples-
    ======================================================== */

.example {
    border: 1px solid #c6cbd5;
    border-radius: 4px;
}


.inline-example .hljs,
.programlisting.hljs  {
    background: #e8eaed !important;
    padding: 1.5em;
}

.inline-example .hljs,
.programlisting.hljs,
.example {
    margin:  1.5em 0;
}


/*-tables-
    ======================================================== */

.table,
.informaltable {
    margin: 1.5em 0;
}

table.table, 
.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td,
.table-bordered,
.table>tbody+tbody {
    border: 1px solid #c6cbd5;
}

thead {
    background: #e8eaed;
}

th p,
td p {
    margin-bottom: 0;
}

.informaltable .rules-rows td {
    border-top: 1px solid #c6cbd5 !important;
}

.informaltable th {
    border: none !important;
}



