@media (min-width: 768px) {
	body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
		transition: margin-left .3s ease-in-out;
		margin-left: 0px !important;
	}
}

.org-logo {
	opacity: 0.8;
	margin-top: -5px;
	height: 33px;
}

.login-banner-w {
	width: 99%;
}

.app-name {
	width: 100% !important;
}

.nav-item > .user-info, .logout {
	display: inline-block;
	padding: 3px !important;
}

.nav-item > .user-pic-img {
	height: 33px;
}

.svg-logout-align {
	margin-top: -2px !important;
	vertical-align: top !important;
}

/*Colors*/
.color-dark-cyan {
	color: darkcyan
}

.btn-theme-color {
	background-color: #F88470 !important;
	color: white;
	--bs-btn-bg: #F88470 !important;
	--bs-btn-color: #fff !important;
	--bs-btn-bg: #F0826F !important;
	--bs-btn-border-color: #F0826F !important;
	--bs-btn-hover-color: #fff !important;
	--bs-btn-hover-bg: #F0826F !important;
	--bs-btn-hover-border-color: #f35539 !important;
	--bs-btn-focus-shadow-rgb: 49, 132, 253 !important;
	--bs-btn-active-color: #fff !important;
	--bs-btn-active-bg: #f35539 !important;
	--bs-btn-active-border-color: #d44a31 !important;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
	--bs-btn-disabled-color: #fff !important;
	--bs-btn-disabled-bg: #F0826F !important;
	--bs-btn-disabled-border-color: #F0826F !important;
}

/* === query === */
.no-query-result {
	padding: 10px;
	border: 1px dashed lightgray;
}

/*=== Form Elements ===*/
textarea.resize-none {
	resize: none !important;
}

textarea.min-height-normal {
	min-height: 100px !important;
}

textarea.min-height-medium {
	min-height: 150px !important;
}

textarea.min-height-large {
	min-height: 250px !important;
}

/*=== Visit Table ===*/
th.w-130p {
	width: 130px;
}

th.w-120p {
	width: 120px;
}

th.w-110p {
	width: 110px;
}

th.w-100p {
	width: 100px;
}

th.w-60p {
	width: 60px;
}

th.w-90p {
	width: 90px;
}

.w-100percent{
	width:100%!important;
}

/*== SPAN as Input ===*/
span.as-input {
	border: 1px solid lightgray;
	border-radius: 5px;
	padding: 6px;
}

/*== strong as label ===*/
strong.as-label {
	display: inline-block;
}

.privacy-section-content {
	background-color: #FF9B90;
	padding: 10px;
	border-radius: 5px;
	color:black;
	font-size:larger;
}

/**/
.full-name-input
{
	min-width:200px;
	max-width:200px;
	margin: 0 auto;
}
.breadcrumb-bg{background-color:transparent;}