@keyframes blinker {
  50% {
    opacity: 0;
  }
}

body {
  font-size: 12px;
}

.text-bold {
  font-weight: bold;
}

.modal-body {
  padding: 20px 50px;
}

.big-text {
  font-size:  20px;
}

.container .text-info {
  color: #1a73e8;
}

.container .text-success {
  color: #00b503;
}

.container .text-danger {
  color: #b80400;
}

.container .text-warning {
  color: #ce8200;
}

.header {
  padding-bottom: 20px;
}

@media (min-width:1500px){
  .container{width:1400px}
}

.d-none {
  display: none;
}

.pending-pieces {
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #ff0000;
    animation: blinker 1s linear infinite;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

.content {
  border: 1px solid #ddd;
  border-radius: 10px;
}


h3.title.active {
  border-bottom: 3px solid #1a73e8;
  padding-bottom: 20px;
  color: #1a73e8;
}

h3.title {
  padding-bottom: 20px;
  color: #5f6368;
  cursor: pointer;
  text-align: center;
}

h3.title:hover {
  color: #1a73e8;
}

.cp {
    cursor: pointer;
}
.fr {
  float: right;
}

.center {
  margin: 0 auto;
}

.mt-30 {
  margin-top: 30px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-10 {
  margin-left: 10px;
}
.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.fwb {
    font-weight: bold;
}

a:focus, a:hover {
  text-decoration: none;
}

.table td.icons {
  min-width: 70px;
}

.table-inventary tr.isBooked {
  border-right: 3px solid #ffa500;
}

.table-inventary tr.isSent {
  border-right: 3px solid #00ae03;
}

.table-inventary tr.isSent i.fa-info {
  margin-left: 4px;
}

.table-inventary tr.isNotBooked {
  border-right: 3px solid #CCC;
}

.table-expedition td.evento {
  width: 770px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table.table-expedition tbody tr td {
  border: 0px;
}

