body {

    width:99%;
}

/* Fix Syncfusion e-outline top border extending past the box */
.e-float-input.e-outline,
.e-float-input.e-control-wrapper.e-outline {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

#close_po_btn {
    float:right;
    margin:10px;
}

#add_po_btn {
    margin:10px;
}

#notecontentssm {
    background:#ffffff;
    margin:0 5px;
    padding:0 5px;
}

@media all and (max-width: 900px)  {

    body { width:100%; }


}
.hidden {
    display: none
}

.block-1 {border: black solid 1px}
div.message{
    background: transparent url(msg_arrow.gif) no-repeat scroll left center;
    padding-left: 7px;
}
div.error{
    background-color:#F3E6E6;
    border-color: #924949;
    border-style: solid solid solid solid;
    border-width: 2px;
    padding: 2px;
}
#messages{
    padding: 0 10px;
    margin: 1em 0;
    border: 1px solid #999;
}
.col1 {
    width:60px;
}
.col2 {
    width:160px;
}
.col3 {
    width:250px;
}
.col4 {
    width:90px;
}
.col5 {
    width:60px;
}
.col6 {
    width:60px;
}
.col7 {
    width:60px;
}
.col8 {
    width:60px;
}
.select2-close-mask{
    z-index: 2099!important;
}
.select2-dropdown{
    z-index: 3051!important;
}

.grand_total {
    text-align:right;
    font-size:16px;

}

.starthidden{
    display:none!important;
}

.alert {
    display:block;
    width:100%;
}

#uploadtoggle { display: none;}

.ui-jqgrid tr.jqfoot td{
 font-weight: bold;
}

.card-title {
    font-weight: bold;
}

.article-img{
    width:200px;
    margin:0 10px 10px 10px;
    float:left;
}

.modal-body {
    min-height:200px;
}

.bootstrap-duallistbox-container label{
	font-size:1.0em;
	padding:0;
	margin:0;
}


/* Syncfusion Grid Toolbar Buttons - All inherit global outlined style */
/* No specific styling needed - all buttons use global style */
.e-grid .e-gridheader .e-headercell {
    background-color: rgba(100, 134, 135, 0.1);
    border-color: rgb(100, 134, 135);
}

.e-grid .e-gridheader .e-headercell.e-sort {
    background-color: rgba(100, 134, 135, 0.15);
}

/* Syncfusion Grid Row Hover */
.e-grid .e-gridcontent .e-row:hover {
    background-color: rgba(100, 134, 135, 0.08);
}

/* Syncfusion Grid Selected Row */
.e-grid .e-gridcontent .e-row.e-selectionbackground {
    background-color: rgba(100, 134, 135, 0.2);
    border-color: rgb(100, 134, 135);
}

/* Syncfusion Grid Filter Icon Color */
.e-grid .e-filterbarcelldiv .e-filterinput,
.e-grid .e-filterbarcelldiv .e-filterbarcell::before {
    color: rgb(100, 134, 135);
}

/* Syncfusion Grid Grouping — Drop Area */
.e-grid .e-groupdroparea,
.e-grid .e-groupdroparea.e-grouped,
.e-grid .e-groupdroparea.e-hover {
    background-color: rgba(100, 134, 135, 0.12) !important;
    border-color: rgb(100, 134, 135) !important;
    color: rgb(100, 134, 135) !important;
}

/* Syncfusion Grid Grouping — Header Cell Chips */
.e-grid .e-groupdroparea .e-groupheadercell,
.e-grid .e-groupdroparea .e-groupheadercell:hover {
    background-color: rgb(100, 134, 135) !important;
    border-color: rgb(100, 134, 135) !important;
    color: #ffffff !important;
    border-radius: 12px;
}

.e-grid .e-groupdroparea .e-groupheadercell .e-grouptext,
.e-grid .e-groupdroparea .e-groupheadercell .e-icons,
.e-grid .e-groupdroparea .e-groupheadercell .e-groupsort,
.e-grid .e-groupdroparea .e-groupheadercell .e-ungroupbutton {
    color: #ffffff !important;
}

/* Syncfusion Grid Grouping — Caption Row */
.e-grid .e-groupcaption,
.e-grid td.e-groupcaption {
    background-color: rgba(100, 134, 135, 0.1) !important;
    color: #333333 !important;
}

/* Syncfusion Grid Grouping — Indent cells in grouped rows */
.e-grid .e-indentcell,
.e-grid .e-recordplusexpand,
.e-grid .e-recordpluscollapse {
    background-color: rgba(100, 134, 135, 0.05) !important;
}

/* Comprehensive Pager Styling for ALL Pages and Grids */

/* Generic pager link styling (Previous, Next, <<, >>) */
.e-pager-default .e-link,
.e-pagercontainer .e-link,
.e-link {
    color: #ffffff !important;
    background-color: rgb(100, 134, 135) !important;
    border-color: rgb(100, 134, 135) !important;
    border-radius: 4px;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    padding: 0 8px;
}

.e-pager-default .e-link:hover,
.e-pagercontainer .e-link:hover,
.e-link:hover {
    background-color: rgb(80, 110, 111) !important;
    color: #ffffff !important;
    border-color: rgb(80, 110, 111) !important;
}

/* Generic numeric item styling (1, 2, 3, etc.) */
.e-pager-default .e-numericitem,
.e-pagercontainer .e-numericitem,
.e-numericitem {
    color: #ffffff !important;
    background-color: rgb(100, 134, 135) !important;
    border-color: rgb(100, 134, 135) !important;
    border-radius: 4px;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    margin: 0 2px;
}

.e-pager-default .e-numericitem:hover,
.e-pagercontainer .e-numericitem:hover,
.e-numericitem:hover {
    background-color: rgb(80, 110, 111) !important;
    color: #ffffff !important;
    border-color: rgb(80, 110, 111) !important;
}

/* Active numeric item */
.e-pager-default .e-numericitem.e-active,
.e-pagercontainer .e-numericitem.e-active,
.e-numericitem.e-active {
    background-color: rgb(100, 134, 135) !important;
    color: #ffffff !important;
    border-color: rgb(100, 134, 135) !important;
    font-weight: bold;
}

/* Spacing elements */
.e-pager-default .e-spacing,
.e-pagercontainer .e-spacing,
.e-spacing {
    background-color: transparent;
    color: #333333;
}

/* Current item styling */
.e-pager-default .e-currentitem,
.e-pagercontainer .e-currentitem,
.e-currentitem {
    background-color: rgb(100, 134, 135) !important;
    color: #ffffff !important;
    border-color: rgb(100, 134, 135) !important;
    border-radius: 4px;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
}

/* Grid-specific pager overrides */
.e-grid .e-pagercontainer .e-pageritem.e-numericitem {
    background-color: rgb(100, 134, 135) !important;
    color: #ffffff !important;
    border-color: rgb(100, 134, 135) !important;
    border-radius: 4px;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
}

.e-grid .e-pagercontainer .e-pageritem.e-numericitem:hover {
    background-color: rgb(80, 110, 111) !important;
    color: #ffffff !important;
    border-color: rgb(80, 110, 111) !important;
}

.e-grid .e-pagercontainer .e-pageritem.e-numericitem.e-active {
    background-color: rgb(100, 134, 135) !important;
    color: #ffffff !important;
    border-color: rgb(100, 134, 135) !important;
    font-weight: bold;
}

.e-grid .e-pagercontainer .e-pageritem.e-link {
    color: #ffffff !important;
    background-color: rgb(100, 134, 135) !important;
    border-color: rgb(100, 134, 135) !important;
    border-radius: 4px;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.e-grid .e-pagercontainer .e-pageritem.e-link:hover {
    background-color: rgb(80, 110, 111) !important;
    color: #ffffff !important;
    border-color: rgb(80, 110, 111) !important;
}

/* Ensure all button text is white — exclude calendar buttons (Today, nav) */
button:not(.e-calendar button),
.e-btn:not(.e-calendar .e-btn),
.e-button:not(.e-calendar .e-button),
.btn,
a.btn {
    color: #ffffff !important;
}

button:hover:not(.e-calendar button),
.e-btn:hover:not(.e-calendar .e-btn),
.e-button:hover:not(.e-calendar .e-button),
.btn:hover,
a.btn:hover {
    color: #ffffff !important;
}

button:active:not(.e-calendar button),
.e-btn:active:not(.e-calendar .e-btn),
.e-button:active:not(.e-calendar .e-button),
.btn:active,
a.btn:active {
    color: #ffffff !important;
}

/* Syncfusion Calendar "Today" button styling */
.e-calendar .e-btn.e-today,
.e-calendar .e-footer-container .e-btn {
    color: rgb(100, 134, 135) !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 4px 8px !important;
    font-weight: 600 !important;
}
.e-calendar .e-btn.e-today:hover,
.e-calendar .e-footer-container .e-btn:hover {
    color: rgb(80, 110, 111) !important;
    background-color: rgba(100, 134, 135, 0.1) !important;
}

/* Global Syncfusion Button Styling - Outlined Style */
/* Exclude dialog close buttons, date picker/input component buttons, calendar navigation, and dropdown buttons */
.e-btn:not(.e-dlg-closeicon-btn):not(.e-spinner-button):not(.e-input-group-icon):not(.e-picker-button):not(.e-prev):not(.e-next):not(.e-month-picker):not(.e-year-picker):not(.e-decade-picker):not(.e-calendar .e-btn):not(.e-ddl-icon):not(.e-clear-icon):not(.e-multiselect .e-btn):not(.e-dropdownbase .e-btn),
.e-button:not(.e-dlg-closeicon-btn):not(.e-spinner-button):not(.e-input-group-icon):not(.e-picker-button):not(.e-prev):not(.e-next):not(.e-month-picker):not(.e-year-picker):not(.e-decade-picker):not(.e-calendar .e-btn):not(.e-ddl-icon):not(.e-clear-icon):not(.e-multiselect .e-btn):not(.e-dropdownbase .e-btn),
button:not(.e-dlg-closeicon-btn):not(.e-spinner-button):not(.e-input-group-icon):not(.e-picker-button):not(.e-prev):not(.e-next):not(.e-month-picker):not(.e-year-picker):not(.e-decade-picker):not(.e-calendar button):not(.e-ddl-icon):not(.e-clear-icon):not(.e-multiselect button):not(.e-dropdownbase button) {
    background-color: transparent !important;
    color: rgb(100, 134, 135) !important;
    border: 2px solid rgb(100, 134, 135) !important;
    border-radius: 20px !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
}

.e-btn:hover:not(.e-dlg-closeicon-btn):not(.e-spinner-button):not(.e-input-group-icon):not(.e-picker-button):not(.e-prev):not(.e-next):not(.e-month-picker):not(.e-year-picker):not(.e-decade-picker):not(.e-calendar .e-btn):not(.e-ddl-icon):not(.e-clear-icon):not(.e-multiselect .e-btn):not(.e-dropdownbase .e-btn),
.e-button:hover:not(.e-dlg-closeicon-btn):not(.e-spinner-button):not(.e-input-group-icon):not(.e-picker-button):not(.e-prev):not(.e-next):not(.e-month-picker):not(.e-year-picker):not(.e-decade-picker):not(.e-calendar .e-btn):not(.e-ddl-icon):not(.e-clear-icon):not(.e-multiselect .e-btn):not(.e-dropdownbase .e-btn),
button:hover:not(.e-dlg-closeicon-btn):not(.e-spinner-button):not(.e-input-group-icon):not(.e-picker-button):not(.e-prev):not(.e-next):not(.e-month-picker):not(.e-year-picker):not(.e-decade-picker):not(.e-calendar button):not(.e-ddl-icon):not(.e-clear-icon):not(.e-multiselect button):not(.e-dropdownbase button) {
    background-color: rgba(100, 134, 135, 0.1) !important;
    color: rgb(100, 134, 135) !important;
    border: 2px solid rgb(100, 134, 135) !important;
}

.e-btn:active:not(.e-dlg-closeicon-btn):not(.e-spinner-button):not(.e-input-group-icon):not(.e-picker-button):not(.e-prev):not(.e-next):not(.e-month-picker):not(.e-year-picker):not(.e-decade-picker):not(.e-calendar .e-btn):not(.e-ddl-icon):not(.e-clear-icon):not(.e-multiselect .e-btn):not(.e-dropdownbase .e-btn),
.e-button:active:not(.e-dlg-closeicon-btn):not(.e-spinner-button):not(.e-input-group-icon):not(.e-picker-button):not(.e-prev):not(.e-next):not(.e-month-picker):not(.e-year-picker):not(.e-decade-picker):not(.e-calendar .e-btn):not(.e-ddl-icon):not(.e-clear-icon):not(.e-multiselect .e-btn):not(.e-dropdownbase .e-btn),
button:active:not(.e-dlg-closeicon-btn):not(.e-spinner-button):not(.e-input-group-icon):not(.e-picker-button):not(.e-prev):not(.e-next):not(.e-month-picker):not(.e-year-picker):not(.e-decade-picker):not(.e-calendar button):not(.e-ddl-icon):not(.e-clear-icon):not(.e-multiselect button):not(.e-dropdownbase button) {
    background-color: rgba(100, 134, 135, 0.2) !important;
    color: rgb(100, 134, 135) !important;
    border: 2px solid rgb(100, 134, 135) !important;
}

/* Dialog close button uses default Syncfusion styling */
.e-dlg-closeicon-btn {
    background-color: unset !important;
    color: unset !important;
    border: unset !important;
    border-radius: unset !important;
    padding: unset !important;
}

/* Date picker and input component buttons use default Syncfusion styling */
.e-spinner-button,
.e-picker-button {
    background-color: unset !important;
    color: unset !important;
    border: unset !important;
    border-radius: unset !important;
    padding: unset !important;
}

/* Dropdown and MultiSelect component icons use default Syncfusion styling */
.e-ddl-icon,
.e-clear-icon,
.e-dropdownbase .e-input-group-icon,
.e-multiselect .e-input-group-icon,
.e-ddl .e-input-group-icon,
.e-dropdownlist .e-input-group-icon {
    background-color: transparent !important;
    color: #333333 !important;
    border: none !important;
}

/* Current day (today) styling in calendar with i-Trax colors - circular highlight */
.e-calendar .e-day.e-today {
    background-color: rgb(100, 134, 135) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Focused date styling in calendar with i-Trax colors - circular highlight */
.e-calendar .e-day.e-focused-date {
    background-color: rgba(100, 134, 135, 0.3) !important;
    color: rgb(100, 134, 135) !important;
    border: 2px solid rgb(100, 134, 135) !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Syncfusion toolbar button text color */
.e-toolbar button,
.e-toolbar .e-btn {
    color: rgb(100, 134, 135) !important;
}

/* Syncfusion Checkbox Theme Override */
/* Custom color: rgb(100, 134, 135) - i-Trax Primary */

/* Checked checkbox background color - all variants */
.e-checkbox input[type="checkbox"]:checked + .e-frame,
.e-checkbox-wrapper .e-frame.e-check,
.e-checkbox-wrapper .e-checkbox:checked + .e-frame,
.e-checkbox-wrapper input[type="checkbox"]:checked + .e-frame,
.e-checkbox-wrapper .e-ripple-container + .e-frame.e-check,
.e-css.e-checkbox-wrapper .e-frame.e-check,
.e-css.e-checkbox-wrapper input:checked + .e-frame,
.e-bigger .e-checkbox-wrapper .e-frame.e-check,
.e-small .e-checkbox-wrapper .e-frame.e-check,
.e-checkbox-wrapper.e-wrapper .e-frame.e-check {
    background-color: rgb(100, 134, 135) !important;
    border-color: rgb(100, 134, 135) !important;
}

/* Checked checkbox inner icon/checkmark color */
.e-checkbox input[type="checkbox"]:checked + .e-frame::after,
.e-checkbox-wrapper .e-frame.e-check::before,
.e-checkbox-wrapper .e-check .e-icons,
.e-checkbox-wrapper .e-frame.e-check .e-icons,
.e-css.e-checkbox-wrapper .e-frame.e-check::before,
.e-checkbox-wrapper .e-frame.e-check::before {
    color: #ffffff !important;
}

/* Focused checkbox outline color */
.e-checkbox input[type="checkbox"]:focus + .e-frame,
.e-checkbox-wrapper .e-checkbox:focus + .e-frame,
.e-checkbox-wrapper:focus .e-frame,
.e-checkbox-wrapper.e-focus .e-frame,
.e-checkbox-wrapper .e-ripple-container + .e-frame:focus {
    border-color: rgb(100, 134, 135) !important;
    box-shadow: 0 0 0 0.2rem rgba(100, 134, 135, 0.25) !important;
}

/* Hover state for checked checkbox */
.e-checkbox input[type="checkbox"]:checked:hover + .e-frame,
.e-checkbox-wrapper:hover .e-frame.e-check,
.e-checkbox-wrapper:hover input[type="checkbox"]:checked + .e-frame,
.e-css.e-checkbox-wrapper:hover .e-frame.e-check {
    background-color: rgb(80, 110, 111) !important;
    border-color: rgb(80, 110, 111) !important;
}

/* Disabled checked checkbox */
.e-checkbox input[type="checkbox"]:checked:disabled + .e-frame,
.e-checkbox-wrapper.e-disabled .e-frame.e-check {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

/* Ripple effect color */
.e-checkbox-wrapper .e-ripple-element {
    background-color: rgba(100, 134, 135, 0.3) !important;
}

a:link {
    color: #0a58ca!important;
}


.menuPink {
    Color:Pink;
}
.menuRed {
    Color:Red;
}
.menuYellowgreen {
    Color:yellowgreen;
}
.menuGreen {
    Color:Green;
}
.menuBlue {
    Color:Blue;
}
.menuPurple {
    Color:Purple;
}

.low-padding{
    padding:5px!important;
}
.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn {
    height: 22px;
    padding: 1px 4px;
    font-size: 12px;
    line-height: 1.5;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 15px;
    z-index: 1199;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: #ddd;
    color: black;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}
#myBtn:hover {
    background-color: #ccc;
}
.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 4px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    width: 8px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.font-awesome { font-family: FontAwesome; }

.e-checkbox-wrapper.e-success .e-frame.e-check,
.e-checkbox-wrapper.e-success .e-checkbox:focus + .e-frame.e-check { /* csslint allow: adjoining-classes */
    background-color: #689f38;
}

.e-checkbox-wrapper.e-success:hover .e-frame.e-check { /* csslint allow: adjoining-classes */
    background-color: #449d44;
}

.e-checkbox-hidden .e-checkbox-wrapper {
    visibility: hidden;
}

.e-treeview .e-list-item.e-active>.e-fullrow {
    background-color: #eee;
    border-color: #eee;
}

/* CSS */
#accordion .e-acrdn-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden; /* avoids visual gaps when header has children */
}

/* ensure the rounded corners persist when the first item is expanded */
#accordion .e-acrdn-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#accordion .e-acrdn-panel {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden; /* avoids visual gaps when header has children */
}

/* Widget Radio Toggle Button Styling - used across all widgets */
.widget-radio-toggle {
    display: inline-flex !important;
    flex-wrap: wrap;
    gap: 0 !important;
    margin-bottom: 15px;
    margin-right: 10px;
}

.widget-radio-toggle .e-radio-wrapper {
    margin: 0 !important;
}

/* Hide the actual radio circle */
.widget-radio-toggle .e-radio + label::before,
.widget-radio-toggle .e-radio + label::after {
    display: none !important;
}

/* Style the label as rectangular segmented tabs */
.widget-radio-toggle .e-radio + label {
    padding: 6px 12px 6px 8px !important;
    margin: 0 !important;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #cccccc;
    border-right: none;
    border-radius: 0;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

/* First tab - rounded left corners */
.widget-radio-toggle .e-radio-wrapper:first-child .e-radio + label {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* Last tab - rounded right corners and right border */
.widget-radio-toggle .e-radio-wrapper:last-child .e-radio + label {
    border-right: 1px solid #cccccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Hover state */
.widget-radio-toggle .e-radio + label:hover {
    background-color: #f5f5f5;
}

/* Checked/Active state - teal/slate background */
.widget-radio-toggle .e-radio:checked + label {
    background-color: #5a7c8c !important;
    color: #ffffff !important;
    border-color: #5a7c8c !important;
}

.widget-radio-toggle .e-radio:checked + label .e-label {
    color: #ffffff !important;
}

/* Badge styling within radio toggle */
.widget-radio-toggle .e-badge {
    background-color: #5a7c8c;
    color: #ffffff;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
}

.widget-radio-toggle .e-radio:checked + label .e-badge {
    background-color: #ffffff;
    color: #5a7c8c;
}

/* Status Count Badge - circular badge to the LEFT of status label */
.status-count-badge {
    background-color: #5a7c8c;
    color: #ffffff;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
}

/* When radio is checked, badge inverts */
.widget-radio-toggle .e-radio:checked + label .status-count-badge {
    background-color: #ffffff;
    color: #5a7c8c;
}

/* Widget Button Group Styling - used in claims status widgets */
.widget-btn-group.e-btn-group {
    margin: 20px 5px 20px 20px;
}

/* Widget Accordion Header Styling - used in reports and other widgets */
.e-accordion .e-acrdn-item.e-select > .e-acrdn-header {
    background: #648687 !important;
    justify-content: center;
}

.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon .e-icons {
    color: white;
}

.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state .e-acrdn-header-content,
.e-accordion .e-acrdn-item.e-select.e-expand-state .e-acrdn-header-content {
    color: white !important;
}

.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content {
    color: white !important;
}

/* Phone Group Styling - used in project, newclient, and other pages */
.phone-group {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.phone-group input,
.phone-group select {
    display: block !important;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    background-color: white;
    box-sizing: border-box;
}

.phone-group select {
    cursor: pointer;
}

.phone-group .e-input-group {
    display: flex;
    align-items: center;
}

.phone-group .e-input-group .e-input-group-icon {
    padding: 6px 8px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.phone-group .e-input-group input {
    border-radius: 0 4px 4px 0;
}

.phone-group button {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.phone-group .btn-phone-add,
.phone-group .btn-add {
    background-color: transparent;
    border: 2px solid rgb(100, 134, 135);
    color: rgb(100, 134, 135);
}

.phone-group .btn-phone-add:hover,
.phone-group .btn-add:hover {
    background-color: rgb(100, 134, 135);
    color: #fff;
}

.phone-group .btn-phone-remove,
.phone-group .btn-remove {
    background-color: transparent;
    border: 2px solid #c0392b;
    color: #c0392b;
}

.phone-group .btn-phone-remove:hover,
.phone-group .btn-remove:hover {
    background-color: #c0392b;
    color: #fff;
}

/* Responsive phone group */
@media (max-width: 768px) {
    .phone-group {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .phone-group .e-input-group,
    .phone-group input[placeholder="Contact"] {
        grid-column: span 1;
    }

    .phone-group button {
        grid-column: span 2;
        justify-self: end;
    }
}

/* Equipment Summary Card Styling */
.equipment-summary-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    overflow: hidden;
}

.equipment-summary-header {
    background: linear-gradient(135deg, #5a7c8c 0%, #4a6c7c 100%);
    color: #ffffff;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.equipment-summary-header i {
    font-size: 16px;
}

.equipment-summary-table-header {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    padding: 10px 16px;
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    font-size: 12px;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.equipment-summary-body {
    max-height: 300px;
    overflow-y: auto;
}

.equipment-summary-row {
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    padding: 8px 16px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    transition: background-color 0.15s ease;
}

.equipment-summary-row:hover {
    background-color: #f8f9fa;
}

.equipment-summary-row:last-child {
    border-bottom: none;
}

.eq-col-location {
    color: #333;
}

.eq-col-type {
    color: #5a7c8c;
    font-weight: 500;
}

.eq-col-count {
    text-align: right;
    font-weight: 600;
    color: #333;
}

.equipment-summary-subtotal {
    display: flex;
    justify-content: flex-end;
    padding: 8px 16px;
    background-color: #e9ecef;
    border-bottom: 1px solid #dee2e6;
    font-size: 12px;
    font-weight: 600;
    color: #495057;
}

.equipment-summary-footer {
    background: linear-gradient(135deg, #5a7c8c 0%, #4a6c7c 100%);
    color: #ffffff;
    padding: 12px 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.equipment-summary-footer i {
    font-size: 14px;
}

.equipment-summary-footer strong {
    font-size: 16px;
    margin-left: 4px;
}

/* Admin Breadcrumb Styles */
.admin-breadcrumb {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 8px;
    padding: 12px 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    border: 1px solid #dee2e6;
}

.admin-breadcrumb .breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.admin-breadcrumb .breadcrumb-item {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.admin-breadcrumb .breadcrumb-item a {
    color: #495057;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.admin-breadcrumb .breadcrumb-item a:hover {
    color: #0d6efd;
}

.admin-breadcrumb .breadcrumb-item a i {
    font-size: 14px;
    color: #6c757d;
}

.admin-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    font-size: 16px;
    color: #adb5bd;
    padding: 0 10px;
    font-weight: 400;
}

.admin-breadcrumb .breadcrumb-item.active {
    color: #212529;
    font-weight: 600;
}

/* YoY Trend Indicator Icons — Claims Widget */
.trend-up {
    color: #27ae60 !important;
    font-size: 10px !important;
    margin-left: 4px !important;
}
.trend-down {
    color: #c0392b !important;
    font-size: 10px !important;
    margin-left: 4px !important;
}
.trend-flat {
    color: #999999 !important;
    font-size: 10px !important;
    margin-left: 4px !important;
}

/* ============================================================
   Dashboard Widget Header & Panel Styles
   ============================================================ */
.widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px;
    background-color: rgb(100, 134, 135);
    color: #ffffff;
    border-radius: 6px 6px 0 0;
    line-height: 1;
    min-height: 28px;
}

.widget-header-title {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-header-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.widget-header-icons i {
    color: #ffffff !important;
    font-size: 11px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.widget-header-icons i:hover {
    opacity: 1;
    transform: scale(1.15);
}

.widget-header-icons i.fa-spin {
    opacity: 1;
}

.widget-body {
    padding: 4px 9px 0;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-bottom-width: 2px;
    border-radius: 0 0 6px 6px;
}

.e-panel-container {
    margin-bottom: 16px;
}

.e-panel {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* ===== Syncfusion Material theme overrides — theme teal ===== */

.e-float-input.e-input-focus .e-float-text,
.e-float-input.e-input-focus label.e-float-text,
.e-input-group.e-input-focus .e-float-text,
.e-input-group.e-input-focus label.e-float-text,
.e-float-input:not(.e-error) input:focus ~ label.e-float-text {
    color: rgb(100, 134, 135) !important;
}

.e-float-input.e-input-focus::after,
.e-float-input.e-input-focus::before,
.e-input-group.e-input-focus::after,
.e-input-group.e-input-focus::before {
    background: rgb(100, 134, 135) !important;
}

.e-checkbox-wrapper .e-frame.e-check,
.e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: rgb(100, 134, 135) !important;
    border-color: rgb(100, 134, 135) !important;
}

.e-radio:checked + .e-success::after,
.e-radio:checked + label::after {
    background-color: rgb(100, 134, 135) !important;
    border-color: rgb(100, 134, 135) !important;
}
.e-radio:checked + .e-success::before,
.e-radio:checked + label::before {
    border-color: rgb(100, 134, 135) !important;
}

/* Phase field validation */
.phase-field-error .e-float-text,
.phase-field-error label.e-float-text { color: #c0392b !important; }
.phase-field-warning .e-float-text,
.phase-field-warning label.e-float-text { color: #e8a317 !important; }

.margin-ok { color: #333; padding: 6px 0; font-size: 13px; }
.margin-warning { color: #e8a317 !important; font-weight: 600; padding: 6px 0; font-size: 13px; }
.margin-danger { color: #fff !important; background-color: #c0392b; padding: 4px 10px; border-radius: 4px; font-weight: 600; font-size: 13px; display: inline-block; }

.addnote { color: rgb(100, 134, 135); cursor: pointer; }
.addnote:hover { color: rgb(80, 110, 111); }
.viewnotes { cursor: pointer; }

/* ===== Project Page — Section Card Styling ===== */
.col-xs-12 > .card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    margin-bottom: 16px;
    overflow: hidden;
}
.col-xs-12 > .card > .card-title {
    background: #fafafa;
    border-bottom: 2px solid rgb(100, 134, 135);
    padding: 10px 16px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.col-xs-12 > .card > .card-title i.card-title {
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.col-xs-12 > .card > .card-body {
    padding: 16px;
    font-size: 13px;
    line-height: 1.6;
}

/* Phase fields container */
.prjfields {
    padding: 0;
}
.prjfields .form-group {
    margin-bottom: 8px;
}

/* =============================================
   Themed Syncfusion Checkbox — i-Trax Teal
   ============================================= */
.e-checkbox-itrax.e-checkbox-wrapper .e-frame.e-check,
.e-checkbox-itrax.e-checkbox-wrapper:hover .e-frame.e-check {
    background-color: rgb(100, 134, 135) !important;
    border-color: rgb(100, 134, 135) !important;
}
.e-checkbox-itrax.e-checkbox-wrapper .e-frame {
    border-color: rgb(100, 134, 135) !important;
}
.e-checkbox-itrax.e-checkbox-wrapper:hover .e-frame {
    border-color: rgb(80, 110, 111) !important;
}
.e-checkbox-itrax.e-checkbox-wrapper .e-ripple-element {
    background-color: rgba(100, 134, 135, 0.2) !important;
}

/* =============================================
   Themed Syncfusion RadioButton — i-Trax Teal
   ============================================= */
.e-radio-itrax.e-radio-wrapper .e-radio:checked + .e-label::after {
    background-color: rgb(100, 134, 135) !important;
    border-color: rgb(100, 134, 135) !important;
}
.e-radio-itrax.e-radio-wrapper .e-radio:checked + .e-label::before {
    border-color: rgb(100, 134, 135) !important;
}
.e-radio-itrax.e-radio-wrapper .e-radio + .e-label::before {
    border-color: rgb(100, 134, 135) !important;
}
.e-radio-itrax.e-radio-wrapper .e-ripple-element {
    background-color: rgba(100, 134, 135, 0.2) !important;
}
