/*
#eaeaec
#d1e8ed
#efcfd8
#f7f0ae
#c3dee9
#e0f1f1
aliceblue
blanchedalmond
cornsilk
floralwhite
honeydew
lavender
lavenderblush


peachpuff
pink
plum
powderblue
*/

body {
    background-color: lavenderblush;
    color:#31152B;
    font-family: 'Fira Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-image: url(../img/tess_bg.png);
}


#help {
    width: 5%;
    position: relative;
    float: right;
    font-size: 11px;
    list-style-type: none;
}

.container {
    background-color: lavender;
    width: 75%;
    margin: 0 auto;
    padding: 20px;
    z-index: 1;
}

h1 {
   font-family: 'Courgette', cursive;
    font-size: 2.5em;
    color: plum;
    text-decoration: none;
    margin: 0;
}

h2 {
  
    color: plum;
}

a {
    color: plum;
}

#error{
    background-color: pink;
    margin: 15px;
    font-size: 0.8em;
}

table{
    font-size: 8px;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    overflow: scroll;
    background-color: lavender;
    margin: 5px;
    
}
th, td{
    padding: 3px;
    text-align: center;
    border: 1px solid lightgrey;
    
}

th {
    
}

tr:first-child {
    background-color: aliceblue;
    
}
tr td:first-child {
    background-color: aliceblue;
}

.req {
    background-color: lavenderblush;
}

.optional {
    background-color: honeydew;
}

#form_container{
    float: left;
}


#form_c2{
    position: relative;
    float: left;
    width: 40%;
}

#form_c1{
    position: relative;
    float: left;
    width: 40%;
    margin-right: 10%;
}


form input {
    width:100%;

   
}

select {
    margin-bottom: 15px;
    font-size: 1em;
    padding: 5px;
    border: none;
}

#downl {
    width: 40%;
}



 /* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
} 

.button_menu{
    font-size: 1em;
    width: 40px;
    height: 30px;
    background-color: blanchedalmond;
    color: plum;
    border: none;
    margin: 15px;
}

#scroll_bot {
    position: fixed;
    right:25px;
    bottom: 25px;
    width: 5%;
    height: 5%;
    background-color: aliceblue;
    font-size: 1.5em;
    text-align: center;
    border-radius: 5px;
    box-shadow: none;
}

#add_cit{
    background-color: blanchedalmond;
    padding: 10px;
    margin-top: 10px;  
    color: plum;
    font-size: 0.8em;
    border: 1px solid plum;
    margin-left: 80%;
}

label {
    font-size: 0.8em;
    
}

a{
    text-decoration: none;
    cursor: pointer;
}

nav{
    width: 100%;
    height: 20%;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 5px;
    font-size: 1.2em;
    text-align: center;
}
nav ul li{
    width: 33%;
    float: left;
    list-style-type: none;
    color: black;
    border-left: 1px solid plum;
    border-right: 1px solid plum;
   
}


nav ul li a {
    color: plum;
   
    
}

#cit_fill{
    
    position: relative;
    background-color: honeydew;
    padding: 15px;
    font-size: 12px;
    font-family: "Times New Roman";
    display: none;
    margin: 25px;
}

.fa-star {
    color: pink;
}
#input_form{
    margin-top: 25px;
    font-size: 0.8em;
    width: 50%;
    padding: 15px;
    background-color:floralwhite;
    color: black;
}

#toad {
    width: 20%;
}

.req_field:after {
    content: "*";
    color: pink;
}
/* 

#cit_fill{
    
    position: relative;
    background-color: honeydew;
    padding: 15px;
    font-size: 12px;
    font-family: "Times New Roman";
    display: none;
    margin: 25px;
}

#fileinput button {
    background-color: #E6B098;
    color: white;
}

#form_c2{
    position: relative;
    float: left;
    width: 40%;
}

#form_c1{
    position: relative;
    float: left;
    width: 40%;
    margin-right: 10%;
}

input {
    width: 90%;
    margin-bottom: 15px;
}



select {
    margin-bottom: 15px;
    font-size: 1em;
    padding: 5px;
    border: none;
}

#butt_container button {
    width: 30%;
    position: relative;
    float: left;
}

#downl p{
    width: 30%;
    font-size: 0.8em;
}

.button_link{
    background-color: aliceblue;
    padding: 15px;
    border: 2px solid plum;

    
}

.button_main{
        margin-right: 10%;
    margin-left: 10%;
}

.divider {
    height: 50px;
}

#form_container {
    
}

#downl{
    
}

#downl p {
    margin-top: 150px;
    font-size: 0.6em;
}

#butt_container{
    width: 100%;
    position: relative;
    margin-top: 350px;
}

#add_cit {
    position: relative;
    float: right;
    width: 30%;
}

#butt_downl{
    position: relative;
    float: right;
    width: 30%;
}

*/