.clearfix {
	*zoom: 1;
}
	
.clearfix:before,
.clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
	
.clearfix:after {
	clear:both;
}

.d-block {
    display : block;
}


.hide {
	display: none;
}

.no-visible {
	visibility: hidden;
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hide-common-user {
	position:absolute;
	left:-1000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.text-left {
	text-align: left !important;
}
	
.text-right {
	text-align: right !important;
}
	
.text-center {
	text-align: center !important;
}
	
.text-top {
	vertical-align: top;
}
	
.pos-relative {
	position: relative;
}

.fl-right {
	float: right;
}

.fl-left {
	float: left;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.alert {
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	margin-bottom: 20px;
	padding: 10px;
	display: block;
}
    
.alert:empty {
	display: none !important;
}

.alert ul {
	margin-bottom: 0;	
}
    
.alert-error {
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48 !important;		
}

.alert-error li:before {
	color: #B94A48;
}
   
.alert-info {
   	background-color: #D9EDF7;
   	border-color: #BCE8F1;
   	color: #3A87AD;
}

.alert-info li:before {
	color: #BCE8F1;
}
	
.alert-success {
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	color: #468847;
}

.alert-success li:before {
	color: #D6E9C6;
}


.ellipsis {
	overflow: hidden;
}

.ellipsis:before {
	width: 5px;
	height: 100%;
	content:"";
	float: left;
}

.ellipsis > *:first-child {
	width: 100%;
	float: right;
	margin-left: -5px;
}		

.ellipsis:after {
	width: 3em; 
	margin-left: -3em;
	content: "...";
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;  
			box-sizing: content-box;
	float: right;
	position: relative;
	top: -22px;
	left: 98%; 
	padding-right: 5px;
	text-align: right;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
	background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);			
	background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
	background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.reset-list-style li:before,
.reset-list-style li:after {
	display: none;
}