#ddd_results {
	background:white;
	border:1px solid silver;
	position:absolute;
	display:inline-block;
	font-size:11px;
	z-index:110000;
}
.ddd_m_dd #ddd_results {
	width:100%;
	background:none;
	border:none;
	display:block;
	box-sizing:border-box;
	position:relative;
}
.ddd_m_dd .ddd_results_item_text {
}
.ddd_btn {
	font-family: var(--fa);
	font-weight: 900;
	width:20px;
	height:20px;
	font-size:16px;
	line-height:20px;
	border-radius:20px;
	color:black;
	background:white;
	border:1px solid silver;
	display:inline-block;
	position:absolute;
	z-index:1;
	text-align:center;
	cursor: pointer;
    cursor: hand;
	text-align:center;
}
.ddd_btn:hover { background:gold; }

#ddd_close { top:-11px; right:-11px; }
#ddd_close::before { content: "\f00d"; color:red; }
#ddd_up { top:20px; right:-11px; }
#ddd_up::before { content: "\f062"; }
#ddd_dn { bottom:20px; right:-11px; }
#ddd_dn::before { content: "\f063"; }

.ddd_results_item_text {
	display:inline-block;
}
.ddd_results_item {
	padding:2px;
	cursor:pointer; cursor:hand;
	position:relative;
	background:lightyellow;
}
.ddd_results_item:not(:first-child) {
	border-top:1px solid silver;
}
.ddd_results_more {
	background:black;
	color:whitesmoke;
	text-align:center;
	border-top:1px solid silver;
}
.ddd_add_value {
	cursor:pointer;
	padding-top:4px;
	padding-bottom:4px;
}
.ddd_results_item:hover {
	background:whitesmoke;
	color:#14789A;
}
.ddd_results_item[data-on='1'] {
	background:#14789A;
	color:white;
}
.ddd_m_dd .ddd_results_item {
	font-size:14px;
	color:darkslategrey;
	margin:0px;
	padding:5px;
	box-sizing:border-box;
	background:white;
}
.ddd_m_dd .ddd_results_item:not(:last-child) {
	border-bottom:2px solid whitesmoke;
}
.ddd_m_dd .ddd_results_item:not(:first-child) {
	border-top:none;
}
.ddd_results_item[data-on='1'] {
	color:darkslategrey;
	background:white;
	font-weight:bold;
}
.ddd_m_dd .ddd_results_item:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.ddd_m_dd .ddd_results_item:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ddd_m_dd {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	overflow:scroll;
	background:whitesmoke;
	box-sizing:border-box;
	padding:10px;
	padding-top:0px;
	z-index:10;
	border-radius:10px;
	scrollbar-width:none;
}
.ddd_m_dd_head {
	padding:10px 0px;
	position:sticky;
	top:0px;
	left:0;
	background:whitesmoke;
	z-index:120000;
}
.ddd_m_fielddisplay {
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed darkslategrey;
	color:darkslategrey;
}
.ddd_m_input_wrapper {
	width:100%;
	display:inline-block;
	position:relative;
	white-space:nowrap;
}
.ddd_m_input_wrapper[data-ok='1'] {
	width:calc(100% - 30px);
}
.ddd_m_input {
	width:100%;
	padding:4px 10px;
	border-radius:15px;
	background:white;
	color:darkslategrey;
	font-size:16px;
	border:none;
	box-sizing:border-box;
}
#ddd_m_input_ok {
	font-family: var(--fa);
	font-weight:600;
	font-size:18px;
	margin-left:10px;
	color:green;
	display:inline-block;
	cursor:pointer;
	width:20px;
}
#ddd_m_input_ok::before {
	content: "\f058";
}
#crmSearch {
	border:1px solid var(--theme);
	width:200px;
	padding:2px 10px;
	border-radius:10px;
	font-size:14px;
}
#crmClearMerge,#crmCommitMerge,.crmMergeType,#crmSearchBtn,#crmFlagNoDupe {
	padding:2px 10px;
	border-radius:10px;
	border:1px solid var(--theme);
	color:var(--theme);
	cursor: pointer;
    cursor: hand;
	display:inline-block;
	font-size:11px;
	background:white;
}
.crmLabel {
	display:inline-block;
	width:80px;
	font-size:11px;
	font-weight:bold;
}
#crmSearchTable,
.crmSearchOpts {
	border:1px solid var(--theme);
	font-size:11px;
	background:white;
}
.crmMergeType[data-on='1'] {
	background:var(--theme);
	color:white;
}
#crmClearMerge:hover,#crmCommitMerge:hover,#crmSearchBtn:hover,#crmFlagNoDupe:hover {
	background:var(--theme);
	color:white;
}
.crm_result,.crm_field {
	border-radius:10px;
	border:1px solid var(--theme);
	color:black;
	padding:5px;
	margin:5px;
	position:relative;
	padding-top:10px;
}
.crm_result {
	cursor: pointer;
    cursor: hand;
}
.crm_field {
	margin:none;
}
.crm_field {
}
.crm_field[data-excl='1'] {
	padding-right:20px;
	cursor: pointer;
    cursor: hand;
}
.crm_field[data-use='1'] {
	padding-left:20px;
	cursor: pointer;
    cursor: hand;
}
.crm_srclabel {
	border:1px solid var(--theme);
	background:white;
	color:var(--theme);
	position:absolute;
	top:-6px;left:10px;
	display:inline-block;
	padding:2px 5px;
	border-radius:5px;
	font-size:9px;
}
.crmEvent {
	display:inline-block;
	border:2px solid gold;
	font-weight:bold;
	padding:2px 10px;
	border-radius:5px;
	cursor: pointer;
    cursor: hand;
	margin:2px;
}
.crmEvent[data-mode='1'] {
	display:block;
}
.crmEventDetail {
	font-weight:normal;
}
.crmEvent[data-mode='0'] .crmEventDetail {
	display:none;
}
.crmEvent[data-mode='1'] .crmEventDetail {
	display:block;
}
.crmEvent[data-closed='1'] {
	border:1px solid silver;
	font-weight:normal;
}
#jsCalendarScreen {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
	z-index:13000;
}
.jsCalendar {
	display:inline-block;
	border:2px solid black;
	border-collapse:collapse;
	background:white;
	position:absolute;
	z-index:13001;
}
.jsCalendar:focus { outline: none; }
.jsCalendarObj[data-calactive='1'] {
	box-shadow: 0px 0px 4px darkslategrey;
}
.jsCalendar .calCloseBtn,.jsCalendarIcon,.jsCalendarCbox {
	cursor: pointer;
	font-family: var(--fa);
	font-weight: 900;
	font-size:16px;
	display:inline-block;
}
.jsCalendar .calCloseBtn,.jsCalendarCbox {
	position:absolute;
}
.jsCalendar .calCloseBtn {
	right:-10px;
	top:-10px;
	border-radius:18px;
	width:19px;
	height:19px;
	background:crimson;
	color:white;
}
.jsCalendar .calCloseBtn:hover {
	background:gold;
	color:black;
}
.jsCalendar .calCloseBtn::before {
	display:inline-block;
	content: "\f00d"; 
	position:relative;
	left:4px;
	top:1px;
}
.jsCalendarIcon::after {
	border-radius:4px;
	padding:2px;
	margin-left:5px;
	color:darkslategrey;
	cursor: pointer;
	content: "\f073"; 
}
.jsCalendarIcon:hover::after {
	color:gold;
	background:darkslategrey;
}
.jsCalendar[data-popup='1'] {
	position:fixed;
}
.jsCalendar .dtrow { 
	border-top:1px solid darkslategrey;
	background:lavender;
	text-align:center;
	padding:3px;
}
.jsCalendar .row { border-bottom:1px solid darkslategrey; }
.jsCalendar .row:last-child { border-bottom:none; }
.jsCalendar .cell,.jsCalendar .hcell,.jsCalendar .fwcell {
	box-sizing:border-box;
	border-right:1px solid darkslategrey;
	display:inline-block;
	width:35px;
	height:35px;
	font-size:18px;
	line-height:35px;
	text-align:center;
	background:lavender;
}
.jsCalendar .dtcell {
	box-sizing:border-box;
	height:25px;
	font-weight:bold;
	line-height:21px;
	padding-left:10px;
	padding-right:10px;
	font-size:15px;
	border-radius:5px;
	border:2px solid darkslategrey;
	background:white;
	display:inline-block;
	cursor: pointer; 
}
.jsCalendar .dtcell_apm {
	font-weight:normal;
	color:silver;
}
.jsCalendar .dtcell_apm[data-on='1'] {
	background:darkslategrey;
	color:white;
}
.jsCalendar .dtcell_apm[data-type='am'] {
	border-radius: 5px 0px 0px 5px;
	border-right:none;
	padding-left:2px;
	padding-right:4px;
}
.jsCalendar .dtcell_apm[data-type='pm'] {
	padding-left:4px;
	padding-right:2px;
	border-radius: 0px 5px 5px 0px;
	border-left:none;
}
.jsCalendar .dtcell:hover {
	background:gold;
	color:black;
}
.jsCalendar .clockNumber {
	font-weight:bold;
	position:absolute;
	text-align:center;
	display:inline-block;
	font-size:14px;
	line-height:30px;
	width:30px;
	height:30px;
	margin-left:-15px;
	margin-top:-15px;
	border-radius:35px;
	background:silver;
	color:darkslategrey;
	cursor: pointer; 
}
.jsCalendar[data-short='1'] .clockNumber {
	line-height:24px;
	width:24px;
	height:24px;
	margin-left:-12px;
	margin-top:-12px;
}
.jsCalendar .clockNumber[data-on='1'] {
	background:darkslategrey;
	color:white;
}
.jsCalendar .clockNumber .hrselect,.jsCalendar .clockNumber .minselect {
	display:inline-block;
	position:relative;
	z-index:2;
}
.jsCalendar .clockNumber[data-mode='h'] .hrselect,.jsCalendar .clockNumber[data-mode='m'] .minselect {
	display:inline-block;
}
.jsCalendar .clockNumber[data-mode='m'] .hrselect,.jsCalendar .clockNumber[data-mode='h'] .minselect {
	display:none;
}

position:relative;z-index:2
.jsCalendar .clockNumber[data-on='1'] {
	background:darkslategrey;
	color:white;
}
.jsCalendar .clockh {
	display:inline-block;
	position:absolute;
	height:2px;
	background:darkslategrey;
	opacity:0;
	z-index:0;
}
.jsCalendar .clockh[data-on='1'] {
	opacity:1;
}
.jsCalendar .clockNumber:hover {
	background:gold;
}
.jsCalendar .clockNumber[data-mode='h']:hover .clockhh,.jsCalendar .clockNumber[data-mode='m']:hover .clockhm {
	opacity:1;
	background:gold;
}
.jsCalendar[data-short='1'] .cell,.jsCalendar[data-short='1'] .fwcell {
	font-size:15px;
	height:25px;
	line-height:25px;
}
.jsCalendar .cell { cursor: pointer; position:relative; }
.jsCalendar .celltext { position:relative;display:inline-block;z-index:2; }
.jsCalendar .pillBtn {
	display:inline-block;
	border-radius:18px;
	background:white;
	color:darkslategrey;
	border:2px solid darkslategrey;
	padding:2px 20px;
	line-height:16px;
	font-size:16px;
	cursor: pointer;
}
#subCancel {
	position:absolute;
	top:18px;
	right:2px;
	padding:2px 10px;
	color:crimson;
	margin-top:5px;
	z-index:4;
}
.jsCalendarWrap {
	display:inline-block;
	white-space:nowrap;
	position:relative;
}
.jsCalendarWrap div { vertical-align:center; }
.jsCalendar .pillBtn:hover {
	background:darkslategrey;
	color:white !important;
}
.jsCalendar .highlight {
	display:inline-block;
	position:absolute;
	width:26px;
	height:27px;
	border-radius:5px;
	top:2px;
	left:2px;
	text-align:center;
	line-height:27px;
	border:2px solid rgba(255,255,255,0);
	z-index:1;
}
.jsCalendar .highlight[data-selected='1'] { 
	border:2px solid darkslategrey;
	background:darkslategrey;
}
.jsCalendar[data-short='1'] .highlight {
	height:17px;
}
.jsCalendar .highlight[data-today='1'] { border:2px dotted crimson; }
.jsCalendar .cell[data-selected='1'] .celltext { color:white; }
.jsCalendar .cell[data-selected='0']:hover .highlight { background:gold; }
.jsCalendar .cell[data-selected='0']:hover .celltext { color:black; }

.jsCalendarCbox { position:relative; color:darkslategrey; width:18px; }
.jsCalendarCbox:hover::after {
	font-weight:900;
	content:'\f0c8';
	color:gold;
}
.jsCalendarCbox::after {
	font-weight:400;
	content:'\f0c8';
}
.jsCalendarCbox[data-on='1']::after {
	font-weight:900;
	content:'\f14a';
}

.cell[data-selected='1'] { 
	color:white;
}
.mselect {
	cursor: pointer;
}
.jsCalendar .mcell,.jsCalendar .ycell,.jsCalendar .mccell,.jsCalendar .mycell {
	box-sizing:border-box;
	display:inline-block;
	text-align:center;
	width:35px;
	height:20px;
	line-height:20px;
	font-size:16px;
	color:white;
	background:darkslategrey;
	cursor: pointer;
}
.jsCalendar .mycell { width:140px; }
.jsCalendar .mcell,.jsCalendar .ycell { 
	font-size:14px; 
	line-height: 20px; 
	width: auto; 
	vertical-align:top;
	border-right:1px solid darkslategrey; 
	margin-auto;
	padding-left:2px;
	padding-right:2px;
}
.jsCalendar .mcell:hover,.jsCalendar .ycell:hover,.jsCalendar .mccell:hover {
	background:gold;
	color:black;
}
.jsCalendar .fwcell {
	background:white; 
	width:245px; 
	border:none; 
	text-align:left;
	padding-left:10px;
}
.jsCalendar .ctitle {
	background:black; 
	padding:3px 0px;
	color:white; 
	font-size:12px;
	width:245px; 
	text-align:center;
}
.jsCalendar .hcell[data-we='1'],.jsCalendar .cell[data-we='1'] {
	color:crimson;
}
.jsCalendar .cell[data-m='0'] {
	background:white;
}
.jsCalendar .hcell {
	box-sizing:border-box;
	height:20px;
	line-height:20px;
	font-size:15px;
	background:whitesmoke;
	color:darkslategrey;
}
.jsCalendar .cell:last-child,.jsCalendar .hcell:last-child {
	border:none;
}
.jsCalendarDDC {
	display:inline-block;
	position:absolute;
	top:21px;
	left:0px;
	width:100%;
	z-index:3;
}
.jsCalendarDD {
	width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: content-box;
	position:relative;
	scrollbar-width: thin;
	scrollbar-color: darkslategrey white;
}
.jsCalendarDD::-webkit-scrollbar {
	width: 6px;
}
.jsCalendarDD::-webkit-scrollbar-track {
	background: white;
}
.jsCalendarDD::-webkit-scrollbar-thumb {
	background-color: black;
	border-radius: 20px;
	border: none;
}


.msrow { position:relative; }

