#teste {
  background: #ecf3f9;
  width: 100%;
  height: 191px;
  position: relative;	
}


.bg-rosa{
	background: 	#A020F0 !important;
}


.text-preto{
	color:#000;
}

.mg-left-10{
	margin-left: 10px !important; 
}

.mg-right-10{
	margin-right: 10px !important; 
}

.w-25{
	width: 25px !important;
	text-align: center;
}

/* Altera a Cor do Placeholder */

::-webkit-input-placeholder {
   color: silver !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: silver !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: silver !important;  
}

:-ms-input-placeholder {  
   color: silver !important;  
}

/* ---------------------------------- */







/* ------------CSS PARA BLOCO DE AVATAR DA AGENDA-------------------------------------------------------------- */



.header-avatar{

  background-color: #FFB3B3;
  height: 50px;
  color: #FFF;

}


/* ---centralizar vertical texto no H5   ------------------------------- */

.centralizar-vertical{
  line-height: 45px;
  margin-left:5px;
}


/* --------------------------------------------------------------- */

@media (max-width:600px)  {
    .header-avatar{
    background-color: #FFB3B3;
    height: 45px;
    color: #FFF;
    text-align: center;

    }

.top-20{
  margin-top: 20px !important;
}








  }


.header-avatar.h5{

  margin-left: 10px;
  }


.container-calendario{
 margin: 3px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  float:right;
  width: 45px;
  height: 45px;
  background-color: #FFF;

}

.titulo-calendario{
  background-color: red;
  position: relative;
  line-height: 16px;
  font-size: 10px;
   color: #FFF;
 

}

.corpo-calendario{
  background-color: white;
  font-size: 25px;
  color: #000;
}

.img-avatar{
  width: 100px;
  height: 100px;
  margin:20px;
 
}

.ajuste-texto{
  font-size: 12px;
  color:DarkGray;
}

.ajuste-span{
  font-size: 12px;
  color:black;
}


  /* ------------FIM DO CSS PARA BLOCO DE AVATAR DA AGENDA-------------------------------------------------------------- */



.reset{
    padding: 0px !important;
    margin: 0px !important; 
  }


  .reset-check{
    margin-left: 0px !important; 
  }

  .borda{
    border-bottom: solid 3px #fff !important;
    background-color: #fff;
  }

  .nao-lido span{
    font-weight: bold;
    color: blue;
  }

  .nao-lido td{
    font-weight: bold;
    
  }

  .lido span{
    color: silver;
  }

  .lido td{
    font-weight: normal;
    
  }

.teste1{
  padding-left: 25px !important;
}




.teste2 {
 
  th,
  td {
   
    border: solid 10px red !important;
  }
}

select:invalid {
  color: #c0c0c0;
}

.cor-icone{
  color:#212529;
}


.ui-datepicker-calendar {
    display: none;
 }


