* {
  margin: 0;
  padding: 0;         
  font-family: "Venn","Helvetica Neue",Helvetica,Arial,sans-serif;
}

body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
    font-family: 'Venn', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color:white;
}

.janela{
    background: rgb(61 61 61 / 80%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 1500;    
}

.evento{
    background:white;
    position: absolute;
    font-size:0.8rem;
    margin-top:20px;
    margin-left:25%;
    display: block;
    padding: 15px;
    z-index: 1501;    
}

.cevento{
    background:white;
    position: absolute;
    font-size:1rem;
    margin-top:20px;
    margin-left:250px;
    margin-right:250px;
    height:80%;
    display: block;
    padding: 15px;
    z-index: 1500;    
}

.ctipoevento{
    position: regular;
    font-size:1rem;
    margin-top:20px;
    margin-right:0px;
    width:240px;
    height:80%;
    display: block;
    z-index: 1500;   
    float:right;
}

    .labelesq{
        width:20%;
    }
    
.date2{
    font-size:20px;
    padding-top:10px;
}
	
.texto {
    width:70%;
}
	
.container {
  width: 100%;
  height: 90%;
  color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hora{
    font-size: 11px;    
}

.ccalendar {
  margin-top:10px;
  font-size:0.65rem;
  width: 100%;
  height: auto;
  color:black;
  background:white;
}

.acalendar {
  margin-top:10px;
  font-size:0.65rem;
  width: 30%;
  height: 20%;
  color:black;
  background:white;
}

.cunidade {
  display:block;
  padding:5px;    
  margin-top:5px;
  font-size:10px;
  width: 240px;
  height: auto;
  color:black;
  background:white;
}

.cmonth {
  width: 100%;
  font-size: 14px;
  height: 1.8rem;
  color:black;
  display: flex;
  justify-content: space-between;

}
.calendar {
  margin-top:10px;
  font-size:0.65rem;
  width: 100%;
  height: 190px;
  color:black;
  background:white;
}

.month {
  width: 100%;
  font-size: 14px;
  height: 1.8rem;
  color:black;
  display: flex;
  justify-content: space-between;

}

.month i {
  font-size: 14px;
  cursor: pointer;
}

.month h1 {
  font-size: 14px;
  font-weight: bold;
}
.cmonth i {
  font-size: 14px;
  cursor: pointer;
}

.cmonth h1 {
  font-size: 14px;
  font-weight: bold;
}

.weekdays {
  width: 100%;
  font-weight: bold;
  height: 0.8rem;
  display: flex;
  align-items: center;
}

.weekdays div {  
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  width: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  */
}

.cweekdays {
  width: 100%;
  font-weight: bold;
  height: 0.8rem;
  display: flex;
  align-items: center;
}

.cweekdays div {  
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  width: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  */
}

.ctipos {
  width: 100%;
  font-weight: bold;
  height: 0.8rem;
  display: flex;
  align-items: center;
}

.ctipos div {  
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  */
}

@media only screen and (max-width:700px) {
  /* For mobile phones: */
  .weekdays div {
      font-size: 0.8rem;
  }
  .weekdaysh div {
      font-size: 0.8rem;
  }
  .myDIV div {
      font-size: 0.7rem;
  }
}

.days {
  flex-wrap: wrap;
  margin-top:5px;
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;  
}

.days div {
  font-size: 12px;
  margin: 0.3rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
  margin: 0rem;
  letter-spacing: 0.1rem;
  width: 14%;
}

.cdays {
  flex-wrap: wrap;
  margin-top:5px;
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;  
}

.cdays div {
  font-size: 12px;
  margin: 0.3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
  margin: 0rem;
  letter-spacing: 0.1rem;
  width: 14%;
}
.adays {
  flex-wrap: wrap;
  margin-top:5px;
  width: 100%;
  height: 2rem;
  display: flex;
  align-items: center;  
}

.adays div {
  font-size: 12px;
  margin: 0.3rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
  margin: 0rem;
  letter-spacing: 0.1rem;
  width: 14%;
}

/*
.days div:hover:not(.today) {
  background-color: #969696;
  border: 0.1rem solid #777;
  cursor: pointer;
}
*/

.days div:hover {
  background-color: #e1e1e1;
  cursor: pointer;
}

.cdays div:hover {
  background-color: #e1e1e1;
  cursor: pointer;
}

.diaselec {
  background-color: #a1a1a1;
}

.prev-date,
.next-date {
  opacity: 0.5;
}

.today {
    font-weight: bold !important;
    color: #5690f5 !important;
}

.titulo{
    font-size:14px; !important;
    justify-content:center; !important;
    width:13%;!important;
    align-items:center; !important;
}

.cabecalho{
    font-size:20px; !important;
    justify-content:center; !important;
    align-items:center; !important;
}

 .agenda{
    height:20px;
    border-top: 1px solid  #e8e8e885;
    border-left: 1px solid  #e8e8e885;
    border-right: 1px solid  #e8e8e885;
 }

 .agenda2{
    height:20px;
    border-left: 1px solid  #e8e8e885;
    border-right: 1px solid  #e8e8e885;
 }
 
 .agendau{
    height:20px;
    border-top: 1px solid  #e8e8e885;
    border-left: 1px solid  #e8e8e885;
    border-right: 1px solid  #e8e8e885;
 }

 .agendau2{
    height:20px;
    border-left: 1px solid  #e8e8e885;
    border-right: 1px solid  #e8e8e885;
 }
 
.grid-container2 {
  display: grid;
  grid-template-columns: 9% 13% 13% 13% 13% 13% 13% 13%;
}

.grid-container {
  display: grid;
  overflow: scroll;
  height:83vh;
  grid-template-columns: 9% 13% 13% 13% 13% 13% 13% 13%;
/*  grid-gap: 5px; 
  padding: 5px;*/
}


.calend{
    margin-top:5px;
    background:#ffff;
    float: left;
    padding: 15px;
    width: 17%;
    height:auto; 
    }

.main {
    float: left;
    width: 82%;
    height:87vh;
    padding: 0px;
    color:black;
}

    ::-webkit-scrollbar {
        width: 0px;
    }

@media only screen and (max-width:650px) {
  /* For mobile phones: */
    .main, .calend {
        width: 100%;
        height:auto;
    }
    .titulo{
        font-size:10px;
    }
    .date2{
        font-size:16px;
    }
    .cabecalho{
        font-size:12px;
    }
}



/* HTML CSS Result Skip Results Iframe 
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
body {
    font-family: 'Roboto', sans-serif;
  }
*/
.card {
    width: 500px;
    margin: 50px auto;
    clear: both;
    display: block;
    padding: 0px 0px;
    border-radius: 4px;
}
.card::after {
    clear: both;
    display: block;
    content: "";
}
.card .checkbox-container {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align:center;
    padding: 40px 0px;
}


.input-title {
    clear: both;
    padding: 22px 0px 0px 0px;
    font-size: 16px;
    color: rgba(255,255,255,1);
    font-weight: 300;
}

/* Styling Checkbox Starts */
.checkbox-label {
    display: block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 26px;
    height: 24px;
    width: 24px;
    clear: both;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid #FFFFFF;
}


.checkbox-label input:checked ~ .checkbox-custom {
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #FFFFFF;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  border-radius: 0;
}



/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);  
}

.checkbox-label input:checked ~ .checkbox-custom::before {

    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.fonte {
    font-size:10px;
}
