body {
	background-color: #f2f2f2;
	margin-bottom:150px;
	}
	
* {
	outline:none !important;
	font-family:'Open Sans',Helvetica-Neue,Helvetica,Arial,Sans-serif;
	}
	
.visible {
	display:none;
	}
	
.clear {
	clear:both;
	}
	
.float-right {
	float:right;
	}
	
.float-left {
	float:left;
	}
	
.float-none {
	float:none;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	}
	
.block {
	display:block;
	}
	
.pointer {
	cursor:pointer;
	}
	
.margin-t-10 {
	margin-top:10px;
	}
	
.margin-t-50 {
	margin-top:50px;
	}
	
.bg-white {
	background-color: #ffffff !important;
	}
	
pre {
	margin-top:25px;
	}
	
.text-success {
	color: #5cb85c;
	}
	
.text-danger {
	color: #d9534f;
	}
	
.content-style {
	background:#fff;
	border:1px solid #E5E5E5;
	border-radius:5px;
	}
	
.content-padding {
	padding:15px;
	}
	
.content-margin {
	margin:15px 0;
	}
	
.passiverow td {
	background-color:rgba(255,0,4,0.1);
	}
	

/* search */	
.navbar_search input {
	width: 230px !important;
	}
/* search */

@media (max-width: 600px) {	

	.res-table {
		width:100%;
		overflow-x:scroll;
	}
	
	.res-table table {
		width:600px !important;
	}
	
	}

@media (max-width: 767px) {	

	.res-table table td {
		text-align:left !important;
	}
	
	}

@media (max-width: 480px) {	

	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-right: 5px !important;
		padding-left: 5px !important;
		}
		
	.row {
		margin-right: -5px !important;
		margin-left: -5px !important;
		}
	
	}




	
/* login page */	
@media (min-width: 1200px)
	.container {
		 width: 1170px;
	}
	
@media (min-width: 992px)
	.container {
		 width: 970px;
	}
	
@media (min-width: 768px)
	.container {
		 width: 750px;
	}

.form-signin {
	max-width: 500px;
	padding: 15px;
	margin: 15% auto 0 auto;
	}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
	}
.form-signin .checkbox {
	font-weight: normal;
	}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
	}
.form-signin .form-control:focus {
	z-index: 2;
	}
.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	}
/* login page */	

/* vouchers report */
.showVouchers {
	cursor:pointer;
	}
/* vouchers report */