/*
 * d2l.css_t
 * ~~~~~~~~~~~
 *
 * Sphinx stylesheet -- d2l theme.
 *
 * Incorporates both from basic.css and haiku.css from Sphinx
 * distribution. Modifications are copyright 2011-2014
 * D2L Corporation. Governed by BSD license.
 *
 * Original rights notices follow:
 * --------------
 * Basic.css
 * Copyright 2007-2019 by the Sphinx team, see AUTHORS.
 * License: BSD, see LICENSE for details.
 * --------------
 * Haiku.css
 * Adapted from http://haiku-os.org/docs/Haiku-doc.css.
 * Original copyright message:
 *
 *     Copyright 2008-2009, Haiku. All rights reserved.
 *     Distributed under the terms of the MIT License.
 *
 *     Authors:
 *              Francois Revol <revol@free.fr>
 *              Stephan Assmus <superstippi@gmx.de>
 *              Braden Ewing <brewin@gmail.com>
 *              Humdinger <humdingerb@gmail.com>
 *
 * Copyright 2007-2019 by the Sphinx team, see AUTHORS.
 * License: BSD, see LICENSE for details.
 */

@import url('basic.css');

/* -- font loading -------------------------------------------------------------- */
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	src: local("Lato Regular"), local("Lato-Regular"), url("https://s.brightspace.com/lib/fonts/0.5.0/assets/Lato-400.woff2") format("woff2"), url("https://s.brightspace.com/lib/fonts/0.5.0/assets/Lato-400.woff") format("woff"), url("https://s.brightspace.com/lib/fonts/0.5.0/assets/Lato-400.ttf") format("truetype");
}
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 700;
	src: local("Lato Bold"), local("Lato-Bold"), url("https://s.brightspace.com/lib/fonts/0.5.0/assets/Lato-700.woff2") format("woff2"), url("https://s.brightspace.com/lib/fonts/0.5.0/assets/Lato-700.woff") format("woff"), url("https://s.brightspace.com/lib/fonts/0.5.0/assets/Lato-700.ttf") format("truetype");
}


/* -- basic.css patches/adjustments --------------------------------------------- */

/* remove padding from left side of field list */
dl.field-list > dt {
    margin-bottom: 0.2em;
    padding-left: 0em;
}

dl.field-list > dd {
    margin-bottom: 0.2em;
}

/* reset clear:both declaration to allow right-aligned ToC div to have main content divs wrap around it */
div.admonition, div.topic, pre, div[class|="highlight"] { clear: left; }


/* -- main themeing settings ---------------------------------------------------- */
html {
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
}

body {
    line-height: 1.5;
    margin: auto;
    padding: 0px;
    font-family: "Lato", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #333333;
}


div.footer {
    padding: 40px 0;
    background: #000000;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.5px;
}

/* link colors and text decoration */

a:link {
    font-weight: bold;
    text-decoration: none;
    color: #6c6f70;
}

a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #6c6f70;
}

a:hover, a:active {
    text-decoration: none;
    color: #aeb0b1;
}

/* the links in the nav bar should be normal weight, not bold */

a.uplink {
    font-weight: normal;
}

a.uplink:hover, a.uplink:active {
    text-decoration: underline;
}

/* Some headers act as anchors, don't give them a hover effect */

h1 a:hover, a:active {
    text-decoration: none;
    color: #ea4711;
}

h2 a:hover, a:active {
    text-decoration: none;
    color: #ea4711;
}

h3 a:hover, a:active {
    text-decoration: none;
    color: #ea4711;
}

h4 a:hover, a:active {
    text-decoration: none;
    color: #ea4711;
}

a.toc-backref {
    text-decoration: none;
    color: #ea4711;
}

a.toc-backref:hover, a.toc-backref:active {
    text-decoration: none;
    color: #aeb0b1;
}

a.headerlink {
    color: #ea4711;
    padding-left: 5px;
}

a.headerlink:hover {
    color: #ea4711;
}

a.importantlink {
    color: #ea4711;
}

a.importantlink:hover a.importantlink:active {
    text-decoration: none;
    color: #ea4711;
}

/* basic text elements */

div.content {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 50px;
    min-width: 360px;
    font-size: 0.9em;
}

/* heading and navigation */

div.header {
    position: relative;
    left: 0px;
    top: 0px;
    height: 85px;
    background: #000000;
    padding: 0 40px;
}
div.header h1 {
    font-size: 1.6em;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ea4711;
    border: 0;
    margin: 0;
    padding-top: 3px;
}
div.header h1 a {
    font-weight: normal;
    color: #ea4711;
}
div.header h2 {
    font-size: 1.3em;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
    margin-top: -3px;
    padding: 0;
}
div.header img.leftlogo {
    padding-top: 18px;
    padding-right: 6px;
    float: left;
}
div.header img.rightlogo {
    padding-top: 18px;
    float: right;
}

div.title {
    font-size: 1.3em;
    font-weight: bold;
    color: #ea4711;
    border-bottom: dotted thin #e0e0e0;
    margin-bottom: 25px;
}

div.topnav {
    background: #eeeeee;
    padding: 3px;
}
div.topnav p {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 0.8em;
}

div.bottomnav {
    background: #eeeeee;
    padding: 3px;
}
div.bottomnav p {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 0.8em;
}

/* -- sidebars -------------------------------------------------------------- */

div.sidebar {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-morder-radius: 10px;
    border-radius: 10px;
    border-style: dotted;
    border-width: thin;
    border-color: #ddb;
    background-color: #ffe;
}

/* -- Contents in a sidebar ------------------------------------------------- */

nav.contents {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-morder-radius: 10px;
    border-radius: 10px;
    border-style: dotted;
    border-width: thin;
    border-color: #ddb;
    margin: 0 0 0.5em 1em;
    padding: 7px 7px 0 7px;
    background-color: #ffe;
    width: 25%;
    float: right;
}


/* -- contents box --------------------------------------------------------- */

table.index {
    margin: 0px 0px 30px 30px;
    padding: 1px;
    border-width: 1px;
    border-style: dotted;
    border-color: #e0e0e0;
}
table.index tr.heading {
    background-color: #e0e0e0;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}
table.index tr.index {
    background-color: #eeeeee;
}
table.index td {
    padding: 5px 20px;
}

table.index a:link, table.index a:visited {
    font-weight: normal;
    text-decoration: none;
    color: #6c6f70;
}
table.index a:hover, table.index a:active {
    text-decoration: none;
    color: #aeb0b1;
}


/* -- admonitions ----------------------------------------------------------- */

div.admonition {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-style: dotted;
    border-width: thin;
    border-color: #dcdcdc;
    padding: 10px 15px 10px 80px;
    min-height: 42px;
}

div.admonition-reserved {
    background: #e4ffde url(alert_info_32.png) 15px 15px no-repeat;
}

div.admonition-internal {
    background: #e4ffde url(alert_info_32.png) 15px 15px no-repeat;
}

div.note {
    background: #e4ffde url(alert_info_32.png) 15px 15px no-repeat;
}

div.warning {
    background: #fffbc6 url(alert_warning_32.png) 15px 15px no-repeat;
}

div.seealso {
    background: #e4ffde url(alert_see_32.png) 15px 15px no-repeat;
}

div.admonition > p:last-child {
    margin-bottom: 0px;
}

/* -- general body styles --------------------------------------------------- */

h1 {
    font-size: 1.3em;
    font-weight: bold;
    color: #ea4711;
    border-bottom: dotted thin #e0e0e0;
    margin-top: 30px;
}

h2 {
    font-size: 1.2em;
    font-weight: normal;
    color: #ea4711;
    border-bottom: dotted thin #e0e0e0;
    margin-top: 30px;
}

h3 {
    font-size: 1.1em;
    font-weight: normal;
    color: #ea4711;
    margin-top: 30px;
}

h4 {
    font-size: 1.0em;
    font-weight: normal;
    color: #ea4711;
    margin-top: 30px;
}

p {
    text-align: justify;
}

p.last {
    margin-bottom: 0;
}

p.rubric {
    font-size: 1.1em;
    font-weight: normal;
    color: #ea4711;
}

ol {
    padding-left: 20px;
    margin-top: 3px;
}

ul {
    padding-left: 5px;
    margin-top: 3px;
}

li {
    line-height: 1.3;
}

li > p:first-child {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

div.content ul > li {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background: transparent url(bullet_orange.png) no-repeat scroll left 0.45em;
    list-style-image: none;
    list-style-type: none;
    padding: 0 0 0 1.666em;
    margin-bottom: 3px;
}

td {
    vertical-align: top;
}

code,
tt {
    background-color: #e0e0e0;
    font-size: 80%;
    font-family: "Consolas", monospace;
}

pre {
    border-color: #0c3762;
    border-style: dotted;
    border-width: thin;
    margin: 0 0 12px 0;
    padding: 0.8em;
    background-color: #efefef;
}

pre.mermaid {
    background-color: #ffffff;

}

hr {
    border-top: 1px solid #ccc;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    margin-bottom: 10px;
    margin-top: 20px;
}

.refcount {
    color: #060;
}

cite, .guilabel, .menuselection {
    font-family: "Lato", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-style: italic;
}

dl.field-list > dt {
    flex-basis: 13%;
}

dl.field-list > dd {
    flex-basis: 77%;
}


/* -- code displays --------------------------------------------------------- */

code.descname, tt.descname {
    background-color: transparent;
    font-weight: bold;
    font-size: 110%;
}

code.descclassname, tt.descclassname {
    background-color: transparent;
    font-size: 110%;
}

code.xref, tt.xref, a code, a tt {
    background-color: transparent;
    font-weight: bold;
    font-size: 95%;
}

h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
    background-color: transparent;
}

.viewcode-back {
    font-family: "Lato", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

div.viewcode-block:target {
    background-color: #f4debf;
    border-top: 1px solid #ac9;
    border-bottom: 1px solid #ac9;
    margin: -1px -12px !important;
    padding: 0 12px !important;
}

.highlight {
    display: inline;
};


/* -- printout stylesheet --------------------------------------------------- */

@media print {
    .noprint {
        display: none;
    }
    /* for acronyms we want their definitions inlined at print time */
    acronym[title]:after {
        font-size: small;
        content: " (" attr(title) ")";
        font-style: italic;
    }
    /* and not have mozilla dotted underline */
    acronym {
        border: none;
    }
    div.topnav, div.bottomnav, div.header, table.index {
        display: none;
    }
    div.content {
        margin: 0px;
        padding: 0px;
    }
    html {
        background: #FFF;
    }

}