.umGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  }
  .operatorGridItem {
  align-content: center;
  border: 2px dashed #E1BEE7 !important;
  padding: 5px;
  margin: 5px;
  border-radius: 20px;
  margin-bottom: 5px;
  background-color: #fdfdfd;
  
}
.umGridItem {
  align-content: center;
  border: 2px solid;
  padding: 5px;
  margin: 5px;
  border-radius: 20px;
  margin-bottom: 5px;
  background-color: #fdfdfd;
  
}
.umGridItem a{
  text-decoration: none;
  color:#858796;
  font-family: nunito;
}
.serving{
  border: 2px solid #1cc88a;
  background-color: #e9fcf5;
}
.waiting{
  border: 2px dashed #f6c23e;
  background-color: #fef7e7;
}

.assigned{
  border: 2px dashed #4e73df;
  background-color: #e9eefb;
}

.operator{
  padding : 5px;
  
}
.movedup{
  animation: movedupwaiting 10s 1;
}

.moveddown{
  animation: moveddownanimation 10s ease;
}
.movednew{
  animation: movednewanimation 10s ease;
}

@keyframes movednewanimation {
from {border: 2px solid #36b9cc;
      background-color: #36b9cc;
      opacity:0.5;}

}
@keyframes movedupwaiting {
from {border: 2px solid #1cc88a;
      background-color: #1cc88a;
      opacity:0.5;}

}
@keyframes moveddownanimation {
from {border: 2px solid #858796;
      background-color: #f6c23e;
      opacity:0.5;}

}

.btn.disabled:hover {
  cursor:not-allowed
}

.placeholder{
border-radius: 5px;
}
.placeholder div{background:#E8E8E8;}

.placeholder .square{
float:left;
width: 90px;
height:56px;
margin:0 0 10px;
}

.placeholder .phLine{height:12px;margin:0 0 10px 105px;}
.placeholder .phLine:nth-child(2){width: 120px;}
.placeholder .phLine:nth-child(3){width: 170px;}
.placeholder .phLine:nth-child(4){width: 150px;}

.placeholder .circle{
float:left;
width: 15px;
height:15px;
margin:0 15px 10px 0;
border-radius:15px;
}

/* 
--------------
Pulse effect animation 
Activated by adding a '.pulse' class to the placeholder
--------------
*/

.placeholder.pulse div{
animation: pulse 1s infinite ease-in-out;
-webkit-animation:pulse 1s infinite ease-in-out;
}

@keyframes pulse
{
0%{
  background-color: rgba(165,165,165,.1);
}
50%{
  background-color: rgba(165,165,165,.3);
}
100%{
  background-color: rgba(165,165,165,.1);
}
}

@-webkit-keyframes pulse
{
0%{
  background-color: rgba(165,165,165,.1);
}
50%{
  background-color: rgba(165,165,165,.3);
}
100%{
  background-color: rgba(165,165,165,.1);
}
}

/* 
--------------
Wave effect animation 
Activated by adding a '.wave' class to the placeholder
--------------
*/

.placeholder.wave div{
  animation: wave 1s infinite linear forwards;
  -webkit-animation:wave 1s infinite linear forwards;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
}

@keyframes wave{
  0%{
      background-position: -468px 0
  }
  100%{
      background-position: 468px 0
  }
}

@-webkit-keyframes wave{
  0%{
      background-position: -468px 0
  }
  100%{
      background-position: 468px 0
  }
}

.bordertop{
  margin: 2px;
  padding: 2px;
  border:#A0c49d solid 1px;
  background-color: #E1ecc8;
  border-radius: 20px;
  
}
.bordermid{
  margin: 2px;
  padding: 2px;
  border-radius: 20px;
  border:#FFD966 solid 1px;
  background-color: #FFF2CC;
}
.borderbottom{
  margin: 2px;
  padding: 2px;
  border:#FF9B9B  solid 1px;
  background-color: #FFD1DA;
  border-radius: 20px;
}
.umRow {
    margin: 0 auto;
    width: 280px;
    clear: both;
    text-align: center;
  }
  
  .digit,
  .dig {
    font-size: 2rem;
    cursor: pointer;
    margin-top: 10px;
    color: #607d8b;
    padding-left: 1.75rem!important;
    padding-right: 1.75rem!important;
    
  }

  .umFE{
    align-content: center;
    border: 1px dashed #4fc9da;
    padding: 10px;
    margin: 25px;
    border-radius: 10px;
    margin-bottom: 5px;
    background-color: #4fc9da12;
}
  
  .sub {
    font-size: 0.8rem;
    color: grey;
  }
  
  .umContainer {

 
    
    padding: 20px;
    border-radius: 40px;
    margin: 30px auto;
    text-align: center;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }
  
  #umDialPadOutput {
    font-family: "Exo";
    font-size: 2rem;
    height: 60px;
    font-weight: bold;
    color: #607d8b;
  }
  
  #call {
    display: inline-block;
    background-color: #66bb6a;
    padding: 4px 30px;
    margin: 10px;
    color: white;
    border-radius: 4px;
    float: left;
    cursor: pointer;
  }
  
  .botumRow {
    margin: 0 auto;
    width: 280px;
    clear: both;
    text-align: center;
    font-family: 'Exo';
  }
  
  .digit:active,
  .dig:active {
    background-color: #e6e6e6;
  }
  
  #call:hover {
    background-color: #81c784;
  }
  
  .dig {
    float: left;
    padding: 10px 20px;
    margin: 10px;
    width: 30px;
    cursor: pointer;
  }