﻿/* DEFAULTS
/* DEFAULTS
/* DEFAULTS
----------------------------------------------------------*/

a:link, a:visited
{
    color: hsl(var(--theme-primary));
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: hsl(var(--theme-primary));
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.inlinetable {
    display: inline-table;
}

.inlineblock {
    display: inline-block;
}

.inline {
    display: inline;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/*.page
{
    width: 960px;
  /*   background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}



.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}*/

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

/*.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}*/


.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/*-- Utils --*/
.clear 
{
	clear: both;
}
.float
{
	float: left;
}
.floatRight
{
	float: right;
}
.num 
{
	font-family: Trebuchet MS;
}
.bold 
{
	font-weight: bold;
}
.isNotAvailable 
{
	text-align: center;
	font-size: 20px;
	border: dashed 1px #444444;
	padding: 25px;
}

/* -- Footer --*/
.footer 
{
	height: 70px;
	clear: both;
	text-align: right;
	margin-top: 70px;
	font-size: 11px;
	font-family: Roboto, Trebuchet MS;
	color: #444;
}

.pcPreviewCloseBtn 
{
	position: relative;
	float: right;
	margin-bottom: -24px;
	z-index: 10;
	cursor: pointer;
}
.pcPreviewImage 
{
	z-index: 0;
	position: relative;
	background: White;
	width: 600px;
	height: 400px;
	padding: 10px;
	margin: 0 10px;
}

.dropDown
{
  display:none;
  position:absolute;
  z-index:2;
  width:200px;
  margin:0px;
  padding:0px;
  overflow:scroll;
  max-height:200px;
 }
 .txtBox
{
  z-index: 1;
  width:200px;
  margin:0px;
  padding:0px;
}

#ConsignmentPOD
{
    margin-left:20px;
}

#ConsignmentPOD .PODImage
{
    float:left;
    padding:2px 20px 20px 5px;
}

#ConsignmentScannedDoc {
    margin-left: 20px;
}

#ConsignmentScannedDoc .ScannedDoc {
    float: left;
    padding: 2px 20px 20px 5px;
}

#ConsignmentPDA
{
    margin-left:20px;
}

#ConsignmentPDA .PDAImage
{
    float:left;
    padding:2px 20px 20px 5px;
}
span.fontSmall 
{
    font-size: 0.8em;
}

.FNHold {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 1.0em;
    text-align: center;
    border-collapse: collapse;
    border-top: 1px solid #e0e0e0e0;
    border-bottom: 1px solid #e0e0e0e0;
    margin: 20px 0px;
}

.FNHold td {
    background: white;
    border-right: 1px solid #e0e0e0e0;
    border-left: 1px solid #e0e0e0e0;
    border-bottom: 1px solid #e0e0e0e0;
    color: black;
    padding: 3px;
}
td.right 
{
    text-align:right;
}

tr.head {
    font-size: 1.1em;
    font-weight: 600;
    background: #e0e0e0e0;
    border-right: 1px solid #9baff1;
    border-left: 1px solid #9baff1;
    color: black;
    padding: 8px;
}   

.FNHold a
{
    color:#132243;
    text-decoration:underline;
}

.FNHold a:hover
{
    color:#132243;
    text-decoration:none;
}

.FNHold a:visited
{
    color:#132243;
    text-decoration:underline;
}

.SelectAll
{
    font-size:1.2em;
    margin-bottom:5px;
}

.SelectAll a
{
    color:#132243;
    text-decoration:underline;
}

.SelectAll a:hover
{
    color:#132243;
    text-decoration:none;
}

.SelectAll a:visited
{
    color:#132243;
    text-decoration:underline;
}

.tableText {
    float: left;
}

.cellLabel 
{
	float: left;
	padding-right:4px;
	padding-top: 4px;
	width:100px;
	text-align: right;
}

.cellLabel110
{
	float: left;
	padding-right:4px;
	padding-top: 4px;
    width:110px;
	text-align: right;
}

.cellLabel115 {
    float: left;
    padding-right: 4px;
    padding-top: 4px;
    width: 115px;
    text-align: right;
}

.cellLabel120
{
	float: left;
	padding-right:4px;
	padding-top: 4px;
    width:120px;
	text-align: right;
}

.cellLabel150 
{
	float: left;
	padding-right:4px;
	padding-top: 4px;
	width:150px;
	text-align: right;
}

.cellLabelNoWidth
{
	float: left;
	padding-right:4px;
	padding-top: 4px;
	text-align: right;
}

.cellLabel2 
{
	float: left;
	padding-right: 10px;
	padding-top: 4px;
	width:80px;
	text-align: right;
}

.cellLabel3
{
	float: left;
	padding-right: 10px;
	padding-top: 4px;
	text-align: right;
}


.cellLabel.short 
{
	width: 40px;
	text-align: right;
}
.cellLabelBold
{
	float: left;
	padding-right:4px;
	padding-top: 4px;
    font-weight: bold !important;
    text-align: right;
}

.cellLabelBoldRight
{
    float: right;
    padding-right:4px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold !important;
    text-align: right;
}

.cellInput 
{
	float: left;
	padding-right:20px;
}

.palletDetailText
{
    width:75px;
    float:left;
}

.cellPickupNumber
{
	float: left;
	padding-right:20px;
	padding-top:4px;
    width: 199px;
    min-height: 30px;
}
.cellConnoteNumber
{
    float: left;
    min-height: 30px;
    padding-right: 20px;
    padding-top: 4px;
    width: 150px;
}

.carrierSelection
{
    float: left;
    min-height: 30px;
    padding-right: 20px;
    padding-top: 4px;    
}

.cellInput2 
{
	float: left;
	padding-right:10px;
	padding-right:20px;
}

div.showCenter
{
    width:100%;
    margin-left: 35px;
}

.light
{

    font-weight:100;
    color: GrayText
}
.inputInstructions
{
    width:761px;
}

.inputInstructions2
{
    width:740px;
}

td.label
{
    text-align:right;
}
span.mandatory
{
    color: red  ;
}

.readonly 
{
    float:left;
	border:1px solid #D3D3D3 !important;
	color: graytext !important;
}

#readonly table.dxeTextBoxSys
{
    border: 1px solid #D3D3D3 !important;
}

.TrackBar
{
     margin:4px 1px;
}


.dxrpControl_Metropolis .dxrpHeader_Metropolis, .dxrpControl_Metropolis .dxrpHeader_Metropolis td.dxrp {
    font-size: 20px !important;
}

.cell10perRight
{
	padding-right:4px;
	padding-top: 4px;
	width:10%;
	text-align: right;
}

.cell30per
{
	padding-right:4px;
	padding-top: 4px;
	width:30%;
	text-align: right;
}

.dxeBase_Metropolis{
    font-size: 1em;
    font-family: "Roboto", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;    
    color: #696969;
}

/* link text color */
.dxgvCommandColumn_Metropolis a span {
    color: blue;            
}

/* remove shadow from link */
.dxgvCommandColumn_Metropolis a {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

.dxgvCommandColumn_Metropolis {
    padding: 8px 4px;
    white-space: normal;
}

.topmargin10 {
    margin-top: 10px;
}

.tncLabel {
    display: inline-block;
    max-height: 250px;
    overflow-y: scroll;
}

.header-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 768px) {
    .header-logo {
        display: none;
    }
}

/* Make sure the header isn't larger than it needs to be when on mobile screen widths */
@media (max-width: 768px) {
    .header {
        height: 200px;
        max-height: 200px;
        max-width: 100vw;
    }
}


html {
    min-height: 100%;
    min-width: 100%;
}


body {
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px 0px 0px;
    color: black;
}

a:link,
a:visited {
    color: hsl(var(--theme-primary));
}

a:hover {
    color: hsla(var(--theme-primary), 90%);
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

.span-header,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1.5rem;
    color: black;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: 'Inter', sans-serif;
    font-variant: unset;
    margin: 0;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

.span-header,
h3 {
    font-size: 1.5rem;
    font-weight: 600;
    padding-top: 0.5rem;
}


h4 {
    font-size: 1.1em;
}

h5,
h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1,
.rightColumn > h2,
.leftColumn > h1,
.leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 940px;
    margin: 2px auto 0px auto;
    /* background-color: #fff;
   
    border: 1px solid #496077;*/
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main {
    padding: 0px 0px 0px 10px;
    margin: 25px 0px 5px;
    min-height: 300px;
    background-color: #fff;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

div.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a,
div.menu ul li a:visited {
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover {
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active {
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label,
    fieldset.register label,
    fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: none;
    float: left;
    text-align: left;
    width: auto;
    height: 60px;
}

.loginDisplay {
    display: block;
    color: #FF6600;
    width: 400px;
    height: 280px;
}

.loginView {
    height: auto !important;
    padding: 10px;
    position: absolute;
    width: 240px;
    right: 4px;
    top: 0;
}

.loginDisplay a:link {
    color: #FF6600;
}

.loginDisplay a:visited {
    color: #FF6600;
}

.loginDisplay a:hover {
    color: #FF6600;
}

.failureNotification {
    font-size: 1.0em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}



.cellLink {
    float: left;
    padding-top: 4px;
    padding-right: 20px;
}

table {
}

.small {
    width: 150px;
    float: left;
}

.smallReadOnly {
    width: 150px;
    float: left;
    border: 1px solid #D3D3D3 !important;
}


.integerText {
    width: 80px;
    float: left;
}


.dxeMemo_Aqua {
    width: 300px;
}

.inputField {
    width: 300px !important;
}

.inputFieldReadOnly {
    width: 300px !important;
    border: 1px solid #D3D3D3 !important;
}



.dxeEditArea_Aqua dxeEditAreaSys small {
    width: 150px;
    float: left;
}

.left {
    float: left;
    padding-right: 10px;
}

.TrackLeft {
    float: left;
    width: 300px;
    height: 250px;
}

.TrackRight {
    float: left;
    padding-left: 20px;
    width: 300px;
    border-left: 1px solid gray;
    height: 250px;
}

.TrackTL {
    float: left;
    padding-left: 20px;
    border-left: 1px solid gray;
    height: 250px;
}

.TrackQuote {
    float: left;
    padding-left: 20px;
    border-left: 1px solid gray;
    height: 250px;
}

/* New Menu  
----------------------------------------------------------*/
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.mainMenu
{
    background-color: white;
}

div.mainNavigation {
    margin: 12px 8px 8px;
    position: relative;
}

.clearfix {
    display: block;
}

div.mainNavigation ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.mainNavigation li {
    background: url("img/mainNav_left.gif") no-repeat scroll left top #FFCC00;
    float: left;
    font-size: 1.2em;
    margin: 0 1px 0 0;
    padding: 0 0 0 6px;
}

div.mainNavigation li ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.mainNavigation li ul li {
    font-size: 1em;
    margin: 0 1px 0 0;
    padding: 0 0 0 6px;
}

div.mainNavigation a {
    float: none;
}

div.mainNavigation a {
    background: url("img/mainNav_right.gif") no-repeat scroll right top #FFCC00;
    color: #000000;
    display: block;
    float: left;
    font-weight: bold;
    padding: 3px 15px 2px 6px;
    text-decoration: none;
}

div.mainNavigation a:hover,
div.mainNavigation a:active {
    background: url("img/mainNav_right_on.gif") no-repeat scroll right top #525252;
    color: #FFFFFF;
    padding: 2px 15px 0 6px;
}

.buttons {
    margin-top: 10px;
    padding: 0.5rem;
    display: flex;
    gap: 0.375rem;
}

div.dataEntry {
    background-color: #EEF3FF;
    color: #4F4F4F;
    border: 1px solid #A3C0E8;
}

.dxmLite_Youthful .dxm-popup {
    background: white;
    border: 1px solid #c0c0c0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.375rem;
}

.dxmLite_Youthful .dxm-horizontal {
    background: none;
}

#MenuLoginView_topMenu .dxm-noImages {
    display: flex;
    gap: 0.25rem;
}

.dxmLite_Youthful .dxm-horizontal .dxm-item {
    border-radius: 0.375rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 0.125rem 0.25rem;
}

.dxmLite_Youthful .dxm-item.dxm-selected {
    background: hsl(249, 4.8%, 96%);
}

.dxmLite_Youthful .dxm-item.dxm-hovered {
    background: hsl(249, 4.8%, 96%);
    border-color: hsl(240, 5.9%, 90%);
}

.dxmLite_Youthful .dxm-horizontal .dxm-content {
    padding: 7px;
}

#MenuLoginView_topMenu .dxm-separator {
    display: none;
}

.inputFieldReadOnly {
    width: 300px !important;
    border: 1px solid #D3D3D3 !important;
}

.dxeFocused_Metropolis {
    border: 1px solid hsl(var(--theme-primary))
}

.dxeButtonEditButtonHover_Metropolis {
    background-color: hsl(var(--theme-primary))
}

.dxeListBoxItemSelected_Metropolis {
    background-color: hsl(var(--theme-primary))
}


.MainButton {
    float: left;
    width: 200px;
    height: 100px;
    margin: 15px;
}

ul.osx-dock li a {
    display: block;
    height: 50px;
    padding: 0 1px;
    margin: 0;
    -webkit-transition: 0.15s linear;
    -webkit-transition-property: -webkit-transform margin;
    -webkit-box-reflect: below 2px;
    -webkit-gradient: (linear, left top, left bottom, from(transparent), color-stop(0.45, transparent), to(rgba(255, 255, 255, 0.25)));
}

ul.osx-dock li a img {
    width: 48px;
}

ul.osx-dock li:hover {
    margin-left: 9px;
    margin-right: 9px;
    z-index: 200;
}

ul.osx-dock li:hover a {
    -webkit-transform-origin: center bottom;
    -webkit-transform: scale(1.5);
}

ul.osx-dock li.nearby {
    margin-left: 6px;
    margin-right: 6px;
    z-index: 100;
}

ul.osx-dock li.nearby a {
    -webkit-transform-origin: center bottom;
    -webkit-transform: scale(1.25);
}

ul.osx-dock li span {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    bottom: 80px;
    margin: 0 auto;
    display: none;
    width: auto;
    font-size: 11px;
    font-weight: bold;
    padding: 10px;
    -webkit-border-radius: 6px;
    color: #fff;
}

ul.osx-dock li:hover span {
    display: block;
}

ul {
    list-style: none outside none;
}

ul.osx-dock {
    background: url("img/dock-background-left.png") no-repeat scroll right bottom transparent;
    display: inline-block;
    height: 130px;
    margin: 0 0 0 40px;
    overflow: hidden;
    padding: 0 40px 0 0;
}

ul.osx-dock li {
    display: block;
    float: left;
    height: 50px;
    margin: 60px 0 4px;
    position: relative;
    text-align: center;
    width: 80px;
}

div.cap {
    background: url("img/dock-background-left.png") no-repeat scroll left bottom transparent;
    display: block;
    height: 100px;
    width: 40px;
}

div.cap.left {
    bottom: 0;
    left: 0;
    position: absolute;
}


div#dock {
    border-bottom: 2px solid rgba(255, 255, 255, 0.35);
    display: inline-block;
    line-height: 0;
    position: relative;
    width: auto;
}

div#dockContainer {
    bottom: 12px;
    height: 120px;
    line-height: 1;
    padding: 50px 0 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 100;
}

tr.line {
    height: 20px;
    display: block;
}

td.line {
    border-bottom: 2px solid #E2F0FF !important;
}

.loginPanel {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.center {
    /* margin:auto;*/
    width: 90%;
}

div.JaixButtons {
    background-color: #FFCC66;
    width: 100%;
    padding: 2px;
    margin-bottom: 10px;
}

input.disabled {
    border: 1px solid lightGrey;
}

span.fontSmall {
    font-size: 0.8em;
}

.dxucControl_Metropolis .dxucBrowseButton_Metropolis a {
    color: white;
}

.dxucBrowseButton_Metropolis,
div.dxbButton_Metropolis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem; /* 6px */
    font-size: 0.75rem; /* 14px */
    line-height: 1.25rem; /* 20px */
    font-weight: 500;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    pointer-events: auto; /* Default value, change to 'none' when disabled */
    opacity: 1; /* Default value, change to 0.5 when disabled */
    background-color: hsl(var(--theme-primary));
    color: white;
    font-family: 'Inter', sans-serif;
    border: none;
}

    div.dxbButton_Metropolis.secondary {
    background-color: white;
    color: black;
    border: 1px solid #c0c0c0;
}

div.dxbButton_Metropolis.secondary-fill {
    background-color: rgb(244, 244, 245);
    color: hsl(222.2, 47.4%, 11.2%);
    border: none;
}

.dxucBrowseButtonHover_Metropolis,
div.dxbButtonHover_Metropolis {
    background-color: hsla(var(--theme-primary), 90%);
}

    div.dxbButtonHover_Metropolis.secondary {
        background-color: hsla(249, 4.8%, 96%);
        border: 1px solid #c0c0c0;
    }

    div.dxbButtonHover_Metropolis.secondary-fill {
        background-color: #f6f6f6;
        border: none;
    }

div.dxbButtonPressed_Metropolis {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.dxrpControl_Metropolis {
    border: none;
}

.dxrpControl_Metropolis td.dxrpHeader_Metropolis {
    font-size: 1.5rem;
    color: black;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: 'Inter', sans-serif;
    font-variant: unset;
    margin: 0;
}

div.dxbDisabled_Metropolis {
    background-color: hsla(var(--theme-primary), 90%);
}

.dxbButton_Metropolis.dxbDisabled_Metropolis {
    color: white;
}

.dxbButton_Metropolis div.dxbf {
    padding: 6px 24px;
    border: unset;
}

.dxbButton_Metropolis div.dxb {
    padding: 6px 24px;
}

.face-lift-input {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.padded-input {
    border-radius: 0.375rem;
    border-width: 1px;
    border-style: solid;
    border-color: hsl(240, 5.9%, 90%);
    background-color: transparent;
    padding: 0.375rem 0.5rem;
    font-size: 0.75rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.padded-input.dxeFocused_Metropolis,
.padded-input:focus-visible {
    outline: none; /* focus-visible:outline-none */
    border-color: hsla(240, 5%, 65%, 0.5);
    box-shadow: 0 0 0 1px hsla(240, 5%, 65%, 0.5); /* Default shadcn focus ring */
}

.dxpLite_Metropolis .dxp-current {
    background-color: hsl(var(--theme-primary));
}

.dxpcLite_Metropolis .dxpc-header,
.dxeCalendarHeader_Metropolis {
    color: black;
}

.loginDisplay,
.loginDisplay a:link:hover,
.loginDisplay a:visited,
.loginDisplay a:link {
    color: hsl(var(--theme-profile-text, var(--theme-primary)));
}

.dxeCalendarDay_Metropolis.dxeCalendarSelected_Metropolis {
    background-color: hsl(var(--theme-primary));
}

.dxeCalendarDay_Metropolis.dxeCalendarHover_Metropolis {
    background-color: hsl(var(--theme-primary));
}