/* here you can put your own css to customize and override the theme */

.load
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: url(   '../../Images/loader.gif' ) no-repeat center center;
}
.form-control:focus
{
	border: 1px solid #666 !important;
}
.table-hover > tbody > tr:last-child > td
{
	background-color: transparent !important;
}
.table-hover > tbody > tr:last-child:hover > td
{
	background-color: transparent !important;
}
.paging
{
	background-color: #fff !important;
}
.paging:hover
{
	background-color: #fff !important;
}
.paging table tbody tr td
{
	padding: 0px !important;
	border-top: none !important;
	display: inline !important;
}
.paging table tbody tr td a, .table table tbody tr td span
{
	position: relative !important;
	float: left !important;
	padding: 6px 12px !important;
	margin-left: -1px !important;
	line-height: 1.42857143 !important;
	color: #337ab7 !important;
	text-decoration: none !important;
	background-color: #fff !important;
	border: 1px solid #ddd !important;
}
.paging table > tbody > tr > td > span
{
	z-index: 3 !important;
	color: #fff !important;
	cursor: default !important;
	background-color: #337ab7 !important;
	border-color: #337ab7 !important;
}
.paging table > tbody > tr > td:first-child > a, .table table > tbody > tr > td:first-child > span
{
	margin-left: 0 !important;
	border-top-left-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
	-webkit-border-top-left-radius: 2px !important;
	-webkit-border-bottom-left-radius: 2px !important;
	-moz-border-top-left-radius: 2px !important;
	-moz-border-bottom-left-radius: 2px !important;
}
.paging table > tbody > tr > td:last-child > a, .table table > tbody > tr > td:last-child > span
{
	border-top-right-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
	-webkit-border-top-right-radius: 2px !important;
	-webkit-border-bottom-right-radius: 2px !important;
	-moz-border-top-right-radius: 2px !important;
	-moz-border-bottom-right-radius: 2px !important;
}
.paging table > tbody > tr > td > a:hover, .table table > tbody > tr > td > span:hover, .table table > tbody > tr > td > a:focus, .table table > tbody > tr > td > span:focus
{
	z-index: 2 !important;
	color: #23527c !important;
	background-color: #ddd !important;
	border-color: #ddd !important;
}
.sidebar-toggler
{    
    opacity: 0.7;
    background-image:url(../img/sidebar-toggler-light.jpg);
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes example {
    from {background-image : url(../img/sidebar-toggler-light.jpg);}
    to {background-image : url(../img/sidebar-toggler.jpg);}    
}

/* Standard syntax */
@keyframes example {
    from {background-image : url(../img/sidebar-toggler-light.jpg);}
    to {background-image: url(../img/sidebar-toggler.jpg);}
}
