* {
    margin: 0px;
    padding:  0px;
    box-sizing: border-box;
}
.name{
  margin-left: 23%; 
  margin-bottom: 5px;
}

#back-color{
    background-color: #E9CFC1;
    display: flex;
    flex-direction: row;
}

#button-logs{
  position: absolute;
  right: 5px;
  top: 5px;
}

#horario{
  display: flex; flex-direction: row; justify-content: center;
}

#slide-color{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #E9CFC1;
    width: 55%;
    height: 100vh;
}
.center{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.input-order{
    background-color: #d3d3d1;
    height: 3vh;
    border: none;
    padding: 2px;
    text-align: center;
}
.real-size{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.button-order{
    border: none;
    background-color: rgb(59, 18, 18); /*/ARRUMAR/*/
    width: 20%;
    height: 4vh;
    color: #fff;
    border-radius: 10px;
    box-shadow: inset 0px -2px 10px black;
    cursor: pointer;

}



.clicked-date{
  background-color: rgb(87, 81, 81);
  cursor: pointer;
  padding: 3px;
  
}

 /* .data-spent::before{
 Make a X marker 
  /* content: "\00d7";
  color: coral;
  position: absolute;
  top: -0.15em;
  left: 0.25em;
  font-size: 30px;

  font-weight: bold;
  cursor: not-allowed; 
}/*/


/*/TESTE/*/
.btn{
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    margin-top: 3px;
    border-radius: 5px;
    width: 80px;
  }
  .btn-previous{
    background: #E4F1FE;
  }
  .btn-next{
    background: #E4F1FE;
    float: right;
  }
  .mes{
    font-size: 20px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: capitalize;
  }

  .conteudo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33%;
}
  div#calendario {
    border-radius: 15px;
    background: #ecf0f1;
  }
  .table-calendario{
    text-align: center;
  }
  .table-calendario th {
    padding: 15px;
    font-weight: 500;
  }
  .table-calendario td{
    padding: 5px;
  }
  .table-calendario td:nth-child(1), .table-calendario td:nth-child(2){
    color: #c0392b;
  }
  .data-hoje {
    color: #1abc9c;
    background: #ecf0f1;
  }
  .name-field-input{
    width: 52%;
  }

  .data-hoje {
    font-weight: bold;
    color: #ecf0f1;
    background: #1abc9c;
    border: 3px solid #1abc9c;
  }
  .data-spent{
    position: relative;
    padding: 3px;
  }

  .data-all{
    padding: 3px;
  }
  .data-all:hover{
    cursor: pointer;
  }
  .hour-define{
    margin-top: 5px;
    border-radius: 7px;
    background-color: rgb(87, 30, 30);
    margin-right: 10px;
    color: #fff;
    padding: 5px;
    cursor: pointer;
  }


  html.modal-active, body.modal-active {
    overflow: hidden;
 }
 #modal-container1 {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 999;
}
#modal-container1.three {
  z-index: 999;
  transform: scale(1);
}
#modal-container1.three .modal-background1 {
  z-index: 0;
  background: rgba(0, 0, 0, .6);
}
#modal-container1.three .modal-background .modal {
  z-index: 0;
  animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container1.three + .content {
  z-index: 9999;
  animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container1 .modal-background1 {
  z-index: 0;
  display: table-cell;
  background: rgba(0, 0, 0, .8);
  text-align: center;
  vertical-align: middle;
}
#modal-container1 .modal-background1 .modal {
  background: white;
  padding: 50px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
  z-index: 999;
}

  #modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 999;
 }
  #modal-container.three {
    z-index: 999;
    transform: scale(1);
 }
  #modal-container.three .modal-background {
    z-index: 0;
    background: rgba(0, 0, 0, .6);
 }
  #modal-container.three .modal-background .modal {
    z-index: 0;
    animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
 }
  #modal-container.three + .content {
    z-index: 9999;
    animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
 }
  #modal-container .modal-background {
    z-index: 0;
    display: table-cell;
    background: rgba(0, 0, 0, .8);
    text-align: center;
    vertical-align: middle;
 }
  #modal-container .modal-background .modal {
    background: white;
    padding: 50px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 300;
    position: relative;
    z-index: 999;
 }

  @keyframes slideUpLarge {
    0% {
      transform: translateY(0%);
   }
    100% {
      transform: translateY(-100%);
   }
 }
  @keyframes moveUp {
    0% {
      transform: translateY(150px);
   }
    100% {
      transform: translateY(0);
   }
 }
  

 @media only screen and (max-width: 600px) {
 
 #slide-color{
  display: none;
 }
 #real-size{
  justify-content: space-around;
   width: 100%;
 }
.name{
  margin-left: 26%;
 }

.name-field-input{
  width: 54%;
}
#horario{
  margin-left: 30%;
  width: 50%;
  text-align: center;
  flex-direction: column;


}
#twocontent{
  margin-top: 10%;
  margin-bottom: 10%;
  overflow: hidden;
}
#onecontent{
  margin-top: 30px;
  margin-bottom: 10px;
}

.data-all:hover {
  background-color: initial;
  cursor: pointer;
}
}
