.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/ajax-loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
.pull-right .btn-info{
    margin-left: 30px;
    margin-right: 30px;
}
.tableFormlable{
    margin-top: 8px;
}
.form-control, body {
    color: #000000;
}
.bgRed{
	background-color: #FF0000;
	padding: 5px 10px;
	color: #FFF;
}
.pointer{
    cursor: pointer!important;
}
.paddingBottom{
    margin-bottom: 15px;
    border: 1px solid #FF0000;
}
.margin-Left{
	margin-left: 50px;
}
.panel-default {
    border-color: #ddd;
    border: 1px solid #ddd;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}
.badge-success{
	background: #95b75d
}
.badge-danger{
	background: #fa8564!important;
}
.badge-info{
	background: #57c8f1!important;
}
input[type=checkbox]:not(old), input[type=radio ]:not(old) {
 width : 28px;
 margin : 0;
 padding : 0;
 opacity : 0;
}
 input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
 display : inline-block;
 margin-left : -28px;
 padding-left : 28px;
 background : url('../img/checks.png') no-repeat 0 0;
 line-height : 24px;
}
 input[type=checkbox]:not(old):checked + label {
 background-position : 0 -24px;
}
 input[type=radio]:not(old):checked + label {
 background-position : 0 -48px;
}
.btn-xs{
	border-radius: 0px;
}
.showList{
	max-height: 200px;
    overflow-y: scroll;
}
.list-group-item{
	cursor: pointer!important;
}
.printShow 
{
    display: none;
}
.printHide 
{
    display: block;
}