#dialerShowingModal .modal-header{
	border: 0;
	padding: 0px;
	padding-right: 10px;
	background-color: #e0eaf6;
}
#dialerShowingModal .modal-header .modal-title{
	color: #003e92;
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
	
	margin-left: 10px;
	padding: 20px 20px;
}

@media (min-width: 576px) {
  #dialerShowingModal .modal-dialog {
    max-width : 400px;
  }
}

#statusDurationModal .modal-body{
	padding-top: 5px;
	padding-bottom: 5px;
}


.span4
{
	width: 32.5%;
	display: inline-block;
	text-align: center;
	/* margin: 0 10px 3px 10px; */
}

.phone
{
    margin-top: 0;
    margin-bottom: 0;

}

.tel{
    margin-bottom: 5px;
    margin-top: 0px;
    border-radius: 0px;
}

.displayPanel {
	background: none;
	transition: height 1s linear;
}

.num-pad
{	
	margin-top: 0;
	background: #FFF;
	padding: 20px 10px 20px 10px;
	z-index: 99;
	background-color: #e0eaf6;
	
}

.displayPanel #telNumber{
	background: none;
	font-size: 16px;
	font-weight: bold;
	border: 0;
    border-radius: 0;
	text-align: center;
	padding: 5px;
	color: #003e92;
	height: 45px;
	background: #f1f2f2;
	margin-bottom: 0;
}

.num
{
    -webkit-border-radius: 999px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    height: 50px;
    color: #003e92;
    cursor: pointer;
	text-align: center;
	width: 50px;
	display: inline-block;
}
.num:hover
{
    background-color: #003e92;
    color: #fff;
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}
.num .txt {
    font-size: 2rem;
	font-weight: 700;
    text-align: center;
    /* margin-top: 5px; */
    font-family: 'Lato' , sans-serif;
    line-height: 20px;
    color: #003e92;
	padding: 15px 15px;
}
.num:hover > .txt {
	color: #FFF;
}

.star .txt{
	padding-top: 20px;
}

.small
{
    font-size: 15px;
}
/* 
.btn
{
    font-weight: bold;
    -webkit-transition: .1s ease-in background-color;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
}
.btn:hover
{
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
} */
.spanicons
{
    width: 72px;
    float: left;
    text-align: center;
    margin-top: 40px;
    color: #9e9e9e;
    font-size: 30px;
    cursor: pointer;
}
.spanicons:hover
{
    color: #3498db;
    transition-property: color .2s linear 0s;
    -moz-transition: color .2s linear 0s;
    -webkit-transition: color .2s linear 0s;
    -o-transition: color .2s linear 0s;
}
.active
{
    color: #3498db;
}

.balance-status-holder{
	font-size: 0.85rem;
	line-height: 1.5rem;
}

.dialpad-balance{
	font-weight: 500;
	color: #737070;
	background: #f1f2f2;
	padding-left: 30px;
}
.dialpad-balance .dial-tk{
	font-size: 1.2rem;
	color: #32b44a;
}

.dialpad-status{
	background: #f1f2f2;
}

.dialpad-status .status-text{
	color: #737070;
}

.dialpad-status .status-icon{
	color: #32b44a;
}
.dialpad-status .status-icon.red{
	color: #f95656;
}

.dialPadHolder{
	/* margin: 0px auto;
	width: 280px; */	
}

.advertNrechrge{
	margin:10% auto;
	text-align:center;
	padding:10px 30px;
	cursor: normal;
	border-left:1px solid #F2F2F2;
	position:relative;
	height:100%;
}

.advertNrechrge .commonText{
	color:#a6afbe;
	font-size:15px;
	font-weight:normal;
	margin-bottom:5px;
}

.advertNrechrge .btCredit{
	color:#757575;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

.advertNrechrge .addBTCredit{
	color:#5e8efb;
	font-size:13px;
	margin-top:10px;
}

.advertNrechrge .addBTCredit a{
	color:#5e8efb;
	font-size:12px;
	font-weight:normal;
}
.dialNow{
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: center center;
}
.dialNow{
	background-image: url("../images/dialPad/call_up.png");
	border:0;
}
.dialNow:hover{
	background-image: url("../images/dialPad/call_down.png");
	border:0;
}

.plusBtn{
	background: url("../images/dialPad/add_up.png") no-repeat scroll 0 0 transparent;
	border:0;
}
.plusBtn:hover{
	background: url("../images/dialPad/add_down.png") no-repeat scroll 0 0 transparent;
	border:0;
}

.clrBtn{
	background: url("../images/dialPad/backspace_up.png") no-repeat scroll 0 0 transparent;
	border:0;
}
.clrBtn:hover{
	background: url("../images/dialPad/backspace_down.png") no-repeat scroll 0 0 transparent;
	border:0;
}


/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		
	}
    @media only screen and (max-width : 992px) {
		
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
	}
    @media only screen and (max-width : 768px) {
	
		
    }
	
	/* Smaller Devices, Tablets */
    @media only screen and (max-width : 600px) {
		
    }
	
	@media only screen and (min-width : 600px) {
		
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		#dialerShowingModal .modal-header .modal-title{
			font-size: 1.5rem;
			padding: 10px 10px;
		}
		.num { height: 40px;width:40px; }
		.span4 { width: 32%; }
		.num-pad { padding: 10px 10px 10px 10px;}
		.num .txt {
			font-size: 18px;
			margin-top: 5px;
			line-height: 22px;
			padding: 5px 5px;
		}
		.star .txt{
			padding-top: 9px;
		}
		/*.phone{ padding-right: 8px !important; padding-left: 8px !important; }*/
		/*.dialPadHolder {width:220px !important;}*/
		.displayPanel #telNumber { font-size: 13px; }
		/*.innerArea{ padding:5px 5px !important;}*/
		
		/*.dialNow{background-image: url("../images/dialPad/call_up_small.png") no-repeat scroll 0 0 transparent !important;}
		.dialNow:hover{background-image: url("../images/dialPad/call_down_small.png") no-repeat scroll 0 0 transparent !important;}
		*/
		.plusBtn{background: url("../images/dialPad/add_up_small.png") no-repeat scroll 0 0 transparent !important;}
		.plusBtn:hover{background: url("../images/dialPad/add_down_small.png") no-repeat scroll 0 0 transparent !important;}

		.clrBtn{background: url("../images/dialPad/backspace_up_small.png") no-repeat scroll 0 0 transparent !important;}
		.clrBtn:hover{background: url("../images/dialPad/backspace_down_small.png") no-repeat scroll 0 0 transparent !important;}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
		/*.phone{ padding-right: 5px !important; padding-left: 5px !important; }
		.innerArea{ padding:2px 2px !important;}*/
		.num { height: 38px;width:38px; }
		.span4 { width: 32%; }
		/*.dialPadHolder {width:210px !important;}*/
		.num .txt { line-height: 21px; }
    }
	
	

	

