.blink {
	animation-duration: 1s;
	animation-name: blink;
	animation-iteration-count: infinite;
	animation-timing-function: steps(2, start);
}

body {
	margin-bottom: 240px; /* Margin bottom by footer height */
}

div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0 !important;
}

@keyframes blink {
	80% {
		visibility: hidden;
	}
}

#phonekeypad {
	width:230px;
	height: 260px;
	margin:10px auto 0 auto;
	position:relative;
/*	background:#fff; */
}

#phonekeypad .key {
	border-radius: 50px 50px 50px 50px;
	color:#444;
	width:60px;
	height:60px;
	text-align:center;
	font-size:20px;
	float:left;
	box-sizing:border-box;
	padding:5px 0 0 0;
	margin:0 7px 7px 7px;
	border:1px solid #444;
	cursor:pointer;
}
/*
#phonekeypad .key:hover {
	background:#cecece;
}
*/
#phonekeypad .key:active {
	background:#F0F0F0;
}

#phonekeypad .key span {
	display:block;
	color:#444;
	text-align:center;
	font-size:12px;
	text-transform:uppercase;
}
#phonekeypad .key.special {
	line-height:60px;
}
#phonekeypad .key.nb {
	border:none;
}
#phonekeypad .key.nb:active {
	background:#FFFFFF;
}
#phonekeypad .key.action {
	border:none;
	line-height:60px;
	font-size:20px;
}
.text-strikethrough {
	text-decoration: line-through;
}

div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0 !important;
}

.modalLoading {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba( 255, 255, 255, .8 );
}
.modalLoading img {
	padding-left: 50%;
	margin-top: 200px;
}

/* last events fixed */

.navlastevents {
	position: fixed;
	bottom: 0;
	width: 100%;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

blockquote {
	padding: 5px 5px;
	margin: 0 0 0;
	font-size: 14px;
	border-left: 5px solid #eee;
}

.colnavlastevents {
	padding-right: 0px; /* 15px */
	padding-left: 15px; /* 15px */
}

h5 {
	font-size: 14px;
}

/* multi level dropdown hover navigation */

.navbar-nav li:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.navbar1 {
	position: relative;
    	min-height: 0px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}
