body {
  margin: 0;
  font-family: "Lato", sans-serif;
}

ul {
  list-style: none; 
  padding-inline-start: 10px; 
  }
  
li { 
 padding-bottom: 10px;
}

select {
        margin: 10px;
		max-width: 90%;
    }
	
input {
   accent-color: #88947c;
   vertical-align: middle;
}
	
textarea {
        margin: 10px;
		max-width: 90%;
    }
    
input {
        height: 30px;
		margin: 10px;
		max-width: 90%;
    }
	
.responsive_pix {
  max-width: 100%;
  height: auto;
}

.ciscl_color {
color: #88947c;
}

.box_alert {
background-color: #aebd9f;
border-radius: 5px;
padding: 10px;
}

.light_gray {
background-color: #eee;
border-radius: 5px;
padding: 10px;
z-index: 10000;
}

.rounded_white {
background-color: #fff;
border-radius: 5px;
padding: 5px;
}

.spacer {
height: 100px;
}

.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.sidebar .icon {
  display: none;
}

.sidebar .home {
  display: none;
}

.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}
 
.sidebar a.active {
  background-color: #88947c;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

.col_first {
  margin: 0;
  right: 0;
  top: 40;
  padding: 0;
  width: 250px;
  background-color: #f1f1f1;
  position: fixed;
  overflow: auto;
  z-index: 10000;
}

div.content {
	padding: 10px;
	z-index: -1;
    margin-left: 200px;
    padding: 1px 16px;
    max-width: 1400px;
}

div.content a {
  color: #88947c;
  text-decoration: none;
}

div.content a:hover {
  color: #aebd9f;
  text-decoration: none;
}

.row {
  display: flex;
}

.column {
  float: left;
  width: 50%;
  padding: 10px;
  max-width: 200px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: #AAA;
  text-align: center;
}

.floating_pix {
  float: right; 
  padding: 20px;
  top: 80px;
  text-align: center;
}

.rounded-corners {
  border-radius: 30%;
  border: 2px solid #aebd9c;
  vertical-align: middle;
}

.logo {
  position: fixed;
  left: 30px;
  bottom: 80px;
  text-align: center;
}

.icons {
  position: fixed;
  right: 30px;
  bottom: 80px;
}

.footer a {
  color: black;
  padding: 16px;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
  .logo {
  display: none;
}

.floating_pix {
  display: none;
}

}

@media screen and (max-width: 500px) {
  .sidebar a:not(.active) {display: none;}
  .sidebar a.icon {
    float: right;
    display: block;
  }
  .sidebar a.home {
    float: left;
    display: block;
  }
  .logo {
  display: none;
}
  .icons {
  display: none;
}

}

@media screen and (max-width: 500px) {
  .sidebar.responsive {position: relative;}
  .sidebar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
 
  .sidebar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


@media screen and (max-height: 500px) {
  .logo {
  display: none;
}
  .icons {
  display: none;
}
}