
h3 {
  font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
}

li img {
  float: left;
  margin: 0 15px 0 0;
}

.full-width {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: absolute;
	right: 50%;
	width: 100vw;
}

#loginForm {
  position: relative;
  top: 96px;
}

form.container{
  right: 0;
  margin: 20px;
  margin-left: 30px;
  max-width: 300px;
  padding: 16px;
  background-color: #f8f9fa;
  border-radius:  10px;
}

input#id_username[type=text], input#id_password[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #e9ecef;
}

input#id_username[type=text]:focus, input#id_password[type=password]:focus {
  background-color: #e9ecef;
  outline: none;
}

input[type=submit], input[type=number], select{
  width: 75%;
  padding: 8px 8px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
 }

select#id_final_model{
  width: 100%;
  padding: 8px 8px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
 }

.btn.btn-home {
  background-color:  #3aa094;
  color: white;
  padding: 16px 20px;
  border: none;
  width: 100%;
  opacity: 0.9;
}

.btn.btn-home:hover {
  opacity: 1;
}

.btn.btn-en {
  background-color: #3aa094;
  color: white;
  float: right;
}

.btn.btn-primary {
  background-color: #3aa094;
  color: white;
  border: none;
  width: 100%
  padding-left: 20px;
}

.btn.btn-submit {
  background-color:  #3aa094;
  color: white;
  border: none;
  width: 100%;
  opacity: 0.9;
  padding: 8px 8px;
}
.breadcrumb {
    padding: 2px 15px !important;
    background-color: rgb(0, 0, 0, 0);
    font-size: 0.85rem;
}

.breadcrumb-item+.breadcrumb-item::before{
  content: '>';
}

.breadcrumb-item {
    padding: 10px 2px 10px 2px;
}

a {
  color: #000000;
}

.breadcrumb-item a:hover {
  color: #3aa094cc !important;
}

.breadcrumb li:hover{
  background: none

}

.info {
    padding: 5px 20px !important;
}

li {
  padding: 10px;
  overflow: auto;
}

li:hover {
  background: #eee;
  cursor: pointer;
}


body {
  background: #F8F8F8;
  color: #333333;
  margin-top: 5rem;
  font-family: Century Gothic;
}
.column {
  float: left;
  width: 40%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
    margin-left: 15px;
    margin-right: 40px;
}

.row.row-eval{
  text-align: right;
}

h2.team {
  margin-top: 1rem;
}

.jumbotron{
  background-color:transparent !important;
}

.jumbotron.logout {
  background-color: #e9ecef !important;
  margin-top: 64px;
  margin-left: 32px;
  margin-right: 32px;
  border-radius:  10px;
}

.container.logout {
  display: center;
}


p.paragraph{
  margin-top: 1rem;
}

ul.product {
  padding-left: 0px;
}

h5.prod_title {
  margin-top: 3.5rem;
}

h5.team_title {
  margin-top: 2rem;
}

body {
  background: #F8F8F8;
  color: #333333;
  margin-top: 5rem;
  font-family: Century Gothic;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
  font-family: Century Gothic;
}


.navbar{
    background-color: #FBBA00 !important;
}

.navbar .navbar-brand:hover{
    color : #ffffff;
}

.navbar-brand{
  margin-left: 30px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 100%;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 135vh;
}
a[data-toggle="collapse"] {
    position: relative;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}
/*
    ADDITIONAL DEMO STYLE, NOT IMPORTANT TO MAKE THINGS WORK BUT TO MAKE IT A BIT NICER :)
*/

#sidebar a, a:hover, a:focus, a:active {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar li:hover, li:focus, li:active {
 background: #eee;
 cursor: pointer;
}

#sidebar active:hover{
  color: transparent;
}

#sidebar div.fieldWrapper {
  padding-left: 30px;
  font-family: Century Gothic;
  font-size: small;
}

div.fieldWrapper #id_dbf_covariates {
    margin: 0px;
    padding: 0px;
}

#sidebar a.dropdown-toggle{
    padding-left: 40px;
    padding-right: 5px;
    padding-top: 5px;
    font-size: medium;
}

#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: #FBBA00;
    color: #000000;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #FBBA00;
}

#sidebar .sidebar-subtitle {
    padding-left: 20px;
    padding-top: 20px;
}

h6.sidebar{
  font-size: 1.1rem;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 0px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #000000;
    background: #eee;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #000000;
    background: #eee;
}

#sidebar ul li.focus > a, a[aria-expanded="true"] {
    color: #000000;
    background: #eee;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

.card-header.dropdown-toggle {
  font-size: large;
}

ul.collapse.collapse.show{
  background: #eee;
}

li.submenu {
  padding: 0px;
}

h6.acc {
  padding-bottom: 5px;
}

.alert {
  padding: 20px;
  background-color:#c3654b;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert.success {background-color: #3aa094;}
.alert.warning {background-color: #FBBA00;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.grid-container {
  position: flex;
  display: inline-grid;
  grid-template-columns: auto auto auto ;
  grid-gap: 10px;
  padding: 10px;
  margin-left: 5%;
}

.collapsible {
  background-color: #888;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.tactive, .collapsible:hover {
  background-color: #666;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.collapsible:after {
  content: "\f077";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.tactive:after {
  content: "\f078";
}

.tablename {
  font-family: Century Gothic;
  font-style: normal;

 }

.performance {
  margin: 3%;
}

.simulated_accuracy_tabel {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}
