@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.partial {
  color: orange!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;
  #background-color:#FFF176;
}

.over {
  color: #4e73df!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;
  #background-color:#FFF176;
}

.paid {
  color: green!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;
  #background-color:#A5D6A7;
}

.pending {
  color: red!important;
  #background-color:#f76e6e;
  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;
}

.completed {
  color:white!important;
  background-color:#1cc88a;
  #font-weight: bold;
  padding:0px 10px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 3px 6px 0;
}

.link { color: #FF0000; } /* CSS link color (red) */
.link:hover { color: #00FF00; } /* CSS link hover (green) */

.inprogress {
  color: white!important;
  background-color:#f6c23e;
  padding:0px 10px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 3px 6px 0;
}

.inprogress2 {
  color: #f6c23e!important;

}


.completed2 {
  color:#1cc88a!important;
}


.notstarted {
  color: white!important;
  background-color: #4e73df;
  padding:0px 10px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 3px 6px 0;
}

.cancelled {
  color:white!important;
  background-color:#e74a3b;
  padding:0px 10px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 3px 6px 0;
}

.onhold {
  color:white!important;
  background-color:#858796;
  #font-weight: bold;
  padding:0px 10px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 3px 6px 0;  
}

.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;
  #text-transform: uppercase;
}


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;

}