/* framework.css - stylesheet for Nuvola Application Framework system - (c)2006-2007 Nuvola Ltd www.nuvola.co.uk*/
:root {
	--n-orange: #f7921e;
	--n-blue: #00a8e4;
	--n-grey: #99928a;
	--n-lightgrey: #abafad;
}
body
{
	background: #ffffff;
	font-size: 80%;
	font-family: tahoma, sans serif;
	margin: 0;
}

div.login
{
	width: 640px;
	height: 150px;
	margin: 0 auto;
	margin-top: 100px;
	background: #eee;
	color: black;
	text-align: left;
}
div.login img
{
	float: left;
	width: 200px;
	margin: 47px 10px;
}
div.login h1
{
	text-align: center;
	font-size: 150%;
}
div.login td
{
	color: var(--n-blue);
}
/*div.login input
{
	width: 200px;
	border: 1px solid #00476b;
}
div.login input[type="submit"]
{
	color: black;
	background-color: var(--n-orange);
	width: 80px;
}
div.login a
{
	color: white;
}*/

div.login-info
{
	width: 630px;
	margin: 0 auto;
	background: white;
	border: 1px solid var(--n-orange);
	padding: 4px;
	color: #000000;
	text-align: center;
}

h3.nuvola-link
{
	text-align: left;
	margin: 0;
	padding: 5px;
}
h3.nuvola-link a
{
	color: black;
}
div.menu
{
	float: left;
	width: 195px;
	background: white;
	min-height: 600px;
	padding-top: 5px;
}

#mainholder
{
	margin-left: 200px;
	padding: none;
	text-align: left;
}

div.title
{
	min-height: 60px;
	padding: 10px 10px 10px 210px;
	padding-right: 10px;
	border-bottom: 1px solid var(--n-orange);
	background: rgba(255, 255, 255, 0) ;
	text-align: left;
	font-family: tahoma, verdana, sans serif;
	font-size: 1.3em;
	color: black;
	position: relative;
}
div.title a
{
	color: black;
}
img.title
{
	border: 0;
	width: 200px;
}
a.logo-link {
	display: inline-block;
	margin-top: 25px;
	float: left;
}
div.title select
{
	background: black;
	color: white;
}



#notes
{
	border: none;
	text-align: left;
	font-family: tahoma, verdana, sans serif;
	font-size: 0.9em;
	padding:4px;
}

#logo
{
	float: left;
	border: none;
}

textarea
{
	font-family: Verdana, Sans Serif;
	font-size: 0.9em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid var(--n-orange);

}

table { font-size: 1em;}
div { font-size: 1em;}
th { font-size: 1em;}
td { font-size: 1em;}

/* from bootstrap but we dont have a .table just table, so remove this when we integrate it and fix tables!! */
table>tbody>tr.danger>td, table>tbody>tr.danger>th, table>tbody>tr>td.danger, table>tbody>tr>th.danger, table>tfoot>tr.danger>td, table>tfoot>tr.danger>th, table>tfoot>tr>td.danger, table>tfoot>tr>th.danger, table>thead>tr.danger>td, table>thead>tr.danger>th, table>thead>tr>td.danger, table>thead>tr>th.danger {
    background-color: #f2dede;
}

div.submenu
{
	/*height:1.5em;*/
	text-align:left;
	font-family: Verdana, Sans Serif;
	font-size: 0.9em;
	position:absolute;
	bottom: 0;
}

input#customer-search {
	width: 185px;
	border: 2px solid #ddd;
	border-radius: 5px;	
}


#titletitle
{
	font-weight: bold;
}
#titlestatus
{
	float: right;
	font-weight: normal;
	text-align: right;
}



#content
{
	min-height:400px; /*IE ignores this!*/
	text-align:left;
	font-family: Verdana, Sans Serif;
	font-size: 0.9em;
	color: #222;
	padding:2px;
	/*height: 400px;*/
}

td
{
	font-family: Verdana, Sans Serif;
	font-size: 1em;
	color: #555555;
}

h3
{
	/*width:1024px;*/
	text-align: left;
	font-family: Verdana, Sans Serif;
	font-size: 0.9em;
	font-weight:normal;
	color: #555555;
	position:relative;
	top:30px;
}

a
{
	text-decoration: underline;
	color: #555555;
}
a:hover
{
	color: #cb865c;
}

ul.menu {
	margin: 0;
	padding: 0 0 0 5px;
}

ul.menu li
{
	list-style: none;
}
li.menu, li.menu_sel
{
	padding-left: 0em;
	padding-right: 0em;
	width: 100%;
	height: 1.8em;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

ul.menu li img {
	width: 24px;
	height: 24px;
}
li.menu_sel
{
	background: var(--n-grey);
	border-radius: 5px;
}

a.menu, a.menu_sel
{
	text-decoration: none;
	color: black;
	text-transform: uppercase;
	padding: 2px;
	font-size: 1.2em;
	margin-right: 0.9em;
	margin-left: 0.9em;
}
a.menu:hover
{
	text-decoration: none;
	color: var(--n-orange);
}
a.menu_sel
{
	color: white;
}
a.menu_sel:hover
{
	text-decoration: none;
	color: black;
}
ul.menu li a span {
	position:relative;
	top:-6px;
}
a.submenu, a.submenu_sel
{
	text-decoration: none;
	color: white;
	font-size: 1.1em;
	padding: 5px;
	height: 1.2em;
	margin: 0;
	font-weight: bold;
	display: inline-block;
	border-radius: 5px 5px 0 0;
	background: var(--n-lightgrey);
	border: 1px solid #f0f0f0;
}

div.submenu a:first-child {

}
a.submenu:hover
{
	background: var(--n-blue);
}
a.submenu_sel
{
	background: var(--n-blue);
	color: white !important;
}


td.selgrid, td.ov_bg, table.selgrid td
{
	text-align:left;
	font-family: Verdana, Sans Serif;
	font-size: 1em;
	color: black;
	background: #f8f8f8;
	padding:1px;
}
table.reporting-grid td {
	text-align: right;
	padding: 1px 3px;
}
th.selgrid, table.selgrid th
{
	text-align:left;
	font-family: Verdana, Sans Serif;
	font-size: 1em;
	font-weight:bold;
	padding:2px;
	color: black;
	background: #f0f0f0;
}
table.selgrid tr.totals-row td {
	border-top: 1px solid black;
	font-weight: bold;
}

table.selgrid td.detail-link {
	background: white !important;
}

table.selgrid td.detail-link a {
	display: inline-block;
	background: white;
	margin: 1px;
	padding: 1px;
	border: 1px solid #ccc;
	color: black;
	text-decoration: none;
}
table.selgrid td.detail-link a:hover {
	background: var(--n-orange);
	color: white;
}

table.selgrid tr.purple td, legend span.purple {
	color: white;
	background: #80a !important;
}
table.selgrid tr.red td, legend span.red {
	color: white;
	background: #a00 !important;
}
table.selgrid tr.yellow td, legend span.yellow {
	color: white;
	background: #aa0 !important;
}
table.selgrid tr.zgreen td, legend span.zgreen {
	color: white;
	background: #080 !important;
}
table.selgrid tr.zgrey td, legend span.zgrey {
	color: #444;
	background: #ccc !important;
}

table.selgrid tr:hover td, tr:hover td.selgrid {
	color: #0274be;
	background: #999999;
}

.selgrid-rowcheckaction a {
	display: inline-block;
	padding: 5px;
	margin-right: 10px;
	text-decoration: none;
	border: 1px solid var(--n-blue);
}
.selgrid-rowcheckresult {
	margin: 5px 0 0 0;
	/*display: none;*/
}

.viewgen table tr td {
	background: #eee;
	padding: 5px;

}
.viewgen table tr td:nth-child(2) {
	border-right: 10px solid white;
}
.viewgen table tr td:nth-child(1), .viewgen table tr td:nth-child(3) {
	color: black;
	font-size: 1.1em;
}

.viewgen table tr td[colspan="4"] {
	background: white;
	padding: 0 3px;
}

.viewgen input[type=text], .viewgen select {
	width: 95%;
	padding: 4px;
	border-radius: 3px;
}
.viewgen .radios input[type=radio] {
	display: none;
}
.viewgen .radios label {
	display: inline-block;
	padding: 5px;
	border: 1px solid var(--n-blue);
}
.viewgen .radios input:checked + label {
	border: 1px solid var(--n-blue);
	color: white;
	background: var(--n-blue);
}


legend {
	margin: 5px 0;
}
legend h4 {
	display: inline-block;
}

legend span {
	display: inline-block;
	padding: 4px;
	margin: 0 3px 1px 0;
}


.heading
{
	font-size: 0.9em;
	font-weight: bold;
}

input, .input
{
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #777;
	/*height:1.4em;*/
	font-size:1.2em;
	padding: 4px;
	border-radius: 3px;
}

input[type=submit], button
{
	background-color: var(--n-blue);
	color: white;
	border: 1px solid #777;
	height:1.8em;
	border-radius: 3px;
	padding: 4px;
}
input[type=submit]:hover, button:hover {
	border-color: #000;
}

input[type=text]
{
	width: 200px;
}
/* styling for file uploads, the 1.4em height in the [input] style above clips the bottom
   off of the upload button making it look messed up, 
   @note  should replace these with custom ajax style file upload widgets for a custom look 
*/
input[type=file] {
	height: auto !important;
}

input[type=password]
{
	width: 200px;
}
input.time {
	width: 90px !important;
}

input:read-only {
	border: 0;
}
input:-moz-read-only {
	border: 0;
}
input[type=number] {
	border: 1px outset var(--n-orange);
	padding-left:4px;
}

select
{
	background-color: #ffffff;
	color: #000000;
	font-size: 1.2em;
	/*height: 20px;*/
	border: 1px solid var(--n-orange);
	width:200px;
	padding: 4px;
	border-radius: 3px;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}
select.function
{
	background-color: var(--n-orange);
	color: #white;
	font-size: 0.9em;
	border: 1px solid #4785a6;
	width:200px;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

.selgrid input, .selgrid select
{
	font-size: 100%;
	border: 0;
	background-color: #e0e0e0;
}
input.selgrid_edit, select.selgrid_edit
{
	color: white;
	background: var(--n-orange);
	border: 1px solid #777777;
}


input.check
{
	border:none;
}



table.childgrid_table
{
	border-spacing: 2px;
	background: #555555;
}

th.childgrid_th
{
	background: #f0f0f0;
	font-family: Verdana, Sans Serif;
	font-size: 1em;
	color: #555555;
	text-align: left;
}

td.childgrid_td
{
	background: #f0f0f0;
	font-family: Verdana, Sans Serif;
	font-size: 0.9em;
	color: #555555;
}

td.childgrid_tdsel
{
	background: #555555;
	font-family: Verdana, Sans Serif;
	font-size: 0.9em;
	color: #f0f0f0;
}

/*attachments*/
div.attachments
{
	padding:4px;
	width:98%;
	font-family: verdana, sans serif;
	min-height:50px;
	background-color:#F9F9F9;
	font-size:1.2em;
	text-align:left;
}
a.attachimg
{
	float: left;
}
span.attachmissing
{
	color: red;
}
span.attachinner
{
	float: left;
}
span.attachouter
{
	border: 1px solid #555555;
	float: left;
	padding: 2px;
	margin-right: 2px;
}

.ov_job
{
	background: white;
	border: 1px solid var(--n-orange);
	overflow: hidden;
}
td.ov_bg
{
	background: #f8f8f8;
}
div#gridpopup
{
	width: 200px;
	min-height: 150px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid var(--n-orange);
	font-family: Verdana, Sans Serif;
	font-size: 12px;
	visibility: hidden;
	position: absolute;
}
div#calpopupdiv
{
	width: 150px;
	min-height: 150px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid var(--n-orange);
	font-family: Verdana, Sans Serif;
	font-size: 12px;
	visibility: hidden;
	position: absolute;
}

div#calpopupdiv table td.cpMonthNavigation
{
	background: var(--n-orange);
	color: black;
	font-size: 10px;
	text-align: center;
}
div#calpopupdiv table td.cpMonthNavigation a
{
	color: black;
	text-decoration: none;
}
div#calpopupdiv table td.cpCurrentMonthDate
{
	font-size: 10px;
	text-align: center;
}
div#calpopupdiv table td.cpCurrentMonthDate a
{
	color: black;
	text-decoration: none;
}

div#calpopupdiv table td.cpCurrentDate
{
	font-size: 10px;
	text-align: center;
	background: var(--n-orange);
}
div#calpopupdiv table td.cpCurrentDate a
{
	color: black;
	text-decoration: none;
}

div#calpopupdiv table td.cpOtherMonthDate
{
	font-size: 10px;
	text-align: center;
}
div#calpopupdiv table td.cpOtherMonthDate a
{
	color: #555555;
	text-decoration: none;
}


a.addnew
{
	border: 1px solid #777;
	color: white;
	background: var(--n-blue);
	font-size: 110%;
	text-decoration: none;
	padding: 4px;
	border-radius: 4px;
}

div.att-status {
	text-align:left;
	color:black;
	padding: 5px 10px;
}

div.info {
	font-size: 200%;
	border-style: solid;
	border-width: 3px;
	border-color: var(--n-orange);
	/*border-radius: 5px;*/
	color: black;
	padding: 10px;
	margin: 10px 0;
	vertical-align: top;
	display: inline-block;
	width: 45%;
}
div.info .number {
	font-size: 200%;
	font-weight: bold;
	color: var(--n-orange);
	text-align: right;
	padding-right: 5px;
}
div.calltoday {
	font-size: 120%;
	border-style: solid;
	border-width: 3px;
	border-color: var(--n-orange);
	/*border-radius: 5px;*/
	color: black;
	padding: 10px;
	margin: 10px 0;
	vertical-align: top;
	display: inline-block;
	width: 45%;
}
div.info h2, div.calltoday h2 {
	margin: .25em 0;
}

.add_tasks {
	float: right;
	padding-top: .5em;
}
.add_tasks a:hover {
	background: var(--n-orange);
}

ul.recordaction {
	padding: 0;
	margin: 0;
}
ul.recordaction li {
	display: inline-block;
	padding: 5px;
	border: 1px solid var(--n-orange);
	margin: 1px 5px;
}
ul.recordaction li a {
	text-decoration: none;
	color: black;
}
ul.recordaction li:hover,ul.recordaction li:focus {
	color: white;
	background: var(--n-orange);
}

.message-normal,
.session-message p.normal {
	color: green;
}
.message-error,
.session-message p.error {
	color: red;
}
.message-debug,
.session-message .debug {
	white-space: pre;
	font-family: monospace;
	color: #333;
}
.message-alert,
.session-message p.alert {
	background: #cc4400;
	color: white;
}

ul.stream {
	padding: 0;
	margin: 0;
} 
ul.stream li {
	margin: 3px 0;
	padding: 3px;
	color: white;
	list-style: none;
	
}	
ul.stream li p {
	margin: 0 0 3px 0;
}
ul.stream li.child {
	margin-left: 2em;
}

ul.stream li a {
	color: white;
}

a.exit {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
}
a.exit:hover {
	color: var(--n-orange);
}

form.searchform {
	margin-bottom: 1em;
}

form.searchform td {
	width: 25%;
}
form.searchform td:first-child, form.searchform td:nth-child(3) {
	color: #222;
	font-size: 1em;
}

form.searchform input.date-between {
	width: 70px;
	font-size: 1.1em;
}

form.attachment-add {
	border: 1px solid var(--n-blue);
	padding: 8px;
	border-radius: 5px;
	box-sizing: border-box;
}
form.attachment-add h4 {
	margin-top: 0;
}

ul.notes-list li {
	font-size: 1.2em;
	margin-bottom: 5px;
	background-color: #f8f8f8;
	color: black;
	padding: 2px;
}
ul.notes-list li span.note-contact {
	font-style: italic;
}
/*ul.notes-list li:nth-child(odd) {
	background-color: #ddd;
}
ul.notes-list li:nth-child(even) {
	background-color: #eee;
}*/
ul.notes-list li div.note-creator {
	font-size: .8em;
	font-weight: bold;
	margin-top: 3px;
}
ul.notes-list li.note-highlight {
	background: #883300;
}
ul.notes-list li.note-highlight div.note-container {
	color: white;
}
ul.notes-list li.note-highlight a {
	color: white;
}
ul.notes-list li.note-highlight a:hover {
	color: #ddd;
}

/**
 * overlay
 */
.overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
}

.overlay .form {
	background: white;
	width: 80vw;
	margin: 20vh auto;
	padding: 10px;
	box-sizing: border-box;
	height: 60vh;
	overflow: auto;
}
.overlay.create-call-off-overlay .form {
	margin-top: 100px;
}
.overlay.edit-item-overlay .form {
	margin-top: 100px;
}	
.saving-overlay .form {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	padding: 3em 0;
}

.overlay textarea {
	width: 100%;
	height: 80px;
}

/**
responsive
*/
@media screen and (max-width: 869px) {

	/*selgrid*/
	table.selgrid:not(.dompdf table) {
		width: 90vw;
	}
	table.selgrid:not(.dompdf table) tr {
		display: block;
		border-bottom: 1px solid black;
	}
	table.selgrid:not(.dompdf table) tr:nth-child(2n) {
		background: #ccc;
	}
	table.selgrid:not(.dompdf table) tr:first-child {
		display: none;
	}
	table.selgrid:not(.dompdf table) th, table.selgrid:not(.dompdf table) td {
		display: block;
		width: 100% !important;
		background: transparent;
	}
	table.selgrid:not(.dompdf table) td label {
		font-weight: bold;
	}
	table.selgrid:not(.dompdf table) td.detail-link {
		text-align: right;
	}
	table.selgrid:not(.dompdf table) td.detail-link a {
		display: inline-block;
		font-size: 130%;
		padding: 2px 5px;
		font-weight: bold;
		border: 2px solid var(--n-orange);
		text-decoration: none;
	}
	table.selgrid:not(.dompdf table) td.detail-link a:hover {
		color: var(--n-orange);
	}
	
	/*menu hider*/
	#mainholder {
		position: relative;
		left: -170px;
	}
	div.menu {
		position: relative;
		left: -170px;
		transition: ease-in-out left .5s;
		z-index: 99;
	}
	.responsive-menu-open {
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 100%;
		background: black;
		z-index: 100;
	}
	.responsive-menu-open a {
		text-decoration: none;
		color: white;
		font-size: 28px;
	}
	div.menu.responsive-open {
		left: 0;
	}
	div.menu.responsive-open .responsive-menu-open {
		height: 30px;
	}
	
	/*title bar*/
	a.logo-link {
		display: block;
	}
	img.title {
		width: 100px;
		float: none;
	}
	div.title {
		text-align: center;
		height: auto;
	}
	#titlestatus {
		float: none;
		display: block;
		text-align: center;
	}
	
	span.titletitle {
		text-align: center;
	}
	
	/*search form*/
	.searchform table {
		width: 90vw !important;
	}
	.searchform table tr {
		display: block;
	}
	.searchform table tr td {
		display: block;
		width: 100%;
	}
	.searchform input, .searchform select {
		width: 100%;
	}
	.searchform input.date-between, .searchform input[type=submit] {
		width: 30% !important;
	}
	
	/**
	 * viewgen form
	 */
	form.viewgen-form table, .timesheet-entry table {
		width: 90vw !important;
	}
	form.viewgen-form table tr, .timesheet-entry table tr {
		display: block;
	}
	form.viewgen-form table tr td, .timesheet-entry table tr td {
		display: block;
		width: 100% !important;
	}
	form.viewgen-form input, form.viewgen-form select, .timesheet-entry input, .timesheet-entry select {
		width: 100%;
	}
	form.viewgen-form input.date-between, form.viewgen-form input[type=submit],
	 .timesheet-entry input.date-between, .timesheet-entry input[type=submit] {
		width: 30% !important;
	}
	
	
}
@media screen and (min-width: 870px) {
	table.selgrid:not(.dompdf table) td label {
		display: none;
	}
	
	.responsive-menu-open {
		display: none;
	}

}

.invoice-edit-item label {
	font-weight: bold;
	width: 20em;
	display: inline-block;
}
.invoice-edit-item span {
	width: 20em;
	display: inline-block;
}

.invoice-edit-item {
	margin: 5px;
}

.invoice-edit-item input.changed {
	border-color: #cc3333;
	box-shadow: 2px 2px 1px #cc3333;
}

fieldset.radios {
	border: 0;
}
fieldset.radios label {
	display: inline-block;
	padding: 5px;
	border: 1px solid var(--n-orange);
	margin: 2px 10px 2px 0;
	color: var(--n-orange);
}
fieldset.radios input:checked + label  {
	background: var(--n-orange);
	color: white;
}
fieldset.radios input[type=radio] {
	display: none;
}

.overlay label {
	display: inline-block;
	font-weight: bold;
	width: 200px;
	padding: 2px 5px;
}
.invoice-edit-detail #ie_changes {
	border: 1px solid var(--n-orange);
}

.ncrm-test-system .customer-search-holder::before {
	display: block;
	background: red;
	color: white;
	font-weight: bold;
	content: "** TEST SYSTEM **";
}

/* DASHBOARD */
.dashboard-add {
	float: right;
}
.dashboard-widget {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.dashboard-widget .dashboard-widget-controls {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.dashboard-widget .dashboard-widget-controls a {
	text-decoration: none;
	font-family: monotype;
	font-size: 18px;
}
#dashboard-form div {
	margin: 5px;
}
#dashboard-form label {
	width: 10em;
	display: inline-block;
}

/* KANBAN */

.kanban-board {
	border-collapse: collapse;
}
.kanban-board th {
	text-align: center;
	color: #000;
	font-size: 120%;
}

.kanban-board td {
	border: 1px solid #eee;
	vertical-align: top;
	width: 200px;
	padding: 5px 5px 35px 5px;
	background: #f8f8f8;
	/*position: relative;*/
}

/*.kanban-board td::after {
	font-size: 30px;
	position: absolute;
	width: 100%;
	bottom: 0;
	font-weight: bold;
	color: #def;
	cursor: pointer;
	content: '+';
	text-align: center;
}*/

.kanban-board .card {
	background: #def;
	padding: 5px;
	margin: 5px 0;
	border-radius: 3px;
	border: 1px solid var(--n-blue);
	cursor: pointer;
}
.kanban-board .card:hover {
	color: #000000;
}
.kanban-board .card h4 {
	margin: 0 0 2px 0;
}

.kanban-edit-overlay form {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 70vw;
}
.kanban-edit-overlay .form {
	max-width: 70vw;
}

.screen-message_screen ul.recipients {
	margin: .5em 0;
	padding: 0;
}
.screen-message_screen ul.recipients li {
	margin: 2px;
	padding: 5px;
	background: #f8f8f8;
	list-style: none;
}
.screen-message_screen ul.recipients li a.remove {
	background: white;
	color: var(--n-orange);
	text-decoration: none;
	padding: 2px;
}
.screen-message_screen ul.recipients li a.remove:hover {
	background: black;
}

.screen-message_screen .message-field-holder {
	margin-bottom: .5em;
}
.screen-message_screen .message-field-holder label {
	display: inline-block;
	width: 18%;
}

.viewgen-multirecord td, .viewgen-multirecord th {
	border-right: 0 !important;
	border-bottom: 1px solid white;
	
}
.viewgen-multirecord tr:last-child td {
	border-bottom: 0;
}
ul.createselect li {
	display: inline-block;
	list-style: none;
	padding: 3px 8px;
}
ul.createselect li input[type="checkbox"], ul.createselect li input[type="radio"] {
	display: none;
}
ul.createselect li input + label {
	display: inline-block;
	padding: 5px;
	color: black;
	border: 1px solid var(--n-blue);
}
ul.createselect li input:checked + label {
	color: white;
	background-color: var(--n-blue);
	border: 1px solid var(--n-blue);
}

/** ACH **/
.business-41 #searchform_projects td:first-child {
	/*display: none;*/
}


#ajaxreturn > div.ajax-tab {
	display: none;
}

#form_projectdetail_task_save_party .row8,
#form_projectdetail_task_save_party .row9,
#form_projectdetail_task_save_party .row10,
#form_projectdetail_task_save_party .row11,
#form_projectdetail_task_save_party .row12 {
	display: none;
}


/**LIGHTBOXES**/
.lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000000;
	margin: 0;
	padding: 2vw;
	background: rgba(0, 0, 0, .75);
	box-sizing: border-box;
}
.lightbox.message {
	padding-top: 20vh;
	padding-bottom: 20vh;
}
.lightbox.message.small-box {
	padding: 35vh 20vw;
}
.lightbox-inner {
	margin: auto;
	padding: 10px;
	background: white;
	max-height: 100%;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	overflow: auto;
	position: relative;
}
/*.lightbox-inner::before {
	content: "\00d7";
	position: fixed;
	top: 5px;
	right: 5px;
	color: var(--app-background);
	font-size: 35px;
	cursor: pointer;
}*/
#lightbox-loader .lightbox-inner {
	background: #eee;
}

.lightbox-inner li {
	margin-left: 2em;
}

.lightbox-inner h2 {
	text-align: center;
}

.lightbox-inner .buttons {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
	
.lightbox.message.small-box .lightbox-inner .buttons {
	width: 60vw;
	left: 20vw;
	bottom: 35vh;
	box-sizing: border-box;
	padding: 10px;
}
/** END LIGHTBOXES **/


.business-41 #form_client_dashboard td {
	padding: 18px !important;
	/*font-size: 1rem;*/
}
.business-41 #form_client_dashboard th {
	padding: 10px;
}
.business-41 #mainholder,
.business-41 #project_detail_back {
	font-size: 1rem !important;
}
.business-41 #project_detail_back {
	cursor: pointer;
}
.business-41 #content {
	padding: 20px;
	
}
.business-41 #mainholder .dashboard-widget {
	width: 45%;
}
.business-41 #mainholder .dashboard-widget table {
	width: 100%;
}
.business-41 #mainholder .dashboard-widget table td{
	padding: 18px;
}
.business-41 #mainholder .dashboard-widget table th {
	padding:  10px;
}
.business-41 .dashboard-widget[data-title="Required Documents Uploaded"] table td{
	padding: 5px !important;
}
.business-41 .table.selgrid tr:hover td, .business-41 tr:hover td.selgrid {
	color: inherit !important;
	background: inherit !important;
}
.business-41 .viewgen-label.tp_w,
.business-41 .viewgen-label.hl{
	display: none !important;
}
.business-41 .fixedtext.tp_w,
.business-41 .fixedtext.hl{
	width: 100% !important;
}
.business-41 .fixedtext.tp_w table,
.business-41 .fixedtext.hl table{
	width: 100%;
	border-collapse: collapse;
}
.business-41 .fixedtext.tp_w table td,.business-41 .fixedtext.tp_w table th,
.business-41 .fixedtext.hl table td,.business-41 .fixedtext.hl table th{
	border: 1px solid white !important;
}
@media print {
	.business-41 #content {
		padding: 0 !important;
		margin-top: 40px;
	}
	
	.business-41 #form_client_dashboard td {
		padding: 5px !important;
		/*font-size: 1rem;*/
	}
	.business-41 #form_client_dashboard th {
		padding: 3px !important;
	}
	.business-41 .selgrid.data-cell label {
		display: none !important;
	}
	.business-41 .fixedtext.tp_w table td,.business-41 .fixedtext.tp_w table th,
	.business-41 .fixedtext.hl table td,.business-41 .fixedtext.hl table th{
		border: 1px solid black !important;
	}
	.business-41 table td {
		background: black !important;
	}
	.business-41 .viewgen-label,
	.business-41 .viewgen-input-holder{
		border: 1px solid black;
	}
	.viewgen table {
		border-collapse: collapse !important;
	}
	.viewgen table tr td:nth-child(2) {
		border-right: 1px solid black !important;
	}
	.business-41 #project_detail_back {
		display: none;
	}
}
.business-41 div.title {
	min-height: 75px;
}
.action-client_login form{
	display:flex;
	flex-direction: column;
	align-items: center;
	font-size: 1rem;
	width:20%;
	margin: auto;
}
.action-client_login form .field-holder {
	display: flex;
	flex-direction: column;
	margin: 10px;
}
.action-client_login form .field-holder label {
	font-weight: bold;
}
.action-client_login form input {
	padding: 5px;
	box-sizing: border-box;
	height: unset !important;
}
.action-client_login h2 {
	text-align: center;
}
.action-client_login form input[type="submit"]{
	cursor: pointer;
}
.action-client_login form .field-holder,
.action-client_login form input {
	width: 100%;	
}
@media screen and (max-width: 869px) {
	.business-41 #mainholder {
		margin-left: unset !important;
		position: unset !important
	}	
	.business-41 #content {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.business-41 .dashboard-widget {
		width: 100% !important;
	}
	.business-41 #form_client_dashboard td {
	padding: 5px !important;
	/*font-size: 1rem;*/
	}
	.business-41 #form_client_dashboard th {
		padding: 5px !important;
	}
	.business-41 #mainholder .dashboard-widget table td{
		padding: 5px;
}
}

.business-41 .selgrid .selected td {
	background-color: lightgrey;
}
.business-41 .selgrid .selected td a:nth-child(2){
	display: none;
}

.business-41 #description_accident {
	min-height: 200px;
}




#external-events-list {
	width: fit-content;
	display:flex;
	flex-direction:column;
}
.top-calendar-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
#saving-overlay {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #f2f0f0;
  opacity: 0.3;
  z-index: 1;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}
#calendar-container {
	display: flex;
	flex-direction: row;
	width: 100%;
	position: relative;
}
#calendar_div {
	width: 100%;
}
#saving-overlay p {
  font-size: 32px;
}