.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.col-md-4
{
    cursor: pointer;
}

.status
{
    font-size: 12px;
    margin-top: 15px;
}



.glow {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
.glow:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

.activate_text
{
	min-height: 50px;
	border: 8px solid;
	padding: 1rem;
        border-image: linear-gradient(to left, turquoise, greenyellow) 1 0;
    
    color: #4C4644;
    font-size: 1.3em;
    
}

.activate_complete
{
	min-height: 50px;
	border: 8px solid;
	padding: 1rem;
        border-image: linear-gradient(to left, turquoise, greenyellow) 1;
    
    color: #4C4644;
    font-size: 1.3em;
}

.activate_text img
{
    width: 35px;
    height: 35px;
}