/*Accela API Reference Stylesheet, used with Bootstrap.*/

html, body {
    min-width:100%;
}

body{
    font-family: 'Arial', sans-serif;
    font-size: 10pt;
}

.navbar {
    border:none;
    border-radius:0;
    margin:0;
    background:  linear-gradient(#6C9FD4, #395470);
    color: white;
    width: 100%;
    padding: 15px 15px  15px  100px;
}

.navbar a {
    color: white;
    font-size: 10pt;
    text-align: center;
}

.chapter {
    padding: 15px 100px  15px  100px;
}

h1 {
    font-weight: bold;
    font-size: 18pt;
    margin-top: 26pt;
    margin-bottom: 14pt;
    margin-left: 0pt;
    margin-right: 0pt;
    page-break-after: avoid;
    color: #000000;
    background-color: Transparent;
}

h2 {
    font-weight: bold;
    font-size: 16pt;
    margin-top: 26pt;
    margin-right: 0pt;
    margin-left: 0;
    color: #000000;
    margin-bottom: 16pt;
}

h3 {
    font-weight: normal;
    font-size: 14pt;
    margin-top: 26pt;
    margin-right: 0pt;
    color: #0072CF;
    margin-bottom: 10pt;
    margin-left: 0;
}

h4 {
    font-weight: bold;
    font-size: 12pt;
    margin-top: 14pt;
    margin-right: 0pt;
    color: #0072CF;
    margin-bottom: 6pt;
    margin-left: 0;
}

table {
    font-size: 10pt;
    border-width: 1px;
    border-color: #e6e6e6;
    border-collapse: collapse;
    margin: 0 0 10px;
    <!--width: 1100px;-->
}

th {
    border-width: 1px;
    padding: 15px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #e6e6e6;
}

td {
    border-width: 1px;
    padding: 15px;
    border-style: solid;
    border-color: #e6e6e6;
}

p {
    margin-right: 0pt;
    font-size: 10pt;
    margin-top: 6pt;
    font-family: Arial;
    margin-bottom: 8pt;
    margin-left: 0;
}
 
pre {
    margin: 0 0 10px;
    padding: 30px;        
    <!--width: 1100px;-->
    font-size: 12pt;
}

.back-to-top {
background: none;
margin: 0;
position: fixed;
bottom: 0;
right: 0;
width: 80px;
height: 60px;
z-index: 100;
display: none;
text-decoration: none;
background-color: #F57F36;
}

.navbar .back-to-top a {
    color: white;
    font-size: 10pt;
}

 


