/* TWEAK glyhicon */
.glyphicons:before {
	display: inline-block;
	padding: 0px;
	padding-top: 2px;
}

/* Setup Printer PAGE breaks*/
qed-page-no-break-block {
	page-break-inside: avoid;
}

qed-page-break {
	page-break-after: always;
}

.glyphicon-fw {
	width: 1.28571429em;
	text-align: center;
}

/* additional White alert*/
.alert-white {
	background-color: #FFFFFF;
	border-color: #DDDDDD;
	color: #000000;
}

/* TABLE tweak */
.table {
	margin-bottom: 0px;
}

/* Drop Down Button Adjustments */
.btn-xs, .btn-group-xs>.btn {
	padding: 3px 5px 0px 5px;
}

/* fix for datepicker/timepicker in modal */
.ui-timepicker-container, .ui-datepicker {
	z-index: 99999 !important;
}

/* change cursor in datepicker addon */
.input-group-addon.addon-btn {
	cursor: pointer;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th {
	vertical-align: bottom;
}

.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: middle;
}

/* Field Validation relocation */
.form-horizontal .has-feedback .form-control-feedback {
	right: 19px;
	top: 12px;
}

/* Remove spacing after help text */
.help-block {
	margin-bottom: 0px;
}

/* Map Canvas */
.qed-map {
	border: 3px solid #000000;
}

.fv-bootstrap-icon-input-group.form-control-feedback {
	right: 55px !important;
}

.qed-button-panel {
	float: right !important;
}

.hashtag-input {
	outline: none;
	border: 1px solid #ffffff;
	height: 19px;
	width: 80px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

/* Override Header Sizes*/
h1 {
	font-size: 24px;
	font-weight: bold;
}

/* Set container widths for data presentation (too wide looks funny) */
.qed-extrasmall-container {
	position: relative;
	max-width: 400px !important;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.qed-small-container {
	position: relative;
	max-width: 600px !important;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.qed-medium-container {
	position: relative;
	max-width: 800px !important;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.qed-large-container {
	position: relative;
	max-width: 1000px !important;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.qed-full-container {
	max-width: 1170px !important;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}

/* spacing between footer items */
.qed-footer-item {
	padding-left: 10px;
	padding-right: 10px;
}

/* shortcut for pointer cursor */
.pointer-cursor {
	cursor: pointer;
	text-decoration: none !important;
}

/* adjustment to allow the mobile navbar menus to cover entire screen */
.navbar-fixed-top .navbar-collapse {
	max-height: 999999px;
}

/* adjustment to mobile menu */
@media ( max-width : 767px) {
	.navbar-nav>li>a {
		font-size: 150%;
		font-weight: bold;
	}
}

@media ( max-width : 767px) {
	.navbar-nav .open .dropdown-menu>li>a {
		font-size: 125%;
	}
}

@media ( min-width : 767px) {
	.qed-avatar-icon {
		
	}
	.qed-avatar-name {
		display: none !important;
	}
	.qed-disabled_email {
		
	}
}

@media ( max-width : 767px) {
	.qed-avatar-icon {
		display: none !important;
	}
	.qed-avatar-name {
		
	}
	.qed-disabled_email {
		display: none !important;
	}
}

/* Dialog Tweaks */
.modal-body {
	background-color: #FFFFFF;
}

.modal-footer {
	padding: 6px;
	border: None;;
	background-color: #FFFFFF;
}

.modal-header {
	padding: 0px;
	padding-left: 20px;
}

.navbar {
	z-index: 1050
}

.modal {
	z-index: 1300
}

/* Remove ROUND corners */
/* pre, .well, .form-control, .btn, .nav-pills>li>a, .modal-content,
	.dropdown-menu {
	border-radius: 0px;
} */
.navbar {
	border-radius: 0px;
}

/* spacing tweaks for embedded HTML and code */
pre, .well {
	padding: 5px;
	margin-bottom: 0px;
}

pre[class*="language-"] {
	margin: 0px 0px 5px 0px !important;
	padding: 0px 5px 0px 5px !important;
}

/* Notification Tweaks */
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
	top: 0px;
	right: 260px;
}

.alert {
	margin-bottom: 0px;
	padding: 10px;
}

/* Highlight search results (eg in end-user's FAQ) */
.highlighted-text {
	font-weight: bold;
	color: #dff0d8;
	background-color: #356635
}

/* Computer Text MonoSpace */
.monospace {
	font-family: monospace;
	font-size: 75%
}

/* tweak to support table-responsive and popup menus */
.table-responsive {
	overflow: visible;
}

/* currently only used for EMAIL preview */
iframe {
	border: 1px solid #999999;
}

.label-round {
	border-radius: 15px;
}

/* Menu Icon Tweak */
.navbar-toggle .icon-bar {
	background-color: #FFFFFF
}

@media ( min-width : 992px) {
	.navbar-toggle {
		background-color: #dd4814
	}
}

/* Make images circle or square (based on server setting) */
.avatar-circle-large {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.avatar-circle-medium {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

.avatar-circle-small {
	width: 24px;
	height: 24px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

.avatar-square-large {
	width: 100px;
	height: 100px;
}

.avatar-square-medium {
	width: 50px;
	height: 50px;
}

.avatar-square-small {
	width: 24px;
	height: 24px;
}

.avatar-round-rect-large {
	width: 100px;
	height: 100px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

.avatar-round-rect-medium {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

.avatar-round-rect-small {
	width: 24px;
	height: 24px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* CAROSUSEL changes becuase we use FONTAWESOME instead of GLYPHICONS */
.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right
	{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .fa-chevron-right {
	right: 50%;
	margin-right: -10px;
}

@media screen and (min-width: 768px) {
	.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right,
		.carousel-control .icon-prev, .carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px;
	}
	.carousel-control .fa-chevron-left, .carousel-control .icon-prev {
		margin-left: -15px;
	}
	.carousel-control .fa-chevron-right, .carousel-control .icon-next {
		margin-right: -15px;
	}
}

/* Change <a> print back to normal -- default is to print link */
@media print {
	a:link:after, a:visited:after {
		content: ""
	}
}

/* AFFIX nav menu */
.affix {
	top: 0;
	width: 100%;
}

.affix+.container-fluid {
	position: relative;
	padding-top: 50px;
}

/* Tweak pagination size */
.pagination {
	margin: 0px !important;
}

.qed-pagination-xs>li>a, .qed-pagination-xs>li>span {
	padding: 1px 9px;
}

/* Added new EXTRA SMALL pagination */
.qed-pagination-xs>li:first-child>a, .qed-pagination-xs>li:first-child>span
	{
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.qed-pagination-xs>li:last-child>a, .qed-pagination-xs>li:last-child>span
	{
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

/* make MANAGEMENT menu thin */
.qed-thin-nav {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

@media ( min-width : 768px) {
	.qed-navbar-brand {
		padding: 4px 4px;
		height: 0px;
	}
}

@media ( max-width : 768px) {
	.qed-domain-name {
		display: none !important;
	}
}

/* COUNTDOWN */
@media ( max-width : 768px) {
	.qed-countdown {
		margin: 20px;
		width: 109px;
		position: fixed;
		left: -18px;
		top: -18px;
		z-index: 999999
	}
}

@media ( min-width : 768px) {
	.qed-countdown {
		margin: 20px;
		width: 109px;
		position: fixed;
		right: -18px;
		top: -18px;
		z-index: 999999
	}
}

/* deal with TABLE overflow on MOBILE */
@media screen and (max-width: 640px) {
	.table-responsive>table {
		overflow-x: auto;
		display: block;
	}
	td {
		font-size: 100% !important;
	}
	.input-group {
		width: 100% !important;
	}
}

/* Deal with Long running URL on MOBILE */
.ellipses {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* stacking v non-stacking CC types */
.qed-nav-stacked>li {
	float: none;
}

.qed-nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0;
}

@media ( max-width : 768px) {
	.qed-nav-stacked>li {
		float: left;
	}
}

/* FULL WIDTH container */
.full-width {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

@media ( max-width : 768px) {
	.user_menubar_logo {
		display: none;
	}
}

@media ( max-width : 768px) {
	.user_menubar_spacing {
		padding-left: 0px !important;
	}
}

@media ( max-width : 768px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		padding-left: 30px
	}
}

/* Adjust Slider colors */
.slider-selection {
	background: #BABABA !important;
}

/* SCROLL-ABLE MENUS */
.scrollable-menu {
	height: auto;
	max-height: 400px;
	overflow-x: hidden;
}

/* FORM VALIDATION */
.form-validation-error {
	padding: 2px 5px 3px 5px;
}

.form-validation-error::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: "\f057\00a0\00a0";
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -.0667em;
}

/* CODE sample font */
.qed-code {
	font-family: monospace;
}

/* Fix SummerNote Editor */
.note-editor.note-frame.panel{
	margin-bottom: 0px;
}

/* Submit Spinner */
.qed-spinner-animation {
	border: 25px solid #f3f3f3;
	border-radius: 50%;
	border-top: 25px solid #00FF00;
	border-bottom: 25px solid #FFFF00;
	border-left: 25px solid #FF0000;
	border-right: 25px solid #0000FF;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 3s linear infinite; /* Safari */
	animation: spin 3s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.qed-spinner-background {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    text-align:center;
    z-index:2000;
    overflow: auto;
    width: 120px;
    height: 122px;
}

.modal-backdrop-close {
    position: fixed;
    top: 10px;
    right: 10px;
}

.modal-backdrop-close>a {
    color: #FFFFFF;
}

/* fix botostrap-select combobox & dropdown menus */
div[role="combobox"] {
	z-index:2000;
}

ul.dropdown-menu {
	z-index:2000;
}

/* FIXED PASSWORD STRENGTH TO BE PENCIL THIN */
#qed-password-strength-bar>.progress {
	height:5px;
}