a,a:hover,a:active{
	text-decoration:none;
}
.page{
	margin-top: 50px;
}


.page>.left{
	float:left;
	width:200px;
	border-right:1px solid #777;
	margin-left:10px;
}

.page>.right{
	float:left;
	margin-left:10px;
}

.column2{
	float:left;
	width:48%;
	margin-right:10px;
}

.filtr input[type=submit]{
	display:none;
}
.filtr label{
	width:auto;
	margin:0px;
}
.users_form{
	margin-top:0px;
}



.ui-datepicker{
	z-index:5000;
}

.navbar-fixed-top{
	position:static;

}

.data-table-events .col_search{
	width:100%;
}

.data-table-users .col_search{
	width:100%;
}

.assigned_users_form .dataTables_length{
	display:none;
}

.event_info td{
	border:1px solid #ddd;
	padding:3px;
}
.data-table-events-wrap .dataTables_length{
	display:none;
}

.inline_error{
	color:red;
	margin-top: 5px;
}
/*klasa będzie użyta dla inputa z błędem*/
div .input_error{
	border-color:red;
}	

.user_photo_btns{
	float:right;
}

.user_photo_btns img{
	width:12px;
	margin-left:5px;
}

tr.accredited{
	background-color:white;
}

tr.not_accredited{
	background-color:#eee;
}


li.user_autocomplete_item{
} 

li.user_autocomplete_item .uai_left{
	float:left;
	margin-right:10px;
}

li.user_autocomplete_item .uai_right{
	float:left;
}

li.user_autocomplete_item .uai_left img{
	width:77px;
	border:1px solid #ccc;
}

/**
 * 	popup
 */
.popup{
	min-width:200px;
	min-height:100px;
	position:fixed;
	top:-10px;
	left:0px;
	z-index:1000;
	border: 1px solid #aaa;
	border-top: 0;
	color: #000;
	background: #FFF;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.popup .title{
	color:white;
	margin-bottom:5px;
}
.popup .title .content{
	float:left;
	font-weight: bold;
}
.popup.error .title{
	background-color: #960078;
	background-image: -moz-linear-gradient(top,#640032,#960064);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#640032),to(#960064));
	background-image: -webkit-linear-gradient(top,#640032,#960064);
	background-image: -o-linear-gradient(top,#640032,#960064);
	background-image: linear-gradient(to bottom,#640032,#960064);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#640032',endColorstr='#960064',GradientType=0);
}
.popup.message .title{
	background-color: #960078;
	background-image: -moz-linear-gradient(top,#640032,#960064);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#640032),to(#960064));
	background-image: -webkit-linear-gradient(top,#640032,#960064);
	background-image: -o-linear-gradient(top,#640032,#960064);
	background-image: linear-gradient(to bottom,#640032,#960064);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#640032',endColorstr='#960064',GradientType=0);
}
.popup .pclose{
	float:right;
	color:white;
	margin-right: 5px;
	text-decoration:none;
}

.popup .content{
	float:left;
	margin-left:0px;
}