.navbar-brand-logo > img {
	height: 2.5rem;
}
.alert-info {
	background-color: white;
}
header .label.label-as-badge.label-primary.sp-navbar-badge-count {
	background-color: #3375B3;
}
.text-burnt-orange {
	color: #bf5700;
}
body a {
	color: #3375B3;
}
div.iconlink a span.fa-stack:before, div.iconlink2 a span.fa-stack:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #bf5700;
	transition: .5s;
	transform: scale(.8);
}
div.iconlink a span.fa-stack:before {
	top: 1rem;
}
div.iconlink a span.fa-stack:hover:before, div.iconlink2 a span.fa-stack:hover:before {
	transform: scale(.9);
	box-shadow: 0 0 1.5rem #bf5700;
}
li.list-group-item a small.text-muted {
	color: #111111;
}
.ut-list-item {
	color: #111111;
}
div.modal-body div[ng-if^='getUIActions'] {
	display: none;
}
div.modal-body div[ng-if='!data.hideRelatedLists'] {
	display: none;
}
.navbar-inverse .navbar-nav > li > a {
	color: white;
}
a:hover {
	text-decoration: underline !important;
}
.iconlink a:hover {
	text-decoration: none !important;
}
html {
	font-size: 62.5%;
}
.dropdown-menu.bootstrap-datetimepicker-widget {
	width: 25rem;
	padding: .4rem;
	margin-top: .1rem;
	border-radius: .4rem;
}
.dropdown-menu.bootstrap-datetimepicker-widget.timepicker-sbs {
	width: 60rem;
}
.dropdown-menu.bootstrap-datetimepicker-widget a[data-action] {
	padding: .6rem 0;
}
.dropdown-menu.bootstrap-datetimepicker-widget .timepicker-hour, .dropdown-menu.bootstrap-datetimepicker-widget .timepicker-minute, .dropdown-menu.bootstrap-datetimepicker-widget .timepicker-second {
	width: 5.4rem;
}
.dropdown-menu.bootstrap-datetimepicker-widget button[data-action] {
	padding: .6rem;
}
.dropdown-menu.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
	width: .4rem;
	padding: 0;
	margin: 0;
}
.dropdown-menu.bootstrap-datetimepicker-widget td, .dropdown-menu.bootstrap-datetimepicker-widget th {
	border-radius: .4rem;
}
.dropdown-menu.bootstrap-datetimepicker-widget td {
	height: 5.4rem;
	line-height: 5.4rem;
	width: 5.4rem;
}
.dropdown-menu.bootstrap-datetimepicker-widget td.cw {
	font-size: 1rem;
	height: 2rem;
	line-height: 2rem;
}
.dropdown-menu.bootstrap-datetimepicker-widget td.day {
	height: 2rem;
	line-height: 2rem;
	width: 2rem;
}
.dropdown-menu.bootstrap-datetimepicker-widget td span {
	width: 5.4rem;
	height: 5.4rem;
	line-height: 5.4rem;
	margin: .2rem .15rem;
	border-radius: .4rem;
}
.dropdown-menu.bootstrap-datetimepicker-widget th {
	height: 2rem;
	line-height: 2rem;
	width: 2rem;
}
.dropdown-menu.bootstrap-datetimepicker-widget th.picker-switch {
	width: 14.5rem;
}
.dropdown-menu.bootstrap-datetimepicker-widget th.next, .dropdown-menu.bootstrap-datetimepicker-widget th.prev {
	font-size: 2.1rem;
}
.dropdown-menu.bootstrap-datetimepicker-widget .input-group.date .input-group-addon span {
	width: 1.6rem;
	height: 1.6rem;
}
@media screen and (max-width: 767px) {
	.dropdown-menu.bootstrap-datetimepicker-widget.timepicker-sbs {
		width: 28.3rem;
	}
}
div.select2-container .select2-choice {
	padding-left: .8rem;
	line-height: 3.2rem;
}
div.select2-container .select2-choice abbr {
	top: 1rem;
	right: 4.2rem;
}
.mce-container .mce-container-body .mce-ico, .mce-container .mce-container-body .mce-resizehandle {
	width: 1.6rem;
	height: 1.6rem;
	font-size: 1.6rem;
	line-height: 1.6rem;
}
.modal-dialog {
	width: 100%;
}
@media (min-width: 768px) {
	.modal-dialog {
		max-width: 60rem;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		max-width: 90rem;
	}
}
[text-zoom="true"] .sp-page-root.page {
	height: auto;
}
[text-zoom="true"] .bootstrap-datetimepicker-widget.dropdown-menu {
	position: absolute !important;
}
[text-zoom="true"] .sp-page-root .container {
	width: 100%;
}
@media (min-width: 768px) {
	[text-zoom="true"] .sp-page-root .container {
		max-width: 73.5rem;
	}
}
@media (min-width: 992px) {
	[text-zoom="true"] .sp-page-root .container {
		max-width: 95.5rem;
	}
}
@media (min-width: 1200px) {
	[text-zoom="true"] .sp-page-root .container {
		max-width: 115.5rem;
	}
}