﻿body {
    background-color: white;
    font-size: 11pt;
    font-family: Calibri, Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, Calibri, Sans-Serif;
    margin: 0;
    padding: 0;
    color: Black;
}

a:link {
    color: #034af3;
    text-decoration: none;
}
a:visited {
    color: #505abc;
}
a:hover {
    color: #1d60ff;
    text-decoration: underline;
}
a:active {
    color: #12eb87;}

p {
    margin-bottom: 10px;
    line-height: 1.3em;
}

ul, ol {
    margin-bottom: 20px;
    line-height: 1.3em;
}
li {
    margin-top: .5em;
    margin-left: 25px;
}

img {
    border: 0;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
    clear: both;
}

h1 {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
    font-size: 36pt;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2 {
    font-size: 20pt;
    padding: 0 0 0 0;
}
h3 {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", sans-serif;
    font-size: 14pt;
    margin-top: .5em;
}
h4 {
    font-size: 1.1em;
}
h5, h6 {
    font-size: 1em;
}


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 0;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}

fieldset label {
    display: block;
}

fieldset label.inline {
    display: inline;
}

label {
    font-weight: bold;
    font-size: 1em;
    color: #5a5858;
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input {
    font-family: Helvetica, Arial, Verdana, Calibri, Sans-Serif;
}
input[type='text'] {
    width: 200px;
    color: #333;
    border: 1px solid #bfbfbf;
    padding: 4px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.08);
}

input[type="password"] {
    width: 200px;
    color: #333;
    border: 1px solid #bfbfbf;
    padding: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
}

input[type="file"] {
    width: 200px;
    color: #333;
    border: 1px solid #bfbfbf;
    padding: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
}

input[type='submit'] {
    padding: 0 10px 0 10px;
    background-color: rgb(70,162,43);
    font-weight: bold;
    height: 2.4em;
    border: 1px solid #87b800;
    color: White;
    cursor: pointer;
}
input[type='submit']:hover {
    background-color: rgb(90,200,63);
}

select {
    width: 200px;
    color: #333;
    border: 1px solid #bfbfbf;
    padding: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
}

textarea {
    width: 200px;
    color: #333;
    border: 1px solid #bfbfbf;
    padding: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.08);
}

/* TABLE
----------------------------------------------------------*/

table {
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td {
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th {
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}