body, a {
  font-family: Arial, sans-serif;
  color: black;
}

a {
  font-family: Arial, sans-serif;
  color: #1E55A8;
  text-decoration:none;
}

.linkwhite, a .linkwhite, a:visited .linkwhite, a:hover .linkwhite {
  color: #ffffff !important;
  text-decoration:underline;
  font-weight: normal;
}

body {
  background-image: url('../img/background.jpg');
  background-color: #87C2EE; 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  background-size: 100%;
}


.upload_form { 
  border-collapse: collapse; 
  font-size: 1.3em;
  color: #333333;
}

.upload_submit {
  font-size: 1.3em !important;
}

.intro { 
  border-collapse: collapse; 
  padding: 25px;
  font-size: 1.5em;
  background-color: white;
  color: green;
  font-weight: bold;
  border: 1px solid green;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  }

.black {
  color: black !important;
}

.error { 
  border-collapse: collapse; 
  padding:30px; 
  margin: auto;
  font-size: 1.2em;
  width:60%;
  color: #993300;
  background-color: #FEFEFE;
  font-weight: bold;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px dashed #993300;
  }

.centerme {
  display: block;  
  margin-right: auto;  
  margin-left: auto; 
  }

.cursorhand {
  cursor: pointer;
}


table { 
  width: 80%; 
  border-collapse: collapse; 
  background-color: white;
  }

.intro_resume { 
  width: 90%; 
  border-collapse: collapse; 
  margin: 5px auto 5px auto;
  background-color: white;
  }

.intro_resume td  {
    background-color: #E3EEE7;

}
.data_table {
  margin: 5px auto 5px auto;
}

th { 
  background: #4DA899; 
  color: white; 
  font-weight: bold; 
  }

td, th { 
  padding: 10px; 
  border: 1px solid #ccc; 
  text-align: left; 
  }

th {
  font-size: 1.2em;
}

td {
  font-size: 1.1em;
}

.intro_resume th {
  font-size: 1.1em;
  background-color: #95C879;
}

.intro_resume td {
  font-size: 1.5em;
}

.labels tr td {
  background-color: #D6EAEB;
  font-weight: bold;
  color: #555555;
  font-size: 1.2em;
}

.labels label {  
  cursor:hand;
}

.label tr td label {
  display: block !important;
}


[data-toggle="toggle"] {
  display: none !important;
}
 
 .section_totals {
  color: #333333 !important;
}

#menu {
  position: fixed;
  left: 0;
  top: 85%;
  height: 150px;
  width: 100%;
  background-color: #C6DDEF;
  padding-bottom: 10px;
}

.menu ul a {
  text-align: right;
}

.menu a:hover, .menu a:hover {
  background-color: none !important;
}


.section_title, .section_title a, .section_title a:hover, .section_title a:visited {
  color: #555;
  text-decoration: none;
}

.navbar-brand {
/* margin: 10px !important; */
}

.navbar-bottom-menu {
  background-color: #C6DDEF;
  padding-bottom: 40px;
}