@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');
.sys_titulo{
  color:#fff;
  font-size: 36px;
  font-family:Acme, Arial;
}
/*728669*/
.sys_bg{background-color: #0e5ea5;}
.sys_bar_bg{background-color: #0e5ea5; border-radius: 0;}
.sys_footer_bg{background-color: #222222; border-radius: 0; text-align: center;  height: 45px;  padding-top: 9px;}
.sys_footer_a {color:#fff; text-decoration: underline;}
.sys_footer_pipe{margin:0 10px 0 10px}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #fff;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

.badge_faltante{
	background-color:#F00;
	color:#fff;	
    font-size: 16;	
}
.badge_adelanto{
	background-color: #329bce;
    color: #fff;
    font-size: 16;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

