@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.overdueNew {
  color: red!important;
  font-weight: bold;
  vertical-align: center;
  /* filter:drop-shadow(1px 1px 1px black); */
}

.lessThan1Hour {
  color: #f6c23e!important;
  font-weight: bold;
  /* filter:drop-shadow(1px 1px 1px black); */
}

.partial {
  color: orange!important;
  border-radius: 1px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: center;
  line-height:20px;
  white-space:nowrap;
}

.over {
  color: #4e73df!important;
  border-radius: 1px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: center;
  line-height:20px;
  white-space:nowrap;
}

.paid {
  color: green!important;
  border-radius: 1px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: center;
  line-height:20px;
  white-space:nowrap;
}

.pending {
  color: red!important;
  border-radius: 1px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: center;
  line-height:20px;
  white-space:nowrap;
}

.link { color: #FF0000; } /* CSS link color (red) */
.link:hover { color: #00FF00; } /* CSS link hover (green) */

.inprogress2 {
  color: #f6c23e!important;
}

.completed2 {
  color:#1cc88a!important;
}


.notstarted {
  color: #2196F3!important;
  font-weight: bold;
  vertical-align: center;
  filter:drop-shadow(1px 1px 1px black);
}

.inprogress {
  color: #f6c23e!important;
  font-weight: bold;
  vertical-align: center;
  filter:drop-shadow(1px 1px 1px black);
}

.completed {
  color: #1cc88a!important;
  font-weight: bold;
  vertical-align: center;
  filter:drop-shadow(1px 1px 1px black);
}

.dateToday {
  color: #1cc88a!important;
  font-weight: bold;
  vertical-align: center;
  /* filter:drop-shadow(1px 1px 1px black); */
}

.piscar {
  animation: blink 3s step-start 0s infinite;
  color: #e74a3b!important;
  font-weight: bold;
  vertical-align: center;
  /* filter:drop-shadow(1px 1px 1px black); */
}

.cancelled {
  color: #e74a3b!important;
  font-weight: bold;
  vertical-align: center;
  filter:drop-shadow(1px 1px 1px black);
}

.timeOverdue {
  color: #e74a3b!important;
  font-weight: bold;
  vertical-align: center;
  /* filter:drop-shadow(1px 1px 1px black); */
}

.onhold {
  color: #858796!important;
  font-weight: bold;
  vertical-align: center;
  filter:drop-shadow(1px 1px 1px black);
}

.timeLeft {
  color: red!important;
  text-align: center;
  vertical-align: center;
}

.spot {
  animation: blink 3s step-start 0s infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 3.7s;
  color:white!important;
  font-size:12px;
  font-weight:bold;
  background-color: #E57373;
  padding:0px 10px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px 0;
  line-height:20px;
  text-transform:uppercase;
  white-space:nowrap;
}


.btn-priority {
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
  font-weight: bold;
  font-size: 110%; 
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.alisson {
  color:white!important;
  font-weight:bold;
  text-transform:uppercase;
  text-align: center

}

.urgent {
  animation: blinker 2s step-start infinite;
  color: white!important;
  border-radius: 1px;
  font-weight: bold;
  vertical-align: center;
  white-space:nowrap;
  text-align: center;
  text-transform: uppercase;
  white-space:nowrap;

}

.extra {
  color:black!important;
  font-weight:bold;
  text-transform:uppercase;
  text-align: center

}

.price {
  color:black!important;
  font-weight:bold;
  text-transform:uppercase;
  text-align: right

}

.right {
  text-align: right;
}


.status {
  text-align: left;
  color: white!important;
  #text-transform: uppercase;
}

.centralizado {
  text-align: center
}

.blackfont {
  font-weight:bold;
  text-transform:uppercase;
  text-align: center
}

.caps {
  text-transform:uppercase;
}

.age_under {
  color:green!important;
  text-align: center;
  font-weight:bold;
}

.age_over {
  animation: blinker 2s step-start infinite;
  color: red!important;
  border-radius: 1px;
  font-weight: bold;
  vertical-align: center;
  white-space:nowrap;
  text-align: center;
  text-transform: uppercase;
  white-space:nowrap;


}

.today {
  color: red!important;
  background-color:#f76e6e;
  border-radius: 1px;
  text-align: center;
  font-weight: bold;

}

.invalidTime {
  text-align:center;
  background-color:#f76e6e;
  color:white!important;
  font-size:12px;
  font-weight:bold;
  padding:0px 10px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 3px 6px 0;
  line-height:20px;
  text-transform:uppercase;
  white-space:nowrap;
}

.invalid {
  animation: blink 3s step-start 0s infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 3.7s;
  border: 3px solid red;
  border-radius: 1px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: center;
  color:white!important;
  padding:0px 10px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 3px 6px 0;
  line-height:20px;
  white-space:nowrap;
  background-color:#f76e6e;
}

.btn.stat {
  height: 8em !important;
  max-width: 20em;
  padding: .75em;
  margin-right: .75em;
}

.btn.stat .badge {
    display: block;
    font-size: 4em;
    margin-bottom: .1em;
}

.navbar-center {
    width:100%;
    display: flex;
}
.navbar-center>li {
    flex:1 1 auto;
}

.btn-black{
color:#white!important;
}

.form-control-static{
	/* display: flex; */
}

.panel-body-description {
	height: auto;
}

.table-responsive { overflow: auto; width: 100%; height: 66vh; }   

.table  th { background:#E3F2FD; text-transform: uppercase; text-align: center; }

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.age {
  color: red;
}

.paid {
  color: green;
}


.status {
  text-align: left;
  color: white!important;
}


blink2, .blink2 {
  -webkit-animation: blink 1s step-end infinite;
  -moz-animation: blink 1s step-end infinite;
  -o-animation: blink 1s step-end infinite;
  animation: blink 1s step-end infinite;
  color: red!important;
  background-color: #FFEB3B;
}


yellow, .yellow {
  background-color: #FFEB3B;
}

red, .red {
  background-color: #FF3D00;
  color: white!important;

  border-radius: 1px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: center;
  padding:0px 10px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 3px 6px 0;
  line-height:20px;
  white-space:nowrap;

}


.center {
  margin: 0 auto;
}

.awesome {
  
  font-family: futura;
  font-style: italic;
  
  width:100%;
  
  margin: 0 auto;
  text-align: center;
  
  color:#313131;
  font-size:45px;
  font-weight: bold;
  position: absolute;
  -webkit-animation:colorchange 20s infinite alternate;
  
  
}

@-webkit-keyframes colorchange {
  0% {
    
    color: blue;
  }
  
  10% {
    
    color: #8e44ad;
  }
  
  20% {
    
    color: #1abc9c;
  }
  
  30% {
    
    color: #d35400;
  }
  
  40% {
    
    color: blue;
  }
  
  50% {
    
    color: #34495e;
  }
  
  60% {
    
    color: blue;
  }
  
  70% {
    
    color: #2980b9;
  }
  80% {
 
    color: #f1c40f;
  }
  
  90% {
 
    color: #2980b9;
  }
  
  100% {
    
    color: pink;
  }
}