a.iPortbutton {
    display: inline-block;
    padding: 0.3em 1.2em;
    margin: 0 0.1em 0.1em 0;
    border: 0.16em solid rgba(255, 255, 255, 0);
    border-radius: 1em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, 0.35);
    text-align: center;
    transition: all 0.2s;
}

a.iPortbutton:hover {
    border-color: rgba(255, 255, 255, 1);
}
.customersearch {
	margin-right: 75px;
	}
/* --- MOBILE MEDIA QUERY START --- */
@media all and (max-width:30em) {
    a.iPortbutton {
        display: block;
        margin: 0.2em auto;
    }

    /* mobileQuery is the class name of my mobile query */
    .mobileQuery {
        touch-action: auto !important;
    }

    .menuIndent {
        margin-left: 20px;
    }
}
/* --- MOBILE MEDIA QUERY END --- */

.menuIndent {
    margin-left: 20px;
}

/* UPDATED SELECTOR: 
   1. Finds the container anywhere (no parent restriction).
   2. Uses :not() to IGNORE the inner rows/headers so they don't get squeezed.
   3. Uses !important to override the inline style.
*/
div[id^="BAS_FRAME_main_SlipStatsContainer"]:not(.row):not(.container-fluid) {
    max-width: 1000px !important;
  border: 0.16em solid rgba(47, 191, 192, 0) !important;
  border-radius: 2em;
  margin-left: 8px !important;
}

.dockitcheckbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.dockitcheckbox > span {
    color: #34495E;
    padding: 0.5rem 0.25rem;
}

.dockitcheckbox > input {
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #34495E;
    border-radius: 4px;
    outline: none;
    transition-duration: 0.3s;
    background-color: #41B883;
    cursor: pointer;
}

.dockitcheckbox > input:checked {
    border: 1px solid #41B883;
    background-color: #34495E;
}

.dockitcheckbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #41B883;
    position: absolute;
    left: 0.7rem;
    top: 0.2rem;
}

.dockitcheckbox > input:active {
    border: 2px solid #34495E;
}

.no_h_scroll div.k-window-content {
    overflow-x: hidden !important;
}

.sep-min {
    border: none;
    margin-bottom: -25px;
    padding-top: 4px;
}

.k-grid-content {
    overflow-y: auto !important;
}

.action_fav {
    width: 100%;
    float: right;
}

.menuseparator {
    color: #4cafd6;
    margin-top: -26px;
    display: block;
    height: 29px;
}

.iPortBlue {
    color: #4cafd6;
    position: relative;
    top: -5px;
}

.iPortBlueDesktop {
    color: #4cafd6;
    position: relative;
    top: -8px;
}
.custom-dashboard-tile {
  background-color: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  border: 1px solid rgba(47, 191,192, 0.12) !important;
  cursor:pointer;
}
/* Remove the shadow on hover */
.custom-dashboard-tile:hover {
  box-shadow: none !important;
}
.k-button-solid-base.k-selected {
	color: #0D5477 !important;
}
.k-button-solid-base {
    border-color: #6c6c6c;
    color: #0D5477 !important;
    background-color: #d9ffff8f;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}

.max1000 {
max-width: 1000px !important;
    margin-right: auto !important; /* Pushes any extra empty space to the right */
    margin-left: 0 !important;     /* Forces the container to stay on the left */
    float: none !important;
}
.aw-checkbox-group {
    vertical-align: top;
    position: relative;
    bottom: 5px;
}

.aw-msgbox-msg {
    text-align: left;
    margin-top: 0px;
    line-height: 1.5;
    margin: 10px;
}

.menudropdownarrow {
    display: none;
}

.k-toolbar .k-button, .k-toolbar .k-button-group, .k-toolbar .k-separator, .k-toolbar .k-split-button, .k-toolbar .k-textbox, .k-toolbar .k-widget, .k-toolbar label {
    margin: 0 .2em;
    height:25px;
    vertical-align: bottom !important;
	border-radius:6px;
}

div.k-grid-footer, div.k-grid-header {
    padding-right: 0px !important;
}

/** Kanban styles                                                                                                                                                                                                                                                                                                                                                         

.ir-kanban-col-header {
    font-weight: bold;
    padding: 10px 8px 0px;
    color: #4cafd6 !important;
}

.ir-kanban-col-header-num-items {
    font-weight: 400;
    padding: 0px 8px 8px;
    color: #6b808c;
    font-size: 14px;
}

.ir-kanban-col-header-icon {
    position: absolute;
    top: 24px;
    right: 10px;
    opacity: 0.5;
}

.ir-kanban-column {
    position: relative;
    background-color: #f2f2f2;
    border: solid 1px rgb(201,201,201);
    border-radius: 3px;
}

.ir-kanban-col-element {
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 6px 8px 6px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(9,45,66,.25);
    margin-bottom: 8px;
    min-height: 20px;
}

.ir-kanban-priority-wrapper {
    overflow: auto;
    position: relative;
}

.ir-kanban-date {
    float: right;
    padding-bottom: 3px;
    font-size: 13px;
    color: #6b808c;
}

.ir-kanban-priority {
    float: left;
    height: 8px;
    margin: 3px 4px 4px 0;
    max-width: 40px;
    min-width: 40px;
    padding: 0;
    text-shadow: none;
    border-radius: 4px;
    width: auto;
}

.ir-kanban-priority-critical {
    background-color: red;
}

.ir-kanban-priority-high{
    background-color: #ff9f1a;
}

.ir-kanban-priority-normal{
    background-color: #3333ff;
}

.ir-kanban-priority-low{
    background-color: #339900;
}

.ir-kanban-new-issue {
    font-weight: 400;
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 4px;
    color: #6b808c;
    font-size: 16px;
}

.ir-kanban-new-issue-icon {
    padding-left: 4px;
}
*/
/* --- TRUE MONOCHROME BLACK & GOLD --- */

/* 1. Global Backgrounds, Text, and Hidden Borders */
body.a11y-high-contrast,
body.a11y-high-contrast * {
    background-color: #111111 !important; 
    color: #FFD700 !important;            
    border-color: #111111 !important;     
    box-shadow: none !important;          
    text-shadow: none !important;         
}

/* 2. Strip Kendo's Sneaky Gradients */
body.a11y-high-contrast .k-widget,
body.a11y-high-contrast .k-header,
body.a11y-high-contrast .k-state-default,
body.a11y-high-contrast .k-panelbar,
body.a11y-high-contrast .aw-panel-header,
body.a11y-high-contrast .k-splitbar,
body.a11y-high-contrast .k-button {
    background-image: none !important;
}

/* 3. Protect Logos and Force Font Icons to Gold */

/* Keep standard images and SVGs safe from filters */
body.a11y-high-contrast img:not(.logo-hc),
body.a11y-high-contrast svg:not(.logo-hc) {
    background-color: transparent !important; 
    filter: none !important; 
}

/* Force Font Awesome, Kendo icons, AND their pseudo-elements to Gold */
body.a11y-high-contrast .fa,
body.a11y-high-contrast .fas,
body.a11y-high-contrast .far,
body.a11y-high-contrast .k-icon,
body.a11y-high-contrast .k-sprite,
body.a11y-high-contrast .fa::before,
body.a11y-high-contrast .fas::before,
body.a11y-high-contrast .far::before,
body.a11y-high-contrast .k-icon::before,
body.a11y-high-contrast [class*="fa-"]::before,
body.a11y-high-contrast [class^="k-i-"]::before {
    background-color: transparent !important; 
    filter: none !important; 
    color: #FFD700 !important; 
}

/* 4. The "Icon Colorizer" (Forces transparent PNGs to Gold) */
body.a11y-high-contrast .k-panelbar img,
body.a11y-high-contrast .aw-panel img,
body.a11y-high-contrast img.k-image {
    /* CSS Magic: Strips original color to black, then mathematically shifts to exact #FFD700 Gold */
    filter: brightness(0) invert(81%) sepia(50%) saturate(1000%) hue-rotate(350deg) brightness(105%) contrast(105%) !important;
}

/* 5. Refined Focus Rings */
body.a11y-high-contrast *:focus {
    outline: 1px solid #FFD700 !important; 
    outline-offset: -1px !important;       
}

/* --- 6. Form Input Visibility --- */
body.a11y-high-contrast input[type="text"],
body.a11y-high-contrast input[type="password"],
body.a11y-high-contrast input[type="email"],
body.a11y-high-contrast input[type="tel"],
body.a11y-high-contrast textarea,
body.a11y-high-contrast .k-textbox,
body.a11y-high-contrast .k-input,
body.a11y-high-contrast .aw-search-box {
    border: 1px solid #FFFFFF !important; 
    background-color: transparent !important;
    color: #FFD700 !important;
    border-radius: 3px !important; 
}

body.a11y-high-contrast .k-dropdown-wrap {
    border: 1px solid #FFFFFF !important;
    background-color: transparent !important;
}

/* 7. Fix Sliced Form Images */
body.a11y-high-contrast img {
    position: relative !important;
    z-index: 50 !important;
}

/* 8. Safety Canvas for User-Uploaded Logos */
body.a11y-high-contrast img.user-uploaded-logo {
    background-color: #FFFFFF !important; 
    padding: 10px !important;            
    border-radius: 8px !important;       
    filter: none !important;             
}

/* --- TWO-IMAGE LOGO SWAP --- */
.logo-hc { display: none !important; }
body.a11y-high-contrast .logo-normal { display: none !important; }
body.a11y-high-contrast .logo-hc { 
    display: inline-block !important; 
    filter: none !important;
    background-color: transparent !important;
}














.dockit-count-circle {
    border-radius: 50% !important;
    width: 64px !important; height: 64px !important;
    display: flex !important; align-items: center !important; 
    justify-content: center !important;
    font-size: 24px !important; font-weight: bold !important; 
    margin: 0 auto !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
}

.dockit-count-white { background: #ffffff !important; color: #3cb0dc !important; }
.dockit-count-yellow { background: #ffc107 !important; color: #333 !important; }

.dockit-tile-small {
    background: #3cb0dc !important;
    border-radius: 12px !important;
    padding: 16px 12px !important;
    text-align: center !important;
    color: #ffffff !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
    position: relative !important;
    font-family: "Helvetica Neue", Arial, sans-serif !important;
	cursor:pointer !important;
}
.dockit-tile-small:hover {
    box-shadow: none !important;
}

.dockit-tile2 {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "icon" "title" "circle";
  gap: 6px;  /* Consistent small gaps */
  padding: 20px 16px 24px;  /* More top padding to lift content, bottom for circle */
   background: #3cb0dc !important;
    border-radius: 12px !important;
    padding: 16px 12px !important;
    text-align: center !important;
    color: #ffffff !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
    height: 165px !important;
	width: 180px !important;
    position: relative !important;
    font-family: "Helvetica Neue", Arial, sans-serif !important;
	cursor:pointer !important;
	font-size: 10px !important;
}
.dockit-tile2:hover {
    box-shadow: none !important;
}
.dockit-tile-icon2 {
  grid-area: icon;
  justify-self: center;
}

.dockit-tile-title2 {
  grid-area: title;
  justify-self: center;
  text-align: center;
  display: flex;
  align-items: flex-start;  /* Pushes title toward top of its row */
  min-height: 40px;  /* Reserves space in row for consistency */
  font-weight: 600 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
	padding-top: 10px;
}

.dockit-tile-circle2 {
  grid-area: circle;
  margin: 0 auto;
  background: #ffffff;
color: #3cb0dc;
}