@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

.width-limiter {
	max-width: 1200px;
	margin: auto;
	position: relative;
}

html,
body {
	height: 100%;
}

main {
	display: block;
}

body {
	background-color: #006b95;
	margin: 0;
	padding: 0;
	min-width: 302px;
}

:target {
	scroll-margin-top: 64px;
}

/* Reused Elements */

a.new-button {
	display: inline-block;
	background-color: #2a94bd;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

a.new-button.top {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 0.4em 1.5em 0.5em 1em;
}

a.new-button.bottom {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 0.7em 1.5em 0.2em 1em;
	margin-bottom: -1px;
	/* doesn't line up quit right in IE */
}

a.new-button:before {
	display: inline-block;
	content: "\02795";
	color: #065678;
	font-weight: bold;
	margin-right: 0.6em;
}

.fixed-new-button {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	height: 36px;
}

.fixed-new-button>div {
	box-sizing: border-box;
}

.fixed-new-button>div>div {
	position: relative;
	height: 28px;
	border-bottom: 8px solid #2a94bd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}


@media (min-width: 640px) {
	a.new-button.top {
		float: right;
		border-bottom-right-radius: 0;
	}

	a.new-button {
		margin-right: -1px;
		/* doesn't line up quit right in IE */
	}

	a.new-button.bottom {
		position: absolute;
		right: 0;
		bottom: 0;
		border-top-right-radius: 0;
	}
}


/* Login Page */

body.login-form {
	padding: 200px 8px 20px 8px;
	height: auto;
}

body.login-form:before {
	content: "";
	background-image: url(../images/logo-login.svg);
	background-size: contain;
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto 1em auto;
}

body.login-form>form {
	display: block;
	max-width: 320px;
	margin: auto;
	background-color: white;
	padding: 0.8em 1em 1em 1em;
	border-radius: 1em;
}

body.login-form>form>input,
body.login-form>form>input[type=submit] {
	margin-top: 0.5em;
}

@media (min-width: 640px) {
	body.login-form>form {
		padding: 3em 4em 3.2em 4em;
	}
}

/* Header/Footer */

header {
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 0;
	right: 0;
	border-bottom: 4px solid #048abf;
	text-align: center;
	line-height: 60px;
	padding: 0 5px;
	background-image: url(../images/header.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #006b95;
	height: 60px;
}

@media (min-width: 1425px) {
	header>.wrapper {
		width: 1375px;
		margin: 0 auto;
	}
}

header ul {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	/* padding-right: 2em; */
}


header a {
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}

header a:hover {
	color: #065678;
}

header .logo {
	display: inline-block;
	margin-top: 7px;
	width: 48px;
	padding-top: 48px;
	height: 0;
	overflow: hidden;
	background-image: url(../images/logo.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	float: left;
}

footer {
	border-top: 4px solid #048abf;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	background-color: #006b95;
	padding: 20px 0;
}

footer .group {
	white-space: nowrap;
}

iframe.session-keey-alive {
	width: 1px;
	height: 1px;
	visibility: hidden;
}

@media (min-width: 750px) {
	footer {
		position: absolute;
		z-index: 9999;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}

@media (min-width: 850px) {
	footer {
		background-image: url(../images/footer.png);
		background-position: center top;
		background-repeat: no-repeat;
		height: 71px;
		padding: 38px 0;
	}
}

/* Menu */

header label.show-nav {
	display: inline-block;
	width: 48px;
	height: 0;
	padding-top: 60px;
	background-image: url(../images/navigation.svg);
	background-size: 80% 80%;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
}

header input.show-nav {
	display: none;
}

/*
header input.show-nav:checked + ul {
	display: block;
}
*/

header .menu>ul>li {
	text-align: center;
	margin-left: 1%;
	position: relative;
}

header .menu>ul>li:first-child {
	margin-left: 0;
}

header .menu>ul>li>a:before {
	display: inline-block;
	content: "";
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}

header .menu>ul>li>a {
	display: inline-block;
	height: 60px;
}

header .menu>ul>li>a:hover {
	color: #242424;
}

header .menu>ul>li.dashboard>a:before {
	background-image: url(../images/menu-dashboard.png);
}

header .menu>ul>li.meetings>a:before {
	background-image: url(../images/menu-meetings.png);
}

header .menu>ul>li.manage>a:before {
	background-image: url(../images/menu-manage.png);
}

header .menu>ul>li.tasks>a:before {
	background-image: url(../images/menu-tasks.png);
}

header .menu>ul>li.time-log>a:before {
	background-image: url(../images/menu-time-log.png);
}

header .menu>ul>li.media-buys>a:before {
	background-image: url(../images/menu-media-buys.png);
}

header .menu>ul>li.hosting-panel>a:before {
	background-image: url(../images/menu-hosting-panel.png);
}

header .menu>ul>li.reports>a:before {
	background-image: url(../images/menu-reports.png);
}

header .menu>ul>li.news>a:before {
	background-image: url(../images/menu-news.png);
}

header .menu>ul>li.vacation>a:before {
	background-image: url(../images/menu-vacation.svg);
	background-size: 16px 16px;
}

header .menu>ul>li.dashboard>a:hover:before,
header .menu>ul>li.dashboard.on>a:before {
	background-image: url(../images/menu-dashboard-dark.png);
}

header .menu>ul>li.meetings>a:hover:before,
header .menu>ul>li.meetings.on>a:before {
	background-image: url(../images/menu-meetings-dark.png);
}

header .menu>ul>li.manage>a:hover:before,
header .menu>ul>li.manage.on>a:before {
	background-image: url(../images/menu-manage-dark.png);
}

header .menu>ul>li.tasks>a:hover:before,
header .menu>ul>li.tasks.on>a:before {
	background-image: url(../images/menu-tasks-dark.png);
}

header .menu>ul>li.time-log>a:hover:before,
header .menu>ul>li.time-log.on>a:before {
	background-image: url(../images/menu-time-log-dark.png);
}

header .menu>ul>li.media-buys>a:hover:before,
header .menu>ul>li.media-buys.on>a:before {
	background-image: url(../images/menu-media-buys-dark.png);
}

header .menu>ul>li.hosting-panel>a:hover:before,
header .menu>ul>li.hosting-panel.on>a:before {
	background-image: url(../images/menu-hosting-panel-dark.png);
}

header .menu>ul>li.reports>a:hover:before,
header .menu>ul>li.reports.on>a:before {
	background-image: url(../images/menu-reports-dark.png);
}

header .menu>ul>li.news>a:hover:before,
header .menu>ul>li.news.on>a:before {
	background-image: url(../images/menu-news-dark.png);
}

header .menu>ul>li.vacation>a:hover:before,
header .menu>ul>li.vacation.on>a:before {
	background-image: url(../images/menu-vacation-dark.svg);
}

header .menu>ul>li.on>a:after {
	content: "";
	border-top: 4px solid #242424;
	width: 100%;
	height: 8px;
	position: absolute;
	left: 3px;
	bottom: -11px;
	background-image: url(../images/arrow-dark-down.svg);
	background-size: 13px 8px;
	background-repeat: no-repeat;
	background-position: center top;
}

header .menu>ul>li:hover>ul {
	background-color: #242424;
	line-height: normal;
}

@media (min-resolution: 134dpi),
(min-device-pixel-ratio: 1.4),
(min--moz-device-pixel-ratio: 1.4),
(-o-min-device-pixel-ratio: 1.4),
(-webkit-min-device-pixel-ratio: 1.4) {
	header .menu>ul>li.dashboard>a:before {
		background-image: url(../images/menu-dashboard@2x.png);
	}

	header .menu>ul>li.meetings>a:before {
		background-image: url(../images/menu-meetings@2x.png);
	}

	header .menu>ul>li.manage>a:before {
		background-image: url(../images/menu-manage@2x.png);
	}

	header .menu>ul>li.tasks>a:before {
		background-image: url(../images/menu-tasks@2x.png);
	}

	header .menu>ul>li.time-log>a:before {
		background-image: url(../images/menu-time-log@2x.png);
	}

	header .menu>ul>li.media-buys>a:before {
		background-image: url(../images/menu-media-buys@2x.png);
	}

	header .menu>ul>li.hosting-panel>a:before {
		background-image: url(../images/menu-hosting-panel@2x.png);
	}

	header .menu>ul>li.reports>a:before {
		background-image: url(../images/menu-reports@2x.png);
	}

	header .menu>ul>li.news>a:before {
		background-image: url(../images/menu-news@2x.png);
	}

	header .menu>ul>li.dashboard>a:hover:before {
		background-image: url(../images/menu-dashboard-dark@2x.png);
	}

	header .menu>ul>li.meetings>a:hover:before {
		background-image: url(../images/menu-meetings-dark@2x.png);
	}

	header .menu>ul>li.manage>a:hover:before {
		background-image: url(../images/menu-manage-dark@2x.png);
	}

	header .menu>ul>li.tasks>a:hover:before {
		background-image: url(../images/menu-tasks-dark@2x.png);
	}

	header .menu>ul>li.time-log>a:hover:before {
		background-image: url(../images/menu-time-log-dark@2x.png);
	}

	header .menu>ul>li.media-buys>a:hover:before {
		background-image: url(../images/menu-media-buys-dark@2x.png);
	}

	header .menu>ul>li.hosting-panel>a:hover:before {
		background-image: url(../images/menu-hosting-panel-dark@2x.png);
	}

	header .menu>ul>li.reports>a:hover:before {
		background-image: url(../images/menu-reports-dark@2x.png);
	}

	header .menu>ul>li.news>a:hover:before {
		background-image: url(../images/menu-news-dark@2x.png);
	}
}

@media (min-width: 1425px) {
	header {
		position: fixed;
	}

	header label.show-nav {
		display: none;
	}

	header .menu>ul {
		display: block;
	}

	header .menu>ul>li {
		display: inline-block;
	}

	/*
	header .menu > ul > li:hover > ul {
		display: block;
		position: absolute;
	}
*/
}

/* Main Body */

body {
	background-color: #e5e5e5;
}

main {
	padding: 67px 0 0 0;
}

main>.width-limiter {
	height: 100%;
	box-sizing: border-box;
	padding-top: 0.5em;
	padding-bottom: 0.8em;
}

main>.width-limiter,
.fixed-new-button>div {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

main>.width-limiter>section>h1 {
	padding: 0 0.3em;
	text-align: center;
	text-transform: uppercase;
}

.box {
	overflow: hidden;
	position: relative;
	background-color: white;
	border-radius: 4px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	margin: 10px;
	text-align: center;
	box-sizing: border-box;
}

@media (min-width: 640px) {

	main>.width-limiter,
	.fixed-new-button>div {
		padding-left: 2em;
		padding-right: 2em;
	}

	main>.width-limiter {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.box {
		margin: 0;
	}

	main section>h1 {
		text-align: left;
	}

	main>.width-limiter>section>h1 {
		text-align: left;
	}

	main:after {
		content: "";
		display: table;
		clear: both;
	}
}

@media (min-width: 750px) {
	body {
		background-image: url(../images/body.jpg);
		background-attachment: fixed;
		background-size: cover;
	}

	main>.width-limiter {
		overflow: auto;
	}
}

/* Interior Menu */

.interior-menu>ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.interior-menu>ul>li {
	display: inline-block;
	text-align: left;
	margin: 10px 10px 0 10px;
}

.interior-menu>ul>li.on {
	position: relative;
	z-index: 10;
}

.interior-menu>ul>li>a {
	position: relative;
	width: 23em;
	height: 9.2em;
	line-height: 9.2em;
	border-bottom: 12px solid black;
	overflow: hidden;
	background-color: white;
	border-radius: 4px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	padding: 0.9em 5em 0.9em 0.9em;
	box-sizing: border-box;

	display: block;
	text-decoration: none;
}

.interior-menu>ul>li.off {
	display: none;
	opacity: 0.5;
}

.interior-menu>ul>li.on>a {
	box-shadow: none;
}

.interior-menu>ul>li.on>a>.content {
	color: white;
}

.interior-menu>ul>li.red>a {
	border-bottom-color: #e53645;
}

section.content.red {
	border-top-color: #e53645;
}

.interior-menu>ul>li.red.on>a {
	background-color: #e53645;
}

.interior-menu>ul>li.red>a>.content>.sub-title {
	color: #e53645;
}

.interior-menu>ul>li.blue>a {
	border-bottom-color: #006993;
}

section.content.blue {
	border-top-color: #006993;
}

.interior-menu>ul>li.blue.on>a {
	background-color: #006993;
}

.interior-menu>ul>li.blue>a>.content>.sub-title {
	color: #006993;
}

.interior-menu>ul>li.green>a {
	border-bottom-color: #34a97c;
}

section.content.green {
	border-top-color: #34a97c;
}

.interior-menu>ul>li.green.on>a {
	background-color: #34a97c;
}

.interior-menu>ul>li.green>a>.content>.sub-title {
	color: #34a97c;
}

.interior-menu>ul>li.yellow>a {
	border-bottom-color: #ffa312;
}

.interior-menu>ul>li.yellow.on>a {
	background-color: #ffa312;
}

section.content.yellow {
	border-top-color: #ffa312;
}

.interior-menu>ul>li.yellow>a>.content>.sub-title {
	color: #ffa312;
}

.interior-menu>ul>li.purple>a {
	border-bottom-color: #ab5fd3;
}

section.content.purple {
	border-top-color: #ab5fd3;
}

.interior-menu>ul>li.purple.on>a {
	background-color: #ab5fd3;
}

.interior-menu>ul>li.purple>a>.content>.sub-title {
	color: #ab5fd3;
}

.interior-menu>ul>li.gray>a {
	border-bottom-color: #858585;
}

section.content.gray {
	border-top-color: #858585;
}

.interior-menu>ul>li.gray.on>a {
	background-color: #858585;
}

.interior-menu>ul>li.gray>a>.content>.sub-title {
	color: #858585;
}

.interior-menu>ul>li.on>a>.content>.sub-title {
	color: white;
}

.interior-menu>ul>li.on>a:after {
	border-color: white;
	background-image: url(../images/arrow-down.svg);
	background-position: center 65%;
	background-size: 2.00em 1.17em;
}

.interior-menu>ul>li>a:after {
	display: inline-block;
	content: "";
	width: 3.7em;
	height: 3.7em;
	border: 3px solid #242424;
	border-radius: 50%;
	background-image: url(../images/arrow-dark.svg);
	background-position: 55% center;
	background-repeat: no-repeat;
	background-size: 1.28em 2.20em;
	position: absolute;
	right: 0.5em;
	top: 1.8em;
}

.interior-menu>ul>li>a>.content {
	display: inline-block;
	font-size: 2.3em;
	text-transform: uppercase;
	color: #242424;
	line-height: 1em;
}

.interior-menu>ul>li>a>.content>.sub-title {
	display: block;
	font-size: 0.6em;
	color: #e53645;
	font-weight: 600;
}

.interior-menu>ul>li>a>.content>.sub-title>.value {
	font-weight: bold;
}

@media (min-width: 750px) {
	.interior-menu>ul>li {
		display: inline-block;
		text-align: left;
		margin: 30px;
	}

	.interior-menu>ul>li.off {
		display: inline-block;
	}

	.interior-menu.selected {
		position: relative;
		height: 170px;
		overflow: hidden;
	}

	.interior-menu.selected>ul {
		width: 1500px;
		position: relative;
		left: 50%;
		margin-left: -750px;
	}
}

/* Widget Boxes */

.box.weather {
	padding: 0.5em;
}

.box.weather .date {
	display: none;
	text-align: center;
	border-bottom: 3px solid #e53645;
	font-size: 1.65em;
	line-height: 1.8em;
}

.box.weather .temp {
	display: inline-block;
	font-size: 4em;
	line-height: 1em;
	vertical-align: middle;
}

.box.weather .weather {
	display: inline-block;
	font-size: 1.65em;
	line-height: 1em;
	color: #167ca3;
	font-weight: 600;
	vertical-align: middle;
	margin-top: 0.4em;
	text-transform: lowercase;
}

.box.weather .current {
	position: relative;
}

.box.weather .current:before {
	display: inline-block;
	content: "";
	background-image: url(../images/sample-weather.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 6em;
	height: 4.25em;
	background-size: contain;
	vertical-align: middle;
	margin-right: 2em;
}

@media (min-width: 640px) {
	.box.weather {
		padding: 1em 2em 2em 2em;
		float: left;
		width: 295px;
	}

	.box.weather .date {
		display: block;
	}

	.box.weather .temp {
		display: block;
		margin-top: 0.2em;
		padding-left: 50%;
	}

	.box.weather .weather {
		display: block;
		margin-top: 0;
		padding-left: 50%;
	}

	.box.weather .current:before {
		position: absolute;
		left: 50%;
		margin-left: -9.5em;
		margin-right: 0;
		width: 8em;
		height: 5.65em;
	}
}

.box.news {
	padding: 1em 2em 0 2em;
	border-bottom: 0.6em solid #2a94bd;
}

.box.news>h3 {
	font-size: 1.5em;
	text-align: left;
}

.box.news>h3 .date {
	color: #e53645;
	margin-right: 10px;
}

.box.news>p {
	text-align: left;
}

@media (min-width: 640px) {
	.box.news {
		padding: 1em 2em 2em 2em;
		border-bottom: 0.6em solid #2a94bd;
		float: right;
		width: calc(100% - 335px);
	}
}

section.tasks .box.my-tasks .group:first-child {
	background-color: #e53645;
}

section.tasks .box.all-tasks .group:first-child {
	background-color: #006993;
}

section.tasks .box.done {
	display: block;
	background-color: #34a97c;
	border-radius: 4px;
	padding: 0.8em 1em 0.8em 1em;
	font-size: 2.3em;
	color: white;
	font-weight: 800;
	text-decoration: none;
	line-height: 0.9em;
	text-align: left;
}

section.tasks .box.done:before {
	float: right;
	margin-left: 0.3em;
	content: "";
	margin-top: 2px;
	margin-left: 0.8em;
	width: 1.5em;
	height: 1.5em;
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-size: auto 70%;
	background-position: 60% center;
	border: 2px solid white;
	border-radius: 50%;
}

section.tasks .box.password {
	display: block;
	background-color: #9a94da;
	border-radius: 4px;
	padding: 0.8em 1em 0.8em 1em;
	font-size: 2.3em;
	color: white;
	font-weight: 800;
	text-decoration: none;
	line-height: 0.9em;
	text-align: left;
}

section.tasks .box.password:before {
	float: right;
	margin-left: 0.3em;
	content: "";
	margin-top: 2px;
	margin-left: 0.8em;
	width: 1.5em;
	height: 1.5em;
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-size: auto 70%;
	background-position: 60% center;
	border: 2px solid white;
	border-radius: 50%;
}

.tasks h1.other-header {
	margin-top: 30px;
}

section.tasks .box .group:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 0.8em 1em 0.4em 1em;
}

section.tasks .box .group:after {
	content: "";
	display: table;
	clear: both;
}

section.tasks .box .group:first-child a {
	color: white;
}

section.tasks .box .group a+a {
	margin-top: 0.7em;
}

section.tasks .box {
	font-size: 1.15em;
	text-transform: uppercase;
}

section.tasks .box .tasks {
	text-align: left;
	float: left;
	font-weight: 600;
}

section.tasks .box .total,
section.tasks .box .done {
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	display: block;
}

section.tasks .box .total>.count,
section.tasks .box .on-hold>span,
section.tasks .box .done>span {
	display: inline-block;
	font-weight: 800;
	font-size: 1.6em;
	margin-top: -8px;
}

section.tasks .box .group+.group {
	padding: 0.3em 0.8em;
	text-align: left;
	font-size: 0.9em;
}

section.tasks .box.done .group+.group {
	text-align: center;
}

section.tasks .box.done .group+.group>a {
	float: none;
}

section.tasks .box .date {
	font-size: 0.9em;
	text-transform: none;
}

section.tasks .box .date>span {
	font-weight: 600;
}

section.tasks .box a {
	float: left;
	text-decoration: none;
}

section.tasks .box a {
	float: right;
	clear: right;
}

section.tasks .box a:after {
	display: inline-block;
	margin-left: 0.3em;
	content: "";
	width: 0.4em;
	height: 0.8em;
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

section.tasks .box .group+.group a:after {
	background-image: url(../images/arrow-dark.svg);
}

section.tasks .box .new {
	color: #e53645;
}

section.tasks .box .started {
	color: #006993;
}

section.tasks .box .done-to-date {
	color: #34a97c;
}

section.tasks .box .new,
section.tasks .box .started,
section.tasks .box .done-to-date,
section.tasks .box .comments {
	font-weight: 600;
}

section.tasks .box .new>span,
section.tasks .box .started>span,
section.tasks .box .done-to-date>span,
section.tasks .box .comments>span {
	font-weight: bold;
}

@media (min-width: 640px) {
	section.tasks {
		float: left;
		width: 295px;
		padding-top: 3em;
	}

	section.tasks .box {
		margin-top: 1em;
	}

	section.tasks h1+.box {
		margin-top: 0;
	}
}

section.time-log {
	box-sizing: border-box;
}

section.time-log .total,
section.time-log .billable {
	display: none;
}

section.time-log .pie-chart {
	display: none;
	margin: 1.0em 1.0em 0 1.0em;
}

section.time-log form {
	padding: 1.0em;
}

section.time-log form input,
.time-log-page input {
	border-radius: 4px;
	padding: 0.4em 0.6em;
	box-sizing: border-box;
	font-weight: 600;
}

section.time-log form input[name=notes],
.time-log-page input[data-type=notes] {
	border: 2px solid #dedede;
	float: left;
	width: 70%;
	margin-bottom: 0.7em;
}

section.time-log form input[name=hours],
.time-log-page input[data-type=hours] {
	border: 2px solid #dedede;
	float: right;
	width: 25%;
	margin-bottom: 0.7em;
}

.time-log-page input[data-type=notes] {
	width: 60%;
	margin-right: 0.4em;
}

.time-log-page input[data-type=hours] {
	float: left;
}

section.time-log form input[type=submit] {
	background-color: #1a1a1a;
	color: white;
	font-weight: bold;
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-transform: uppercase;
	padding: 0.6em;
	margin-bottom: 0.7em;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

section.time-log .select2,
.time-log-page .select2 {
	display: block;
	text-align: left;
	margin-bottom: 0.7em;
	border-radius: 4px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

section.time-log .select2-selection,
.time-log-page .select2-selection {
	border-style: none;
}

section.time-log select[name=client_id]+.select2 .select2-selection,
.time-log-page select[data-type=client_id]+.select2 .select2-selection {
	background-color: #006993;
}

section.time-log select[name=project_id]+.select2 .select2-selection,
.time-log-page select[data-type=project_id]+.select2 .select2-selection {
	background-color: #e53645;
}

section.time-log select[name=task_id]+.select2 .select2-selection,
.time-log-page select[data-type=task_id]+.select2 .select2-selection {
	background-color: #34a97c;
}

section.time-log .select2-container--disabled .select2-selection,
.time-log-page .select2-container--disabled .select2-selection {
	background-color: #d0d0d0 !important;
}

section.time-log .select2-selection__placeholder,
.time-log-page .select2-selection__placeholder {
	text-transform: uppercase;
	font-weight: bold;
}

section.time-log .select2-container--default .select2-selection--single .select2-selection__arrow b,
.time-log-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}

section.time-log .select2-selection__rendered,
section.time-log .select2-selection__placeholder,
.time-log-page .select2-selection__rendered,
.time-log-page .select2-selection__placeholder {
	color: white !important;
	font-weight: bold;
}

section.time-log .view-week {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

section.time-log .view-week:after {
	display: inline-block;
	margin-left: 0.3em;
	content: "";
	width: 0.4em;
	height: 0.8em;
	background-image: url(../images/arrow-dark.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 640px) {
	section.time-log {
		float: right;
		clear: both;
		width: calc(100% - 335px);
		padding-top: 3em;
	}

	section.time-log .total {
		background-color: #e53645;
		margin-right: 0.3em;
	}

	section.time-log .billable {
		background-color: #3b3b3b;
	}

	section.time-log .last-week {
		background-color: #ab5fd3;
		margin-right: 0.3em;
	}

	section.time-log .last-week>span,
	section.time-log .total>span,
	section.time-log .billable>span {
		vertical-align: middle;
	}

	section.time-log .total>.value,
	section.time-log .billable>.value {
		font-size: 2em;
		font-weight: 900;
		display: inline-block;
		margin-top: -0.1em;
	}

	section.time-log .total>.value:after {
		content: "h";
		text-transform: none;
		font-weight: 600;
	}

	section.time-log .billable>.value:after {
		content: "%";
		font-weight: 600;
	}

	section.time-log .box {
		clear: both;
	}

	section.time-log .select2,
	section.time-log form input[name='notes'],
	section.time-log form input[name='hours'],
	section.time-log form input[type='submit'] {
		margin-bottom: 1.6em;
	}
}

section.time-log .last-week {
	display: inline-block;
	float: right;
	font-size: 0.5em;
	font-weight: 600;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: white;
	padding: 0 0.8em;
	line-height: 2.3em;
}

@media (min-width: 1000px) {

	section.time-log .total,
	section.time-log .billable {
		display: inline-block;
		float: right;
		font-size: 0.5em;
		font-weight: 600;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		color: white;
		padding: 0 0.8em;
		line-height: 2.3em;
	}

	section.time-log .pie-chart {
		display: block;
		width: calc(100% - 270px - 5em);
		float: left;
		margin: 1.0em 0 1.0em 1.0em;
	}

	section.time-log form {
		float: right;
		width: 270px;
		padding: 2em 2em 2em 0;
	}
}

/* Content Area */

section.content {
	position: relative;
	top: -16px;
	border-top: 12px solid black;
	background-color: white;
	border-bottom: 8px solid #2a94bd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	text-align: center;
}

@media (min-width: 750px) {
	section.content {
		top: -42px;
		min-height: 300px;
	}
}

/* Record List */

.record-list-filters {
	height: 2.5em;
	line-height: 2.5em;
	text-align: left;
	padding: 0.5em 1em 0.5em 1em;
}

.record-list-filters select {
	width: 200px;
}

.record-list-filters ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

.record-list-filters li {
	display: inline-block;
	margin-left: 2em;
}

.record-list-filters label {
	text-transform: uppercase;
	font-weight: 600;
}

.record-list-filters input:checked+label.open,
.record-list-filters input:checked+label.record-list-status-filter-1 {
	color: #34a97c;
}

.record-list-filters input:checked+label.hold,
.record-list-filters input:checked+label.record-list-status-filter-2 {
	color: #ffa312;
}

.record-list-filters input:checked+label.done,
.record-list-filters input:checked+label.record-list-status-filter-4 {
	color: #006993;
}

.record-list-filters input:checked+label.closed,
.record-list-filters input:checked+label.record-list-status-filter-3 {
	color: #e53645;
}

.record-list-filters input:checked+label:after {
	content: "\25bc";
}

.record-list-filters ul input {
	display: none;
}

.record-list .no-records {
	margin: 3em 0;
	display: none;
}

.record-list {
	margin: 0;
	padding: 1em;
	width: 100%;
	box-sizing: border-box;
	list-style-type: none;
	text-align: center;
}

.record-list-filters+.record-list {
	padding-top: 0;
}

.record-list>table {
	width: 100%;
	border-collapse: collapse;
}

.record-list>table td,
.record-list>table th {
	padding: 0;
	font-weight: 600;
}

.record-list>table>thead>tr>td,
.record-list>table>thead>tr>th {
	background-color: #80cbe8;
	color: white;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 0.4em;
}

.record-list>table td:first-child,
.record-list>table th:first-child {
	border-top-left-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
}

.record-list>table td:last-child,
.record-list>table th:last-child {
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

.record-list>table>tbody>tr:hover>td,
.record-list>table>tbody>tr:hover>th {
	background-color: #f0f0f0;
}

.record-list>table>tbody>tr>td>a,
.record-list>table>tbody>tr>th>a {
	display: block;
	height: 100%;
	overflow: auto;
	line-height: 1.3em;
}

.record-list .status,
.record-list .controls,
.record-list .date {
	white-space: nowrap;
	width: 1px;
}

.record-list .status>a,
.record-details .status>ul>li>label {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: 600;
	color: #d8d8d8;
	width: 4em;
	padding: 1.0em 0.5em 0;
	text-align: center;
}

.record-list .status>a:before,
.record-details .status>ul>li>label:before {
	display: block;
	margin: 0 auto 0.3em auto;
	content: "";
	width: 1.5em;
	height: 1.2em;
	border-radius: 0.6em;
	background-color: #d8d8d8;
}

.record-list .status>a.on,
.record-details .status>ul>li>input:checked+label {
	color: #34a97c;
}

.record-list .status>a.on:before,
.record-details .status>ul>li>input:checked+label:before {
	background-color: #34a97c;
}

.record-list .status>a+a.on,
.record-details .status>ul>li+li>input:checked+label {
	color: #ffa312;
}

.record-list .status>a+a.on:before,
.record-details .status>ul>li+li>input:checked+label:before {
	background-color: #ffa312;
}

.record-list .status>a+a+a.on,
.record-details .status>ul>li+li+li>input:checked+label {
	color: #006993;
}

.record-list .status>a+a+a.on:before,
.record-details .status>ul>li+li+li>input:checked+label:before {
	background-color: #006993;
}

.record-list .status>a+a+a+a.on,
.record-details .status>ul>li+li+li+li>input:checked+label {
	color: #e53645;
}

.record-list .status>a+a+a+a.on:before,
.record-details .status>ul>li+li+li+li>input:checked+label:before {
	background-color: #e53645;
}

.record-list .edit,
.record-list .delete,
.record-list .projects {
	display: inline-block;
	width: 2.6em;
	padding-top: 2.6em;
	height: 0;
	overflow: hidden;
	background-size: 80% 80%;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-decoration: none;
}

.record-list .edit,
.record-list .delete {
	float: left;
}

.record-list .projects {
	float: right;
}

.record-list table .edit,
.record-list table .delete {
	float: none;
}

.record-list .edit {
	background-image: url(../images/pencil.svg);
	margin-right: 0.8em;
}

.record-list .delete {
	background-image: url(../images/delete.svg);
	margin-right: 0.8em;
}

.record-list .projects {
	background-image: url(../images/projects.svg);
	margin-right: 0.8em;
}

div.record-list tbody .title>a,
ul.record-list .title,
div.record-list tbody .priority,
ul.record-list .priority,
div.record-list tbody .date>a,
ul.record-list .date,
div.record-list tbody .client>a,
ul.record-list .client,
div.record-list tbody .project>a,
ul.record-list .project,
div.record-list tbody .vendor>a,
ul.record-list .vendor,
div.record-list tbody .domains>a,
ul.record-list .domains,
div.record-list tbody .level>a,
ul.record-list .level,
div.record-list tbody .rate>a,
ul.record-list .rate,
div.record-list tbody .notes>a,
ul.record-list .notes,
div.record-list tbody .hours>a,
ul.record-list .hours {
	display: block;
	vertical-align: middle;
	text-decoration: none;
	padding: 0.7em 0.8em;
}

div.record-list tbody .priority {
	padding-top: 0.6em;
	padding-bottom: 0;
	overflow: visible;
}

ul.record-list .title,
ul.record-list .date,
ul.record-list .client,
ul.record-list .project,
ul.record-list .vendor {
	font-size: 1.2em;
}

.record-list>li {
	display: block;
	border-bottom: 1px solid #abd8e9;
	text-align: left;
	margin: 0 1%;
	padding: 0.2em;
	line-height: 1em;
}

.record-list>li:after {
	content: "";
	clear: both;
	display: table;
}

.record-list>li:hover {
	background-color: #f0f0f0;
}

.record-list .placeholder {
	display: none;
}

.record-list .priority>span {
	display: inline-block;
	position: relative;
	width: 17px;
	height: 0;
	padding-top: 20px;
	overflow: hidden;
}

.record-list .priority>span>span {
	width: 3px;
	height: 50%;
	background-color: #e53645;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}

.record-list .priority>span>span.element2 {
	left: 7px;
	height: 75%;
}

.record-list .priority>span>span.element3 {
	left: 14px;
	height: 100%;
}

.record-list .priority>span.level1>span.element2,
.record-list .priority>span.level1>span.element3,
.record-list .priority>span.level2>span.element3 {
	background-color: #d8d8d8;
}

@media (min-width: 640px) {

	.record-list {
		overflow: auto;
		height: 100%;
		padding-bottom: 2em;
	}

	.record-list>li {
		display: inline-block;
		width: 45%;
		border-bottom: 1px solid #abd8e9;
		text-align: left;
		margin: 0 1%;
		padding: 0.2em;
	}

	.record-list .placeholder {
		display: inline-block;
		border-bottom-style: none;
	}
}

@media(max-width: 600px){
	.rlbreakpoint{
	 
			overflow: auto;
			height: 100%;
			padding-bottom: 2em;
		}
	
		.rlbreakpoint>li {
			display: inline-block;
			width: 45%;
			border-bottom: 1px solid #abd8e9;
			text-align: left;
			margin: 0 1%;
			padding: 0.2em;
		}
	
		.rlbreakpoint .placeholder {
			display: inline-block;
			border-bottom-style: none;
		}
	}
 
/* WorkOrder Details */

.record-details {
	display: block;
	margin: 0;
	padding: 0.5em 1em;
	width: 100%;
	box-sizing: border-box;
}

.record-details .administrator,
.record-details .status,
.record-details .notes {
	margin-bottom: 1em;
}

.record-details select,
.record-details input[type=text],
.record-details select,
.record-details input[type=password],
.record-details input[type=number],
.record-details input[type=date],
.record-details .select2,
.login-form input[type=text],
.login-form input[type=password] {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.record-details input[type=number] {
	width: 10em;
	margin: 0 auto;
}

.record-details input[type=date] {
	width: 12em;
	margin: 0 auto;
}

.record-details .label {
	color: #0e759d;
	font-size: 1.6em;
	text-transform: uppercase;
}

.record-details .administrator>span.label,
.record-details .status>span.label,
.record-details .notes>span.label {
	color: black;
	display: block;
	font-size: 2em;
	font-weight: 300;
	text-transform: uppercase;
}

.record-details input[type=text],
.record-details select,
.record-details input[type=password],
.record-details input[type=number],
.record-details input[type=date],
.login-form input[type=text],
.login-form input[type=password] {
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 0.4em 1em;
}

.record-details ul.uniform-details input[type=text],
.record-details ul.uniform-details select,
.record-details ul.uniform-details input[type=password],
.record-details ul.uniform-details input[type=number],
.record-details ul.uniform-details input[type=date] {
	padding-top: .625em;
	padding-bottom: .625em;
}

.record-details select+select {
	margin-top: 0.2em;
}

.record-details ul.details,
.record-details ul.uniform-details,
.record-details .status>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.record-details ul.details>li,
.record-details ul.uniform-details>li {
	display: block;
	margin-bottom: 1em;
}

.record-details.past-notifications ul.uniform-details>li {
	margin-bottom: .5em;
}

.record-details ul.details.google-accounts h4 {
	text-align: center;
	font-weight: 400;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e3e4e4;
	color: #0e759d;
}

.record-details .status>ul>li {
	display: inline-block;
}

.record-details .status input {
	display: none;
}

.record-details input[type=submit],
.record-details .add-contact,
.record-details .cancel,
.login-form input[type=submit] {
	margin: 0 0.2em 0 0;
	display: inline-block;
	background-color: #34a97c;
	border-radius: 4px;
	color: white;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0.5em 0;
	width: 7em;
	line-height: 1em;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}

.record-details input[type=submit].media-more {
	background-color: #ab5fd3;
	float: right;
	width: 170px;
}

.record-details .add-contact {
	background-color: #0e759d;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.record-details .cancel {
	background-color: #c9c9c9;
}

.record-details .notes>ol {
	list-style-type: none;
	margin: 0;
	padding: 0.5em 0 0 0;
	border-top: 1px solid #c9c9c9;
}

.record-details .notes>ol>li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #c9c9c9;
}

.record-details .user {
	color: #0e759d;
	float: left;
	font-weight: 600;
}

.record-details .date {
	color: #0e759d;
	float: right;
}

.record-details .wysiwyg {
	clear: both;
}

.record-details .wysiwyg:after {
	content: "";
	display: table;
	clear: both;
}

.record-details .priority {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.record-details .priority>li {
	display: inline-block;
}

.record-details .priority>li>input {
	display: none;
}

.record-details .priority>li>label {
	display: inline-block;
	padding: 0.4em 0.2em;
	font-weight: 600;
	color: #d8d8d8;
}

.record-details .priority>li>input:checked+label {
	color: #e53645;
}

.record-details .spacer {
	display: none;
}

.record-details ul.details ul,
.record-details ul.uniform-details ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 2.5em;
}

.record-details ul.details ul>li,
.record-details ul.uniform-details ul>li {
	display: inline-block;
	vertical-align: middle;
}

.record-details ul.details ul>li>input,
.record-details ul.uniform-details ul>li>input {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.record-details ul.details ul>li>label,
.record-details ul.uniform-details ul>li>label {
	margin: 0;
	padding: 0 1em 0 0.2em;
	vertical-align: middle;
}

.record-details.report .bymonth,
.record-details.report .bymonthrange,
.record-details.report .byweek,
.record-details.report .byweekrange,
.record-details.report .bydate,
.record-details.report .bydaterange {
	display: none;
}

.record-details.report.bymonth .bymonth,
.record-details.report.bymonthrange .bymonth,
.record-details.report.bymonthrange .bymonthrange,
.record-details.report.byweek .byweek,
.record-details.report.byweekhours .byweek,
.record-details.report.byweekrange .byweek,
.record-details.report.byweekrange .byweekrange,
.record-details.report.bydate .bydate,
.record-details.report.bydaterange .bydate,
.record-details.report.bydaterange .bydaterange,
.record-details.report.totalrange .bydate,
.record-details.report.totalrange .bydaterange {
	display: block;
}

.record-details .form-buttons {
	margin-top: 20px;
	text-align: center;
}

@media (min-width: 750px) {
	.record-details {
		height: 100%;
		overflow: auto;
		text-align: left;
	}

	.record-details .spacer {
		display: block;
	}

	.record-details .administrator {
		float: left;
		width: 59%;
	}

	.record-details .administrator>span.label {
		margin-right: 8px;
	}

	.record-details .administrator .wrapper {
		display: inline-block;
		width: 180px;
		vertical-align: middle;
	}

	.record-details .administrator>span.label,
	.record-details .status>span.label,
	.record-details .status>ul {
		display: inline-block;
		vertical-align: middle;
	}

	.record-details .status {
		float: right;
		width: 25%;
		text-align: right;
	}

	.record-details ul.details,
	.record-details ul.uniform-details {
		clear: both;
		border-top: 1px solid #e3e4e4;
		padding: 1.0em 2em 0;
	}

	.record-details ul.details>li,
	.record-details ul.uniform-details>li {
		float: left;
		width: 20%;
		margin-right: 2%;
	}

	.record-details ul.details>li:nth-child(4n + 1) {
		width: 34%;
		clear: left;
	}

	.record-details ul.uniform-details>li {
		width: calc(100% / 3 - 1.5%);
	}

	.record-details ul.uniform-details>li:nth-child(3n) {
		margin-right: 0px;
	}

	.record-details ul.details.google-accounts>li {
		width: calc(100% / 3 - 26px);
	}

	.record-details ul.details>li .note {
		font-size: 12px;
		text-transform: none;
		color: #e53645;
	}

	.record-details.client ul.details>li:nth-child(4n + 2),
	.record-details.project-category ul.details>li:nth-child(4n + 2),
	.record-details.user ul.details>li {
		width: 34%;
	}

	.record-details.client .contacts ul.details>li:nth-child(4n + 2) {
		width: 20%;
	}

	.record-details.project-category ul.details>li:nth-child(4n + 3) {
		clear: left;
		width: 100%;
	}

	.record-details ul.details>li:nth-child(4n) {
		margin-right: 0;
	}

	.record-details.work-order ul.details>li:nth-child(4) {
		float: right;
	}

	.record-details.report ul.details>li:nth-child(4n + 1) {
		clear: none;
		width: 20%;
	}

	.record-details.report ul.details>li.byclient {
		clear: left;
		width: 49%;
		margin-right: 2%;
	}

	.record-details.report ul.details>li:nth-child(4n) {
		margin-right: 2%;
	}

	.record-details ul.details:after,
	.record-details ul.uniform-details:after {
		content: "";
		display: table;
		clear: both;
	}

	.record-details input[type=number],
	.record-details input[type=date] {
		margin: 0;
	}
}

/* Hosting Report */

.hosting-report table {
	margin: auto;
}

.hosting-report .no-data>td,
.hosting-report .no-data>tr {
	background-color: #f2dede;
}

.hosting-report .no-level>td,
.hosting-report .no-level>tr {
	background-color: #dedef2;
}

.hosting-details {
	clear: both;
	border-top: 1px solid #e3e4e4;
}

.hosting-details>table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	margin-bottom: 1em;
}

.hosting-details>table>thead>tr>th,
.hosting-details>table>thead>tr>td {
	background-color: #80cbe8;
	color: white;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 0.4em;
}

.hosting-details>table>thead>tr>th:first-child,
.hosting-details>table>thead>tr>td:first-child {
	border-top-left-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
}

.hosting-details>table>thead>tr>th:last-child,
.hosting-details>table>thead>tr>td:last-child {
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

.hosting-details>table>tbody th,
.hosting-details>table>tbody td {
	padding: 0.2em 0.4em;
}

/* Time Log Page */

.time-log-page>input[type=radio] {
	display: none;
}

.time-log-page .row {
	border-top: 2px solid #242424;
	margin-top: 0.2em;
	padding-top: 1em;
}

.time-log-page .row:first-child {
	border-top-style: none;
	padding-top: 0;
}

.time-log-page .row:after {
	content: "";
	display: table;
	clear: both;
}

.time-log-page .remove {
	float: right;
	width: 1.66em;
	height: 1.66em;
	line-height: 1.66em;
	border-radius: 50%;
	background-color: #e53645;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	margin-right: 15px;
}

.time-log-page input[type=submit] {
	margin: 0 0 1em 0;
	display: inline-block;
	background-color: #34a97c;
	border-radius: 4px;
	color: white;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0.5em 0;
	width: 7em;
	line-height: 1em;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}

.time-log-page input[type=submit].disabled {
	background-color: #d0d0d0;
}

.time-log-page .week {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.time-log-page .week>li {
	display: inline-block;
	width: 10%;
	min-width: 66px;
	font-weight: 600;
	color: #999999;
}

.week>li>label {
	display: block;
}

.week>li>label,
.time-log-page .week>li.total {
	padding: 12px 0;
}

.time-log-page .week>li span {
	display: block;
}

.time-log-page .week>li .date {
	text-transform: uppercase;
}

.time-log-page .week>li.total {
	color: #177ca3;
	font-weight: bold;
}

.time-log-page .container {
	display: none;
	padding: 0.5em;
}

.time-log-page #day-0:checked~.week>li>label[for=day-0],
.time-log-page #day-1:checked~.week>li>label[for=day-1],
.time-log-page #day-2:checked~.week>li>label[for=day-2],
.time-log-page #day-3:checked~.week>li>label[for=day-3],
.time-log-page #day-4:checked~.week>li>label[for=day-4],
.time-log-page #day-5:checked~.week>li>label[for=day-5],
.time-log-page #day-6:checked~.week>li>label[for=day-6] {
	color: #242424;
	font-weight: bold;
}

.time-log-page #day-0:checked~.day-0,
.time-log-page #day-1:checked~.day-1,
.time-log-page #day-2:checked~.day-2,
.time-log-page #day-3:checked~.day-3,
.time-log-page #day-4:checked~.day-4,
.time-log-page #day-5:checked~.day-5,
.time-log-page #day-6:checked~.day-6 {
	display: block;
}

.time-log-page #day-0:checked~.week>li>label[for=day-0]>.hours:after,
.time-log-page #day-1:checked~.week>li>label[for=day-1]>.hours:after,
.time-log-page #day-2:checked~.week>li>label[for=day-2]>.hours:after,
.time-log-page #day-3:checked~.week>li>label[for=day-3]>.hours:after,
.time-log-page #day-4:checked~.week>li>label[for=day-4]>.hours:after,
.time-log-page #day-5:checked~.week>li>label[for=day-5]>.hours:after,
.time-log-page #day-6:checked~.week>li>label[for=day-6]>.hours:after {
	content: "";
	background-image: url(../images/arrow-dark-down.svg);
	display: inline-block;
	width: 8px;
	height: 8px;
	background-size: 8px 8px;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 2px;
}

@media (min-width: 720px) {

	.time-log-page .select2 {
		vertical-align: middle;
		display: inline-block;
		width: 20% !important;
		margin-bottom: 0;
		margin-right: 0.6em;
	}

	.time-log-page select[data-type=task_id]+.select2 {
		width: 16% !important;
	}

	.time-log-page input[data-type=notes] {
		vertical-align: middle;
		float: none;
		width: 26%;
		margin-bottom: 0;
		margin-right: 0.6em;
	}

	.time-log-page input[data-type=hours] {
		vertical-align: middle;
		float: none;
		width: 8%;
		margin-bottom: 0;
	}

	.time-log-page .row {
		border-top: none;
	}

	.time-log-page input[type=submit] {
		margin-top: 2em;
	}
}

/* Calendar */

.calendar {
	background-color: white;
	border: 1px solid #6488a8;
	position: absolute;
	z-index: 99999;
	display: none;
	border-radius: 5px;
	margin-top: 2px;
	padding: 2px;
	color: black;
	text-align: center;
}

.calendar a {
	display: block;
	color: #4f423f;
	text-decoration: none;
}

.calendar a:hover {
	background-color: #e4f2fb;
}

.calendar td {
	width: 34px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #e7e2da;
}

.calendar thead td {
	background-color: #e0e0e0;
}

.calendar thead a {
	color: #0F4B7D;
}

.calendar thead th {
	line-height: 30px;
}

.calendar tbody a.on {
	background-color: #c3dae8;
}

header .menu>ul>li.dashboard {
	margin-left: 0;
}

@font-face {
	font-family: 'fontello';
	src: url('../font/fontello.eot?891718301');
	src: url('../font/fontello.eot?891718301#iefix') format('embedded-opentype'),
		url('../font/fontello.woff?891718301') format('woff'),
		url('../font/fontello.ttf?891718301') format('truetype'),
		url('../font/fontello.svg?891718301#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

header .menu>ul>li.clients>a:before,
header .menu>ul>li.prospects>a:before,
header .menu>ul>li.Ppc>a:before {
	font-family: 'fontello';
	background: none;
	font-weight: 400;
	text-shadow: 0 0 3px rgba(255, 255, 255, .3);
	color: #065678;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin-right: 3px;
	margin-left: 5px;
}

header .menu>ul>li.Ppc>a:before {
	content: '\f245';
	font-size: 1.2em;
}

header .menu>ul>li.clients>a:before,
header .menu>ul>li.prospects>a:before {
	content: '\e801';
}

@media only screen and (max-width: 1424px) {

	header .menu>ul>li>a:before,
	header .menu>ul>li.clients>a:before,
	header .menu>ul>li.prospects>a:before {
		display: none;
	}

	header .menu>ul>li {
		margin-left: 25px;
	}

	header .menu>ul>li.on>a:after {
		left: 0;
	}
}

@media only screen and (max-width: 1424px) {
	header ul.active {
		display: block;
		top: 4px;
		position: relative;
		background-color: #eee;
		width: calc(100% + 10px);
		margin: 0 -5px;
		box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
		overflow: hidden;
	}

	header .menu>ul>li {
		margin-left: 0px;
	}

	header .menu>ul>li.dashboard,
	header .menu>ul>li {
		margin: 0px;
		line-height: 1;
		text-align: left;
		width: calc(100% + 10px);
		margin: 0px -5px;
	}

	header .menu>ul>li>a {
		color: #006b95;
		height: 46px;
		line-height: 46px;
		padding: 0 15px;
		margin: 0px;
		display: block;
		width: 100%;
		border-bottom: 1px solid #abd8e9;
	}

	header .menu>ul>li.on>a {
		color: #242424;
	}

	header .menu>ul>li>a:before,
	header .menu>ul>li.clients>a:before,
	header .menu>ul>li.prospects>a:before {
		display: inline-block;
	}

	header .menu>ul>li.on>a:after {
		display: none;
	}

}

.grey-info {
	color: #999;
	margin-top: 5px;
}

.project-container {
	padding: 30px;
	width: calc(50% - 60px);
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-width: 800px) {
	.project-container {
		width: 100%;
		padding: 15px 0px;
	}
}

.project-container .project-title {
	color: #0e759d;
	font-size: 1.6em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.project-container a.project {
	display: block;
	padding: 3px 0px;
	font-size: 14px;
	text-decoration: none;
}

.project-container a.project:hover {
	color: #34a97c;
	text-decoration: underline;
}

.add-button,
.hide-button,
#showProjects {
	display: inline-block;
	text-decoration: none;
	padding: 0.5em;
	line-height: 1em;
	border-radius: 4px;
	text-align: center;
	color: white;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
	cursor: hand;
	cursor: pointer;
}

.add-button {
	background-color: #0e759d;
}

.hide-button,
#showProjects {
	background-color: #c9c9c9;
}

#showProjects {
	margin-top: 20px;
}

.hidden {
	display: none !important;
}

.button-container {
	text-align: right;
}

.small-text {
	font-size: 8px;
	margin: -5px 0px -3px;
}

.change-password {
	text-align: center;
}

.change-password h1 {
	margin: 65px 0px 30px;
}

.change-password p {
	color: red;
	font-weight: 600;
	font-size: 16px;
}

.change-password input[type=submit] {
	display: inline-block;
	background-color: #34a97c;
	border-radius: 4px;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 7px 15px;
	text-decoration: none;
	margin: 0px auto;
}

.change-password input[type=password] {
	display: block;
	padding: 7px 10px;
	font-size: 12px;
	border: 2px solid #52bfea;
	border-radius: 4px;
	width: 300px;
	margin: 0px auto 10px;
}

@media only screen and (max-width: 430px) {
	.change-password input[type=password] {
		width: 100%;
		margin-bottom: 30px;
	}
}

.hosting-report .inactive {
	display: none;
}

.hostin-panel-button-container #show-button,
.hostin-panel-button-container #hide-button {
	background-color: #c9c9c9;
	margin: 2px 1em -9px;
	display: inline-block;
	border-radius: 4px;
	color: white;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 600;
	padding: 7px 15px;
	line-height: 1em;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	cursor: hand;
	cursor: pointer;
}

.hosting-report.report-table h2 {
	margin-top: 15px;
}

.hosting-report.report-table table {
	margin-bottom: 15px;
}

.record-details.client .notes {
	padding: 1.0em 2em 0;
	border-top: 1px solid #e3e4e4;
}

.record-details.client .notes span.label {
	color: #0e759d;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: 400;
}

.record-details.client .notes textarea {
	display: block;
	width: calc(100% - 2em);
	min-width: calc(100% - 2em);
	max-width: calc(100% - 2em);
	height: 100px;
	min-height: 100px;
	max-height: 500px;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 0.4em 1em;
}

@media only screen and (max-width: 975px) {
	.record-details.client .notes {
		padding: 10px 0 0;
	}
}

.record-details.client .contacts .notes {
	border-top: none;
}

.clients-list *,
.clients-list *:before,
.clients-list *:after {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.clients-list {
	background-color: #fff;
	padding: 15px;
	margin: 0;
	list-style: none;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	display: grid;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clients-list>a {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: calc(100% / 3);
	max-width: calc(100% / 3);
	padding: 5px 15px;
	font-size: 14px;
	text-decoration: none;
	border-radius: 4px;
	position: relative;
}

.clients-list>a:hover {
	background-color: #eee;
}

.clients-list>a:after {
	content: '';
	width: calc(100% - 15px);
	height: 1px;
	background-color: #abd8e9;
	display: block;
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 2px;
	z-index: 1;
}

.client-status,
.clients-list .status {
	font-weight: 600;
	color: #34a97c;
	font-size: 12px;
}

.client-status {
	padding-left: 10px;
	vertical-align: bottom;
	width: 100px;
	display: inline-block;
	font-size: 18px;
	text-align: right;
}

.client-heading {
	display: inline-block;
	vertical-align: bottom;
	width: calc(100% - 110px);
}

.client-heading .parent {
	color: #999;
	font-size: 14px;
}

.client-status.prospects,
.clients-list .status.prospects {
	color: #ffa312;
}

.client-status.inactive,
.clients-list .status.inactive {
	color: #e53645;
}

.clients-list .parent {
	color: #999;
}

.client-details {
	background-color: #fff;
	padding: 30px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}

.client-status span.black {
	color: #000;
}

.client-status .billable {
	color: #34a97c;
}

.client-status span.not {
	color: #ffa312;
}

.contacts-container {
	width: calc(50% - 15px);
	float: left;
}

.contacts-container:nth-child(odd) {
	margin-right: 15px;
}

.contacts-container:nth-child(even) {
	margin-left: 15px;
}

.contacts-container th {
	text-align: right;
	width: 50%;
	padding-right: 5px;
}

.contacts-container td {
	padding-right: 5px;
	padding-left: 5px;
}

.management-wrapper {
	display: block;
	width: 525px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#no-status,
#no-management {
	text-align: center;
}

.client-details table.status-container,
.client-details table.status-container tr,
.client-details table.status-container tr:nth-child(odd),
.client-details table.management-container,
.client-details table.management-container tr,
.client-details table.management-container tr:nth-child(odd) {
	border: none;
	background-color: transparent;
}

.management-container th {
	text-align: right;
	min-width: 50%;
	padding-right: 5px;
}

.management-container td {
	padding-right: 5px;
	padding-left: 5px;
}


.client-details .comments {
	margin-bottom: 15px;
	font-size: 14px;
	color: #063446;
}

.client-details .hours-container {
	width: 100%;
}

.client-details .hours-container tbody td {
	text-align: center;
	padding: 2.5px;
}

.client-details .hours-container tbody>tr>td:last-of-type {
	text-align: left;
}

.client-details h4 {
	text-align: center;
	border-bottom: 1px solid #8cd3c5;
	color: #31ab7c;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.client-details table {
	margin: 0 auto 15px;
	border: 1px solid #7cb1d5;
	border-collapse: collapse;
	color: #063446;
	font-size: 14px;
}

.client-details tr {
	background-color: #f7f6fd;
}

.client-details tr:nth-child(odd) {
	background-color: #e2e0ff;
}

.client-details thead th {
	background-color: #7cb1d5;
	color: #fff;
}

.client-details .notes-form {
	margin-top: 15px;
}

.client-details .notes-form div {
	vertical-align: top;
	display: inline-block;
	padding: 0 5px;
}

.client-details .notes-form div.note {
	width: calc(100% - 223px);
}

.client-details .notes-form div.date {
	width: 150px;
}

.client-details .notes-form label {
	display: block;
	color: #0e759d;
	font-size: 1.6em;
	text-transform: uppercase;
}

.client-details .notes-form input {
	display: block;
	width: calc(100% - 10px);
	background-color: #e9f7f2;
	border: 1px solid #34a97c;
	border-radius: 4px;
	padding: 5px;
	height: 20px;
}

.client-details .notes-form button {
	border: none;
	background-color: #34a97c;
	border-radius: 4px;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8.5px 5px;
	vertical-align: bottom;
	cursor: hand;
	cursor: pointer;
}

p.msg {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #34a97c;
	border-radius: 6px;
	padding: 10px 5px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.content p.msg {
	margin: 15px;
}

p.msg a {
	color: #FFF;
	font-weight: 700;
}

p.msg.error {
	background-color: #e53645;
}

.client-search {
	margin-bottom: 15px;
	background-color: #006b95;
	border-radius: 6px;
	padding: 15px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.client-search input {
	width: calc(100% - 53px);
	border: none;
	border-radius: 4px 0 0 4px;
	padding: 5px;
	background-image: url(../images/arrow-dark-down-blue.svg);
	background-size: 10px 20px;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
}

.client-search input::-webkit-calendar-picker-indicator {
	display: none;
}

.client-search button {
	border: none;
	background-color: #7cb1d5;
	border-radius: 0 4px 4px 0;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 5px;
	cursor: hand;
	cursor: pointer;
	margin-left: -5px;
	height: 27px;
}

.client-statuses {
	position: fixed;
	text-align: center;
	right: 15px;
	bottom: 0;
	background-color: #006b95;
	padding: 15px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	font-size: 14px;
	color: #59d0ff;
	border-radius: 6px 6px 0 0;
	z-index: 2000;
}

.client-statuses a {
	color: #fff;
	display: inline-block;
	margin: 0 5px;
	font-weight: 600;
	text-decoration: none;
}

.client-search.dashboard {
	width: calc(100% - 354px);
	float: right;
	margin-bottom: 0;
	border-radius: 4px 4px 0 0;
	background-color: #2a94bd;
	padding: 10px;
}

.box.news {
	border-radius: 0 0 4px 4px;
	padding: 14px 2em;
}

@media only screen and (max-width: 640px) {
	.client-search.dashboard {
		float: inherit;
		width: calc(100% - 40px);
		margin: 10px 10px 0;
	}

	.box.news {
		margin-top: 0;
	}
}

header .menu>ul>li.clients:hover>a:before,
header .menu>ul>li.clients.on>a:before,
header .menu>ul>li.prospects:hover>a:before,
header .menu>ul>li.prospects.on>a:before {
	color: #242424;
	text-shadow: 0 0 3px rgba(0, 0, 0, .2);
	;
}

@media only screen and (max-width: 870px) {
	.clients-list>a {
		flex-basis: calc(100% / 2);
		max-width: calc(100% / 2);
	}
}

@media only screen and (max-width: 570px) {
	.clients-list>a {
		flex-basis: 100%;
		max-width: 100%;
	}

	.contacts-container {
		width: 100%;
	}

	.contacts-container:nth-child(odd),
	.contacts-container:nth-child(even) {
		margin-left: 0;
	}

	.client-details {
		padding: 15px;
	}
}

@media only screen and (max-width: 380px) {
	.client-statuses {
		width: 100%;
		border-radius: 0;
		right: auto;
		left: 0;
		font-size: 12px;
	}
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

table.contacts-container,
.client-details table.contacts-container tr,
.client-details table.contacts-container tr:nth-child(odd) {
	border: none;
	background-color: transparent;
}

.client-details #add-contact,
.client-details #no-contacts {
	text-align: center;
	font-size: 14px;
}

.client-details #add-contact {
	margin: 0 auto 15px;
	font-weight: 600;
	color: #31ab7c;
	cursor: hand;
	cursor: pointer;
}

.client-details #add-contact:hover {
	color: #8cc9b1;
}

.client-details #add-contact span:before {
	content: '\e800';
	font-family: 'fontello';
	display: inline-block;
	width: auto;
	height: 15px;
	font-size: 15px;
	line-height: 1;
	margin-right: 5px;
}

.client-details .contacts-form {
	margin: 0 0 15px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.client-details .contacts-form *,
.client-details .contacts-form *:before,
.client-details .contacts-form *:after {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.client-details .contacts-form .label,
.client-details .contacts-form label,
.client-details .management-form .label,
.client-details .management-form label,
.client-details .status-form .label {
	display: block;
	color: #0e759d;
	font-size: 1.6em;
	text-transform: uppercase;
}

.client-details .contacts-form .label {
	margin-bottom: 5px;
}

.client-details .contacts-form label .note {
	font-size: 12px;
	text-transform: none;
	color: #e53645;
}

.client-details .contacts-form div:not(.notes) {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 15px;
	padding-right: 10px;
}

.client-details .contacts-form div:not(.notes):nth-child(4n+1) {
	width: calc(33.33% - 3px);
}

.client-details .contacts-form div:not(.notes):nth-child(4n+2),
.client-details .contacts-form div:not(.notes):nth-child(4n+3),
.client-details .contacts-form div:not(.notes):nth-child(4n+4) {
	width: calc(66.66% / 3);
}

.client-details .contacts-form div:not(.notes):nth-child(4n+4) {
	padding-right: 0px;
}

.client-details .contacts-form div:not(.notes):nth-child(13) {
	width: 100%;
	padding-right: 0px;
}

.client-details .contacts-form input[type="text"],
.client-details .contacts-form textarea {
	border-radius: 4px;
	padding: 0.4em 1em;
	width: 100%;
	background-color: #e9f7f2;
	border: 1px solid #34a97c;
}

.client-details .contacts-form textarea {
	min-height: 75px;
	min-width: 100%;
	max-width: 100%;
}

.client-details .contacts-form div:not(.notes):nth-child(1) label {
	display: inline-block;
	color: #063446;
	font-size: 14px;
	text-transform: none;
}

.client-details .contacts-form button {
	border: none;
	background-color: #34a97c;
	border-radius: 4px;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8.5px 5px;
	vertical-align: bottom;
	cursor: hand;
	cursor: pointer;
	float: right;
	margin-top: 15px;
}

.client-details .contacts-container div {
	font-size: 0;
	color: transparent;
	display: inline-block;
	cursor: hand;
	cursor: pointer;
}

.client-details .contacts-container div span:before {
	font-size: 20px;
	font-weight: 400;
	font-family: 'fontello';
}

.client-details .contacts-container div.edit-contact span:before {
	content: '\e802';
	color: #31ab7c;
}

.client-details .contacts-container div.delete-contact span:before {
	content: '\e803';
	color: #e53645;
}

.contacts-container td a {
	display: block;
}

.status-wrapper ul,
.management-wrapper ul.details {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.status-wrapper .flex-wrapper {
	display: flex;
	justify-content: center;
}

.status-wrapper ul.details>li {
	margin-bottom: .5em;
}

.management-wrapper ul.details>li {
	display: block;
	margin-bottom: 1em;
}

.status-wrapper .button-wrapper,
.management-wrapper .button-wrapper {
	text-align: center;
}

@media (min-width: 500px) {

	.status-wrapper .button-wrapper .edit-button,
	.management-wrapper .button-wrapper .edit-button {
		margin-right: -74px;
	}
}

.status-wrapper .update-button,
.update-button,
.management-wrapper .update-button {
	border: none;
	background-color: #34a97c;
	border-radius: 4px;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8.5px 5px;
	vertical-align: bottom;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 35px;
	border: 1px solid #34a97c;
}

.update-button:hover {
	background-color: white;
	color: #34a97c;
}

.status-wrapper .flex-wrapper,
.management-wrapper .flex-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.status-wrapper .flex-wrapper table,
.management-wrapper .flex-wrapper table {
	margin: 0;
}

.status-wrapper .edit-button,
.management-wrapper .edit-button {
	font-size: 14px;
	margin: 0 0 0 25px;
	font-weight: 600;
	color: #31ab7c;
	cursor: hand;
	cursor: pointer;
}

.status-wrapper .edit-button:hover,
.management-wrapper .edit-button:hover {
	color: #8cc9b1;
}

.status-wrapper .edit-button span:before,
.management-wrapper .edit-button span:before {
	content: '\e802';
	font-size: 20px;
	font-weight: 400;
	font-family: 'fontello';
	margin-right: 8px;
}

pre.debug {
	background-color: black;
	color: white;
	padding: 10px;
	overflow: hidden;
	text-align: left;
	font-size: 14px;
	line-height: 1.25;
	font-family: 'Courier';
}

ol.dulicates-list,
ul.dulicates-list {
	text-align: left;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #eee;
	margin: 0px 17px;
	padding: 10px 0;
	padding-left: 30px;
	-webkit-box-shadow: 0 0 5px #e53645;
	box-shadow: 0 0 5px #e53645;
	border-radius: 6px;
}

ol.dulicates-list>li,
ul.dulicates-list>li {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: calc(33.33%);
	max-width: calc(33.33%);
}

ol.dulicates-list>li>ul,
ul.dulicates-list>li>ul {
	padding-left: 20px;
}

/* Health Screening Form */

.health-screening {
	border-top: 12px solid #34a97c;
	background-color: white;
	border-bottom: 8px solid #2a94bd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.health-screening h2 {
	font-weight: 300;
	text-transform: none;
}

.health-screening ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.health-screening>ul {
	margin-bottom: 20px;
}

.health-screening>ul>li {
	padding-top: 12px;
}

.health-screening>ul>li:first-child {
	padding-top: 0;
}

.health-screening input[name=other_details] {
	display: none;
}

#screening_location_other:checked~input[name=other_details] {
	display: block;
}

/*Meeting Calendar View*/
.meetings-page {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
}

.meetings-page .section-title {
	margin-bottom: 0px;
}

.meetings-page .scroll-wrapper {
	overflow: auto;
}

.calendar-wrapper {
	text-align: left;
	margin-bottom: 30px;
}

.calendar-wrapper .clear-filter {
	text-decoration: none;
	font-weight: 700;
	color: #e53645;
	font-size: 1.4em;
	float: right;
	margin-top: 12px;
}

.calendar-wrapper .clear-filter:hover {
	opacity: .8;
}

.meeting-calendar {
	font-weight: 700;
	text-align: center;
	clear: both;
}

.meeting-calendar ul {
	display: block;
	margin: 0;
	padding: 0;
}

.meeting-calendar ul li {
	font-size: 1em;
	line-height: 1em;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 7);
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #abd8e9;
	border-right: 1px solid transparent;
	box-sizing: border-box;
	padding: 5px;
}

.meeting-calendar ul.days li,
.meeting-calendar ul.days li.has-meetings a {
	padding: 6px 5px 5px 5px;
}

.meeting-calendar ul.days {
	display: flex;
	flex-wrap: wrap;
}

.meeting-calendar ul.days li {
	min-height: 48px;
}

.meeting-calendar ul.days li:nth-child(7n) {
	border-right-color: #abd8e9;
}

.meeting-calendar ul li .date {
	padding: 0px 2px;
	display: inline-block;
	vertical-align: top;
}

.meeting-calendar ul.days li.today {
	background-color: #e5f0f6;
}

.meeting-calendar ul.days li.active {
	border: 4px solid #ec959c;
}

.meeting-calendar ul.days li.has-meetings {
	padding: 0px;
}

.meeting-calendar ul.days li.has-meetings a {
	display: block;
	height: 100%;
	box-sizing: border-box;
}

.meeting-calendar ul.days li.has-meetings a:hover {
	background-color: #f7f7f7;
}

.meeting-calendar ul.days li.active a {
	padding-top: 2px;
	pointer-events: none;
}

.meeting-calendar ul.days li.off {
	background-color: #dfdfdf;
	color: #afafaf;
	pointer-events: none;
	border-right-color: #dfdfdf;
}

.meeting-calendar ul.days li.off+li.off {
	border-left-color: #eee;
}

.meeting-calendar ul.days li.off a {
	color: inherit;
}

.location .location-color,
.meeting-calendar .location-color {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin: 5px 3px 0px 3px;
}

.location .location-color {
	margin: -2px 5px 0px 0px;
}

.meeting-calendar .heading {
	background-color: #80cbe8;
	color: #ffffff;
}

.meeting-calendar .heading h1 {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.meeting-calendar .heading .prev,
.meeting-calendar .heading .next {
	color: inherit;
	margin-top: 8px;
	font-size: 1.15em;
}

.meeting-calendar .heading .prev {
	float: left;
	margin-left: 20px;
	padding-right: 8px;
}

.meeting-calendar .heading .next {
	float: right;
	margin-right: 20px;
	padding-left: 8px;
}

.meeting-calendar .heading .prev:before {
	content: '\< ';
}

.meeting-calendar .heading .next:after {
	content: ' \>';
}

.calendar-legend {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0px;
}

.calendar-legend>div {
	display: inline-block;
	vertical-align: middle;
	margin: 2px 10px;
	font-weight: 700;
}

.calendar-legend>div:first-child {
	margin-left: 0px;
}

.calendar-legend .color {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	margin-top: -2px;
}

@media screen and (min-width: 375px) {
	.meeting-calendar ul li {
		font-size: 1.2em;
	}
}


/*Meeting List View*/
.meeting-lists {}

.meeting-lists .meeting-list {
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0px;
}

.meeting-lists .meeting-list:last-child {
	margin-bottom: 0px;
}

.meeting-lists .meeting-list .table-header>td {
	background-color: #80cbe8;
	color: white;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 0.4em;
}

.meeting-lists .meeting-list .meeting .info-field {
	vertical-align: middle;
	border-bottom: 1px solid #abd8e9;
}

.meeting-lists .meeting-list .meeting .info-field.client,
.meeting-lists .meeting-list .meeting .info-field.date {
	font-weight: 700;
}

.meeting-lists .meeting-list .meeting .info-field:not(.description) {
	min-width: 75px;
}

.meeting-lists .meeting-list .meeting .info-field.actions {
	width: 85px;
	white-space: nowrap;
}

.meeting-lists .meeting-list .meeting:hover .info-field {
	background-color: #f0f0f0;
}

.meeting-lists .meeting-list .meeting .info-field>a,
.meeting-lists .meeting-list .meeting .info-field>.padding {
	display: block;
	padding: 4px 5px;
}

.meeting-lists .meeting-list .meeting .info-field>.padding>a:last-child {
	margin-right: 0px;
}

.meeting-lists .meeting-list tr.row td {
	padding-top: 10px;
}

.meeting-lists .meeting-list td a {
	text-decoration: inherit;
	color: inherit;
}

.meeting-list .edit,
.meeting-list .delete {
	display: inline-block;
	width: 2.6em;
	padding-top: 2.6em;
	height: 0;
	overflow: hidden;
	background-size: 80% 80%;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	text-decoration: none;
}

.meeting-list .edit {
	background-image: url(../images/pencil.svg);
	margin-right: 0.8em;
}

.meeting-list .delete {
	background-image: url(../images/delete.svg);
	margin-right: 0.8em;
}

/* Meeting Detail Page */
.meeting-details select[data-readonly] {
	opacity: .6;
	pointer-events: none;
}

.meeting-details select option[disabled] {
	background-color: #e4e4e4;
}

@media screen and (max-width: 750px) {
	/* mobile hackiness */

	.meeting-lists table,
	.meeting-lists tbody,
	.meeting-lists tr,
	.meeting-lists td,
	.meeting-lists th {
		display: block;
	}

	.meeting-lists .meeting-list .meeting .info-field {
		border: none;
	}

	.meeting-lists tr.table-header {
		display: none;
	}

	.meeting-lists tr {
		border-bottom: 1px solid #abd8e9;
	}

	.meeting-lists .meeting-list .meeting .info-field.actions {
		width: auto;
	}
}

.tooltip {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: .2em;
}

.tooltip .tooltip-message {
	display: none;
	position: absolute;
	width: 220px;
	background-color: #ffffff;
	padding: 10px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.2em;
	box-shadow: 2px 0px 6px rgba(0, 0, 0, .25);
	border-radius: 6px;
	z-index: 2;
	;
}

.tooltip .tooltip-icon {
	background-color: #048abf;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	width: 20px;
	border-radius: 50%;
	text-align: center;
	cursor: default;
}

.tooltip .tooltip-icon:hover+.tooltip-message {
	display: block;
}

@media (max-width: 449px) {
	.tooltip .tooltip-message {
		top: 100%;
		left: 50%;
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-top: 5px;
	}
}

@media (min-width: 450px) {
	.tooltip .tooltip-message {
		left: 100%;
		top: 50%;
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		margin-left: 5px;
	}
}

.clients-section-page .new-button {
	font-size: 12px;
	line-height: 1em;
	padding: .5em 1em .5em .6em;
	vertical-align: middle;
	margin-left: 1.4em;
	border-radius: 3px;
}

.ppc-master-sheet {
	width: 100%;
	margin-top: 30px;
}

@media screen and (max-width: 800px) {
	.ppc-master-sheet {
		overflow-x: auto;
	}
}

.ppc-master-container {
	width: 100%;
	max-width: 1400px;
	min-height: 700px;
	margin: auto;
	/* background-color: rgba(4, 138, 191, 0.6);  */
	border-radius: 0 0 4px 4px;
	box-sizing: border-box;
	padding: 1.25em;
	background-color: white;
	overflow-x: auto;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.admin-dashboard-container {
	min-height: 500px;
	background-color: white;
	border-radius: .85em;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	margin-top: 30px;
	padding-bottom: 5em;
}

.admin-dashboard-container .ppc-back-btn {
	box-sizing: border-box;
	padding: 1.25em;
}

.admin-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 150px;
	min-height: 46px;
	border: 1px solid #acacac;
	box-shadow: 0px 0px 22px -8px;
	border-radius: .45em;
	background-color: white;
	font-size: 18px;
	font-family: 'Lato';
	color: #797979;
	text-decoration: none;
}
.admin-btn.small-ver {
	display: inline-block;
	width: auto;
	min-height: unset;
	padding: 2px 5px;
}
.save-button-wrapper {
	width: 100%;
}
.save-button-wrapper .admin-btn {
	margin: 0px auto 10px auto;
}

@media (min-width: 801px){
	.save-button-wrapper .admin-btn {
		margin-right: unset;
	}
}



.admin-btn.back {
	width: 51px !important;
	min-height: 46px !important;
}

.admin-btn:hover {
	background-color: lightgray;
	cursor: pointer;
}

header .menu>ul>.ppccomponent>a:before {
	background-image: url(../images/ppc.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
}

.master-sheet-table {
	background-color: rgb(255, 255, 255);
	border: 1px solid #999999;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.master-sheet-table .small{
	font-size: 14px;
	opacity: .8;
}

/**/

.master-sheet-table > tbody > tr > td:nth-child(1){/* client */
	width: 381px;
}

.master-sheet-table > tbody > tr > td:nth-child(2){/* account */
	width: 100px;
}

.master-sheet-table > tbody > tr > td:nth-child(3){/* manager */
	width: 100px;
}

.master-sheet-table > tbody > tr > td:nth-child(4){/* reporting */
	width: 100px;
}

.master-sheet-table > tbody > tr > td:nth-child(5){/* budget */
	width: 100px;
}

.master-sheet-table > tbody > tr > td:nth-child(6){/* package */
	width: 100px;
}

.master-sheet-table > tbody > tr > td:nth-child(7){/* card */
	width: 100px;
}

/**/

.monthly-reports-table-container .master-sheet-table > tbody > tr > td:nth-child(8){/* date */
	width: 108px;
}

/*************************/

div.tableContainer,
html>body tbody.scrollContent{
	height: 500px;
}

div.tableContainer {
	clear: both;
	overflow: auto;
	width: 100%;
	padding-bottom: 200px;
}

html>body div.tableContainer {
	overflow: hidden;
	width: 100%;
}

div.tableContainer table {
	float: left;
	width: 100%;
}

html>body div.tableContainer table {
	width: 100%
}

thead.fixedHeader{
	background-color: #006a94;
}

thead.fixedHeader tr {
	position: relative;
	display: block;
}

thead.fixedHeader tr:hover{
	background-color: #006a94;
}

thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	display: block;
	width: 100%
}

thead.fixedHeader a:hover {
	display: block;
	width: 100%
}

html>body tbody.scrollContent {
	display: block;
	overflow: auto;
	width: 100%
}

/*************************/

.master-sheet-table th,
.master-sheet-table td {
	padding: 10px;
	text-align: left;
	border: 1px solid #999999;
	font-weight: 400;
	font-size: 16px;
}

.master-sheet-table th {
	background-color: #006a94;
	border-color: #005475;
	color: white;
	font-weight: normal;
}

.master-sheet-table th a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

.master-sheet-table td {
	font-family: 'lato';
}

.master-sheet-table tr:hover {
	background-color: #f0f0f0;
}
.master-sheet-table tr.paused td {
	background-color: #ccc;
}

.master-sheet-table td.has-changes {
	position: relative;
} 
.master-sheet-table td.has-changes .value {
	text-decoration: underline;
}

.master-sheet-table td.has-changes .report-change-tooltip {
	text-decoration: none;
    position: absolute;
	left: 0px;
    bottom: 100%;
	padding: 15px 10px;
    /* background-color: #ffebeb; */
	background-color: #000000;
	color: #ffffff;
    /* box-shadow: 0px 0px 4px rgba(0,0,0,.65); */
	min-width: 100%;
	border-radius: 3px;
	box-sizing: border-box;
	display: none;
}
.master-sheet-table td.has-changes .value:hover + .report-change-tooltip {
	display: block;
}

.master-sheet-table td.has-changes .report-change-tooltip .tooltip-title {
	white-space: nowrap;
	font-weight: 700;
}

.ppc-client-account-details .select2-container {
	margin-top: .5em;
}
.ppc-client-account-details .select2-container--default .select2-selection--single {
	border: 2px solid lightgrey;
    border-radius: .75em;
	min-height: 46px;
    height: auto;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}
.ppc-client-account-details .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1em;
	padding-top: 12px;
	padding-bottom: 12px;
	white-space: normal;
}
.ppc-client-account-details .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}


.ppc-master-list {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 3em;
}

.ppc-master-list .master-list-sort {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 400px;
	margin: auto;
	min-height: 40px;
	margin-bottom: 2.5em;
}

.master-list-sort select {
	width: 100%;
	max-width: 400px;
	margin: auto;
	min-height: 40px;
	text-align: center;
	font-size: 18px;
}

.master-list-sort select option {
	font-size: 17px;
}

.ppc-client-account-details {
	width: 100%;
	background-color: white;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	border-bottom: 12px solid #0b7ca3;
    border-radius: 0 0 4px 4px;
	margin-top: 30px;
}

.ppc-client-header {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	text-align: left;
	padding-bottom: 2em;
	margin-top: 2.5em;
	border-bottom: 5px solid #0b7ca3;
	background-color: rgb(255, 255, 255);
	box-sizing: border-box;

}

.ppc-client-account-details .nav-btns .ppc-back-btn .admin-btn {
	margin-top: 1em;
}

.ppc-client-header h1 {
	text-transform: capitalize;
	margin-bottom: 1em;
	box-sizing: border-box;
	font-family: 'Lato';
	font-size: 60px;
	font-weight: 300;
	padding-left: .75em;
	padding-right: .5em;
	margin-bottom: .25em;
}

.ppc-client-id {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding-left: 4.75em;
	padding-right: 4.75em;
	box-sizing: border-box;
}

.ppc-client-id p {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	font-family: 'Lato';
}

@media screen and (max-width: 800px) {
	.ppc-client-header h1 {
		font-size: 32px;

	}

	.ppc-client-id {
		padding-left: 1.75em;
		padding-right: 1.75em;
	}

	.ppc-client-id p {
		font-size: 15px;
	}
}

.ppc-client-details {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
}

.ppc-details {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	background-color: rgb(255, 255, 255);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 550px;
	padding-bottom: 6em;
	padding: 1.5em;
	box-sizing: border-box;
}

.manager-reports {
	margin-top: 3.5em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-bottom: 3.5em;
}

.ppc-manager-and-reports {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	gap: 1em;
}

.manager-reporting {
	width: 100%;
}

@media screen and (max-width: 800px) {

	.manager-reporting,
	.ppc-manager-and-reports {
		justify-content: center;
		flex-wrap: wrap;
		gap: 3em;
	}

	.details-management-container {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.ppc-manager,
.ppc-reporting {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: .5em;
	width: 100%;
	max-width: 500px;
	margin: auto;
}

.ppc-details form {
	width: 100%;
	max-width: 950px;
	margin: auto;
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/* padding: 2em; */
	box-sizing: border-box;
}

.ppc-details label {
	font-size: 18px;
	width: 100%;
	max-width: 280px;
	margin-bottom: .5em;
	font-weight: 700;
	color: black;
	cursor: auto;
	font-family: 'Lato';
}

.ppc-details input:not([type="radio"]),
.ppc-details select {
	width: 100%;
	max-width: 355px;
	min-height: 40px;
	border: 1px solid lightgray;
	font-size: 17px;
	border-radius: .75em;
	font-weight: bold;
	text-align: center;
}

.ppc-details label.for-radio-checkbox{
	display: inline-block;
	cursor: pointer;
	width: auto;
	margin: 5px 0;
	margin-right: 10px;
}

.ppc-details select {
	min-height: 47px !important;
	background-color: white;
}

.budget-fields {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 2em;
	width: 100%;
	max-width: 350px;
}

.ppc-section-container {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 7em;
	margin-top: 2em;
	margin-bottom: 35px;
}
.ppc-section-container.social {
	row-gap: 2em; 
	justify-content: center; 
	align-content: center; 
	flex-direction: column;
	margin-bottom: 50px;
}
.ppc-section-container.social .ppc-title-section h2 {
	text-align: center;
}
.ppc-section {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	max-width: 50%;
}

.ppc-section > .ppc-section {
	max-width: 100%;
}

.ppc-section.social {
	max-width: 100% !important;
	margin: auto !important;
}

.bfield {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	max-width: 450px;
}

.ppc-title-section {
	width: 100%;
	max-width: 450px;
	padding-bottom: 2em;
	text-align: center;
}

.ppc-title-section h2 {
	color: black;
	font-size: 31px;
	text-align: left;
	font-weight: 400;
}

.budget-fields.vert {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.notes-parent-container {
	width: 100%;
}

.account-notes {
	width: 100% !important;
	max-width: 1000px !important;
	margin: auto !important;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.account-notes textarea {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	height: 180px;
	color: rgb(64, 64, 64);
	border: 1px solid #c5c5c5;
	border-radius: .5em;
	font-size: 16px;
	padding: 15px;
}

.revision-number {
	width: 100%;
	font-weight: bold;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.input-changed {
	background-color: lightgreen !important;
	border: 2px solid rgb(75, 145, 75);
}

.input-changed option {
	background-color: white;
}

.details-management-container {
	width: 100%;
}

.details-management-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 1.15em;
}

.details-management-buttons button,
.details-management a {
	display: flex;
	justify-content: center;
	align-content: center;
	background-color: transparent;
}

@media screen and (max-width: 800px) {
	.details-management-buttons {
		flex-direction: column;
		flex-wrap: wrap;
		width: 100%;
		margin: auto;
		justify-content: center;
		align-items: center;
		margin-bottom: 2em;
	}
}

.details-management-buttons button:hover {
	cursor: pointer;
}

.details-management-buttons a {
	text-decoration: none;
}

.details-management-buttons button i,
.details-management-buttons a i {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	display: flex;
	width: 25px;
	height: 25px;
}

.save-btn i {
	background-image: url(../images/floppy-disk-solid.svg);
	background-size: 23px !important;
}

.revisions-btn i {
	background-image: url(../images/rotate-right-solid.svg);
}

.export-btn i,
.masterexport {
	background-image: url(../images/file-export-solid.svg);
}

.masterbtnlink {
	text-decoration: none;
	font-weight: bold;
	border: 1px solid black;
	min-height: 45px;
	padding: 1em;

}

.actionbtns {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: .75em;
}

.masterbtnlink:hover {
	background-color: lightgray;
	color: black;
}

.masterexport {
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: right;
}

.ppc-revision-editor {
	width: 100%;
	background-color: rgb(255, 255, 255, .6);
	min-height: 500px;
}

.ppc-revision-form {
	width: 100%;
	max-width: 450px;
	margin: auto;
	padding-bottom: 3em;
}

.ppc-revision-container {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
	.ppc-revision-container .revision-wrapper {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
		text-align: center;
		padding-bottom: 10px;
		border-bottom: 1px solid #e1e1e1;
		column-gap: 10px;
	}
	.ppc-revision-container .revision-wrapper > div:first-child {
		flex: 0 0 calc(100% - 80px);
	}
	.ppc-revision-container .revision-wrapper > div:last-child {
		flex: 0 0 80px;
		position: relative;
	}
	.ppc-revision-container .revision-wrapper > div:last-child:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0px;
		transform: translateY(-50%);
		display: block;
		height: 35px;
		width: 0px;
		border-left: 1px solid #d9d9d9;

	}

.ppc-revision-save {
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 2em;
	width: 100%;
	max-width: 950px;
	margin: auto;
	margin-top: 5em;
}

.ppc-revision-header {
	width: 100%;
	background-color: rgb(255, 255, 255, .82);
	border-bottom: 1px solid white;
	min-height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ppc-revision-editor h1 {
	text-align: center;
}

.cancel-btn {
	font-size: 16px;
	background-color: rgb(132, 40, 40);
	color: white;
	padding: .5em;
	border: 1px solid black;
	box-sizing: border-box;
	width: 125px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.acc-name .cancel-btn {
	font-weight: 600;
}

.acc-contain {
	max-height: 300px;
	overflow-y: auto;
}

.cancel-btn:hover,
.save-btn:hover {
	background-color: white;
	color: black;
	cursor: pointer;
}

.save-btn-rev {
	font-size: 16px;
	color: white;
	background-color: rgb(75, 145, 75);
	border: 1px solid black;
	padding: .5em;
	box-sizing: border-box;
	width: 125px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.save-btn-rev.view {
	background-color: rgb(216, 169, 81);
}

.save-btn-rev:hover {
	background-color: white;
	color: black;
}

.notes-parent-container {
	width: 100%;
}

.notes-parent-container .account-details-notes {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid #c5c5c5;
	border-radius: .75em;
}

.account-details-notes {
	max-width: 1000px;
	margin: auto;
}

.account-note {
	width: 100%;
	min-height: 45px;
	border-bottom: 2px solid #c5c5c5;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
	padding: 1em;
	position: relative;
	flex-direction: column;
}

.account-note.pinned-note {
	background-color: #b32b2b24;
}

.account-note:last-child {
	border-bottom: none;
}

.account-note p {
	font-size: 17px;
	font-family: 'Lato';
	font-weight: 400;
}

.account-note p:last-child {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.notes-date-and-edit {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row;
	flex-wrap: wrap;
}

.notes-date-and-edit button {
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/trash-solid.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border: none;
	cursor: pointer;
}

.post-success {
	width: 100%;
	min-height: 45px;
	background-color: rgb(75, 145, 75, .82);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.5em;
}

.post-failure {
	width: 100%;
	min-height: 45px;
	background-color: rgba(154, 40, 40, 0.82);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.5em;
}

.post-success p,
.post-failure p {
	font-size: 32px;
	color: white;
}

.acc-notes-label {
	font-size: 22px !important;
	font-family: 'Lato' !important;
	width: 100% !important;
	max-width: 1000px !important;
	margin: auto;
	margin-top: 3em;
	margin-bottom: .5em;
}

.acc-notes-submissions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	gap: 3em;
	margin-top: 2em;
}

.acc-notes-check {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.acc-notes-check input {
	width: 15px !important;
	height: 15px !important;
}

#acc-notes-submit {
	background-color: #0b7ca3;
	border-radius: .75em;
	color: white;
	border: 1px solid #0b7ca3;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 35px;
	font-weight: bold;
	cursor: pointer;
}

#acc-notes-submit:hover {
	background-color: white;
	color: #0b7ca3;
}

.unpinned-msg, .pinned-msg {
	background-color: transparent;
	border: none;
	background-image: url(../images/pin.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	margin: 1em;
	cursor: pointer;
}

.unpinned-msg {
	background-image: url(../images/pin.svg);
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    opacity: .5;
}

.pinned-msg-form {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	margin: 1em;
}

.note-delete-form {
	margin-right: 0 !important;
	max-width: 18px !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.paginated-notes {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.paginated-notes a, .paginated-notes div{
	font-size: 16px;
	font-weight: bold;
}

.paginated-notes a:hover {
	color: gray;
}

.pin-check {
	cursor: pointer;
}


th.sortable {
	cursor: pointer;
}

.master-sheet-table th.sorted-asc::after {
	content: " ?";
}

.master-sheet-table th.sorted-desc::after {
	content: " ?";
}

.nav-btns {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 950px;
}

.ppc-back-btn {
	display: flex;
	justify-content: center;
	align-content: center;
	width: 90px;
	min-height: 40px;
}

.ppc-back-btn a {
	text-decoration: none;

}

.social-manager {
	flex-direction: row !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0em !important;
}

.social-manager .ppc-manager-and-reports {
	flex-direction: column;
}

.change-order-form-container {
	width: 100%;
	max-width: 750px;
	background-color: white;
	margin: auto;
	text-align: left;
	padding-bottom: 1em;
	border-bottom: 5px solid #0b7ca3;
	background-color: rgb(255, 255, 255);
	box-sizing: border-box;
	border-top-left-radius: 0.75em;
	border-top-right-radius: 0.75em;
	box-shadow: 0px 0px 22px -8px;
	padding-bottom: 7em;
	padding-top: 4em;
	padding-left: 3.5em;
	padding-right: 3.5em;
	box-sizing: border-box;
	margin-top: 5em;
}

.change-order-form-header {
	border-bottom: 1px solid black;
	padding-bottom: 1em;
}

.change-order-form-header h4 {
	font-family: 'Lato';
	font-weight: 300;
	font-size: 20px;
}

.change-order-form {
	width: 100%;
	max-width: 1384px;
	margin: auto;
	background-color: white;
	border-radius: 1.25em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	gap: 1.5em;
}

.notes-header {
	width: 100%;
	max-width: 1000px;
	text-align: left;
}

#adc {
	font-size: 22px;
	font-family: 'Lato';
	font-weight: bold;
	text-transform: capitalize;
}

.acc-notes-check {
	max-width: 100px !important;
}

.ppc-reporting label,
.ppc-manager label {
	width: 100% !important;
	max-width: 341px;
}

.accounts-select select {
	background-color: white;
}


.campaign-selector {
	width: 100%;
}

.campaign-in {
	width: 100%;
	max-width: 800px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25em;
}

.checkflex {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	gap: .35em;
}

.checkflex label {
	display: flex;
	justify-content: center;
	align-items: center;
}

.campcheck {
	width: 15px;
	height: 15px;
	cursor: pointer;
}

input[type="checkbox"]:hover {
	cursor: pointer;
}

.input-selection {
	margin-bottom: 1em;
	margin-top: 1em;
}

.coflabel {
	font-size: 18px;
	width: 100%;
	max-width: 280px;
	margin-bottom: 0.5em;
	font-weight: 700;
	color: black;
	cursor: auto;
	font-family: 'Lato';
}

.requester-section {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 6em;
}

@media screen and (max-width: 800px) {
	.requester-section {
		gap: 1.25em;
	}
}

.client-name {
	margin-top: 0 !important;
}

.isl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	flex-wrap: wrap; 
} 
.input-section.isl.row{
	flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 1em;
}
.adschedule-layout {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}

.requester label,
.dayandhours,
.campplayforms,
.campaign-selector p,
.client-name label,
.input-section label,
.input-section span,
.reason-field {
	font-size: 18px;
	width: 100%;
	max-width: 280px;
	margin-bottom: 0.5em;
	font-weight: 700;
	color: black;
	cursor: auto;
	font-family: 'Lato';
}

.checkflex label {
	font-family: 'Lato';
	cursor: auto;
	color: black;
	font-size: 15px;
	font-weight: bold;
}

.client-name {
	margin-top: 1em;
}

.requester input[type="text"],
.simple-input-section input,
.client-name input,
.platforms-container input,
.change-order-form textarea {
	width: 100%;
	max-width: 230px;
	height: 30px;
	border: 2px solid lightgray;
	font-size: 17px;
	border-radius: .75em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.change-order-form textarea{
	min-width: 100%;;
	min-height: 40px;
	text-align: left;
}

#requester-in {
	margin-top: .5em;
}

#client-name-in {
	width: 100%;
	max-width: 330px;
	height: 46px;
	border: 2px solid lightgray;
	font-size: 17px;
	border-radius: .75em;
	font-weight: bold;
	text-align: center;
	margin-top: .5em;
}

.isl textarea {
	min-height: 100px;
	width: 100%;
	max-width: 500px;
}

.input-selection.ta {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.input-selection.ta label {
	font-size: 18px;
	width: 100%;
	max-width: 100px;
	margin-bottom: 0.5em;
	font-weight: 700;
	color: black;
	cursor: auto;
	font-family: 'Lato';
}

@media screen and (max-width: 850px) {
	.ppc-section-container {
		flex-direction: column;
	}

	.manager-reporting {
		flex-direction: column !important;
		gap: 2em;
	}

	.ppc-section {
		max-width: 100%;
	}
}

.paginated-pages {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 30px;
	gap: 1em;
}

.paginated-pages a {
	font-size: 17px;
	line-height: 1em;
	display: inline-block;
	vertical-align: top;
	padding: 5px 8px;
	border: 1px solid black;
	text-decoration: none;
}

.paginated-pages a.on {
	background-color: black;
	color: white;
	pointer-events: none;
}

.paginated-pages a:hover {
	color: gray;
	border-color: gray;
}

.result-total {
	text-align: right;
	font-size: 1rem;
	margin-bottom: 5px;
}

.report-filters select {
	width: 100%;
	max-width: 150px;
	height: 35px;
	border: 2px solid lightgray;
	font-size: 16px;
	border-radius: .75em;
	font-weight: bold;
	text-align: center;
	border-radius: 0;
    border: 1px solid black;
}

.date-ranges {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: row;
	margin-left: auto;
	box-sizing: border-box;
	padding: 2em;
}

.date-ranges .clear-btn {
	margin-right: 25px;
}

@media screen and (max-width: 800px) {
	.date-ranges {
		width: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		flex-wrap: wrap;
		gap: 1em;
	}
}

.ppc-revision-editor {
	margin-top: 6em;
	background: white;
}

.ppc-revision-container {
	padding-top: 4em;
}

.ppc-revision-header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
}

.ppc-revision-header h1 {
	width: 100%;
	border-bottom: 1px solid gray;
	padding-bottom: 1em;
}

.admin-dash-innerhead {
	padding-left: 1.25em;
	box-sizing: border-box;
	padding-top: .5em;
	padding-bottom: 1em;
	margin-top: 1em;
	text-align: center;
}

.account-options {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3em;
	padding: 1em;
	box-sizing: border-box;
	margin-bottom: 2em;
}

.account-options label {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	font-family: 'Lato';
	font-weight: 600;
	font-size: 17px;
	padding-top: 2em;
}

.account-management-form {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
}

.account-management-form div {
	width: 100%;
	max-width: 1200px;
	border: 2px lightgray;
}

.active-accs {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.acc-name.disable-accounts {
	display: block;
	max-width: 500px;
	margin: auto;
}

.acc-name.disable-accounts .cancel-btn {
	margin-bottom: 5em;
}

.account input[type="checkbox"] {
	font-size: 17px;
    font-weight: bold;
    width: 15px;
    height: 15px;
    margin-right: 0.5em;
    margin-bottom: 0.45em;
    vertical-align: middle;
}

.account-search {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	box-sizing: border-box;
}

.account-search label,
.account-name {
	font-family: 'Lato';
	font-weight: 600;
	font-size: 17px;
	padding-bottom: .25em;
}


.account-search input {
	width: 100%;
	height: 40px;
	border: 2px solid lightgray;
	font-size: 17px;
	border-radius: .75em;
	font-weight: bold;
	margin-bottom: 2em;
}

.account-search div button {
	max-width: 50px;
	height: 35px;
}

.accounts-list form {
	width: 100%;
	max-width: 600px;
	margin: auto;
	margin-top: 2em;
	border-radius: .95em;
}

.inp {
	width: 100%;
	max-width: 200px;
	height: 30px;
	border: 2px solid lightgray;
	font-size: 17px;
	border-radius: .75em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: .75em;
}

.social-acc {
	color: #0b7ca3;
	padding-left: 2.25em;
	padding-right: 2.25em;
	margin-bottom: 0.75em;
}

.ppc-acc {
	color: #0b7ca3;
	padding-left: 2.25em;
	padding-right: 2.25em;
	margin-bottom: 0.75em;
}

#call_tracking {
	width: 15px;
	height: 15px;
}

@media screen and (max-width: 800px) {}

/* width */
.tableContainer .scrollContent::-webkit-scrollbar {
	width: 10px;
}

/* Track */
.tableContainer .scrollContent::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.tableContainer .scrollContent::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
.tableContainer .scrollContent::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.clientlist {
	width: 100%;
	max-width: 450px;
	height: 40px;
	border: 2px solid lightgray;
	font-size: 17px;
	border-radius: .75em;
	font-weight: bold;
	text-align: center;
}

.ppc-client-account-details iframe {
	visibility: hidden;
	display: none;
}

#clickable-row {
	cursor: pointer
}

/* Prospect Section */

.prospects-grid {
	width: 100%;
	border-spacing: 4px;
}

.prospects-grid>thead {
	position: relative;
	z-index: 2;
}

.prospects-grid>thead>tr>th {
	background-color: #80cbe8;
	padding: 4px 0;
	position: relative;
}

.prospects-grid>thead>tr>th:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.prospects-grid>thead>tr>th:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	outline-left: 4px solid #80cbe8;
}

.prospects-grid>thead>tr>th+th:before {
	content: "";
	background-color: #80cbe8;
	position: absolute;
	left: -5px;
	width: 6px;
	height: 100%;
	top: 0;
}

.prospects-grid>tbody {
	position: relative;
	top: -8px;
	z-index: 1;
}

.prospects-grid>tbody>tr>td {
	border: 2px solid transparent;
	vertical-align: top;
	background-color: #d4d4d4;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 10px 2px 0;
}

.prospects-grid>tbody>tr>td:nth-child(2n) {
	background-color: #c4c4c4;
}

.prospects-grid>tbody>tr>td.dragging-hover {
	border-color: #242424;
}

.prospects-grid .card,
.moving-prospect-card {
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
	background-color: white;
	border-radius: 4px;
	padding: 5px 8px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.moving-prospect-card {
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.75);
	position: absolute;
	cursor: move;
	scale: 115%;
	z-index: 9999;
}

.prospects-create-client {
	text-align: right;
	padding-right: 4px;
}

.prospects-create-client a {
	display: inline-block;
	background-color: #242424;
	border-radius: 4px;
	color: white;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0.5em 0;
	width: 7em;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
}

.prospects-grid .card.dragging,
.prospects-grid .card.pending-place {
	opacity: 0.4;
}

.prospects-grid .card.pending-move {
	opacity: 0.2;
}
.table-overflow{
	overflow-x: auto;
}

.msg-flag{
	display: flex;
	min-height: 80px;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding:1em;
	box-sizing: border-box;
}
.msg-flag.green{
	background-color:#34a97c; 
} 
.msg-flag.red{
	background-color:#842828;
}
.msg-flag h1{
	color: white;
	font-size: 27px;
	text-align: center;
	padding:1em;
} 
.msg-flag p {
	color: white;
	font-size: 22px;
	text-align: center;
}



select[disabled] {
	color: black;
}
#searchInput {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
}

.ppc-back-btn.has-another-button{
	width: 298px;
}

.ppc-back-btn.has-another-button .admin-btn:not(.back){
	max-width: 195px;
	margin-left: 18px;
}

/*******************/

.assignments-list{
	list-style: none;
	padding: 30px 0;
	margin: 0;
	font-size: 16px;
}

.assignments-list li{
	margin: 0 0 30px;
}

.assignments-list .title{
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
	color: #0b7ca3;
}

.force-container{
	margin-top: 10px;
}

.force-container ul{
	margin: 0;
	margin-left: 40px;
	padding: 0;
	list-style: none;
}

.force-container li{
	margin: 10px 0;
}

.force-note{
	font-weight: 600;
	color: #34a97c;
	cursor: pointer;
}

.generated-container{
	width: 100%;
    max-width: 600px;
    margin: 50px auto 0;
    padding-top: 30px;
    border-top: 5px solid rgba(0,0,0,.2);
	font-size: 16px;
}

.generated-container>ul{
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}

.generated-container>ul>li{
	margin: 0 0 30px;
}

.generated-container>ul>li>ul{
	list-style-type: disc;
	margin: 0;
}

.generated-container>ul>li>ul>li{
	margin: 5px 0;
}

.generated-container .title{
	font-size: 20px;
	margin: 0 0 5px;
	font-weight: 600;
}

.generated-container .alert{
	background-color: red;
	color: white;
	font-weight: 700;
}

.time-logging-note {
	max-width: 775px;
	margin: 20px auto 30px auto;
}

form.change-order-form.view-form input[type="radio"]:checked:disabled,
form.change-order-form.view-form input[type="checkbox"]:checked:disabled{
	position: relative;
}

form.change-order-form.view-form input[type="radio"]:checked:disabled:before{
	border-radius: 100%;
}

form.change-order-form.view-form input[type="radio"]:checked:disabled:before,
form.change-order-form.view-form input[type="checkbox"]:checked:disabled:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
	background-color: #0b7ca3;
}

table.vacation {
	text-transform: uppercase;
}

table.vacation td, table.vacation th {
	width: 11%;
}

table.vacation td:first-child, table.vacation th:first-child {
	width: 23%;
}

table.vacation tbody td {
	position: relative;
	height: 50px;
	text-align: center;
}

table.vacation .icon {
	position: relative;
	z-index: 3;
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	background-image: url(../images/green-checkmark.svg);
	background-size: 100% 100%;
}

table.vacation .bg1 {
	z-index: 1;
	position: absolute;
	display: none;
	left: 50%;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-left: -18px;
	margin-top: -18px;
	border-radius: 50%;
}

table.vacation .bg2 {
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 36px;
	margin-top: -18px;
}

table.vacation .bg3 {
	z-index: 3;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 36px;
	margin-top: -18px;
}

table.vacation .out-1 .bg1, table.vacation .out-2 .bg1, table.vacation .out-3 .bg1, table.vacation .out-4 .bg1 {
	display: block;
	background-color: #e53645;
}

table.vacation .out-5 .bg1, table.vacation .out-6 .bg1, table.vacation .out-7 .bg1 {
	display: block;
	background-color: #34a97c;
}

table.vacation .out-1 .bg2, table.vacation .out-2 .bg2, table.vacation .out-3 .bg2, table.vacation .out-4 .bg2 {
	background-color: #34a97c;
        margin-left: -18px;
        border-top-left-radius: 36px;
	border-bottom-left-radius: 36px;
}

table.vacation .out-5 .bg2, table.vacation .out-6 .bg2, table.vacation .out-7 .bg2 {
	background-color: #e53645;
	border-top-right-radius: 36px;
	border-bottom-right-radius: 36px;
}

table.vacation .out-1 .bg3, table.vacation .out-2 .bg3, table.vacation .out-3 .bg3, table.vacation .out-4 .bg3 {
	display: block;
	background-color: #34a97c;
	margin-left: -18px;
	border-top-left-radius: 36px;
	border-bottom-left-radius: 36px;
	transform: rotate(270deg);
	transform-origin: 18px 18px;
}

table.vacation .out-5 .bg3, table.vacation .out-6 .bg3, table.vacation .out-7 .bg3 {
	display: block;
	background-color: #e53645;
	margin-left: -18px;
	border-top-left-radius: 36px;
	border-bottom-left-radius: 36px;
	transform-origin: 18px 18px;
}

table.vacation .out-1 .bg3 {
	transform: rotate(225deg);
}

table.vacation .out-2 .bg3 {
	transform: rotate(270deg);
}

table.vacation .out-3 .bg3 {
	transform: rotate(315deg);
}

table.vacation .out-4 .bg3 {
	transform: rotate(0);
}

table.vacation .out-5 .bg3 {
	transform: rotate(225deg);
}

table.vacation .out-6 .bg3 {
	transform: rotate(270deg);
}

table.vacation .out-7 .bg3 {
	transform: rotate(315deg);
}

table.vacation .out-1 > .icon,
table.vacation .out-2 > .icon,
table.vacation .out-3 > .icon,
table.vacation .out-4 > .icon,
table.vacation .out-5 > .icon,
table.vacation .out-6 > .icon,
table.vacation .out-7 > .icon {
	background-image: url(../images/delete-xonly.svg);
}

table.vacation .out-8 > .icon {
	background-image: url(../images/delete.svg);
}

.text-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	text-align: left;
	text-indent: -9999px;
	top: -1px;
	overflow: hidden;
}
.modal-overlay {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    z-index: 9999;
	padding: 0 20px;
	box-sizing: border-box;
}
.modal-overlay:not(.active){
	display: none;
}
.modal-overlay .close-overlay-button {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/delete-xonly-dark.svg) center center no-repeat;
	background-size: contain;
	margin: -15px -15px 5px auto;
}
.modal-overlay .overlay-content {
	max-width: 600px;
	max-height: calc(100% - 60px);
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	overflow-y: auto;
	margin-left: auto;
    margin-right: auto;
}
.modal-overlay .box {
	padding: 20px;
	box-sizing: border-box;
}

.modal-overlay .record-details {
	text-align: center;
}
.modal-overlay .record-details select {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
.time-log .pie-chart > a {
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 3px;
}