/********/
/* MAIN */
/********/
.main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
    color: black;
    margin: 2.75rem 0 1.05rem;
    line-height: 1.15;
}

.main h1 {
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 40px;
}
.main h2 {
    font-size: 30px;
}
.main h3 {
    font-size: 24px;
}
.main h4 {
    font-size: 18px;
    color: rgba(0,0,0,0.75);
}

p {
    color: rgba(51, 51, 51, 1);
}
ul, ol {
    padding: revert;
    color: #888888;
}
.main ol {
    list-style-type: decimal;
}

pre {
    border: 1px solid #c9c9c9;
    box-shadow: 1px 1px 1px #d8d8d8;
    white-space: break-spaces;
}

a {
    color: #23568e;
}

table {
    background-color: transparent;
}
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>tbody>tr>td, 
.table>tfoot>tr>td {
    border-bottom: 1px solid #c9c9c9;
}
tr:nth-child(even) {
    background: #F9F9F9; 
}
thead {
    font-variant: small-caps;
}
.table>thead>tr>th, 
.table>thead>tr>td {
    border-bottom: 1px solid #282828;
}

.align-default {
    text-align: left;
}

.main > .section {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right:60px;
    min-height: 100vh;
}

img {
  margin-top:18px;
  margin-bottom:18px;
}

/*****************/
/* RIGHT SIDEBAR */
/*****************/
.right-sidebar {
    min-width: 200px;
    max-width: 200px;
    background-color: rgb(251, 251, 251); 
    padding: .125rem 1rem !important;
}
.right-sidebar a {
    font-size: 12px;
    color: #5a5a5a;
    padding-top: 3px;
    padding-bottom: 3px;
}
.right-sidebar ul {
    padding: 0;
}
.right-sidebar li, 
.right-sidebar .reference {
    margin: 0;
}
.right-sidebar a:hover {
    text-decoration: none;
    background-color: transparent;
    font-weight: 900;
    color: #23568E;
}
.right-sidebar li > ul {
    padding-left: 12px;
}
.right-sidebar-title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
    color: black;
}
.right-sidebar-title > span {
    padding-left: 5px;
}
/*************/
/* LEFT MENU */
/*************/
.left-sidebar {
    background-color: rgb(251, 251, 251);
    max-width: 250px;
}
.left-sidebar .globaltoc {
    background-color: rgb(251, 251, 251);
    display: block;
    padding: 0;
}

.main__container .col-md-3 a.reference {
    color: #23568E;
    padding-right: 0;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.bs-sidenav .nav .nav > li > a {
    color: #23568E;
    text-transform: none;
    padding-left: 16px;
}
.bs-sidenav .nav > li > a:hover, 
.bs-sidenav .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(35,86,142, 0.1);
    border-right: 3px solid #23568E;
}

.left-sidebar .caption {
    text-transform: uppercase;
    font-weight: 700;
}

/***************/
/* BREADCRUMBS */
/***************/
.breadcrumb {
    background-color: rgb(251, 251, 251);
}
.breadcrumb li, .breadcrumb a {
    color: #23568E;
}
.breadcrumb li::before {
    color: black !important;
}




/**************/
/* ADMONITION */
/**************/
.admonition {
    box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 5%), 0 0 0.0625rem rgb(0 0 0 / 10%);
}
div.admonition {
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.admonition > p {
    padding-left:20px;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-right: 20px;
}
.admonition-title {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 10px;
}
p.admonition-title {
   margin: 0;
}
.alert-info,
.alert-danger,
.alert-warning {
    background-color: transparent;
    border: 0;
}
.note {
    border-left: 3px solid #0091EA;
}
.note > .admonition-title {
   background-color: #BBDEFB;
}

.warning {
    border-left: 3px solid #FF6D00;
}
.warning > .admonition-title {
   background-color: #FFCC80;
}

.danger, 
.attention, 
.caution, 
.error, 
.important {
    border-left: 3px solid #D50000;
}
.danger > .admonition-title,
.attention> .admonition-title,
.caution > .admonition-title,
.error > .admonition-title,
.important > .admonition-title {
   background-color: #EF9A9A;
}

.seealso {
    border-left: 3px solid #6200EA;
}
.seealso > .admonition-title {
   background-color: #D1C4E9;
}

.hint, 
.tip {
    border-left: 3px solid #388E3C;
}
.hint > .admonition-title,
.tip > .admonition-title {
   background-color: #A5D6A7;
}

.alert .alert-link, 
.alert a {
    text-decoration: none;
    color: #23568e;
}

.admonition-example {
    border-left: 3px solid #424242;
}
.admonition-example > .admonition-title {
    background-color: #EEEEEE;
}


/***********/
/* LANDING */
/***********/
.heading__container h1 {
    color: white;
    margin-top: 50px;
}
.heading__form {
    margin-bottom:50px;
}

/**************/
/* BLOCKQUOTE */
/**************/
blockquote {
  border-left: 0.2rem solid rgba(0,0,0,.26);
  font-size: 14px;
}
blockquote > div > p {
  color: rgba(0,0,0,.54);
}

/*************/
/* FOOTNOTES */
/*************/
.label {
    color: #888888;
}
.footnote-reference.brackets {
    color: #23568e !important;
}





