﻿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;
}
.hd-flex-container-wrap
{
	display:flex;
	flex-wrap: wrap;
}

.hd-flex-container.text-right {
    justify-content: end;
}

.hd-flex-container-wrap.text-right {
    justify-content: end;
}

/**** Details Window ****/

/*.hd-collapsible::before
{
    sscontent: "\f06e";
    font-family: "Font Awesome 5 Free";
    zzcolor: #348cd4 !important;
    ssdisplay: inline-block;
    font-weight: bold;
    font-size: 15px;
}

.hd-collapsible.open::before
{
    content: "\f070";
    color: #b3b3b3 !important;
}

.hd-collapsible.closed::before
{
    content: "\f06e";
    color: #348cd4 !important;
}*/

.hd-collapsible-content
{
	padding-left:5px;
}

.hd-close-panel.panel-btn
{
    font-size: 0.9em;
    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;
}

.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-label
{
    padding-right: 0;
    margin-bottom: 0;
    align-self: center;
    vertical-align: middle;
    font-size: 13px;
    color: Black;
    letter-spacing: .4px;
}
.hd-form-label-value
{
    padding-right: 0;
    margin-bottom: 0;
    align-self: center;
    vertical-align: middle;
    font-size: 13px;
    color: #565656;
}
.hd-form-span
{
    font-size: 12px;
    padding-right: 0;
    margin-bottom: 0;
    align-self: center;
    vertical-align: middle;
}

.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;
}
@media (min-width: 575px)
{
    .hd-cardview-item
    {
        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;
}
.hd-cardview-item .fa
{
    padding-right: 3px;
}
.hd-card-label
{
    color: #6c757d !important;
    font-size: 75%;
}
.hd-card
{
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.29), 0 2px 2px rgba(0,0,0,0.43);
    transition: 0.3s;
}

.hd-card-block
{
    padding: 15px;
}

.HDToolbar
{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #284255;
    color: #f8fbfe;
}

.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;
}
.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;
}

.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;
}

.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;
    overflow: auto;
}

#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%;
}
.HDDateTimeRangePickerContainer
{
    margin-bottom: 10px;
    min-width:450px;
}
@media (max-width: 767px)
{
    .HDDateTimeRangePickerContainer
    {
        margin-bottom: 0px;
        min-width:250px;
        padding:0px;
    }   
}
@media only screen and (min-width: 768px)
{
    #HDAppBoard
    {
        height: calc(100vh - 88px);
        min-height: calc(100vh - 88px);
        max-height: calc(100vh - 88px);
    }

    #HDAppBoard.Unpinned
    {
        height: calc(100vh - 37px);
        min-height: calc(100vh - 37px);
        max-height: calc(100vh - 37px);
    }

    /*#MainAppContainerDiv, #MainApplicationClientArea
                                        {
                                            height: calc(100vh - 44px);
                                            min-height: calc(100vh - 44px);
                                            max-height: calc(100vh - 44px);
                                        }*/

    #MainAppContainerDiv
    {
        width: calc(100% - 170px);
        min-width: calc(100% - 170px);
        max-width: calc(100% - 170px);
    }
}
.form-link
{
    color: #0000ff;
}
.btn-white-space
{
    white-space: normal;
}
@media (min-width: 1200px)
{
    .item-right-container
    {
        margin-right: -30px;
    }
}
.item-left-container
{
    margin-right: -30px;
}
.item-picture
{
    margin-right: -30px;
}
@media (min-width:768px)
{
    .item-left-container
    {
        margin-right: -20px;
    }
    .item-picture
    {
        margin-right: -20px;
    }
}
@media (min-width:768px) and (max-width:1199px)
{
    .item-left-container
    {
        margin-right: -30px !important;
    }
}

#txtBarcode
{
    min-width: 55px;
}
@media (min-width: 576px) and (max-width: 767px)
{
    #btnAddItemPrice
    {
        margin-top: 28%;
    }
}
@media (min-width: 1200px)
{
    .item-price-container
    {
        margin-left: -6%;
    }
}
@media (min-width: 992px) and (max-width: 1199px)
{
    .item-price-container
    {
        margin-left: -8%;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .item-price-container
    {
        margin-left: -1%;
    }
}
@media (min-width: 576px) and (max-width: 767px)
{
    .item-price-container
    {
        margin-left: -2%;
    }

}
@media (min-width: 401px) and (max-width: 575px)
{
    .item-price-container
    {
        margin-left: -3%;
    }
}
@media (max-width: 400px)
{
    .item-price-container
    {
        margin-left: -4%;
    }
}
.item-attribute-textbox
{
    max-width: 90px;
}

.fill
{
    min-height: -webkit-fill-available;
    height: -webkit-fill-available;
}

.LeftPanel, .RightPanel
{
    width: 100%;
}
@media only screen and (min-width: 992px)
{
    .LeftPanel
    {
        width: 270px;
        float: left;
    }
    .RightPanel
    {
        width: calc(100% - 270px);
        float: left;
        border-left: solid 5px white;
    }
}

.ui-autocomplete
{
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 300px;
}

.padding-bottom-5
{
    padding-bottom: 5px;
}

ul.ui-autocomplete
{
    z-index: 1100;
}

.btn-circle
{
    width: 25px;
    height: 25px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    right: 46%;
}
.AssignEmployeeHeaderRow
{
    height: 30px;
    background-color: #348cd4;
    color: #f8fbfe;
}
.AssignEmployeeHeaderColumn
{
    padding-left: 3px !important;
}
.ui-autocomplete.ui-widget
{
    font-family: inherit !important;
    font-size: 12px !important;
}

.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;
}

.ui-datepicker
{
    z-index: 99999 !important;
}

.btn-transparent
{
    background-color: transparent !important;
}

.ListSortBoxBtn
{
    background-color: transparent;
}


.ListSortBoxBtn .fa
{
    color: Gray;
}

Label.dropdown-item
{
    padding: 5px;
    justify-content: normal !important;
}
#LoginLogoutBar
{
    text-align: right;
}
#BuildDateHolder
{
    font-size: 65%;
    font-weight: normal;
}

.EmployeeFilterPopup
{
    min-width: 200px;
}

.EmployeeFilterPopupUL
{
    list-style: none;
    padding: 0;
    max-height: 300px;
    overflow-y: scroll;
}
.TaskBoardFilterPopupUL
{
    list-style: none;
    padding: 0;
    max-height: 300px;
    overflow-y: scroll;
}
.FilterPopupUL
{
    list-style: none;
    padding: 0;
}

.EmployeeFilterPopupUL Label, .FilterPopupUL Label,.TaskBoardFilterPopupUL Label
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}

.CheckboxLabel > input[type=checkbox]
{
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.SearchIconButton
{
}
#CommonListViewChoices i
{
    padding: 5px;
    --color: #348cd4;
    color: black;
    cursor: pointer;
}
#CommonListViewChoices
{
    font-size: 17px;
    display: inline-block;
    width: 100%;
    background-color: #284255;
}

#CommonListViewChoicesInner
{
    margin: 5px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0px 10px;
}
#HDAppBoardWrapper
{
    background: #284255;
    width: 170px;
}
.card-text
{
    font-size: 85%;
}
.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;
}

/** Help Dialog Start **/

#HelpDialog .USTask
{
    margin: 10px;
    display: block;
    padding: .75em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
#HelpDialog .STaskLine
{
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
    margin: 10px;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    position: relative;
}
#HelpDialog .STaskLine i
{
    position: absolute;
    right: 5px;
    top: -4px;
}

#HelpDialog .STask
{
    font-size: 75%;
    font-weight: 700;
    text-align: left;
    padding: .6rem;
    white-space: nowrap;
}
#HelpDialog .STaskIcon, #HelpDialog .Dot
{
    display: inline-block;
    margin-right: 8px;
}
#HelpDialog .STaskIcon
{
    font-size: 1rem;
}
#HelpDialog .Dot
{
    height: 16px;
    width: 16px;
    border-radius: 10rem;
}

/** Help Dialog End **/


.dropdown-item
{
    font-size: 13px;
    padding: 7px 5px 7px 10px;
}

.dropdown-menu
{
    padding: 0px;
}

.search-combobox
{
    border: 1px solid #CBD5DD;
    font-size: 11px !important;
    height: 25px;
    width: 100%;
}

.combobox
{
    border: 1px solid #CBD5DD;
    font-size: 11px !important;
    width: 100%;
    outline-style: none;
    height: 34px;
    position: absolute;
    top: 13px;
    padding-right: 5px;
    padding-left: 5px;
}


.combobox:focus
{
    border-left: 1px solid #348cd4;
    border-right: 1px solid #348cd4;
}
.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%;
}

#ApplicationWindowTitleText, #TitleBarBackButton
{
    padding-top: 7px !important;
}
/*-------------------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: 55px;
    height: 2px;
    background-color: #007bff;
    position: absolute;
    top: 41px;
    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-----------------*/
.opt_Product
{
    color: green;
}
.opt_Skill,.opt_WorkflowStatus
{
    color: #d39e00;
}
.SearchIcon
{
    position: absolute;
    right: 7px;
    top: 3px;
    display: block;
    font-size: 16px;
    z-index: 10;
    color: rgb(117, 117, 117) !important;
}


/*Tree View related*/

.LeftPanel
{
    width: 100%;
    display: none;
}
.RightPanel
{
    width: 100%;
}
#LeftPanelBar
{
    padding-left: 15px;
    padding-top: 10px;
}

@media only screen and (min-width: 767px)
{
    #LeftPanelBar, .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);
    }
}

#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: 9999;
        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;
}

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;
}
.ColorPicker input
{
    width: 100%;
    height: 50px;
    background-color: #fff;
}
.ColorPicker label
{
    font-size: 10px;
    color: #777;
    margin-bottom: 4px;
}
.CategoryTreeView
{
    margin: 11px;
    padding: 10px;
    height: calc(100vh - 20px);
    min-height: calc(100vh - 20px);
    max-height: calc(100vh - 20px);
    overflow: auto;
}


.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;
}
@media only screen and (min-width: 767px)
{
    .CategoryTreeView
    {
        margin: 5px;
        padding: 10px;
        height: calc(100vh - 88px);
        min-height: calc(100vh - 62px);
        max-height: calc(100vh - 88px);
        overflow: auto;
    }
}
.card-view-row .IsObsolete
{
    background-color: rgba(217, 218, 218, 0.5) !important;
    opacity: 0.75;
}


#EmployeeListAccordion .card-header .btnCollapse.collapsed:before
{
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    float: right;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#EmployeeListAccordion .card-header .btnCollapse:before
{
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    float: right;
    transition: all 300ms;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.PriceChange
{
    color: Red;
    font-weight: bold;
}


/*-----Logo and UserImage and Logout  DropDown--*/
.WindowLogoutBar div.row
{
    padding-top: 3px;
    padding-bottom: 3px;
}
.TopMostContainer
{
    margin-top: 60px;
}
#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;
    border-radius: 6px;
    padding: 3px 6px;
}
#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 Button, #UserImageContainer img
{
    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 Button, #UserImageContainer img
    {
        height: 25px !important;
        max-width: 101px !important;
    }
}
#LogoContainer, #LogoContainer img, #UserImageContainer Button, #UserImageContainer img
{
    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;
}

.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;
}

.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: 150px;
        display: inline-block;
    }
}
#MainApplicationTitleBar td
{
    padding: 0px;
}

/*---------- HDFilterPopup start----------------*/
.HDFilterPopup
{
    min-width: 200px;
}

.ListSortBoxBtn
{
    background-color: transparent;
}

.ListSortBoxBtn .fa, .ListSortBoxBtn .fa-solid
{
    color: Gray;
    font-size: 24px;
}

.ListSortBoxBtn .fa
{
    color: Gray;
}
.HDFilterPopupUL
{
    list-style: none;
    padding: 0;
    max-height: 300px;
    overflow-y: scroll;
}

.HDFilterPopupUL Label
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}

.HDCheckboxLabel > input[type=checkbox]
{
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.no-box-shadow, .no-box-shadow:focus, .no-box-shadow:hover
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.TaskCommentCard .hd-card-view-options
{
    text-align: left !important;
    border-top: none !important;
    padding-top: 0px;
}

.TaskCommentCard .hd-cardview-item
{
    border-radius: 8px;
    border: 1px solid #eee;
}
.comment-box-input
{
    background: #fff !important;
    box-sizing: content-box;
    margin: 3px;
    min-height: 20px;
    resize: none;
    border: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 1em;
    padding: 3px;
}
.comment-box-input, .comment-box-input:active, .comment-box-input:focus, .comment-box-input:hover
{
}
.btn-save-task-comment
{
    font-weight: bold;
    color: #545b62;
    background-color: transparent;
}
.btn-save-task-comment:hover
{
    color: #212529;
}

.UserTextInitial
{
    display: inline;
    padding: 8px 8px;
    background: purple;
    color: white;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
}
.TaskCommentCardImage
{
    border-radius: 50%;
    border-style: none;
}

li.selected
{
    background-color: #1E90FF !important;
    color: #FFFFFF !important;
}

.hd-dragablelistbox
{
    height: 385.188px;
    overflow-y: auto;
    margin-bottom: 0;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.hd-sortable-li
{
    border: 1px solid #ced4da;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 2px;
    background-color: inherit;
}

.hd-sortable-li-placeholder
{
    border: 1px dashed #6c757d;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 2px;
    background-color: #fffa9069;
}

.ExcelPreview
{
    overflow-x: auto;
    overflow-y: auto;
    max-height: 250px;
}

.ExcelPreviewDivTable
{
    border-collapse: collapse;
    width: max-content;
    min-width: 100%;
}

.ExcelPreviewDivNumberHeader
{
    background-color: #f8f9fa;
}

.ExcelPreviewDivKeyHeader
{
    background-color: White;
    font-weight: bold;
    text-align: center;
}

.ExcelPreviewDivValue
{
    background-color: White;
}

.document-number
{
    font-weight: 600;
    color: #348cd4;
    letter-spacing: 0.06em;
    font-size: 15px;
}

.document-date
{
    color: #d2b28a;
    font-weight: 700;
    font-size: 16px;
}
.DetailsClose
{
    margin-left: auto !important;
    border: none;
    background-color: transparent;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    text-align: center;
    text-indent: 0px;
    text-transform: none;
    width: 50.3594px;
}
.DummyInputForAutoFill
{
    position: absolute;
    left: -1px;
    right: -1px;
    height: 0px;
    width: 0px;
    opacity: 0;
}
.StaticTextInput
{
    border: none !important;
    background-color: transparent !important;
    outline-style: none;
    box-shadow: none;
    padding: 0 !important;
}
.StaticTextInput:focus
{
    border: none !important;
    background-color: transparent !important;
    outline-style: none;
    box-shadow: none;
    padding: 0 !important;
}

.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;
}

.lblTempoTotalHoursValue
{
    font-weight: 700;
    color: #f44336;
}

.lblTempoTotalHoursLabel
{
    font-weight: 600;
    color: #3f9dff;
}

.GreenIcon
{
    color: #28a745 !important;
}

.ColumnViewHeaderText
{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ColumnViewHeaderText:hover
{
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
}

.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;
}

@media only screen and (max-width: 1200px)
{
    .hd-image-modal-content
    {
        width: 100%;
    }
}

.PasswordField_del
{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.HDFilterPopupUL.WithSearch
{
    list-style: none;
    padding: 0;
    max-height: calc(100vh - 215px);
    overflow-y: auto;
    margin-bottom: 0px;
    overflow-x: hidden;
}

@media screen and (min-height:450px) 
{
 .HDFilterPopupUL.WithSearch
 {
      max-height: 225px;
 }   
 .HDFilterPopupUL.WithSearch.ForSearch
 {
      max-height: 115px;
 }   
.hd-report-results .HeaderStyle
{
	background-color: #14184a !important;
	color: #dfdfdf;
	position: sticky;
	top: 0px;
}

.hd-report-results .ItemStyle
{
	background-color: #ffffff;
}
.hd-report-results .AlternateItemStyle
{
	background-color: #F0F0F0;
}
}

.filter-popup-searchbox
{
    width: 85%;
    margin-left: 10px;
    margin-bottom: 10px;
}

.filter-popup-search-clear-button
{
    margin-right: 20px;
    cursor:pointer;
}

.filter-popup-save-button
{
    cursor:pointer;
    margin-left: 15px;
    margin-top: 10px;
    color: #cdcdcd;
}

.filter-popup-restore-button
{
    cursor:pointer;
    margin-left: 10px;
    margin-top: 10px;
    color: #cdcdcd;
}

.filter-popup-save-button.local
{
    color: #facbc3 !important;
}

.filter-popup-badge-local-selection
{
    background-color: #f7ab9e !important;
}

.filter-popup-save-button.admin
{
    color: #e5b4f5 !important;
}

.filter-popup-badge-admin-selection
{
    background-color: #d68aef !important;
}
.modal-footer
{
    display: inline !important;
}
