html, body {
	height:100%;
}
.wraper {
	min-height:100%;
}
.row {
	padding: 5px 10px 5px 10px;
}
.header {
	background-color:#f5f5f5;
	border-bottom:1px solid #CCC;
}
.footer {
	background-color:#f5f5f5;
	border-top:1px solid #CCC;
}
.navbar{
	margin-bottom:0px;
}
.nav-pills{
	margin-bottom:10px;
}
.errormsg {
	padding-left:15px;
}
.clackabke-avatar {
	margin-bottom:10px;
	cursor:pointer;
}
tr {
	cursor:pointer;
}
.listitem{
	min-height: 35px;
}
#flashmessage{
	width:50%;
	position:absolute;
	left:50%;
	padding:10px 10px 10px 10px;
	margin-left:-25%;	
	z-index:1000;
	text-align:center;
	border-radius:5px;
	display:none;
}
.spinner{
	display:    none;
    position:   absolute;
    z-index:    1000;
    height:     93%;
    width:      94%;
    border-radius:5px;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://test.bravopap.com.ua/ext/bcrm/views/template/img/loading.gif') 
                50% 50% 
                no-repeat;
}
#paginator {
	float:right;
}
.error{
	font-size: 10px;
	color:red;
	
}