﻿html
{
    font-size: 100%;
}
body
{
    font-size: 1em;
    font-family: 'Poppins' , sans-serif;
    background-color: #eee;
}
.ui-widget
{
    font-size: 1em !important;
    font-family: 'Poppins' , sans-serif !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{
    font-family: 'Poppins' , sans-serif !important;
}

.hd-web-gridview-pagination
{
    padding-top: 10px;
    padding-bottom: 10px;
}
*, ::after, ::before
{
    box-sizing: border-box;
}
user agent stylesheet div
{
    display: block;
}
.hd-web-objectlist
{
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
    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%);
    border-radius: 4px;
    margin: 5px;
}
.ui-widget-content
{
    border: 1px solid #dddddd;
    background: #ffffff; /* color: #333333; */
}

div#AppBanner
{
    padding-top: 10px;
    margin: 5px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0px 10px;
}

.PopupBody
{
    background-color: #eee;
}


.hd-signbox-inactive
{
    pointer-events: none;
}

.hd-flex-container
{
    display: flex;
}

.hd-fill
{
    flex: 1;
}

.dropdown-menu
{
    z-index: 10000 !important;
}
/**** Details Window ****/

.hd-collapsible-content
{
    padding-left: 5px;
}
.hd-collapsible::before
{
    sscontent: "\f06e";
    font-family: "Font Awesome 5 Free";
    zzcolor: #348cd4 !important;
    ssdisplay: inline-block;
    font-weight: bold;
    font-size: 15px;
}

.hd-close-panel.panel-btn
{
    font-size: 1.0em;
    padding-bottom: 7px;
    padding-top: 5px;
    cursor:pointer;
}

.hd-close-panel.panel-btn.opened::before
{
	color: #b3b3b3 !important;
}

.hd-close-panel.panel-btn.closed::before
{
	color: #348cd4 !important;
}

.ImageCaptureIcon
{
    color: #6e6e6e !important;
}

.hd-collapsible.closed::before
{
    content: "\f06e";
    color: #348cd4 !important;
}

.AdditionalFiltersPanel
{
    font-size: .8em;
    display:none;/*show it after adding it to OMLIST*/
}
.AdditionalFiltersPanel, .AdditionalFiltersPanelNoEye
{
    font-size: .8em;
    margin: 0px 4px 0px 4px;
}
.DetailsWindow
{
    font-size: .8em;
    padding-top: 5px;
    padding-bottom: 5px;
}
.DetailsWindow > div > fieldset
{
    padding: .5rem;
    padding-bottom: .5rem;
}
fieldset
{
    padding: 5px;
    border: 1px solid #DDDDFF;
}
legend
{
    padding: 5px 10px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #AAAAFF;
    margin-left: 5px;
    font-size: .9em;
}
.TextError
{
    border-color: #DD4B39;
    border-style: solid;
    border-width: 2px;
}
.TBB
{
    display: inline-block;
}
.TBBDropdown
{
    display: inline-block;
}
.TBBDropdown .dropdown-menu 
{
    background-color: #000 !important;
    left : 3px !important;
}
.btn-hdtoolbar
{
    font-weight: normal !important;
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
    padding: .2rem .75rem;
    font-size: .75rem !important;
}

.tooltiptext
{
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 15px; /* Position the tooltip */
    position: absolute;
    z-index: 99;
    font-size: .7em;
    margin: 5px 10px;
    font-weight: bold;
}
.TBB:hover .tooltiptext
{
    visibility: visible;
}
.TBB img
{
    width: 32px;
}
.ui-tooltip
{
    border: 2px solid gray;
    position: absolute;
    width: auto !important;
    max-width: none !important;
}
@media only screen and (max-width: 600px)
{
    .TBB
    {
        display: inline-block;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .TBB img
    {
        width: 48px;
    }
}
.hd-form-control
{
    font-size: 0.8rem !important;
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
}
.hd-form-group
{
    margin-bottom: 0.3rem;
}
.hd-form-control-label
{
    margin-bottom: 0;
}
.hd-form-group
{
    margin-bottom: 0.5rem;
}
.hd-form-label
{
    padding-right: 0;
    margin-bottom: 0;
    align-self: center;
    vertical-align: middle;
    font-size: 13px;
}
.hd-form-span
{
    font-size: 12px;
    padding-right: 0;
    margin-bottom: 0;
    align-self: center;
    vertical-align: middle;
}
.HDToolbar
{
    padding-top: 5px;
    padding-bottom: 5px;    
    background-color: #000;
    color: #f8fbfe;
}

.HDCardHeader
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;    
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;    
    margin-bottom: 0.5rem;
}

.no-spinner::-webkit-inner-spin-button, .no-spinner::-webkit-outer-spin-button
{
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
}

/* Overriding bootstrap styles */

legend
{
    width: auto !important;
    background-color: #fff;
}

table
{
    border-collapse: separate;
    border-spacing: 1px;
}
label
{
    font-weight: normal;
}
.btn
{
    font-weight: bold;
    padding: .2rem .75rem;
    font-size: .75rem;
}
.btn.focus, .btn:focus
{
    box-shadow: 0 0 0 0.2rem transparent;
}

.custom-control-label
{
    padding-top: 3px;
    padding-right: 15px;
}
.UserFieldContainer
{
    min-height: 70px;
}

.UserFieldContainer label
{
    margin-bottom: 2px;
    font-size: 12px;
}

.card-block
{
    padding: 1rem;
}
.card-title
{
    color: #484848;
}
.card-subtitle
{
    color: #00a1ff;
}
.card-heading
{
    color: #505050;
    margin-bottom:0px;
    font-size:1.3rem;
}
.card-subheading
{
    color: #787878;
}
.card-details
{
    font-size: 0.8rem;
}
.NoteContainerDiv
{
    min-height: 100px;
}
.custom-control
{
    display: inline-block;
}
.top-part
{
    background-color: #e9ecef;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0px 0px 0px 0px;
}

.custom-control-label::before
{
    background-color: #0888ef;
}

#HDAppBoardWrapper
{
    background: #284255;
    width: 170px;
}

.card-inner
{
    margin-bottom: 10px;
    border-radius: 0px !important;
}
.TabContainer
{
    margin-left: -15px;
    margin-right: -15px;
}
.display-none
{
    display: none;
}
@media (max-width: 575px)
{
    .margin-on-small-width
    {
        margin-left: -8px;
        margin-top: 8px;
    }
}
@media (max-width: 400px)
{
    .text-xs-center
    {
        text-align: center !important;
    }
}
@media (min-width: 401px) and (max-width: 575px)
{
    .text-xs-center
    {
        text-align: right !important;
    }
}
@media (max-width: 400px)
{
    .text-center-left-button
    {
        text-align: center !important;
    }
}
@media (min-width: 401px) and (max-width: 575px)
{
    .text-center-left-button
    {
        text-align: left !important;
    }
}
@media (max-width: 400px)
{
    .margin-top
    {
        margin-top: 5px;
    }
}
.filter-container
{
    max-width: 1000px;
    margin-left: 0px;
    margin-right: auto;
    background-color: aliceblue;
    margin-bottom: 10px;
    padding: 5px 5px 0px 5px;
}
.modal-footer
{
    display: inline !important;
}

.LockOn
{
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1910px;
    background-color: #423232;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
    color: @WhiteFont;
    font-size: 15px;
}
.LockOff
{
    display: none;
    visibility: hidden;
}
.address-detail-tab
{
    border: 1px solid #DDDDFF !important;
    margin-top: 12px;
}
@media (min-width: 767px) and (max-width: 1054px)
{
    .SupplierChequeDate
    {
        min-width: 80%;
    }
}


html, body, #MainApplicationWindow
{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
#MainApplicationWindow
{
    padding-left: 1px;
    padding-right: 1px;
}
#MainApplicationClientArea
{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
#HDAppBoard
{
    display: block;
}

.HDAppBoardButton
{
    display: inline-block;
}
#MainAppContainerDiv
{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.hd-PR0L1
{
    padding-right: 0px;
    padding-left: 0px;
}

html, body, #MainApplicationWindow
{
    height: 100vh;
    min-height: 100vh;
}

#HDAppBoard
{
    height: calc(100vh - 88px);
    min-height: calc(100vh - 88px);
}

#MainAppContainerDiv
{
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

@media only screen and (min-width: 768px)
{  
    #MainAppContainerDiv
    {
        width: calc(100% - 170px) !important;
        min-width: calc(100% - 170px) !important;
        max-width: calc(100% - 170px) !important;
    }
}

.hd-PR0L1
{
    padding-right: 0px;
    padding-left: 0px;
}


.form-link
{
    color: #0000ff;
}
.btn-white-space
{
    white-space: normal;
}

@media (max-width:480px)
{
    .RotateRightBtnDown
    {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg); /* IE 9 */
        -moz-transform: rotate(90deg); /* Firefox */
        -webkit-transform: rotate(90deg); /* Safari and Chrome */
        -o-transform: rotate(90deg); /* Opera */
    }
    
    .RotateLeftBtnUp
    {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg); /* IE 9 */
        -moz-transform: rotate(90deg); /* Firefox */
        -webkit-transform: rotate(90deg); /* Safari and Chrome */
        -o-transform: rotate(90deg); /* Opera */
    }
}
/*Overriding bootstrap styles END*/

.BinCardStyle
{
    background-color: #17a2b826;
}
.card-view-row > [
class*=' col-'].selected.BinCardStyle
{
    border-color: #155724;
    background-color: #17a2b826;
}

.IsDeliveredCss
{
    background-color: #ffc1071f;
}
.card-view-row > [
class*=' col-'].selected.IsDeliveredCss
{
    border-color: #155724 !important;
    background-color: #ffc1071f !important;
}


.PackageDetailsDiv label.hd-form-label
{
    font-weight: normal; /*font-family: 'Play' ,sans-serif !important;     font-size: 13px;     color: #999;*/
}

.PackageDetailsDiv label.hd-form-control-label
{
    font-weight: 700; /*font-family: 'Play' ,sans-serif !important;     font-size: 13px;     color: #666;*/
}
.PackageDetailsDiv .hd-form-group.row
{
    /*border-bottom: #eee solid 1px;*/
}
.ui-autocomplete
{
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 300px;
    z-index: 1111;
}
.ui-autocomplete.ui-widget
{
    font-family: inherit !important;
    font-size: 12px !important;
}
.OpenCloseLabel
{
    font-weight: bold;
    margin-bottom: 0;
}
.OpenLabel
{
    color: Red !important;
}
.ClosedLabel
{
    color: Green !important;
}
.card-text
{
    font-size: 85%;
}
/**** Package Contents table CSS Start *****/
.PackageContentsDiv
{
    overflow-x : auto;
    font-size : 12.8px;
}
.PackageContentsDiv > table
{
    border-collapse: collapse !important;
    width: 100% !important;
}
.PackageContentsDiv > table > tbody > tr:first-child
{
    background-color: #999999 !important;
    white-space: pre;
}
.PackageContentsDiv > table > tbody > tr > th, .PackageContentsDiv > table > tbody > tr > td
{
    text-align: left !important;
    padding: 8px 2px !important;
    white-space: pre;
}
.PackageContentsDiv > table > tbody > tr:nth-child(even)
{
    background-color: #f2f2f2 !important;
}
/**** Package Contents table CSS End *****/



@media only screen and (max-width: 768px)
{
    #ApplicationWindowTitleText
    {
        text-align: center;
    }
}

.dropdown-toggle::after
{
    color: white;
    font-size: 22px;
}

/*Top Bar Login & Logout*/
.dropdown-menu
{
    padding: 0px;
}
.dropdown-menu1:after
{
    content: '';
    position: absolute;
    left: 62%;
    top: -11px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 12px solid #f3f7f8;
}
.dropdown-item
{
    font-size: 13px;
    padding: 7px 5px 7px 10px;
    cursor: pointer;
}
#LoginLogoutBar
{
    text-align: right;
}
@media only screen and (max-width: 768px)
{
    #ApplicationWindowTitleText
    {
        text-align: center;
    }
}
.btn-transparent
{
    background-color: transparent !important;
}

#LogoContainer .dropdown-menu
{
    width:350px;
}


@media only screen and (max-width: 767px)
{
    #LogoContainer .dropdown-menu
    {
        width:300px;
    }
    .TBB
    {
        display: inline-block;
    }
    #MainApplicationTitleBar td
    {
        width: auto !important;
    }
    #MainApplicationTitleBar .dropdown-menu:after, #DropboxToolbarDropdownMenu:after
    {
        display: none;
    }
    #TitleBarBackButton
    {
        max-width: 33%;
    }
    #TitleBarBackButton span
    {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
        display: inline-block;
    }
}
#MainApplicationTitleBar td
{
    padding: 0px;
}

.CardOptionsDDContainer
{
    z-index: 2;
    top: 0.9rem;
    right: 0.9rem;
    float: right;
    position: relative;
    display: inline-block;
}
.CardOptionDDbtn
{
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-weight: bold;
    padding: .2rem .75rem;
    font-size: .75rem;
}

.btn-transparent
{
    background-color: transparent !important;
}

.hd-card-block
{
    padding:15px;
}

.ListSortBoxBtn
{
    background-color: transparent;
}

.ListSortBoxBtn .fa, .ListSortBoxBtn .fa-solid
{
    color: Gray;
    font-size: 24px;
}

.ListSortBoxBtn .fa
{
    color: Gray;
}

.combobox
{
    border: 0;
    border-bottom: 1px solid #CBD5DD;
    font-size: 15px;
    width: 100%;
    outline-style: none;
    height: 34px;
    position: absolute;
    top: 13px;
    padding-right: 5px;
}

.input-group-combobox
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
/*-------------------Tabs start-----------------*/
.hd-ui-tabs-nav, .hd-ui-tabs-nav > .hd-ui-tabs-tab
{
    background: none;
    border: none;
}
.hd-ui-tabs-nav > .ui-tabs-active, .hd-ui-tabs-nav > .ui-tabs-active:hover
{
    background-color: #007bff1a !important;
}
.hd-ui-tabs-nav > .ui-tabs-active:active
{
    background: #007bff0a radial-gradient(circle, transparent 1%, #007bff0a 5%) center/1500%;
}
.hd-ui-tabs-nav > .hd-ui-tabs-tab:hover
{
    background-color: #f4f8fb;
}
.hd-ui-tabs-nav > .ui-tabs-active > a
{
    color: #007bff;
}
.slider
{
    width: 70px;
    height: 2px;
    background-color: #007bff;
    position: absolute;
    top: 42px;
    transition: all .2s linear;
    left: 3px;
}
.hd-ui-tabs-tab a
{
    padding: 7px 10px !important;
    font-size: 15px !important;
}
.filter-slider
{
    width: 49px;
    top: 39px;
    left: 19px;
}

/*---------------------------Tabs End----------------------*/



/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.row-eq-height > [
class^=col]
{
    display: flex;
    flex-direction: column;
}

.row-eq-height > [
class^=col]:last-of-type div
{
    margin: 10px;
}

.row-eq-height > [
class^=col]:last-of-type div:first-of-type
{
    margin-top: 0;
}

.row-eq-height > [
class^=col]:last-of-type div:last-of-type
{
    margin-bottom: 0;
}

.row-eq-height > [
class^=col]:first-of-type .black
{
    flex-grow: 1;
}


.hd-cardview-item
{
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.29), 0 2px 2px rgba(0,0,0,0.43);
    padding: .5rem;
    margin-top: .6rem;
    margin-right: .6rem;
}
.hd-cardview-item:hover
{
    box-shadow: 8px 8px 8px 0 rgba(0,0,0,0.29), 0 4px 4px rgba(0,0,0,0.43);
}
.hd-cardview-item.hd-inactive
{
    background-color: #dae0e5;
    opacity: 0.5;
    filter: Alpha(opacity=50); /* IE8 and earlier */
}
.hd-isactive-text
{
    color: Green !important;
}
.hd-cardview-item.hd-inactive .hd-isactive-text
{
    color: red !important;
}
#CommonListViewChoices i
{
    padding: 5px;
    color:#fff;
    cursor: pointer;
}
#CommonListViewChoices
{
    color: White;
    font-size: 17px;
    display:inline-block;
    width:100%;    
}

#CommonListViewChoicesInner
{    
    border-radius: 8px;
    margin:5px;
}


#FDCLOGOContainer
{
    position: fixed;    
    bottom: 1px;
    left:2px;
    color: White;
    height:77px;
}
.hd-cardview-item .fa
{
    padding-right: 3px;
}
.hd-card-label
{
    color: #6c757d !important;
    font-size: 75%;
}

.hd-card:hover
{
    box-shadow: 8px 8px 8px 0 rgba(0,0,0,0.29), 0 4px 4px rgba(0,0,0,0.43);
}
.card-block
{
    padding: 1rem;
}

.WindowLogoutBar
{
    font-weight: bold;
    background-color: #348cd4;
    color: #f8fbfe;
    border-bottom: 1px solid #fff;
    margin-left:1px;
    margin-right:1px;
}
.WindowLogoutBar label
{
    font-weight: bold !important;
}
.SelectedItemStyle, .AlternateItemStyle, .ItemStyle
{
    font-size: 12px;
    height: auto;
    max-height: auto;
}
.WindowLogoutBar div.row
{
    padding-top: 3px;
    padding-bottom: 3px;
}
        
#TopMostContainerFluid
{
    padding-left: 0px;
    padding-right: 0px;
}
a.Logout
{
    color: #f8fbfe;
}
#lblUserName
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    max-width: 200px;
}
#LoginLogoutWrapper
{
    position: relative;            
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; 
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}
#LogoContainer
{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
#UserImageContainer
{
    max-width: 48px !important;
    display: inline-block;
    padding-left: 0px;
    padding-right: 5px;
}
#UserImageContainer #btnLoggedInUser, #ImgLoggedInUser
{
    border-radius: 50%;
}
#UserImageContainer Button
{
    box-shadow: none;
}
#LoginLogoutWrapper .dropdown-menu:after
{
    content: none;
}
@media only screen and (max-width: 767px)
{
    #LogoContainer, #LogoContainer img, #UserImageContainer .btnLoggedInUser, #ImgLoggedInUser
    {
        height: 25px !important;
        max-width: 101px !important;
    }
}
#LogoContainer, #LogoContainer img, #UserImageContainer .btnLoggedInUser, #ImgLoggedInUser
{
    height: 35px;
    max-width: 170px;
}

.dropdown-StoreName
{   
    display: block;
    padding: 0 1.25rem;
    margin-bottom: 0;
    font-size: 0.7rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-UserName
{
    display: block;
    padding: .5rem 1.25rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}


.CheckboxLabel > input[type=checkbox]
{
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.ContainerFilterPopup
{
    min-width: 200px;
}

.ContainerFilterPopupUL
{
    list-style: none;
    padding: 0;
    max-height: 300px;
    overflow-y: auto;
}

.FilterPopupUL
{
    list-style: none;
    padding: 0;
}

.ContainerFilterPopupUL Label, .FilterPopupUL Label
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
   
    margin-bottom: 0;
}

.btn-circle
{
    width: 25px;
    height: 25px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    right: 46%;
}

.SearchIcon
{
	position: absolute;
    right: 7px;
    top: 3px;
    display: block;
    font-size: 19px;
    z-index: 10;
    color: rgb(117, 117, 117) !important;
}


.LeftPanel
{
    width: 100%;
    display: none;
}

.RightPanel
{
    width: 100%;
}

/*#LeftPanelBar
{
    padding-left: 15px;
    padding-top: 10px;
}*/

@media only screen and (min-width: 767px)
{
    /*#LeftPanelBar,*/ .LeftPanelOpener, .closeleftpanel, .closeleftpanel1
    {
        display: none;
    }
    .LeftPanel
    {
        width: 200px;
        float: left;
        display: block;
    }
    .RightPanel
    {
        width: calc(100% - 200px);
        float: left;
    }
}

@media only screen and (min-width: 1200px)
{
    .LeftPanel
    {
        width: 270px;
    }
    .RightPanel
    {
        width: calc(100% - 270px);
    }
}

/*@media only screen and (min-width: 1024px)
{
    #LeftPanelBar, .closeleftpanel, .closeleftpanel1
    {
        display: none;
    }
    .LeftPanel
    {
        width: 200px;
        float: left;
        display: block;
    }
}

@media only screen and (min-width: 1024px)
{
    .LeftPanel
    {
        width: 400px;
    }
}

#LeftPanelBar
{
    padding-left: 15px;
    padding-top: 10px;
}
#LeftPanelBar i
{
    font-size: 30px;
}*/

@media only screen and (max-width: 767px)
{
    .showleftpanel
    {
        display: block;
        background-color: whitesmoke;
        position: fixed;
        top: 0px;
        left: -265px;
        z-index: 10;
        width: 70%;
        height: 100%;
        max-width: 265px;
        transition: left 0.5s;
    }
    .showleftpanel-open
    {
        left: 0px;
    }
}

.closeleftpanel
{
    color: black;
    position: absolute;
    right: 9px;
    font-size: 20px;
    top: 14px;
    z-index: 9999;
}
.closeleftpanel1
{
    color: black;
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 13px;
    z-index: 9999;
}

/*@media only screen and (max-width: 1023px)
{
    .showleftpanel
    {
        display: block;
        background-color: whitesmoke;
        position: fixed;
        top: 0px;
        left: -320px;
        z-index: 9999;
        width: 320px;
        height: 100%;
        max-width: 320px;
        transition: left 0.5s;
    }
    .showleftpanel-open
    {
        left: 0px;
    }
}
.closeleftpanel1
{
    color: black;
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 13px;
    z-index: 9999;
}*/
.TermsCDIndicator
{
    
}
.CashTermsCD,.CODTermsCD
{
    color:Red;
}
.CreditTermsCD
{
    color:Green;
}
.DummyInputForAutoFill
{
    position:absolute;
    left:-1px;
    right:-1px;
    height:0px;
    width:0px;
    opacity:0;
}

/*---------------------------Tree Views start----------------------*/

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 1;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 1;
    margin-top: 20px;
}
ul.timeline > li > div.timeline-panel:before
{
    content: " ";
    height: 0;
    position: absolute;
    top: 15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;    
}

ul.timeline > li > div.timeline-panel:after
{
    position: absolute;
    top: 16px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
    z-index: 2;
}

div.timeline-panel .ObjectImg-card
{
    border:none;
}

#ddApplicationLanguage .dropdown-submenu 
{
    position:relative;
}
#ddApplicationLanguage .dropdown-submenu>.dropdown-menu 
{
   top:30px;
   left:100%;   
   -webkit-border-radius:0 6px 6px 6px;
   -moz-border-radius:0 6px 6px 6px;
   border-radius:0 6px 6px 6px;
} 
  
#ddApplicationLanguage  .dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}

#ddApplicationLanguage .dropdown-menu > li
{
  text-decoration: none;
}  
.language-dropdown-item
{
    display: block;
    padding: .5rem 1.25rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}
#ddApplicationLanguage
{
    z-index:1001;
    right:100%;
    left:auto;   
    top: -9px;
    border-radius: 6px 0px 6px 6px;
}
.btnLanguageSelector
{
    border:0;
    background-color:transparent;
    color:#6c757d
}
.btnLanguageSelector:hover,.language-dropdown-item:hover
{
    color:#3d92ec !important;
}
.dropdown-submenu:hover>ul.dropdown-menu 
{
    display: block;
}

#btnLoginUserDropDown
{
    color: #fff;
    font-size: x-small;
    padding-left: 3px !important;
    padding-right: 3px !important;
}
.LoggedUserText
{
    padding: 4px 10px;
    background: purple;
    color: white;
    border-radius: 18px;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
}

.ErrorMenuButton:after
{
    font-family: FontAwesome;    
    display: inline-block;
    content: "\f111";
    color:#dc3545 !important;
    padding-right:5px;
    float:right;
}
.HDAppBoardSubButton.selected >.ErrorMenuButton:after
{
    color:#fff !important;
}

.HDLabelName
{
    font-size: 10px;
	left: 0;
	padding-bottom: 0px;
	margin-bottom:0px;
	color: #777;
}

.HDLabelValue
{
    color: #000000;
	font-size: 12px;
	margin-bottom: 15px;
	word-break: break-word;
}

.hd-signbox-inactive
{
	pointer-events:none;
}



.hd-img-pop-title
{
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #348cd4;
    color: white;
}
.modal
{
    overflow-y: auto;
}

/* ---------------- Image Zoom  ----------------------*/

.hd-image-modal 
{
  position: fixed;
  z-index: 200001;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.hd-image-modal-content
{
  margin: auto;
  display: block;
  width: 50%;
  max-width: 1200px;
}

.hd-image-modal-closebtn
{
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor:pointer;
}
.ColorPicker input
{
    width: 100%;
    height: 50px;
    background-color: #fff;
}
.ColorPicker label
{
    font-size: 10px;
    color: #777;
    margin-bottom: 4px;
}
@media only screen and (max-width: 1200px)
{
  .hd-image-modal-content
  {
    width: 100%;
  }
}

.GunAppWindowTitle
{
    text-align: center;
    font-size: 1.4rem;
    color: #3b8fd5;
    padding: 15px 0px;
    font-weight: bold;
}

.setting-btn
{
    font-size: 12px;
    color: #000000;
    background-color:Transparent;
    border:none;
    outline:2px solid Transparent;
    cursor:pointer;    
}

.setting-btn:active, .setting-btn:focus
/*, .setting-btn:hover*/
{
    outline-color: var(--outlinefocuscolor);
    border-radius: 3px;
}

.setting-btn i
{
    background: #348cd4;
    padding: 16px 10px;
    font-size: 20px;
    color: white;
    border-radius: 100%;
    margin-bottom: 8px;
    width: 52px;
    height: 52px;
}

.hd-report-results .HeaderStyle
{
	background-color: #14184a !important;
	color: #dfdfdf;
	position: sticky;
	top: 0px;
	font-weight: bold;
    padding-left: 15px;
}

.hd-report-results .ItemStyle
{
	background-color: #ffffff;
}
.hd-report-results .AlternateItemStyle
{
	background-color: #F0F0F0;
}
.LocationSuggestionIndex1
{
    color:#009688;
}
.LocationSuggestionIndex2
{
    color:#8BC34A;
}
.LocationSuggestionIndex999
{
    color:#000;
}
.LocationSuggestionError
{
    color:#ff0000;
}
/* Set dropdown height to match with the Textboxes and Autocompletes*/

.hd-TimePicker select
{
    height:18px !important;
}

.HDFilterPopupCircleIcon
{
    margin-left: 13px !important;
    margin-right: 5px !important;
    color: #eeeeee !important;
    font-size: 11px !important;
}

.HDFilterPopupCircleIcon:hover
{
    color: #007BFF !important;
}

.UseFlatPackage,.UseMainPackage
{
    cursor:pointer;
    font-size:20px;
}

.UseFlatPackage
{
    color:#9e9e9e !important;
}

.UseMainPackage
{
    color:#ff5722 !important;
}

.ArchiveItemStyle
{
    background-color:#eee !important;
}
.ArchiveAlternateItemStyle
{
    background-color:#eee !important;
}

.HDDateTimeRangePickerContainer
{
    margin-bottom: 10px;
    min-width:450px;
}


.ExcelPreview
{
    overflow-x: auto;
    overflow-y: auto;
    max-height: 250px;
}

.ExcelPreviewDivTable
{
    border-collapse: collapse;
    width: max-content;
    min-width: 100%;
}

.ExcelPreviewDivNumberHeader
{
    background-color: #f8f9fa;
    font-size: .8em;
}

.ExcelPreviewDivKeyHeader
{
    background-color: White;
    font-weight: bold;
    text-align: center;
    font-size: .8em;
}

.ExcelPreviewDivValue
{
    background-color: White;
}

@media (max-width: 767px)
{
    .HDDateTimeRangePickerContainer
    {
        margin-bottom: 0px;
        min-width:250px;
        padding:0px;
    }   
}
.hd-flex-container-wrap
{
	display:flex;
	flex-wrap: wrap;
}
.hd-flex-container-wrap.text-right 
{
    justify-content: end;
}