﻿
.ui-autocomplete
{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
    padding: 4px;
    border: 1px solid #348cd4 !important;
}

ul.ui-autocomplete
{
    z-index: 1100;
}

.ui-widget
{
    font-family: inherit !important;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{
    font-family: inherit !important;
}
.ui-autocomplete.ui-widget
{
    font-family: inherit !important;
}
.ui-datepicker
{
    z-index: 99999 !important;
}

.context-menu-sperator 
{
    margin: 4px;
}

.hd-input label, .hd-control-group label
{
	font-size: 10px;
	color:#348cd4;
	font-weight: 300;
	padding-bottom: 0px;
	margin-bottom:0px;
	margin-top:6px;
}

.hd-input label.placeholder
{
	top:20px;
	color:#DDDDDD;
}

.hd-input-box
{
	overflow:hidden;
}

.hd-control-container
{
    border: 1px solid #CBD5DD;
    border-radius: .25rem;
    padding: 4px;
}


.hd-scanner-text-box
{
	font-size:1.5em !important;
	height:40px !important;
}



/*************Auto Complete Start *************/

.hd-autocomplete
{
	height: 60px;
	width:100%;
	/* background-color: #ffffff;*/
}

.hd-autocomplete-box
{
	background-color: #ffffff;
}

.hd-autocomplete.ShortHeight
{
	height: 35px;
}

.hd-autocomplete-box.valid:focus-within, .hd-autocomplete-box.valid.hd-input-ready:focus-within 
{
	border: 1px solid #348cd4 !important;
}

.hd-autocomplete-box.valid.hd-input-ready,
.hd-autocomplete-box.valid.empty  
{
	border: 1px solid #CBD5DD;
}

.hd-autocomplete-box.valid.hd-input-ready input[type=text], .hd-autocomplete-box.valid.empty input[type=text]
{
	margin-top:0px !important;
	padding-left:8px !important;
}
.hd-autocomplete-box.invalid
{
	border: 1px solid #e2aa2f;
}

/*
.hd-autocomplete label
{
	xxposition:absolute;
	font-size: 10px;
	xxcolor: #777;
	color:#e2aa2f;
	font-weight: 300;
	padding-bottom: 0px;
	margin-bottom:0px;
}
*/

/*
.hd-autocomplete label.placeholder, .hd-textbox-ctrl label.placeholder
{
	top:20px;
	xxcolor:#DDDDDD;
	color:#95c3e9;
}
*/

.hd-form-card-title
{
    font-size: 12px;
    color:#777;
}
.hd-autocomplete:focus-within .placeholder
{
	display:none;
}

.hd-autocomplete.hd-input-ready .placeholder, .hd-autocomplete.invalid .placeholder, .hd-autocomplete.empty .placeholder
{
	display:none;
}


.hd-autocomplete-box
{
	width:100%;
	display:flex;
	xxmargin-top:18px; /* space for label on top */
}

.hd-autocomplete input[type=text]
{
	flex:1; /* take the width left over after buttons */
	border:0px;
	padding-left:0px;
    font-size: 12px;
}

.hd-autocomplete input[type=text]:focus, .hd-autocomplete-box:focus-within input[type=text], .hd-autocomplete-box.hd-input-ready input[type=text], .hd-autocomplete-box.invalid input[type=text],
.hd-autocomplete-box.empty input[type=text]
{
	background-color:transparent;
	border: 0; /*1px solid #CBD5DD;*/
	outline-style: none;
	height: 30px;
	min-width:10px
}

.hd-autocomplete-box.empty.insearch input[type=text],
.hd-autocomplete-box.insearch.hd-input-ready input[type=text]
{
	height: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.hd-autocomplete input[type=text]:focus, .hd-autocomplete-box:focus-within input[type=text], 
.hd-autocomplete-box.hd-input-ready input[type=text], .hd-autocomplete-box.invalid input[type=text],
.hd-autocomplete-box.empty input[type=text]
{
	font-size: 11px;
	padding: 8px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.hd-autocomplete input[type=text]::-webkit-input-placeholder { /* Edge */
  color: #afb6c3;
}

.hd-autocomplete input[type=text]::placeholder {
  color: #afb6c3;
}

.hd-autocomplete-btn.add-btn
{
    font-size: 21px !important;
    font-weight: 400;
    margin-top: -2px;
}
    
.hd-autocomplete-btn
{
	border: 0;
	height: 28px;
	font-size: 12px !important;
	width: 30px;
	cursor: pointer;
	font-weight: 900;
	background-color: transparent !important;
	border-left: 1px solid #eee !important; 
	color: #ababab;
	display:none;
	outline:none; /*remove focus black rect*/
}

.hd-autocomplete-btn.insearch
{
	height: 22px;
}

.hd-autocomplete-btn:focus 
{
	background-color: #348cd4 !important;
	color: #FFFFFF;
}

.hd-autocomplete-box:focus-within .hd-autocomplete-btn, .hd-autocomplete-box.hd-input-ready .hd-autocomplete-btn, 
.hd-autocomplete-box.invalid .hd-autocomplete-btn,
.hd-autocomplete-box.empty .hd-autocomplete-btn
{
	display:inline-block;
}

.hd-textbox input[type=text]:disabled, .hd-autocomplete input[type=text]:disabled, textarea:disabled,.hd-number input[type=text]:disabled, .hd-textbox-ctrl input[type=text]:disabled
{
	background-color: transparent !important;
}


.readonly .placeholder
{
	display:none;
}

/*
.hd-autocomplete.readonly input[type=text]:disabled, 
.hd-textbox.readonly input[type=text]:disabled, 
.hd-textbox.readonly textarea:disabled, 
.hd-textbox-ctrl.readonly input[type=text]:disabled,
.hd-textbox-ctrl.readonly textarea:disabled
{
	border:0px;
	padding-left:0px;
	margin-top:-5px;
	color: #000000;
    font-size: 12px;
}
*/

.hd-autocomplete.readonly .required:after, .hd-textarea.readonly .required:after 
{
	content: "";
}

/*.AdditionalFiltersPanel .AutoCompleteBrowseButton, .AdditionalFiltersPanel .hd-autocomplete-ddbtn, .AdditionalFiltersPanel .AutoCompleteClearButton,.AdditionalFiltersPanel .AutoCompleteToggleBarcodeBtn
{
	height: 26px;
	top: 1px;
}
.AdditionalFiltersPanel .hd-autocomplete
{
    height:37px;
}
.AdditionalFiltersPanel .hd-autocomplete-box
{
    margin-top:0px;
}
.AdditionalFiltersPanel .hd-autocomplete label.placeholder
{
    top:12px;
}
*/
input[disabled].AutoCompleteBrowseButton, input[disabled].hd-autocomplete-ddbtn, input[disabled].AutoCompleteClearButton
{
	display:none;
}

.hd-autocomplete-multiselect
{
    padding: 2px;
    height: 25px;
    --margin-left: 2px;
    --margin-bottom: 2px;
    padding-top: 5px;
}

.hd-autocomplete-multiselect :hover
{
    border: 1px solid #348CD4;
}

.hd-autocomplete-multiselect-div
{
    border: 1px solid #CBD5DD;
	border-radius: 3px;
    padding-left: 5px;
    padding-right: 3px;
    padding-top: 2px;
    height: auto;
    overflow: none;
    display: inline-block !important;
    margin: 2px;
    background-color: #ffffff;
    /* color: #FFFFFF; */
    border: #007bff 1px solid;
}

.hd-autocomplete-multiselect-input
{
    background-color: #FFFFFF;
    /*border-top: 1px solid #CBD5DD;*/
}

.hd-multiselect-parent
{
    display: table;
    background-color: #ffffff !important;
}

.hd-multiselect-child
{
    display: table-row;
}

.testinput
{
    min-width: 100px !important;
}

.hd-autocomplete-multiselect-div :hover
{
    border: none;
}

.hd-autocomplete-multiselect-div label
{
    font-size: inherit;
    font-size: 0.7em;
    height: auto;
    margin-top: 0px;
    /*color: #273F3F !important;*/
    color: #007bff !important;
    border: none;
}

.hd-autocomplete-multiselect-div button
{
    padding: 2px;    
    margin-top: -4px;
    color: #ffb9b9 !important;
    border: none;
}

.hd-autocomplete-multiselect-wrap
{
    flex-wrap: wrap;
    height: auto;
    overflow: auto;
    min-height: 0;
    background-color: #f5f5f5; 
}

/******************************************************/


.hd-textbox-height
{
	height: 60px;
}

.hd-textbox-ctrl
{
	width:100%;
}

.hd-textbox-ctrl-box:focus-within, .hd-textbox-ctrl-box.hd-input-ready:focus-within 
{
	border: 1px solid #348cd4 !important;
}

.hd-textbox-ctrl-box.hd-input-ready,
.hd-textbox-ctrl-box.empty  
{
	border: 1px solid #CBD5DD;
}

.hd-textbox-ctrl-box.invalid
{
	border: 1px solid #e2aa2f;
}

/*
.hd-textbox-ctrl label
{
	xxposition:absolute;
	font-size: 10px;
	xxcolor: #777;
	color:#e2aa2f;
	font-weight: 300;
	padding-bottom: 0px;
	margin-bottom:0px;
	margin-top:6px;
}
*/

.hd-textbox-ctrl:focus-within .placeholder
{
	display:none;
}

.hd-textbox-ctrl.hd-input-ready .placeholder, .hd-textbox-ctrl.invalid .placeholder, .hd-textbox-ctrl.empty .placeholder
{
	display:none;
}


.hd-textbox-ctrl-box
{
	width:100%;
	display:flex;
	xxmargin-top:18px; /* space for label on top */
}

.hd-textbox-ctrl input[type=text], .hd-textbox-ctrl textarea
{
	flex:1; /* take the width left over after buttons */
	border:0px;
    font-size: 12px;
	padding-left:0px;
	xxxpadding-bottom:10px;
}

.hd-textbox-ctrl input[type=text]:focus, .hd-textbox-ctrl-box:focus-within input[type=text], .hd-textbox-ctrl-box.hd-input-ready input[type=text], .hd-textbox-ctrl-box.invalid input[type=text],
.hd-textbox-ctrl-box.empty input[type=text]
{
	background-color:transparent;
	border: 0; /*1px solid #CBD5DD;*/
	outline-style: none;
	height: 30px;
}

.hd-textbox-ctrl textarea:focus, .hd-textbox-ctrl-box:focus-within textarea, .hd-textbox-ctrl-box.hd-input-ready textarea, .hd-textbox-ctrl-box.invalid textarea,
.hd-textbox-ctrl-box.empty textarea
{
	background-color:transparent;
	border: 0; /*1px solid #CBD5DD;*/
	outline-style: none;
	xxxpadding-bottom:9px !important;
}


.hd-textbox-ctrl input[type=text]:focus, .hd-textbox-ctrl-box:focus-within input[type=text], .hd-textbox-ctrl-box.hd-input-ready input[type=text], .hd-textbox-ctrl-box.invalid input[type=text],
.hd-textbox-ctrl textarea:focus, .hd-textbox-ctrl-box:focus-within textarea, .hd-textbox-ctrl-box.hd-input-ready textarea, .hd-textbox-ctrl-box.invalid textarea,
.hd-textbox-ctrl-box.empty input[type=text], .hd-textbox-ctrl-box.empty textarea
{
	font-size: 11px;
	padding: 8px;
	
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/*
.hd-textbox-ctrl.readonly input[type=text]:disabled, .hd-textbox-ctrl.readonly input[type=text]:disabled,
.hd-textbox-ctrl.readonly textarea:disabled, .hd-textbox-ctrl.readonly textarea:disabled
{
	border:0px;
	padding-left:0px;
	margin-top:-10px;
	color: #000000;
    font-size: 12px;
}
*/

.hd-textbox-ctrl.readonly .required:after, .hd-textarea.readonly .required:after 
{
	content: "";
}



/******************************************************/



/*Textbox*/
.hd-static-value
{
	/*padding: 0px;*/
}

.hd-data-text
{
	font-size: 12px;
	color: #777;
}

.hd-data-text-bold
{
	font-size: 14px;
	font-weight:bold;
	color: #777;
}

.hd-data-html-text
{
	font-size: 12px;
	color: #777;
}


.hd-static-value .labelname
{
	font-size: 10px;
	left: 0;
	padding-bottom: 0px;
	margin-bottom:0px;
	color: #777;
}
.hd-static-value .labelvalue
{
	color: #000000;
	font-size: 12px;
	margin-bottom: 15px;
	word-break: break-word;
}

.existing-amount .hd-static-value .labelname, 
.existing-amount .hd-static-value .labelvalue 
{
    color: #FF0000;
    font-weight: 600;
}


.hd-textbox
{
	position: relative;
	height: 46px;
}
.hd-textbox input
{
	border: 1px solid #CBD5DD;
	font-size: 11px;
	width: 100%;
	outline-style: none;
	height: 34px;
	position: absolute;
	top: 13px;
	padding: 8px;
}

.hd-textbox label
{
	font-size: 10px;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: -3px;
	padding-bottom: 0px;
	xxtransition: top 0.7s;
	xxcolor: #777;
	color:#348cd4;
}

/*
.hd-textbox > input:focus ~ label,.hd-textbox > select:focus ~ label,.hd-textbox > input:disabled ~ label,.hd-textbox > input:valid ~ label
{
	top: -3px;
	font-size: 11px;
	xxcolor:#777;
	font-weight:300;
	color:#348cd4;
}
*/

.spn-required
{
	color: red;
	padding-left: 2px;
	padding-right: 1px;
}


.required:after
{
	content: " *";
	color: red;
}


input:required
{
	box-shadow: none;
}

textarea:required
{
	box-shadow: none;
}
.hd-date-container label
{
	top: -6px;
	font-size: 11px;
}

.hd-textbox > input:valid ~ label, .hd-textbox > input:disabled ~ label, .hd-textbox > input:read-only ~ label,
.hd-textbox > select:valid ~ label, .hd-textbox > select:disabled ~ label, .hd-textbox > select:read-only ~ label
{
	top: -3px;
	font-size: 11px;
	transition: top 0.1s;
	xxcolor:#777;
	font-weight:300;
	color:#348cd4;
}

.hd-textbox input:focus
{
    border: 1px solid #348cd4 !important;
}



@-webkit-keyframes border-bottom-animation {
from {width: 50%; margin-left:25%;}
  to {width: 100%; margin-left:0%;}
}
@keyframes border-bottom-animation {
from {width: 50%; margin-left:25%;}
  to {width: 100%; margin-left:0%;}
}

.hd-datetimepicbtn
{
	position: absolute;
	right: 7px;
	top: 20px;
}

/*
/*Textbox end*/

/*Textarea*/

.hd-textarea label
{
	font-size: 10px;
	xxcolor: #777;
	color:#348cd4;
	margin-bottom: 0px;
}
.hd-textarea
{
	margin-top: -7px;
	position: relative;
}
.hd-textarea textarea
{
	border-radius: 0px;
	font-size: 11px;
	/*padding: 5px 8px;*/
	/*height: 60px;*/
	box-shadow: none;
	overflow-y:auto;
}


.hd-textarea textarea:focus
{
	border: 1px solid #348cd4 !important;
	box-shadow: none !important;
}
/*Textarea end*/


/*autocomplete*/

#acbUserFieldType #acbUserFieldTypeBtn
{
	display: none;
}

.ui-menu .ui-menu-item-wrapper
{
	padding: 10px;
    font-size: 12px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active
{
	border: 1px solid #007fff;
    background: #007fff;
    font-weight: normal;
    color: #FFFFFF !important;
}

.hd-auto-complete-small
{
	font-size: 0.85em;
}

.hd-auto-complete-highlight
{
	color:#348cd4
}

.ui-state-active .hd-auto-complete-highlight
{
	color:#ffffff
}

/*autocomplete end*/



.text8
{
	font-size:0.8em;
}




/*checlbox*/
.hd-check-box label
{
	font-size: 14px;
	color: #484646;
}

.hd-checkbox label, .hd-radio label
{
	font-size: 11px;
	margin-left: 3px;
	margin-bottom: 0px;
	color: #000;
	display: inline;
	letter-spacing: .4px;
}

.hd-checkbox input, .hd-radio input
{
	vertical-align: middle;
}
/*.hd-filter-control
{
	display: inline;
	padding: 4px 14px;
}*/
.hd-filter-control > label
{
	margin-left: 3px;
	margin-bottom: 0px;
	display: inline;
	letter-spacing: .4px;
	font-size:11px;
}
.hd-filter-control > input
{
	vertical-align: middle;
}

/*checlbox End*/

.hd-colorcard
{
	color: rgba(0, 0, 0, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);
	border-radius: 4px;
	margin-bottom: 8px;
}
/*
.hd-card
{
	color: rgba(0, 0, 0, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	background-color: #fff !important;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
	border-radius: 4px;
	margin-bottom: 8px;
}
*/
.hd-card
{
	color: rgba(0, 0, 0, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	background-color: #fff !important;
	border-radius: 4px;
	margin-bottom: 8px;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 2px 1px -1px rgb(0 0 0 / 12%);
}

.hd-card-block
{
	padding: 15px;
}
.card-heading
{
	margin-bottom: 0px;
	font-size: 18px;
}

.hd-card-heading
{
	color: #777;
    font-weight: normal;
    font-size: 0.85em;
}

.hd-footer-btn
{
	border: solid 1px rgba(0, 0, 0, 0.87);
	padding: 2px 12px 0px 12px;
	background-color: #fff;
	border-radius: 4px;
	cursor: pointer;
}
.hd-footer-btn div
{
	font-weight: 500;
	font-size: 14px;
}


/*Cardview*/
.hd-card-view
{
	margin-bottom: 0px;
	/*border: solid 1px transparent;
	border-top: solid 1px #eee;
	border-right: solid 1px #eee;
	border-left: solid 1px #eee;*/
}
.hd-card-view .hd-card-view-options
{
	text-align: right;
	padding: 6px 10px;
	border-top: 1px solid rgba(0,0,0,.125);
	--background-color: #fefefe;
}
.hd-card-view .hd-card-view-options a
{
	margin-left: 15px;
	cursor: pointer;
}
.hd-card-view .hd-card-view-options a i
{
	color: #5C9EE8;
	font-size: 12px;
}
.hd-card-view-content
{
	padding: 10px;
}
.hd-card-view-content .labelname
{
	color: #1181da;
	margin-bottom: 0px;
	font-size: 11px;
}
.hd-card-view-content .labelvalue
{
	color: #000000;
	font-size: 12px;
	margin-bottom: 10px;
	word-break: break-word;
}
/*Cardview end*/


/*hd-edit-grid*/

.hd-edit-grid-header
{
	padding-bottom: 10px;
	border-bottom: 1px solid #CBD5DD;
}

.hd-edit-grid-body
{
	padding-top: 17px;
}
/*.hd-edit-grid-body input
{
  border-bottom:1px solid #9da0a2;
}*/
.hd-edit-grid-header label
{
	font-size: 12px;
	font-weight: 600;
}
.hd-edit-grid-body-row
{
	position: relative;
	border-bottom: 1px solid #ece6e6;
	margin-bottom: 16px;
}
.hd-edit-grid-delete, .hd-edit-grid-add
{
	background-color: transparent;
	border: none;
	font-size: 20px;
	color: #777;
	padding: 0px;
}
@media (min-width: 768px)
{
	.hd-edit-grid-delete
	{
		position: absolute;
		bottom: 0px;
		right: 4px;
	}
	.hd-edit-grid-add
	{
		position: absolute;
		bottom: 0px;
		left: 17px;
	}
}
/*hd-edit-grid end*/


@media (min-width: 1365px)
{
	.hd-col-flexi
	{
		padding-right: 0px;
	}
}
@media (min-width: 1365px)
{
	.hd-col-flexi
	{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

}

@media (min-width: 1700px)
{
	.hd-col-flexi
	{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6%;
		flex: 0 0 16.6%;
		max-width: 16.6%;
	}

}

.hd-form
{
	margin-top: 1rem;
	margin-bottom: 3rem;
}

@media only screen and (min-width: 767px)
{
	.hd-form
	{
		/*margin-top: 3rem;*/
		/*margin-bottom: 1rem;*/
	}
}

.hd-btn
{
	padding: 8px 13px;
	font-size: 14px;
}
.hd-btn-normal
{
	font-size: 13px;
}

.hd-btn-small
{
	font-size: 12px !important;
}

@media (max-width: 576px)
{
	.hd-btn
	{
		padding: 6px 6px;
		font-size: 12px;
	}
	.hd-btn-normal
	{
		font-size: 11px;
	}
}

.hd-addon-input
{
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

.form-group
{
	margin-bottom: 1rem !important;
}


.hd-form-heading
{
	background-color: #348cd4;
	color: white;
	padding: 11px;
	font-size: 16px;
	font-weight: 600;
	margin-left: -17px;
	margin-right: -17px;
}

.hd-heading-lite
{
	background-color: #348cd4;
	color: white;
	padding: 11px;
	font-size: 16px;
	font-weight: 400;
	margin-left: -17px;
	margin-right: -17px;
}

.hd-label
{
	font-size: 11px;
	padding-bottom: 7px;
	font-weight: 500;
	letter-spacing: 0.4px;
	color:#000;
}

.hd-hint
{
	font-size: 9px;
	padding-bottom: 7px;
	font-weight: 500;
	letter-spacing: 0.4px;
	color:#909090;
}

.hd-label-blue
{
	font-size: 11px;
	padding-bottom: 7px;
	font-weight: 500;
	letter-spacing: 0.4px;
	color: #348cd4;
}

.hd-message-label
{
    font-size: 10px;
    color: #348cd4;
    font-weight: 300;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.hd-message-red
{
    font-size: 11px;
    color: #ff0000;
    font-weight: 300;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.hd-message-blue
{
    font-size: 11px;
    color: #348cd4;
    font-weight: 300;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.hd-value
{
	text-align: right;
	font-size: 13px;
	padding-bottom: 7px;
	color:#000;
	margin: auto;
}

.hd-value-blue
{
	text-align: right;
	font-size: 11px;
    color: #348cd4;
}

/*HD filter*/

.hd-Filter
{
	border: 0 !important;
	background-color: transparent;
}
.hd-Filter .ui-tabs-nav
{
	margin-left: 13px;
	margin-right: 13px;
}
.filter-title
{
	font-size: 13px;
	padding: 5px;
	font-weight: 600;
}
.filter-search-box
{
	border-radius: 0px;
	font-size: 13px !important;
}
.filter-list-ul
{
	padding: 5px;
}
.filter-list-item
{
	padding-top: 5px;
	position: relative;
	list-style: none;
}
.filter-list-item label
{
	padding-left: 5px;
	font-size: 11px;
	position: absolute;
	top: 7px;
	letter-spacing: 0.01071em;
	font-family: 'Poppins' , sans-serif;
}

.filter-tab
{
	padding: 10px 5px !important;
	max-height: calc(100vh - 146px);
    min-height: calc(100vh - 146px);
	overflow-y: auto;
}

#HDPopupWindow .filter-tab
{
	padding: 10px 5px !important;
	max-height: calc(100vh - 339px);
    min-height: calc(100vh - 339px);
	overflow-y: auto;
}




.filter-display-none
{
	display: none;
}


ul, #Tv-UL
{
	list-style-type: none;
}

#Tv-UL
{
	margin: 0;
	padding: 0;
	font-size: 11px !important;
	letter-spacing: 0.01071em;
	line-height: 19px;
	font-family: 'Poppins' , sans-serif;
}

.Tv-box
{
	cursor: pointer;
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none;
	padding-right: 6px;
	font-family: 'Poppins' , sans-serif;
	letter-spacing: 0.01071em;
	
}

.Tv-box::before
{
	content: "\002B";
	color: #007bffa6 !important;
	display: inline-block;
	margin-right: 6px;
	background-color: white;
	font-size: 14px;
    font-weight: bold;
    font-size:15px;
}

.Tv-check-box::before
{
	content: "\002D";
}

.Tv-nested
{
	display: none;
	padding-left: 25px;
}
.Tv-active
{
	display: block;
}
.Tv-selected
{
	background-color: rgb(51, 153, 255);
	color: White;
	
}

/*HD filter end*/


.hd-TimePicker
{
	position: relative;
	height: 52px;
	width: 147px;
}
.hd-TimePicker table
{
	width: 175px;
	border: 1px solid #CBD5DD;
	position: absolute;
	top: 12px;
	padding: 2px;
	padding-right:23px;
	height: 35px;
	font-size: 11px;
}
.hd-TimePicker input
{
	border: 0;
	font-size: 11px;
	width: 100%;
	outline-style: none;
	text-align:center;
}
.hd-TimePicker select
{
	border: 0;
	font-size: 11px;
	width: 45px;
}
.hd-TimePicker label
{
	top: -3px;
	font-size: 11px;
	transition: top 0.1s;
	font-weight: 300;
	line-height: 1px;
	padding-top: 4px;
    color: #348cd4;
}

/*
.helped::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "  \f059";
	color: #999;
    pointer-events: all;
}
*/

.hd-help-icon {
    font-size: 10px;
    color: #bdbdbd;
	cursor: pointer;
}


.contextmenu
{
	width: auto;
	--box-shadow: 3px 3px 5px #888888;
	--border-radius: 2px;
	position: fixed;
	display: none;
	--background-color: White;
	--padding: 2px;
	--border: solid 1px black;
	font-size: 13px;
}
.contextmenu-item
{
	padding: 6px 8px;
	font-size:13px;
	letter-spacing:.4px;
	border-radius:5px;
	cursor:pointer;
}
.contextmenu-item i
{
    padding: 7px;
    border-radius: 100px;
    color: white;
}
.contextmenu-item:hover
{
	background-color: #Eaf4ff;
	cursor: pointer;
}
.validate-control-textbox > input:valid .validate-control-textbox:focus-within:after
{
    bottom: -1px;
	content: "";
	position: absolute;
	border-top: 1.3px solid #348cd4!important;
	border-bottom: 1.3px solid #348cd4!important;
	height: 34px;
	animation-name: border-bottom-animation;
	animation-duration: 0.4s;
	width: 100%;
}

.validate-control-textbox:focus-within:after
{
	bottom: -1px;
	content: "";
	position: absolute;
	border-top: 1.3px solid #ff0000!important;
	border-bottom: 1.3px solid #ff0000!important;
	height: 34px;
	animation-name: border-bottom-animation;
	animation-duration: 0.4s;
	width: 100%;
}


/*
.validate-autocomplete:focus-within:after
{
	bottom: 1px;
	content: "";
	position: absolute;
	height: 34px;
	border-bottom: 1.3px solid #ff0000!important;
	border-top: 1.3px solid #ff0000!important;
	animation-name: border-bottom-animation;
	animation-duration: 0.5s;
	width: 100%;
}*/

.validate-control-textarea > textarea:valid .validate-control-textarea:focus-within:after
{
    bottom: -1px;
	content: "";
	position: absolute;
	border-top: 1.3px solid #348cd4!important;
	border-bottom: 1.3px solid #348cd4!important;
	height: calc(100vh);
	animation-name: border-bottom-animation;
	animation-duration: 0.4s;
	width: 100%;
}
.validate-control-textarea:focus-within:after
{
	bottom: -1px;
	content: "";
	position: absolute;
	border-top: 1.3px solid #ff0000!important;
	border-bottom: 1.3px solid #ff0000!important;
	height: calc(100vh);
	animation-name: border-bottom-animation;
	animation-duration: 0.4s;
	width: 100%;
}


.validate-control
{
	border: 1.3px solid #ff0000!important;
}

.hd-text-label
{
	font-size: 10px;
	color: #777;
}
.hd-text-value
{
	font-size: 12px;
	color: #000;
}
.hd-text-value-11
{
	font-size: 11px;
	color: #000;
}

.hd-select
{
	position: relative;
	height: 46px;
}
.hd-select label
{
	font-size: 10px;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: -3px;
	padding-bottom: 0px;
	transition: top 0.7s;
	color: #348cd4;
}
.hd-select select:focus
{
	border: 1.3px solid #348cd4;
}
.modal-dialog .modal-header .close i
{
    font-size:17px;
    padding:5px 5px 0px 0px;
}

.hd-box
{
	border: 1px solid rgba(0,0,0,.125);
    padding: 4px;
}

.hd-br25
{
    border-radius: 0.25em;
}

.hd-br50
{
    border-radius: 0.5em;
}

.hd-br75
{
    border-radius: 0.75em;
}

.hd-br100
{
    border-radius: 1em;
}


.hd-subcard-title
{
	font-size:0.8em;
	padding-bottom:4px;
	padding-top:8px;
}

/* draggable */

.hd-draggable
{
    position: absolute;
}
    
.hd-animate
{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
    
.hd-dragggable-column-heading
{
    width:100%; 
    text-align:center; 
    background-color:#80bdff !important;
    margin-top:10px;
    padding: 5px;
}
.hd-dragarea
{
    position: relative;
}
    
.hd-drag-column
{
    padding-left:5px;
}

.col-card-count    
{
	color:#222222;
    font-size:10px;
    padding-top:5px;
    padding-left:5px;
}

.hd-dragcol-card-title
{
    color:#057dff;
    font-size:0.8em;
    display:inline-block;
    font-weight:600;
    min-width: 150px;
    max-width: 150px;
}
    
.hd-dragcol-card-menu
{
    font-size:0.8em;
    color:#777;
    display:inline-block;
    padding-right:10px;
}
.hd-dragcol-card-body
{
    font-size:0.8em;
    color:#777;
    display:inline-block;
    padding-top:10px;
}
.hd-dragcol-card
{
    width:100%;
}

.hd-card-field-title
{
    font-size:0.8em;
    color: #348cd4;
}

.hd-card-field-value
{
    font-size:0.8em;
    color: #777;
    padding-left:20px;
}

.hd-card-more .hd-more-title
{
    font-size:0.8em;
    color: #348cd4;
	padding-top:10px;
	cursor:pointer;
}

.hd-card-more.open .hd-collapsible-content
{
	display:block;
}

.hd-card-more.closed .hd-collapsible-content
{
	display:none;
}

.hd-card-clone-button
{
	position:absolute;
	top:5px;
	right: 5px;
	font-size: 12px;
	color: #aaa;
	cursor:pointer;
}

.hd-card-clone-all-button
{
	position:absolute;
	top:30px;
	right: 5px;
	font-size: 12px;
	color: #aaa;
	cursor:pointer;
}

.hd-card-task-assign
{
	position:absolute;
	top:15px;
	right: 34px;
}

.hd-card-clone-button:hover
{
	color:#348cd4;
}

.hd-drag-col-heading i
{
	padding-top: 5px;
    padding-right: 5px;
    color: #3395ff;
    font-size: 15px;
}

.hd-html-static-text
{
	font-family:'Poppins'; 
	font-size:12px;
}

.hd-html-static-text li
{
	list-style-type: disc;
}

.faint-search-icon
{
    color: #e6e6e6;
    font-size: 10px;
    padding-left: 10px;
    cursor:pointer;
}

.hd-sn-tree-input
{
    font-size: 0.8em;
    margin-left: 5px;
    margin-bottom: 5px;
    border: 1px solid #CBD5DD;
    outline: 0px;
}

input[type="text"].hd-sn-tree-input 
{
    padding-top: 3px !important;
    padding-left: 4px !important;
    height: 30px;
    width: 200px;
}

input[type="text"].hd-sn-tree-input:focus 
{
    border: 1px solid #348cd4;
}

.hd-sn-tree .hd-edit-icon {
    color: #DDDDDD;
    padding-left: 10px;
}

.hd-section-label
{
	font-size:12px;
}

.open-new-window-btn
{
	padding-right: 13px;padding-top: 6px;font-size: 1.4em;color: #a7d7ff;cursor:pointer;
}

.tool-button
{
	padding-top: 6px;
    padding-right: 9px;
	padding-left: 9px;
	font-size: 17px;
	color: #a7d7ff;
	cursor:pointer;
}

.voice-commad-btn
{
	padding-right: 3px;
	padding-top: 6px;
	font-size: 1.4em;
	color: #a7d7ff;
	padding-left: 13px;
	cursor:pointer;
}

@media only screen 
and (max-width : 500px) {
    .count-footfalls-btn 
    {
        padding-right: 13px;padding-top: 6px;font-size: 1.4em;color: #a7d7ff;padding-left: 13px;
    }
}

.hd-small-text-field
{
	outline-style: none;
	border: 1px solid #CBD5DD; 
	width: 50px; 
	font-size: 11px;
} 

/* Notification start*/

#NotificationDropDown .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #17A2B8;
}
#NotificationDropDown .dropdown-menu{
    top: 60px;
    right: 0px;
    left: unset;
    width: 460px;
    box-shadow: 0px 5px 7px -1px #c1c1c1;
    padding-bottom: 0px;
    padding: 0px;
}
#NotificationDropDown .NotificationBody
{
    overflow-x: auto !important;
    max-height: 450px !important;
}
#NotificationDropDown .dropdown-menu:before{
    content: "";
    position: absolute;
    top: -20px;
    right: 12px;
    border:10px solid #343A40;
    border-color: transparent transparent #343A40 transparent;
}
#NotificationDropDown .head{
    padding:5px 15px;
    border-radius: 3px 3px 0px 0px;
}
#NotificationDropDown .footer{
    padding:5px 15px;
    border-radius: 0px 0px 3px 3px; 
}
#NotificationDropDown .notification-box{
    padding: 10px 0px; 
}
#NotificationDropDown .bg-gray{
    background-color: #eee;
}
#NotificationDropDown .NotificationCodeStyle
{
    color: #479DE0 !important;
}
@media (max-width: 640px) {
    #NotificationDropDown .dropdown-menu{
        top: 50px;
        left: unset;  
        width: 290px;
    } 
    #NotificationDropDown .nav{
        display: block;
    }
    #NotificationDropDown .nav .nav-item,.nav .nav-item a{
        padding-left: 0px;
    }
    #NotificationDropDown .message{
        font-size: 13px;
    }
}
/* Notification end*/

/*       Date Time Range Picker     */
.DateTimePicker-Button
{
    border: 0;
    height: 28px;
    font-size: 12px !important;
    width: 30px;
    cursor: pointer;
    font-weight: 900;
    background-color: transparent !important;
    border-left: 1px solid #eee !important;
    color: #ababab;
    display: inline;
    outline: none;
}

.DateTimePicker-calender-button
{
    color: #656565;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 7px;   
}

/*
.DateTimeRangePicker-width
{
    width: 75% !important;
}
*/
.DateTimeRangePicker-CheckBox
{
    margin-left: 10px;
    margin-top: 23px;
}

@media (max-width: 640px) {
    .DateTimeRangePicker-width
    {
        width: 100% !important;
    }
    .DateTimeRangePicker-CheckBox
    {
        margin-top: 0px;
        margin-left: 0px;
    }
}

.SelectedItemStyle .grid-cell-question
{
	color: #707070;
}

.grid-cell-question
{
	color: #d0d0d0;
	text-align: right!important;
	margin-left: 0.25rem!important;
	cursor:pointer;
}

.hd-group-row
{
	background-color:#eaeaea
}
.FAGroupBackgroud
{
    color: #000000;
    background-color: #ffe9c7;
}

.hd-bulkedit .hd-checkbox, .hd-bulkedit .hd-radio
{
    display:flex;
    margin-bottom:10px;
}

.hd-bulkedit .hd-checkbox label, .hd-bulkedit .hd-radio label
{
	font-size: 11px;
	/*margin-left: 3px;*/
	margin-bottom: 0px;
	color: #000;
	display: inline;
	letter-spacing: .4px;
}

.hd-bulkedit .hd-checkbox input, .hd-bulkedit .hd-radio input
{
	/*vertical-align: middle;*/
	align-self: flex-start;
    margin-top: 1px;
    margin-right: 5px !important;
}