﻿/*css form the sidebar, independent from thead rest command less atm form modularity*/


.wrapper {
	display: flex;
	align-items: stretch;
	z-index: 500;
	-webkit-transition: all 2s;
	transition: all 2s;
}

/*sidebar width height animation transiations within*/
#sidebar {
	min-width: 251px;
	max-width: 251px;
	min-height: 100%;
	-webkit-transition: all 1.2s;
	transition: all 1.2s;
	display: none;
}

	/*push back when inactive datalist toggled*/
	#sidebar.sidebar-active {
		min-width: 100px;
		max-width: 100px;
	}


a[data-toggle="collapse"] {
	position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
	display: block;
	position: absolute;
	right: 20px;
	font-family: 'Glyphicons Halflings';
	font-size: 0.6em;
	-webkit-transition: all 2s;
	transition: all 2s;
}

a[aria-expanded="true"]::before {
}

/*inner menu, same width aside sidebar without close/open button*/
.sidebar-menu-wrapper {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 120px;
	width: 251px;
	height: 100%;
	padding: 7px;
	transition: all 1.2s;
}

#sidebar.sidebar-active .sidebar-menu-wrapper {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 120px;
	width: 100px;
	height: 100%;
	padding: 7px;
}
/*menu list*/
.sidebar-menu-wrapper ul {
	margin-bottom: 0px;
	padding-left: 0px;
}

/*menus list item with inner link command hover effect*/
#sidebar li {
	text-align: center;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 7px;
}

	#sidebar li a {
		display: inline-block;
		text-align: center;
		background-color: #393d49;
		width: 100%;
		height: auto;
		padding: 5px;
		color: #FAFAFA;
	}

		#sidebar li a:hover {
			background-color: #2e9afe;
		}

	#sidebar li ul {
		margin-top: 7px;
	}

/*minified*/
#sidebar.sidebar-active li {
	text-align: center;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 7px;
}

	#sidebar.sidebar-active li a {
		display: inline-block;
		text-align: center;
		background-color: #393d49;
		width: 100%;
		height: auto;
		padding: 5px;
		color: #FAFAFA;
	}

		#sidebar.sidebar-active li a:hover {
			text-align: center;
			display: inline-block;
			background-color: #2e9afe;
			width: 100%;
			height: auto;
			color: #FAFAFA;
			padding: 5px;
		}

	#sidebar.sidebar-active li ul {
		margin-top: 7px;
	}



/*wrapper command background color (dark blue, fixed stop make it stick)*/
.epi-sidebar-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #282c37;
}

/*side bar button*/
.epi-sidebar-button {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1000;
	background-color: #282c37;
	opacity: 0.5;
}

/*sidebar button wrapper datalist thead edge color-profile thead sidebar (sidebars width is left:) 20 width stop avoid disapperance)*/
.epitop-sidebar-button-icon-wrapper {
	position: relative;
	top: 0;
	left: 251px;
	height: 100%;
	width: 20px;
	line-height: 100vh;
	font-size: 20px;
	background-color: #282c37;
	color: #2e9afe;
	opacity: 0.9;
	transition-property: top, left, margin, padding, width;
	transition-duration: 1.2s;
}

#sidebar.sidebar-active .epitop-sidebar-button-icon-wrapper {
	position: relative;
	top: 0;
	left: 100px;
	height: 100%;
	width: 20px;
	line-height: 100vh;
	font-size: 20px;
	background-color: #282c37;
	color: #2e9afe;
	opacity: 0.9;
}

/*wrapper form thead main site (to move when closing/opening sidebar)*/
.content-wrapper-for-sidebar-centering {
	position: absolute;
	left: 250px;
	width: calc(100% - 250px); /**/
	-webkit-transition: all 1.2s;
	transition: all 1.2s;
	display: none;
}


.content-sidebar-closed {
	position: relative;
	left: 100px;
	width: calc(100% - 100px);
}


.liststyle-button {
	text-align: center;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 7px;
}

	.liststyle-button a {
		display: inline-block;
		text-align: center;
		background-color: #134e86;
		width: 100%;
		height: auto;
		padding: 5px;
		color: #FAFAFA;
	}

		.liststyle-button a:hover {
			text-align: center;
			display: inline-block;
			background-color: #2e9afe;
			width: 100%;
			height: auto;
			color: #FAFAFA;
			padding: 5px;
		}

.welcome-user-name {
	text-align: center;
	width: 100%;
}

/*black and white logos within the menu buttons (if used)*/
.menu-symbol {
	display: block;
	width: 38%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	mix-blend-mode: luminosity;
	display: none;
	-webkit-transition: all 2s;
	transition: all 2s;
}

#sidebar.sidebar-active .menu-symbol {
	display: block;
	width: 38%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	mix-blend-mode: luminosity;
	display: none;
}

.dynamic-links-sidebar {
}


.left-side-menu-icon {
	opacity: 0;
	font-size: inherit;
	-webkit-transition: all 2s;
	transition: all 2s;
	visibility: collapse;
	-webkit-transition: all 0s linear;
	transition: all 0s linear;
	display: none;
}

#sidebar.sidebar-active .left-side-menu-icon {
	opacity: 1;
	font-size: 15px;
	visibility: visible;
	-webkit-transition: all 0.7s linear 0.2s;
	transition: all 0.7s linear 0.2s;
	display: block;
	line-height: 50px
}

.patients-double-icon {
	letter-spacing: -0.2em;
	padding-top: 7px;
}

.left-side-menu-text {
	position: relative;
	left: 0px;
	top: 0px;
	opacity: 1;
	height: auto;
	width: auto;
	text-indent: 0;
	white-space: inherit;
	overflow: inherit;
	-webkit-transition: all 0.2s linear 1s;
	transition: all 0.2s linear 1s;
}

#sidebar.sidebar-active .left-side-menu-text {
	position: absolute;
	left: -50px;
	top: 0px;
	opacity: 0;
	height: 0px;
	width: 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.2s linear 1s;
	transition: all 0.2s linear 1s;
}

.epitop-top-left {
	opacity: 1;
	-webkit-transition: all 0.2s linear 1.5s;
	transition: all 0.2s linear 1.5s;
}

.profile-page-button-lower-left {
	position: absolute;
	bottom: 160px;
	display: block;
	width: 100%;
	padding-right: 15px;
}

.profile-page-link-lower-left ul {
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
}

	.profile-page-link-lower-left ul.dropdown-menu {
		width: 100%;
		background-color: rgba(10,10,10,0);
	}

.profile-drop-up-ul {
	left: 1px;
	width: 100%;
	background-color: rgba(10,10,10,0);
	border: none;
	outline: none;
}

/*profile menu sub buttons changes on folded in sidebar*/
#sidebar.sidebar-active .profile-drop-up-ul {
	width: 85px;
	min-width: 85px;
}

#sidebar .profile-drop-up-ul li .glyphicon {
	display: none;
	opacity: 1;
}

#sidebar.sidebar-active .profile-drop-up-ul li .glyphicon {
	display: inline-block;
	opacity: 1;
}

#sidebar .profile-drop-up-ul li .link-text-sidebar-dropdown {
	display: inline-block;
}

#sidebar.sidebar-active .profile-drop-up-ul li .link-text-sidebar-dropdown {
	display: none;
}

#sidebar.sidebar-active .profile-page-button-lower-left {
	position: absolute;
	bottom: 175px;
	display: block;
	width: 100%;
	padding-right: 15px;
}

#sidebar.sidebar-active .welcome-user-name-left-side {
	display: none;
}

.username-left-side {
}

#sidebar.sidebar-active .username-and-welcome {
	letter-spacing: 1px;
}

.epitop-top-left-folded .ep {
	background-image: url(../../images/images2021/epitopdots2021.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.epitop-top-left-folded .epitop-logo-contain {
	background-image: url(../../images/images2021/epitopdots2021.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	margin-left: 25px;
	margin-right: 25px;
	width: 51px;
	height: 120px;
}


.no-transitions {
	-webkit-transition: all 0s;
	transition: all 0s;
}

#sidebar.no-transitions {
	-webkit-transition: all 0s;
	transition: all 0s;
}

.no-transitions .epitop-sidebar-button-icon-wrapper {
	-webkit-transition: all 0s;
	transition: all 0s;
}

#SubNavbarContainingPatientDetails.no-transitions {
	-webkit-transition: all 0s;
	transition: all 0s;
}