.container-agenda {
  border: thin solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-color: #29166f;
    border-top-color: rgb(41, 22, 111);
  padding: 0px;
  border-radius: 3px;
}

.avancar-mes
{
    cursor: pointer;
    float: right;
    padding-right: 5px;
}

.retroceder-mes
{
    cursor: pointer;
    float: left;
    padding-left: 5px;
}

@media only screen and (max-width: 600px) {
    .lista-horarios
    {
        max-width: 800vw; 
        height: calc(90% - 15px); 
        margin-left: 18px; 
        margin-right: 1px; 
        margin-bottom: 2px;
        margin-top: 8px;
    }
}

@media only screen and (min-width: 601px) {
    .lista-horarios
    {
        max-width: 800vw;
        height: calc(90% - 15px); 
        margin-left: 18px; 
        margin-bottom: 2px;
        margin-top: 8px;
    }
}

.linha-horas
{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  text-align: center;
  line-height: 5px;
}

.dia-agenda
{
    text-align: center;  
    cursor: pointer;
    /* font-weight: bold; */
    padding-bottom: 4px;
    line-height: 30px;
    font-size: small;
    color: #333;
}

.dia-agenda:hover
{
    /* font-weight: bold; */
    /* text-decoration: underline; */
    background-color: #ccc;
    border-radius: 3px;
}

.hora-agenda
{
    text-align: center; 
    padding: 2px;    
    cursor: pointer;
    font-weight: 600;
    /* padding-bottom: 5px;
    padding-top: 5px; */
    border-radius: 3px;
    /* padding-left: 6px;
    padding-right: 6px; */
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #333;
}


.dropzone .dz-preview .dz-remove {
  position: absolute;
  z-index: 999;
  top: -5px;
  right: -5px;
  display: inline-flex;
  justify-content: center;
  padding-top: 4px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #FF0000;
  background-color: #FF0000;
  color: #fff;
  font-size: 1.1rem;
  line-height: 100%;
  text-decoration: none !important;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
  z-index: 0;
}

