/**
 * Footer style 
 */
.pre-footer-minimal{
	/*display: inline-block;
  bottom: 56px;
  position: absolute;
  width: 100%;*/
}

.align-center {
	text-align: center;
}

.full-width {
	width: 100%;
}

/**
 * Colors
 */
.color-white {
	color: #ffffff;
}

.color-red {
	color: #d9534f;
}

.color-black {
	color: #151515;
}

.color-green {
	color: #3c763d;
}


/**
 * Grid Displays
 */
.inline-block {
  display: inline-block !important;
}

.page-header {
	/*padding-bottom: 50px;*/
}

.user-links {
	padding: 2px 8px !important;
}

.master-alert-bottom {
    position: fixed;
    bottom: 5px;
    right:2%;    
    z-index: 10000;
    width: 40%;
}

/* Media Rule for Mobiles */
@media only screen and (max-width: 768px) {
	.master-alert-bottom {
		width: 100%;
		left:1%;
		right:1%;
	}
}
	
