/**
* Common stylesheet elements, these are always loaded first
* can be re-declared and overloaded in color scheme style sheets
*
* This sheet itself is not used as a style, only included into others
*
* @author KMN
* @since 04/29/2015
*/

/*
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family="Lucida Sans":400,700);
*/


:root{
	/* Fallback CSS variables for themes that don't define them (similar to light mode) */
	/* May be used in other CSS/PHP files/redefined by themed sheets; a subset of variables defined by _light_modern.css and _dark_modern.css */

	--color-text: #000;
	--color-link: #000;
	--color-placeholder: #999999;
	--color-border: #E3E4E7;
	--border-dotted-color: #E3E4E7;
	--color-bg: #fff;
	--color-bg-light: #ffffff;
	--disabled-bg: #E1DFDF;
	--color-gray-dark: #767070;
	--grid-filter-bg: #ECECEC;
	--grid-row-ruled: #D78989;
	--grid-bg: #fff;
	/* Inconsistent exact colors but potentially useful to override for other themes
	 * --th-bg: silver;
	 * --input-bg: white;
	 * --input-text: black;
	 * --th-text: black;
	 */
}


td {
    vertical-align: top;
}


div.label-span-wrapper
{
    position:relative;
    text-align:right;
    white-space:nowrap;
}

span.label-span-wrapper
{
    text-align:right;
    white-space:nowrap;
}

span.legacy-calendar
{
	padding-left: 5px;
	cursor: pointer;
}

span.legacy-calendar-readonly
{
	display: none;
}

button.classic-edit
{
	margin-right: 3px;
}

div.classic-popup-href-position
{
	text-align: center;
	padding-top:20px;
}

span.classic-edit-href
{
	text-decoration: underline;
	cursor:pointer;
	font-weight: bold;
	margin-right: 3px;
	color: var(--color-link);

}
span.classic-edit-href:hover
{
	opacity: 0.8;
}

acronym:hover {
    cursor: help;
}

div.label-span-wrapper-left, span.label-span-wrapper-left
{
    text-align:left !important;
}
div.label-span-wrapper-center,spin.label-span-wrapper-center
{
    text-align:center !important;
}

/*
* CSS to build the dupe icon at the top of the screen, rotates
* the awesome icon 45 deg to build the diamond, places it over the D
*/
div.dupetext-wrapper
{
	position:relative;
	display:none;	
	margin-right:10px;
	cursor: pointer;
}
div.dupeicon-formatter
{
	position:relative;
	transform: rotate(45deg);
	background:rgba(0, 128, 0, 0.342); 
	border: 2px solid green;
	border-radius: 3px;
	height:14px;
	width: 14px;
}
div.dupetext-big-d
{
	position:relative;
	top:-16px;
	left:5px;
	font-weight: bold;
	color: var(--color-text);
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	
	
}  

.infoBox, .infoBoxWarning {
	border:2px solid silver;
	background:#f2eee6;
	padding:10px;
	margin:10px;
	text-align:left;
	border-radius: 22px 22px 22px 22px;
	-moz-border-radius: 22px 22px 22px 22px;
	-webkit-border-radius: 22px 22px 22px 22px;
	border: 1px solid #000000;
	font-weight:normal !important;
	font-size:13px;
	font-family:tahoma,verdana;
	color: var(--color-text);
}
.infoBox h3 {
	color: var(--color-text) !important;
	font-size: 14px;
}

.infoBox li {
	font-size:13px;
	font-family:verdana;
	font-weight:normal;

}

.infoBoxWarning {
	border: 2px solid pink;
}

/*
.ui-adg-title-cell{}
*/
.ui-adg-title-notifications
{
	float: right;
	width: 150px;
	min-height: 16px;
	margin-right: 10px;
	text-align: right;
}

.ui-adg-title-bar-item
{
	width: 24px;
	float: right;
}

.ui-adg-title-bar-emv-online
{
	color: green;
}

.ui-adg-title-bar-emv-offline
{
	color: red;
}

/**
  * Handles the flashlight image for the standard AJAX search
  */
.ui-adg-ajax-search-flashlight {
	cursor: pointer;
	margin-left: 3px;
	padding-top:3px;
	border:0px;
	vertical-align:bottom;
}

.ui-adg-ajax-search-flashlight:hover {
	opacity: 0.5;
}

/*
* Adds the yellow triangle indicator of a qtip
*/
.ui-adg-qtip-indicator
{
	background:url('../images/y-tri.gif') !important;
	background-position:top left !important;
	background-repeat:no-repeat !important;	
}

/*
* Description box in create job class
*/
.ui-adg-sub-title
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: var(--color-bg);
	color: var(--color-text);
	font-size: 13px;
	font-family: "Lucida Sans",arial;
	font-weight: normal !important;
	text-align: left;
	padding:10px;
	border-radius: 5px;
	
}

.ui-adg-sub-title p, .ui-adg-sub-title li
{
	color: var(--color-text);
	font-weight: normal !important;
	font-size: 13px;
	font-family: "Lucida Sans",arial;
}

.ui-adg-sub-title h3
{
	font-family: Calibri,arial;
	color: var(--color-text);
	font-size: 14px;
	padding-bottom:10px;
	text-decoration: none;
	border: none !important;
	
}

.ui-adg-sub-title a:link,.ui-adg-sub-title a:visited
{
	font-family: tahoma;
	color: red;
	font-family: "Lucida Sans",arial;
	
}

.infield-label {
    position:relative;
    color: var(--color-placeholder);
    font-family: verdana;
    font-size:12px;
    padding-top:3px;
    padding-left: 3px;
}


.fa-adg-hover:hover
{
	cursor: pointer;
}

#timeoutMessage {
	position:relative;
	width:500px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	background:red;
	color:white;
	font-weight:bold;
	border:1px solid silver;
	border-radius: 12px;
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
	display:none;
}

#sessionMessage {
	position:relative;
	width:500px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	background:red;
	color:white;
	font-weight:bold;
	border:1px solid silver;
	border-radius: 12px;
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
	display:none;
}

/*
* Items below are used in developer window debugging
*/
#developerDebugWindow {
	position:absolute;
	top:0px;
	left:0px;
	height:100px;
	width:200px;
	border:1px solid red;
	background: var(--color-bg-light);
	color: var(--color-text);
	display:block;
	font:monospace;
	text-align:left;
	overflow-y:scroll;
}
#centerLineMarker {
	position:absolute;
	top:0px;
	left:500px;
	width:1px;
	color:green;
	display:block;
	border:1px solid green;
	z-index:5000;
}

#middleLineMarker {
	position:absolute;
	top:300px;
	left:0px;
	width:50px;
	height:1px;
	color:green;
	display:block;
	border:1px solid green;
	z-index:5000;
}

/**************************************
* Collapsible Group Controls
***************************************/
.adg-collapsible-group
{
	width:100%;
	border: 2px solid silver;
	margin: 5px;
	border-radius: 5px;
	padding: 5px;
}
.adg-collapsible-group table
{
	margin-left:auto;
	margin-right:auto;
}

.adg-collapsible-group-header
{
	height: 20px;
	border-bottom:2px solid var(--color-border);
	margin-bottom: 5px;
	position:relative;
}
.adg-collapsible-group-header-text
{
	height:20px;
	font-weight:bold;
	float:left;
}

.adg-collapsible-group-header-icon
{
	height:20px;
	float:right;
	width: 20px;
	cursor:pointer;
}

/*************************************
* Grid right-arrow
*************************************/
.grid-right-arrow i
{
	color: #66CCFF;
}

.grid-right-arrow
{
	background: inherit;
    cursor: pointer;
}


/***********************************
* Grid ajax address information
************************************/
.ajax-address-label
{
	text-align: right;
	font-weight: bold !important;
}
.ajax-address-data
{
	text-align: left;
}
td .ajax-address-usps-error
{
	color:red !important;
	padding-top:10px !important;
}


/*
* These allow us to force smaller text onto the lobibox notifications
*/
.adg-lobibox-text
{
	font-family: helvetica;
	font-size: 12px;
	color: white;
	position: relative;
	min-height: 40px;
	margin-top: 10px;
}

.adg-lobibox-dismiss
{
	font-family: helvetica;
	font-size: 10px;
	color: white;
	float:right;
}

.adg-lobibox-title
{
	font-family: helvetica !important;
	font-size: 14px !important;
	color: white;
}

/*
* Use this if you want to put text into iframes when used with tabClass
*/
.iframe-filler
{
	width: 98%;
	min-height: 200px;
	margin-top: 200px;
	margin-left: auto;
	margin-right:auto;
	font-size: 14px;
	font-family: arial;
	color: var(--color-text);
	background: var(--color-bg-light);
}

/***********************************************************************
* Default mapping pin feature, other styling is controlled directly by
* jquery
***********************************************************************/
.lat-long-mapper 
{
	text-align: left;
	color: red;
	cursor: pointer;
}

.address-mapper 
{
	text-align: left;
	color: green;
	cursor: pointer;
}
/***********************************************************************
* duplication control, replaces inline javascript and images
.dupe-icon{}
***********************************************************************/

.dupe-icon-L, .dupe-icon-R, .dupe-icon-C
{
	text-align: right;
}

.dupe-icon:hover
{
	cursor:pointer;
	opacity: 0.5;
}

.dupe-icon-icon
{
	color: green;
}

/***********************************************************************
* Handles the default icheck conversion
************************************************************************/
.icheck-checkbox
{
	width: 200px !important;
}

/***********************************************************************
* Smart addressing fields within the normal page
* excludes citizenlink, parform
***********************************************************************/

.smart-options-controller
{
	position: relative;
	height: 20px;
	background: transparent;
	width: 100px;
}
.smart-options-controller i
{
	padding-left: 6px;
	cursor: pointer;
}

#maindiv .smarty-key-row
{
	display: none;
}

#maindiv .smart-address-cell-1
{
	padding-top: 5px;
}

#maindiv .smart-address-cell-5
{
	padding-bottom: 5px;
}

#maindiv .smart-address-cell-4 .select2-selection--single
{
	height: 22px;
	border-radius: 0px;
	
}

#maindiv .smart-address-cell-4 .select2-selection__rendered
{
	margin-top: -3px;
	
}

/*
$('.smart-usa-group').css('font-size','7px !important');
	
	$('.smart-address-cell-country').css('padding-top','5px');
	$('.smart-address-cell-freeform').css('padding-top','5px');
	
	$('.smart-address-cell-1').css('padding-top','5px');
	$('.smart-address-cell-1').css('padding-bottom','2px');
	$('.smart-address-cell-2').css('padding-bottom','2px');
	$('.smart-address-cell-3').css('padding-bottom','2px');
	$('.smart-address-cell-4').css('padding-bottom','2px');
	$('.smart-address-cell-5').css('padding-bottom','5px');
		
	$('.smart-address-2').attr('maxlength',50);
	$('.smart-address-2').css('width','200px');

	$('.smart-address-2').attr('maxlength',50);
	$('.smart-address-2').css('width','200px');
	
	$('.smarty-key-row').css('display','none');
	
	$('.smart-address-city').attr('maxlength',50);
	$('.smart-address-city').css('width','200px');
	
	$('.smart-address-state').css('width','200px');

	
	$('.smart-address-zip').attr('maxlength',20);
	$('.smart-address-zip').css('width','150px');
*/
/**********************************************************************
* Uploading functions
***********************************************************************/

.fileupload-buttonbar
{
	min-height: 30px;
 } 

/* 
/* * Forces notes upload styling */

#files.notes-uploader-files
{
	min-height: 200px;
	width: 100%;
}

#files table
{
	margin: 0px 0px;
	border: 0px solid silver;
	border-collapse: collapse;
	width: 100%;
}

#files td
{
	padding: 5px;
}

#files .target-thumb
{
	text-align: center;
}

#files .target-thumb-pdf
{
	color: red;
}

#files img
{

	border: 1px dotted var(--border-dotted-color);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.remove-uploaded-document-cell
{
	text-align: right;
}

td.thumb-cell
{
	text-align: center;
}

/*
* Separates the icheck items, makes them look nicer
*/
.auto-icheck-cell,.ui-adg-auto-icheck-radio-item
{
	padding:1px 0px;
}

/***********************************************************************
* A common theme for a disabled textarea box, that makes it easy to read
***********************************************************************/
.disabled_ta 
{ 
    border:1px solid var(--color-gray-dark);
	background-color: var(--disabled-bg);
	border-radius: 6px;
	padding: 6px;
	font-family: 'Open Sans',helvetica,sans-serif !important;
	font-size: 12px;
}

/***********************************************************************
* Displays the NCOA/USPS error help
***********************************************************************/
.usps-error
{
	position:relative;
	height: 230x;
	width: 620px;
	padding: 0px !important;
	margin: 0px !important;
}

.usps-left
{
	float:left;
	height: 240x;
	width: 290px;
	padding: 0px !important;
	margin: 0px !important;
}

.usps-left li, .usps-right li
{
	font-family:  helvetica !important;
	font-size: 11px;
	padding: 0px !important;
	margin: 0px !important;
}

.usps-right
{
	float:left;
	height: 270x;
	width: 290px;
	padding: 0px !important;
	margin: 0px !important;
}

/*
* The info box below the foreign address input field
*/
.foreign-address-textlimiter-display
{
	padding: 3px 0px 3px 3px;
	border-radius: 5px;
	border: 1px solid #EEEEEE;
	background: #EEEEEE;
	font-weight: 600;
}

/*
* Provides formatting for the Day Of Week display by a datepicker
*/
span.show-dow-datepicker {
	font-weight: bold;
	padding-left: 5px;
}


.open-popup
{
	text-decoration: none;
	border: 2px solid grey;
	background: #fefefe;
	padding: 4px;
	border-radiuS: 4px;
	margin-left: 5px;
	font-weight: bold;
}
.open-popup:hover
{
	opacity: 0.6;
}

/*
* Common tabbuilder elements
td.tabbuilder-button{}
*/

td.tabbuilder-button:hover
{
	cursor:pointer;
	opacity: 0.8;
}

.tabgroup-data-wrapper
{
	 text-align:center;
	 width:100%;
	 position:relative;
}

.tabgroup-data-table
{
	 margin-left:auto;
	 margin-right:auto;
	 margin-bottom:3px;
	 margin-top:3px;
}

.context-subheader
{
	font-weight:bold;
	height:30px;
	margin-top:20px;
}

.adg-textarea-top-label
{
	 text-align:center;
	 padding-top:5px;
	 padding-bottom:5px;
}

/*
.multicolumn_table {}
*/

.multicolumn-cell-start
{
	 padding-bottom:10px;
}

.multicolumn-group-wrapper
{
	 width:100%;
}

.multicolumn-column
{
	vertical-align:top;
	padding-right:5px;
}

.basic-postgroup
{
	text-align:center;
	padding:10px;
}

/*
* Unorthodox highlight method
*/
.timecard-highlight
{
	color: blue;
	font-weight: bold;
}

/*
* Force button width
*/
#timecard-button-wrapper .timecard-button
{
	width: 120px;
}

.employee-parform-wrapper
{
	margin:20px;
	padding:10px;
	border:1px solid silver;
	border-radius:10px;
	background:white;
}

.employee-parform-table
{
	 margin:10px auto;
	 padding:10px 10px;
	 width:95%;
	 background:white;
}

/*
* tc0401e
*/
div#autoBreakWarning {
	height:50px;
	width:200px;
	background:#F4F2F2;
	float:right;
	margin-bottom:5px;
	overflow-x:wrap;
	white-space:normal;
	padding:2px;
	font-size:11px;
	min-height:50px;
	vertical-align:top;
	border:1px solid silver;
	top:0px;
	left:0px;
}

.ui1-ro-checkbox
{
    padding-left:3px;
    background:transparent;
    color: var(--color-text);
}

div.ui-tooltip
{
	max-width: 600px;
}
.ui-tooltip, .ui-tooltip>div {
	text-align: justify;
}

.ui-tooltip li
{
	text-align: left;
}

.ui-tooltip table, .ui-tooltip td
{
	border-collapse: collapse;
	font-size: 1em;
	white-space: nowrap;
	background: transparent;
}

.adg-ui-tooltip table
{
    border: 1px dotted silver;
    border-collapse: collapse;
}
.adg-ui-tooltip td
{
    border: 1px dotted silver;
    padding: 2px;
    font-size: 0.9em;
    font-family: helvetica,sans-serif;
}

#dialog-box-container, #process-eft-info-container
{
    font-size: 12px !important;
    font-family: arial;
    font-weight: bold;
}

/*
#dialog-box-container li {}
*/


/**
* Creates a base level input group for table searching
*
* @author KMN
* @since 11/15/2021
*/
.popup-search-description
{
    width:100%;
    text-align:center;
    font-weight:bold;
}

.dialog-search-fields-wrapper 
{
    position: relative;
	width:98%;
	min-height: 60px;
    margin:4px 0px 4px 0px;
	border: 1px solid silver;
	border-radius: 5px;
	padding: 4px 0px 8px 4px;
	font-weight: bold;
	
}

.search-popup-description
{
	font-size: 12px;

}
.search-popup-input-group
{
	float: left;
	height: 48px;
	width: 280px;
	font-size: 11px;
}

.search-popup-group
{
	float: right;
	white-space: nowrap;
	height: 16px;
	width: 180px;
	font-size: 11px;
}
.search-popup-searching-div 
{
    float:left;
    padding-top:2px;
    height:15px;
    width:20px;
	height: 16px;
}
.search-popup-checkbox-field
{
    float:left;
    padding-top:2px;
	height: 16px;
}
.search-popup-checkbox-label
{
    float:left;
    padding-top:6px;
	height: 16px;

}
.dialog-search-result-target 
{
    overflow-y:scroll;
    min-height:280px;
	height: 280px;
    width:100%;
}

.search-popup-input-label
{
	float:left;
	padding-top:4px;
	font-size: 11px;
}
.search-popup-input-field
{
	float:left;
}

.search-popup-checkbox-input
{
	width:120px;
	margin:2px;
	font-size: 11px !important;
}

td.asearch_header
{
	padding: 8px !important;
	margin: 5px !important;
}

.search-popup-custom-group
{
	float: right;
	height: 18px;
	width: 350px;
	margin: 4px 0px 0px 4px;
	padding-top: 2px;
}

.search-popup-float-group
{
	float: left;
	height: 18px;
	margin: 4px 0px 0px 4px;
	width: 300px;
	

}
.search-popup-float-group-wrapper
{
	position:relative;
	width:100%;
	height: 18px;
	padding-top: 2px;
	text-align:center;
}
.search-popup-custom-label
{
	float:left;
	padding-top:4px;
	font-size: 11px;
	width: 100px;
	text-align: right;
	margin-right: 3px;
}
.search-popup-custom-field
{
	float:left;
}

.search-popup-custom-field select.sselect 
{
	font-size: 11px !important;
	font-family:Arial, Helvetica, sans-serif;
}

.dialog-search-result-target  div.data-return-value
{
	display:none;
}

.dialog-search-result-target  td.data-display-cell
{
	font-size: 10px;
	padding-left: 3px;
}


/*
* Force the ytri div in the search box to use the font-size of
* the search cell
*/
.dialog-search-result-target  td.data-display-cell>.ytri
{
	font-size: 10px !important;
	
}


.dialog-search-result-target  td.data-return-cell
{
	white-space: nowrap;
	font-size: 10px;
	padding-left: 3px;
}

.dialog-search-result-target  td.data-centered-cell
{
	text-align: center;
}

.dialog-search-result-target  td.data-right-cell
{
	text-align: right;
	padding-right: 3px;
}


.dialog-search-result-target  th.header-display-cell
{
	font-size: 11px;
}

.dialog-search-result-target  table.data-return-table
{
	font-size: 11px;
	width:98%;
}

.dialog-search-result-target  div.empty-response
{
	font-size: 11px;
	font-weight: bold;
}


/*
div.welcomescreen{}
*/


.welcome-tab-wrapper
{
	display: flex;
	flex-wrap: wrap;
    margin: 5px;
	
}

#page1_wrapper .welcome-item-box, #page2_wrapper .welcome-item-box
{
	flex: auto;
	margin: 5px;
	padding: 5px;

	text-align: justify !important;
	background: transparent !important;
	border: 2px solid silver !important;
	border-radius: 5px;
	font-size: 1.1em;
	color: inherit;

}

/*
#page1_wrapper #welcome{}
*/

#workorder {
	display: none;
}
.work-orders-visible
{
	display: block !important;
}

#review {
	height:250px;
	width:710px;
}
#reviewtitle {
	height:20px;
	padding-top: 20px;
}

#reviewdata {
	height:200px;
	width:98%;
	overflow-y:scroll;
	border:0px !important;
	background: var(--color-bg-light);
	color: var(--color-text);
	margin: 0px !important;
}

#emailmessagesubject, #emailmessagedata table {
	background: #FBEC88 !important;

	color: black;

}

#emailmessagesubject {
	font-weight: bold;
	padding: 4px;
}

#emailmessagedata {
	height:200px;
	width: 98%;
	overflow-y:scroll;
	border:0px !important;
	background: #FBEC88 !important;
	color:black;
	margin: 0px !important;
	
}

/*
.sharedWelcomescreen {
	position:absolute;
	border:0px;
	background:transparent;
	padding:2px;
	margin-top:40px;
}

#welcome {
	top:10px;
	left:10px;
	height:50px;
	width:350px;
}
#copyright {
	top:10px;
	left:470px;
	height:120px;
	width:350px;
}
#review {
	top:160px;
	left:10px;
	height:250px;
	width:710px;
}
#reviewtitle {
	top:0px;
	left:0px;
	height:20px;
	width:750px;
	padding-top: 20px;
}

#reviewdata {
	top:50px;
	left:0px;
	height:200px;
	width:98%;
	overflow-y:scroll;
	border:0px !important;
	background:white;
	color:black;
	margin: 0px !important;
	
}

#scheduled {
	top:480px;
	left:10px;
	height:100px;
	width:300px;
}
#workorder {
	top:480px;
	left:350px;
	height:120px;
	width:250px;
	display: none;
}
.work-orders-visible
{
	display: block !important;
}

#status {
	top:400px;
	left:470px;
	height:100px;
	width:250px;
}



#preferences {
	top:0px;
	left:0px;
	height:100px;
	width:400px;
}

#history {
	top:200px;
	left:0px;
	height:100px;
	width:400px;
}

#support {
	top:0px;
	left:470px;
	height:100px;
	width:350px;
}


#application {
	top:160px;
	left:470px;
	height:150px;
	width:350px;
}


#system {
	top:350px;
	left:470px;
	height:100px;
	width:350px;
}

*/

/********************************************************************
* Styles for scheduling calendars
********************************************************************/
#tab_1,#tab_2
{
    padding-top:6px;
    float:left;
    height:24px;
    width:50%;
    border:1px solid black;
    background:silver;
    font-family: arial;
  
}
#tab_1:hover
{
    cursor:pointer;
}


#calendar-wrapper
{
	position:relative;
	width:98%;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	border: 2px solid transparent !important;

	
}

#calendar-wrapper>table
{
	margin-left: auto !important;
	margin-right: auto !important;
	border: inherit;
}

#calendar-filters-wrapper, #calendar-forms-wrapper,#calendar-data-wrapper
{
	position:relative;
}

.nodate {
	height:35px;
}

.calbox-today {
	background:rgb(228, 228, 228);
	cursor:pointer;
}


.calbox 
{
	height:35px; 
	width:150px;
	padding:1px;
	font-size:9pt;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: left;
	border: 1px solid silver !important;
	
}

.calbox-nodate
{
	background: darkslategray;
}

.caldate
{
	width: 18px;
	font-weight: bold;
}

.calbox:hover {
	cursor:pointer;
	background: deepskyblue;
}

.calbox_today {
	border:1px solid silver;
}

.calbox-month-main 
{
	width:50px;
    padding:1px;
	text-align:center;
	vertical-align:middle;
}

.calbox_month 
{
	height:35px; 
	width:50px;
    padding:1px;
	text-align:center;
	vertical-align:middle;
	/* background: lightsteelblue; */

}

.calbox_month:hover {
	cursor:pointer;
	
}
.caldate-day 
{
	float:left;
	text-align:center;
	vertical-align:middle;
	margin-top:1px;
	margin-left:1px;
	height:14px;
	width:14px;
	font-family:verdana !important;
	font-size:10px !important;
	font-weight:bold !important;
}

#calmonth 
{
	float:left;
	text-align:center;
	vertical-align:middle;
	margin:0px;
}

.calitem 
{
	float:left;
	font-weight:normal;
	font-size:10pt;
	margin-left:2px;
	margin-top:3px;
}

.ui-div-day
{
	padding-top:20px;
	margin:auto auto 10 0;
	overflow:scroll;
	height:300px;
	border:0px;
}


/****************************************************
* Core styles for the custom filter option at the top of
* the grid

grid-custom-filter-outer
         |
         +---------------------------------------+
         |                                       | 
grid-custom-filter-inner(left) grid-custom-filter-button-box(right)
         |                               |
  element-pair-box                     buttons
         |
		 +-----------------------------+
         |                             |
    element-left-box             element-right-box
*****************************************************/


#grid-custom-filter-outer
{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 5px 5px;
	border: 1px solid var(--color-border) !important;
	border-radius: 4px;
	background: var(--grid-filter-bg);

}

#grid-custom-filter-outer .button-box
{
	flex-basis: content;
	margin: 3px;
	padding: 2px;
	vertical-align: top;
}

#grid-custom-filter-outer .button-box.extended-height
{
	padding: 4px; 
}

#grid-custom-filter-inner
{
	flex-basis: content;
	align-self: flex-start;
	display: flex;
	padding-bottom: 3px;
	min-height: 24px;
	
}
/*
* We apply this if the filter box contains a select2 object which is slightly taller
* than a normal select box
*/
#grid-custom-filter-inner.extended-height
{
	min-height: 40px; 
}

#grid-custom-filter-inner .element-pair-box
{
	flex: auto;
	min-height: 22px;  /* 28px */
	margin: 3px;
	padding: 3px;
	white-space: nowrap;
}

#grid-custom-filter-inner .element-pair-box .element-left-box
{
	float:left;
	font-weight: bold;
	text-align:right;
	min-height:22px;
	margin-top: 3px;
}

#grid-custom-filter-inner .element-pair-box .element-right-box
{
	float:left;
	text-align:left;
	min-height: 22px;
	padding-left: 5px;
}

#grid-custom-filter-inner .element-pair-box .element-right-box select
{
	 margin-top: 2px; 
}

#grid-custom-filter-inner .element-pair-box .element-help-box
{
	float:left;
	text-align:left;
	min-height: 22px;
	padding: 3px 0px 0px 2px;
}

#grid-custom-filter-inner .element-pair-box .element-help-box:hover
{
	opacity: 0.6;
}

/*
#grid-custom-filter-inner .select2-selection--single, #grid-custom-filter-inner .select2-selection--multiple
{
	min-height: 22px;
	border-radius: 2px;
	padding-bottom: -3px;
	margin-bottom: -3px;
	
}

#grid-custom-filter-inner .select2-selection__rendered
{
	margin-top: -3px;
	min-height: 22px;
	padding-bottom: -3px;
	margin-bottom: -3px;
	
}
*/
/******************************************************
* End of grid-custom-filter
********************************************************/

#descriptive-wrapper.note-descriptive-wrapper
{
	width: 90%;
	height: 30px;
	position: relative;
}
#descriptive-wrapper.note-descriptive-wrapper #descriptive-text
{
	position: relative;
	width: 600px;
	height: 12px;
}
#descriptive-wrapper.note-descriptive-wrapper #descriptive-ref
{
	position: relative;
	left: 700px;
	top: -15px;
	width: 80px;
	height: 15px;
	color: black;
	text-align: center;
	padding: 3px;
	background:#D1D1D1;
	margin-top:5px;
	display: none;
}

#descriptive-wrapper.note-descriptive-wrapper #descriptive-owner
{
	position: relative;
	left: 0px;
	top: -20px;
	width: 600px;
	height: 12px;
	padding: 5px 0px 0px 0px;
}

#delay-task-description
{
	font-weight: bold;
	margin-top:10px;
	padding-right: 4px;
}

#trigger-delay-popup:hover
{
	opacity: 0.6;
}

/**********************************************************
* Syling associated with managing codemirror editors
***********************************************************/

.CodeMirror {
    margin-top:3px;
    width: auto; /* Adjusted dynamically on load of editor */
    height: auto; /* Adjusted dynamically on load of editor */
    border: 3px double gray;
    margin-left: 20px;
	margin-right: 20px;
    
}


.CodeMirror-scroll {
  overflow: auto;
  /* This is needed to prevent an IE[67] bug where the scrolled content
     is visible outside of the scrolling box. */
  position: relative;
  outline: none;
  margin-bottom: -30px !important;
  padding-bottom: 0px !important;

}

/***** jqxschduler styling *****/

.jqx-calendar-month-container .jqx-reset td[align="right"] a, #calendar .jqx-datetimeinput{
	display:none;
} 


.html-check-group-controller-row {
    margin-bottom: 3px;
}
#postgroup {
	text-align: center;
}
.grouped-indent-field {
	padding-left:20px;
	border:0px;
}
.adg-tab-wrapper {
	text-align:center;
	width:100%;
	position:relative;
}
.center-button-holder {
	text-align:center;
	width:100%;
}
.flex-submit-continer {
	display: flex;
	justify-content: center;
}