/*
 * === Utility Methods ===
 */
.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.no-margin {
	margin: 0;
}

.no-wrap {
	white-space: nowrap;
}

.inline-block {
	display: inline-block;
}

.inline {
	display: inline;
}

.centered {
	text-align: center;
}

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

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

.hide {
	display: none;
}

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

.valign {
	vertical-align: middle;
}

.icon {
	vertical-align: middle;
}

.loading-text {
	font-style: italic;
	color: #666666;
}

.msg-container {
}

.msg {
	margin-top:5px;
	margin-bottom:5px;
}

.msg-nobackground-ERROR {
	color: #dd3d36 !important;
}

.msg-nobackground-INFO {
	color: #2196f3 !important;
}

.msg-nobackground-WARN {
	color: #f44336 !important;
}

.msg-nobackground-SUCCESS {
	color: #4caf50 !important;
}

.msg-INFO {
	background: #2196f3 !important;
	color: white !important;
}

.msg-WARN {
	background: #ff9800 !important;
	color: white !important;
}

.msg-ERROR {
	background: #f44336 !important;
	color: white !important;
}

.msg-SUCCESS {
	background: #4caf50 !important;
	color: white !important;
}


.font-smoothing {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fixedPage {
	-webkit-backface-visibility: hidden;
	position: fixed;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1040;
}

.sticky {
	position:fixed;
	top:0;
	width: 100%;
	z-index: 9000;
}

.noScroll {
	overflow:hidden;
}

.scroll {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-overflow-scrolling: touch;
	height: 100%;
	width: 100%;
	overflow: scroll;
}

/* — Angular.js support for ng-cloak — */
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.noscript {
	padding:3px;
	margin:0;
	z-index: 10010;
	text-align:center;
}

.divider {
	margin-top: 40px;
	border: none;
	border-bottom: 1px solid #f2f2f2;
	height: 1px;
	margin-bottom: 45px;
}

.obfuscated {
	color: #e2e2e2 !important;
}