#loading_overlay{
	z-index: 1002;
	text-align: center;
	padding-top: 5%;
	display: block;
	opacity: 0.9;
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
.btn{
	background-color: #1565C0;
}
.btn:hover{
	background-color: #0d47a1;
}
.tabs .tab a:hover, .tabs .tab a.active,
.tabs .tab a{
	color: #1565C0;
}
.tabs .tab a:focus, .tabs .tab a:focus.active{
	background-color: rgba(30,136,229,0.2);
}
.tabs .indicator,
.pagination li.active{
	background-color: #1565C0;
}


@media only screen and (min-width: 1003px){
	.container {
		margin-left: 30% !important;
	}
}

.tabs.tabs-transparent .tab a:hover, .tabs.tabs-transparent .tab a.active{
	color:#ffff00;
}
/* @@@@@@ custom scroll style @@@@@@ */
/* width */
::-webkit-scrollbar{
  height: 5px;
}
/* Track */
::-webkit-scrollbar-track{
  box-shadow: inset 0 0 2px grey; 
}
/* Handle :horizontal */
::-webkit-scrollbar-thumb{
  background: #e0e0e0;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover{
  background: #1565C0; 
  border-radius: 0px;
  /* background: #e0e0e0; */
}
table span.badge, .btn, .btn-large, .btn-small, .btn-flat{
	height: auto !important;
}
