/* ---------------------- TIMECLOCK SHIFT START BUTTON ---------------------- */
.topbar .timer-shift-start {
	margin-left: 5px;
}

.topbar .col-6.mobile-center {
	margin-top: 7px;
}
/* -------------------------------------------------------------------------- */

/* ------------------------- HAMBURGER / MENU BUTTON ------------------------ */
.mobile-topbar .mobile-menu span {
	background-color: #707070;
	border-radius: 2px;
	content: "";
	transition: margin 0.3s;
	margin: 4px 0;
	height: 2px;
	width: 24px;
}

.mobile-topbar .mobile-active-sidebar > span:nth-child(2) {
	transition: margin 0.3s;
	margin-left: -4px;
}
/* -------------------------------------------------------------------------- */

/* ------------------------ RIGHT SIDE OF HEADER BAR ------------------------ */
.mobile-topbar-right {
	flex-flow: wrap;
	justify-content: flex-end;
	gap: 6px 12px;
}

@media screen and (max-width: 320px) {
	.mobile-topbar.topbar-fixed {
		height: auto;
	}
}
/* -------------------------------------------------------------------------- */

/* ---------------------------------- TIMER --------------------------------- */
.mobile-topbar .mobile-timer > div {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.mobile-topbar .mobile-timer > div > span {
	padding-left: 12px;
}

/* ----------------------------- TIMER DROPDOWN ----------------------------- */
.mobile-topbar .mobile-timer .dropdown-menu.show.tcDropdown {
	height: calc(100vh - 60px);
	max-height: calc(100vh - 60px) !important;
	width: 100vw !important;
	position: fixed !important;
	top: 60px !important;
	left: 0 !important;
}
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */

/* --------------------------------- PROFILE -------------------------------- */
.mobile-topbar .mobile-profile-dropdown .dropdown-menu.dropdown.show {
	top: 23px !important;
}
/* -------------------------------------------------------------------------- */

/* ---------------------------- SIDEBAR ELEMENTS ---------------------------- */
.sidenav-mobile-logo,
.sidenav-mobile-logo:hover,
.sidenav-mobile-logo:focus,
.sidenav-mobile-logo:active {
	color: var(--charcoal-casper);
	text-align: left;
	font-size: 40px;
}

.navmenu.navmenu-inverse.navmenu-fixed-left.slideout-menu {
	background-color: var(--panel-color);
	border-right: solid 1px var(--border-color);
	padding: 4px 0 0 0;
	overflow: overlay;
}

/* Sidebar links */
.sidenav-mobile ul li {
	background-color: transparent;
	border: none;

	color: var(--tc-primary) !important;
	font-weight: 500 !important;
	font-size: 14px;
	letter-spacing: 0.3px;
}

/* Sidebar links hover state */
.sidenav-mobile ul li:hover,
.sidenav-mobile ul li:focus,
.sidenav-mobile ul li:active,
.sidenav-mobile ul li.active {
	background-color: var(--casper-obsidian);
	border-left: solid 3px var(--accent);
}

.sidenav-mobile.navmenu.slideout-menu ul.sidenav-mobile-link-list > li > a {
	background-color: transparent;
	color: var(--tc-primary);
	text-transform: uppercase;
	padding: 18px 0px 18px 17px;
}
/* -------------------------------------------------------------------------- */

/* --------------------------- MAIN APP CONTAINER --------------------------- */
#main-mobile {
	padding: 60px 0 0 0;
	min-height: 100%;
	height: 100%;
	width: 100%;
}

#main-mobile .container {
	overflow: auto;
	height: 100%;
	width: 100%;
}
/* -------------------------------------------------------------------------- */

/* -------------------------------- PROJECTS -------------------------------- */
@media only screen and (max-width: 768px) {
	/* Wrapping the title, badge and description of project */
	.taskProjectHeadingColumn {
		flex-wrap: wrap;
	}

	.taskPage.row div.taskProjectHeadingColumn > div.projectDescription {
		justify-content: flex-start;
	}
}
/* -------------------------------------------------------------------------- */

/* ------------------------ CONTRACT/CHECKOUT MOBILE ------------------------ */
.image-container div.middle {
	position: relative;
	top: -15%;
	left: 50%;
}
/* -------------------------------------------------------------------------- */
