/* dtmf pad input field */

.dtmfpad .input-field {
		height: 24px;
		top: 0px;
}

.dtmfpad .input-field .text-input {
		font-size: 22px;
		line-height: 24px;
		width: 300px;
		padding: 0 10px;
}

.activecall-name {
		background: url(../images/dialpad-dtmf-top.png);
		padding: 0 10px;
		height: 32px;
		margin-top: 28px;
		text-align: center;
		color: #fff;
		line-height: 35px;
		font-size: 16px;
}

.text-hidden {
	font-size:0px; 
	opacity: 0;
}
        
.keypad-dtmf.keypad-flex {
    top: 25px;
    bottom: 66px;
}

.keypad-dtmf > .disconnect-button {
    position: absolute;
    bottom: 0px;
}
