/* NK Alert */
div#mk_modal {
	width: 100%;
	height: 100%;
	top: 0;
	margin: 0;
	left: 0;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 9998;
	display: none;
}
.nkAlert_container {
	max-width: 570px;
	max-height: 550px;
	display: inline-block;
	border-radius: 16px ;
	z-index: 9999;
	position: fixed;
	background: #F9F9F9;
	
	box-shadow: inset 0 2px 1px #9A9A9A;;
}
.nkAlert_accept,
.nkAlert_cancel,
.nkAlert_buy{
	float: right;
	cursor: pointer;
	-webkit-user-select: none; 
	-moz-user-select: -moz-none;    
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

@media (min-width: 750px){
	.nkAlert_cancel {
		
		padding-left: 75px;
		padding-right: 15px;
		
		margin-top: 30px;
		margin-bottom: 30px;
	}	
	.nkAlert_accept {
		
		padding-left: 15px;
		padding-right: 75px;
		
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.nkAlert_cancel.alone{
		padding-left: 175px !important;
		padding-right: 175px !important;
	}
}

@media (max-width: 750px){
	.nkAlert_cancel {
		margin-top: 15px;
		margin-bottom: 15px;
	}	
	.nkAlert_accept {
		
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
}

.nkAlert_buy {
	background: url("../img/control_carrito_alert.png") no-repeat center #00ACE4;
	border-radius: 0 0 8px 0;
}
.nkAlert_accept {
	height: 40px;
}	
.nkAlert_cancel {
	/*
	background: url("../img/control_cancel_keyboard.png") no-repeat center #00368c;
	*/
	height: 40px;
}


.nk_header {
	/*width: 385px;*/
	overflow: hidden;
	/*background: url("../img/icon_alert.png") no-repeat 20px center #CACACA;*/
	background-color: #EAEAEA;
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	color: #878787;
	font-size: 18px;
	border-radius: 16px 16px 0 0;
	-webkit-user-select: none; 
	-moz-user-select: -moz-none;    
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.nk_header i{
	margin-right: 10px;
}

.nk_header .fa-times{
	float: right;
	line-height: 60px;
	margin-right: 30px;
	cursor: pointer;
	-webkit-user-select: none; 
	-moz-user-select: -moz-none;    
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	
}

.nk_content {
	max-width: 570px;
	max-height: 400px;
	overflow-y: auto;
	float: left;
	text-align: center;
}

.nk_text{
	color: #9A9A9A;
	margin: 50px 20px 0;
	font-size: 18px;
}

#nk_input{
	background: none repeat scroll 0 0 #E6E6E6;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #9A9A9A;
    font-weight: bold;
    height: 30px;
    margin: 5px 20px 20px;
    padding: 0 10px;
    width: 330px;
}

/* Numeric Keyboard */

.nk_container {
	width: 340px;
	display: inline-block;
	border-radius: 8px 8px 0 0 ;
	z-index: 999;
	position: fixed;
	background: #F9F9F9;
	height: 180px;
	-webkit-user-select: none; 
	-moz-user-select: -moz-none;    
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.nk_send,
.nk_cancel{
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 170px;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	float: left;
}
.nk_correct{
	position: absolute;
	width: 70px;
	height: 50px;
	top: 0;
	right: 0;
	z-index: 1;
	cursor: pointer;
	background: url(../img/control_borrar_teclado_virtual.png) no-repeat center;
}
.nk_send{
	background: #00ACE4;
	border-radius: 0 0 8px 0;
}
.nk_cancel{
	background: #00368C;
	border-radius: 0 0 0 8px;
}
.nk_send div,  
.nk_cancel div{
	line-height: 50px;
	width: 98px;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}
.nk_send div {
	width: 107px;
}
.nk_send #icon,
.nk_cancel #icon{
	float: right;
	height: 50px;
	margin: 0 5px 0 0;
	width: 40px;
}
.nk_send #icon {
	background: url("../img/control_desbloquear.png") no-repeat left center;
	width: 32px;
}
.nk_cancel #icon {
	background: url("../img/control_cancel_keyboard.png") no-repeat left center;
}
	
.nk_notifier{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	color: #00ACE4;
	width: 345px;
	margin: 0 0 0 1px;
	border-radius: 4px 4px 0 0;
	font-size: 30px;
	letter-spacing: 9px;
}
.nk_notifier.empty{
	font-size: 18px;
	letter-spacing: inherit;
	color: #CACACA;
	font-weight: normal;
	width: 339px;
}
.nk_container ul {
	display: inline-block;
	border-radius: 2px;
}
.nk_container li {
	display: inline-block;
	width: 67px;
	height: 49px;
	text-align: center;
	line-height: 49px;
	background: #E6E6E6;
	margin: 0 0 1px 1px;
	cursor: pointer;
	color: #919191;
	font-size: 30px;
}
.nk_container li:hover{
	background: #EFEFEF;
}
