



header {

  text-align: center;

}

.sombra{

	box-shadow: 5px 4px 3px #bdbdbd;

}

#calendar {

  width: 100%;

}

a{

	text-decoration:none;

	}

#calendar a {

  color: #8e352e;

  text-decoration: none;

}

.bt{

/*background-color: #CCCCCC;*/

    color: #333;

    font-size: 9px;

    padding: 5px;

    text-transform: uppercase;

    display: inline-block;

    cursor: pointer;

    margin: 2px;

	}

.bt:hover{

background-color: #f6f6f6;

	}

.todos , .nenhum{

	    background-color: #f6f6f6 !important;

    color: #767676!important

	}

	

.topnav{

	    margin-bottom: 25px;

}

#calendar ul {

  list-style: none;

  padding: 0;

  margin: 0;

  width: 100%;

}



#calendar li {

  display: block;

  float: left;

  width: 20%;

  padding: 5px;

  box-sizing: border-box;

 /* border: 1px dotted #ccc;*/

  margin-right: -1px;

  margin-bottom: -1px;

}



#calendar ul.weekdays {

  height: 40px;

  display: none;

}



#calendar ul.weekdays li {

  text-align: center;

  text-transform: uppercase;

  line-height: 20px;

  /*border: none !important;*/

  padding: 10px 6px;

  color: #333;

  font-size: 12px;

}



#calendar .days li {

  height: 420px;

}



#calendar .days li.manha:hover {

  background: #2098b1;

}

#calendar .days li.tarde:hover {

  background: #d3b044;

}



#calendar .date {

  text-align: center;

  margin-bottom: 5px;

  padding: 4px;

  background: #333;

  color: #fff;

  width: 100px;



  float: right;

  font-size:11px;

}

li.manha > div.date{

	  background: #2098b1 !important;

}

li.tarde > div.date{

	  background: #d3b044 !important;

	  color:#333;

}

#calendar .event {

  clear: both;

  display: block;

  font-size: 11px;

  border-radius: 4px;

  padding: 5px;

  margin-top: 10px;

  margin-bottom: 10px;

  line-height: 18px;

  background: #f6f6f6;

  /*border: 1px solid #b5dbdc;*/

  color: #009aaf;

  text-decoration: none;

}

#calendar li.manha > div.event {

  border: 1px solid #2098b1;

}

#calendar li.tarde > div.event {

  border: 1px solid #d3b044;

}

#calendar .event-desc {

  color: #666;

  margin: 3px 0 7px 0;

  text-decoration: none;

}

#calendar .event-time {

  color: #666;

  font-size: 10px;

  margin-top: 4px;

  text-decoration: none;

}

#calendar .event-sala {

  color: #666;

  font-size: 10px;

  margin-top: 4px;

  text-decoration: none;

}

#calendar .other-month {

  background: #f5f5f5;

  color: #666;

}



.icon {

	color: #000;

}

.topnav .icon {

    display: none;

	    

}



/* ============================

				Mobile Responsiveness

   ============================*/

@media (max-width: 768px) {

  #calendar .weekdays, #calendar .other-month {

    display: none;

  }



  #calendar li {

    height: auto !important;

    border: 1px solid #ededed;

    width: 100%;

    padding: 10px;

    margin-bottom: -1px;

  }



  #calendar .date {

    float: none;

  }

}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */

@media screen and (max-width: 600px) {

  .topnav a:not(:first-child) {display: none;}

  .topnav a.icon {

    float: right;

    display: none;

  }

}



/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */

@media screen and (max-width: 600px) {

  .topnav.responsive {position: relative;}

  .topnav.responsive a.icon {

    position: absolute;

    right: 0;

    top: 0;

	

  }

  .topnav.responsive a {

    float: none;

    display: block;

    text-align: left;

  }

  .bt{

background-color: #9f9f9f;

    color: #fff;

    font-size: 10px;

    padding: 7px;

    text-transform: uppercase;

    display: block;

    cursor: pointer;

    margin: 3px;

	}

}

