#fecha{	background-color: transparent; border:none;font-size:160%;font-weight: 700; border-bottom: 2px solid #333;
    width:fit-content;margin: 0 auto }
#fecha:focus{outline: none !important; border: none !important; box-shadow: none !important;}
/* .row, textarea{box-shadow: 2px 2px 6px 1px rgba(0,0,0,0.1); border: none;border-radius: 7px; margin: 0;width: 100%; }  *//* padding:0.25rem !important */
.tit{font-weight: 700; color: white; font-size: 140%;}
.nicotina{background-color: #eddaa2;}
.cbd{background-color: #c4e6bb;}
.cbdthc{background-color: #e5c0ac;}
.thc{background-color: #eda2a2;}
.total{background-color: #333;}
.numero, .numeroTotal{background-color: transparent; border:none; width: 45px;text-align:center; font-weight: 700; font-size: 150%; color: white;}
.numero:focus, .numeroTotal:focus {outline: none !important; border: none !important; box-shadow: none !important;}
.numeroTotal{width: 110px}
.min138{min-width: 138px;}
.min315{min-width: 315px;}
/* button{border-radius: 50%; width:30px; height:30px; border:none; font-weight: 700;} */
textarea{min-height: 70px; height: 70px; font-size: 70%;}
a.material-icons{color: black; text-decoration: none; padding: 5px; margin:  0 6px}
input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] { -moz-appearance: textfield; appearance: textfield; }
.graph{width:100%; border-radius:7px; margin-bottom: 25px;}

#addNewElement, #openStats{
  transition: 0.1s;
  cursor: pointer;
  color: #2d9c2d;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select:none;
  user-select:none;

  position: fixed;
  right: 15px;
  bottom: 85px;
  background-color: white;
  border-radius: 100%;
} 
#addNewElement:hover{
  color: #066106;
}

#openStats{
  color: #bda935;
}

#footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
}

.countElements{
  margin-left: .5rem !important;
  text-align: left !important;
  font-size: 1.2rem;
}

.entry {
  display: flex;
  align-items: center;
  font-weight: 500;
  border-radius: 50px;
  font-size: 1.15rem;
  padding: .30rem 0 !important;
  margin: .5rem 0 !important;
}

.delete{
  transition: 0.1s;
  cursor: pointer;
  /* color: white; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select:none;
  user-select:none;
}

/* a los botones de alertify les ponemos estilo como bootstrap */
.ajs-button{
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 90%;
    font-weight: 700;
    cursor: pointer;
    border: none;
    color: white;
    margin: 0 5px;
    transition: 0.1s;
}
.ajs-cancel{
    background-color: #ab2020;
}
.ajs-ok{
    background-color: #56a734;
}


/** SPINER ****/
#spinner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    z-index: 100px;
    display: none;
    animation: taadaa .15s;
}
.atom-spinner, .atom-spinner * {
  box-sizing: border-box;
}

.atom-spinner {
  height: 100px;
  width: 100px;
  overflow: hidden;
  margin: calc(50vh - 30px) auto;
}

.atom-spinner .spinner-inner {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.atom-spinner .spinner-circle {
  display: block;
  position: absolute;
  color: #ff1d5e;
  font-size: calc(100px * 0.24);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.atom-spinner .spinner-line {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation-duration: 1s;
  border-left-width: calc(100px / 25);
  border-top-width: calc(100px / 25);
  border-left-color: #ff1d5e;
  border-left-style: solid;
  border-top-style: solid;
  border-top-color: transparent;
}

.atom-spinner .spinner-line:nth-child(1) {
  animation: atom-spinner-animation-1 1s linear infinite;
  transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(2) {
  animation: atom-spinner-animation-2 1s linear infinite;
  transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(3) {
  animation: atom-spinner-animation-3 1s linear infinite;
  transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
}

@keyframes atom-spinner-animation-1 {
  100% {
    transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
  }
}

@keyframes atom-spinner-animation-2 {
  100% {
    transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
  }
}

@keyframes atom-spinner-animation-3 {
  100% {
    transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
  }
}

@keyframes taadaa { 
0% {
opacity: 0;
}

100% {
opacity: 1;
}
}

.subelm{
  padding: 0;
  width: auto;
}