img.ajax_loader{
    position: fixed;
    z-index: 99999999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 4em;
    width: 4em;
    display: none;
}

#header-btn-search-small{
	display: none;
}

@media screen and (max-width: 776px){
	#header-search, #header-search2 {
		display: none;
	}
	#header-btn-search-small {
		display: block;
	}
}

@media screen and (max-width: 766px){
	.navbar-custom-menu .navbar-nav > li > a {
		padding-top: 12px;
	}
}

@media screen and (max-width: 992px){
	#header_location {
		display: none;
	}
	.main-footer .pull-left.copy{
		display: none;
	}
}

@media screen and (max-width: 1150px){
	#notif-label, #header-name {
		display: none;
	}
	.main-footer .pull-left.copy{
		display: none;
	}
	.main-footer .pull-right{
		display: block;
	}
}

@media screen and (max-width: 1024px){
	.table-responsive{
		overflow: auto;
	}
}

@media screen and (max-width: 568px){
	.main-footer .pull-right .pull-right{
		display: none;
	}
}

#javavalley.skin-default table.table-default td i.wip{
	color: #e9545a !important;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background: #d4d4d4;
	border-radius: 50%;
	font-size: .7em;
	text-align: center;
	line-height: 2;
}