﻿/* Screens */

/* Base Cascading Style Sheet Definitions */

/* Imports */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html
{
	/*overflow:hidden;  */
}

body {
    background-color: white;
    color: black;
    font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin: 0;
}

A
{
	color: blue;
}

/* Named CSS Definition */

.data-entry {
 
    height: 36px;
    border: 1px solid #c7d4dd;
    background: #ffffff;
    text-transform: uppercase;
    /*min-width: 35px;*/
    box-sizing: border-box;    
    padding: 0px 8px;
    font-family: 'Roboto', Trebuchet, Arial !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.data-entry:hover{
    border: 1px solid #57657A;
}

.data-entry:focus {
    border: 2px solid #007DBA;
    outline: none;
}

.data-entry:disabled {
    background: #ffffff;
    color: #C7D4DD;
    outline: none;
}

/* Used attribute readonly because of IE 11 issues */
.data-entry[readonly='readonly']{
        background: #E8E9EB;
        color: #57657A;
}

.data-entry::placeholder 
{
    font-style:italic;
}

.data-entry.ajaxToolkitDatepicker {
    background-image: url('../Default/Images/calendar_month.svg');
    background-Position: 95% center;
    background-Repeat: no-repeat;
    background-size: 15px 15px;
    width: 120px;
}

.data-entry.ajaxToolkitDatepicker:disabled {
    background-image: url('../Default/Images/calendar_month_disabled.svg');
    background-Position: 95% center;
    background-Repeat: no-repeat;
    background-size: 15px 15px;
}


.data-entry-dropdown {
    color: #575757;
    border-radius: 0;
    background-color: #f5f5f5;
    border: 1px solid #d4d4d4;
    height: 33px;
    vertical-align: middle;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif, Helvetica Neue, Helvetica, Arial;
    font-size: 16px;
    font-weight: normal;
    padding: 4px 0px 4px 5px;
}

.data-entry-listbox {
    margin-bottom: 0px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
    color: #575757;
    font-family: 'Roboto Mono', sans-serif, Helvetica Neue, Helvetica, Arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 0px 4px 5px;
}

.data-entry-listbox:hover {
    border: 1px solid #57657A;
}

.data-entry-listbox:focus {
    border: 2px solid #007DBA;
    outline: none;
}

.data-entry-listbox option:checked {
    background-color: #e8e9eb;
    color: #000000;
}

.data-entry-listbox option:hover {
    background-color: #e8e9eb;
    color: #000000;
}

.help-text {
    font-family: sans-serif, Helvetica Neue, Helvetica, Arial;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

.login-header
{
	background-color:#eeeeee;
	border-color:#666666;
	border-style:solid; 
	border-width:1px; 
	padding:0;
	width:340px;
	margin-left:auto;
	margin-right:auto;
}

.page-header {
  /*  font-family: 'Roboto', sans-serif, Helvetica Neue, Helvetica, Arial;
    font-size: 15px;
    font-weight: bold;
    color: #000000*/;
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
     /*Web/H3*/ 
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;   
}

.page-header-centered {
    /*  font-family: 'Roboto', sans-serif, Helvetica Neue, Helvetica, Arial;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    text-align: center*/

    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Web/H3 */
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 145.833% */
    text-align: center
}

.page-text {
    /* accent-color: #007DBA;
    box-sizing: border-box;
    border: 1px solid #57657A;
    border-radius: 1px;*/

    color: var(--light-ui-secondary, #57657A);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Web/Charts/Medium* */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.14px;
    text-transform: uppercase;
}

.page-text:focus {
        outline: none;
        filter: drop-shadow(0px 0px 5px #007DBA);
    }

.page-text:hover {
        cursor: pointer;
    }

.page-text:disabled:hover {
        cursor: default;
    }


.page-text-centered 
{
    font-family: 'Roboto', sans-serif, Helvetica Neue, Helvetica, Arial;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    text-align: center;
}

.table-header {
    font-family: 'Roboto', sans-serif, Helvetica Neue, Helvetica, Arial;
    font-size: 10px;
    color: #FFFFFF;
    height: 22px;
    background-color: #333333;
}

.table-large-header {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif, Helvetica Neue, Helvetica, Arial;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #57657a;
    border: 1px solid;
    border-collapse: collapse;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-spacing: 3px;
}

.table-large-header th {
    border-top: 1px solid #57657a;
    border-bottom: 1px solid #57657a;
    padding: 5px;
    text-align: left;
}

.table-large-header tr:nth-child(2) td {
    padding-top: 5px;
}

.dropdown-button {
    src: url(App_Themes/Default/Images/chevron_down.png);
    width: 18px;
    height: 20px;
    vertical-align: middle;
    border: 1px solid #d4d4d4;
    background-color: #f5f5f5;
}


/* GridView CSS Definition */

.gridview-header, .gridview-header a:link, .gridview-header a:active, .gridview-header a:visited {
    font-family: 'Roboto', sans-serif, Helvetica, Arial;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #57657a;
    background-color: #414141;
    cursor: hand;
    text-decoration: none;
    height: 35px;
    text-transform: uppercase;
    border-style: none;
    background-color: white;
   
}

.gridview-header th:hover, .gridview-header th:hover > a {
    background-color: white;
}

.gridview-row-normal {
    font-family: 'Roboto', sans-serif, Helvetica, Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    height: 30px;
    padding: 2px;
    background-color: #FFFFFF;
    border-style: none;
    text-transform: uppercase;
}
.gridview-row-val 
{
    font-family: 'Roboto', sans-serif, Helvetica, Arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    height: 30px;
    background-color: #FFFFFF;
    border-width: 0px;
}
.gridview-row-val td {
    border-width: 0px;
}

.gridview-row-alternate 
{
    font-family: 'Roboto', sans-serif, Helvetica, Arial;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    height: 30px;
    padding: 2px;
    background-color: #f9F9F9;
    text-transform:uppercase;
}

.gridview-row-normal a:link, .gridview-row-normal a:active, .gridview-row-alternate a:link, .gridview-row-alternate a:active
{
	color: blue;
	font-weight: normal;
}

.gridview-row-normal a:visited, gridview-row-normal a:active:visited, .gridview-row-alternate a:visited, gridview-row-alternate a:active:visited
{
	color: blue;
	font-weight: normal;
}

.gridview-row-normal:hover, .gridview-row-alternate:hover {
    background-color: #e8e9eb;
}

.gridview-page-count 
{
    font-family: 'Roboto', sans-serif, Helvetica Neue, Helvetica, Arial;
    font-size: 10px;
    color: #000000;
}

.gridview-no-records 
{
    font-family: 'Roboto', sans-serif, Helvetica Neue, Helvetica, Arial;
    font-size: 12px;
    color: red;
    text-align: center;
}

div.pagination 
{
    font-family: 'Roboto', sans-serif, Helvetica, Arial;
    font-size: 11px;
    padding: 3px;
    margin: 3px;
}

div.pagination a 
{
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #BFBFBF;
	text-decoration: none; /* no underline */
	color: #575757;
}

div.pagination a:hover
{
	font-weight: normal;
	color: white;
	background-color: #005CA5;
}

div.pagination span.current 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #FFFFFF;
	font-weight: normal;
	color: white;
	background-color: #005CA5;
}

div.pagination span.disabled 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}

.validatorCalloutHighlight
{
    background-color:#FFFACD;
}

errorlabel
{
	color: red; 
	background-color: #FFFACD;
	border-style: Ridge;
}


.text-label {

    color: var(--light-ui-secondary, #57657A);
    font-feature-settings: 'clig' off, 'liga' off;
    text-transform: uppercase;
    /* Web/Charts */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.14px;
}

 

/* Main Menu CSS Definition */

.dropMenu, .hoverMenu {
    padding-left: 12px;
    /*position: relative;*/
    display: inline-block;
}

/* Style the dropMenu links and the dropdown button */

.dropMenu a, .dropMenuButton, .hoverMenu a {
    font-family: 'Roboto', Trebuchet, Arial !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    /*line-height: 20px;*/
    height: 44px;
    margin-left: 12px;
    margin-right: 12px;
    text-decoration: none;
    color: #000000;
    border: none;
    background: none;
    /*width:100%;*/
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* On mouse-over */

.dropMenu a:hover, .dropMenuButton:hover {
    /*background-color: #e8e9eb;*/
    /*color: #000000;*/
}

.hoverMenu a:hover {
    padding-bottom: 6px;
    border-bottom: #007DBA 4px solid;
}


/* Add an active class to the active dropdown button */

.dropMenuActive {
}

.dropMenuActive .chevron.down:before {
    top: 0.15em;
    transform: rotate(-45deg);
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */

.dropMenuContent {
    display: none;
    background-color: #ffffff;
    /*padding: 8px 0px 0px 8px;*/
    margin-left: 12px;
    margin-top: 6px;
    box-shadow: 0px 0px 6px 0px rgba(29, 46, 64, 0.10), 0px 6px 6px 0px rgba(29, 46, 64, 0.10);
    position: absolute;
    z-index: 1000;
}

.dropMenuContent a {
    font-family: 'Roboto', Trebuchet, Arial !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px !important;
    /*line-height: 20px;*/
    height: 20px !important;
    padding: 4px 12px 4px 12px;
    margin: 0px;
    text-decoration: none !important;
    color: #000000 !important;
    border: none;
    background: none;
    /*width:100%;*/
    text-align: left;
    cursor: pointer;
    outline: none;
    display: block;
    min-width: 50px;
}

.dropMenuContent a:hover {
    background-color: #e8e9eb;
    color: #000000;
}

.chevron::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    /*left: 0.15em;*/
    left: 8px;
    position: relative;
    /*top: 0.15em;*/
    transform: rotate(-45deg);
    vertical-align: middle;
    /*vertical-align: baseline;*/
    width: 0.45em;
}

.chevron.down:before {
    /*top: 0;*/
    bottom: 0.15em;
    transform: rotate(135deg);
}


/* Slideout Menu CSS Definition */

#menuSlideControl {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    left: 0;
    top: 0.5px;
    z-index: 150;
    cursor: pointer;
    transition: all .4s linear;
    border-radius: 0px 10px 10px 0px;
    /* border-top: 0.5px solid #c7d4dd; */
    border-right: 0.5px solid #c7d4dd;
    border-bottom: 0.5px solid #c7d4dd;
}

#menuSlideControl.active {
    left: 271px;
    transition: all 400ms linear;
}

#menuSlideControl.active > img {
    content: url('Images/chevron_left.svg');
}

#menuSlide ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#menuSlide {
    width: 270px;
    left: -271px;
    position: relative;
    border-right: 0.5px solid #c7d4dd;
    z-index: 145;
    background: #fff;
    border-top: 0.5px solid #c7d4dd;
    border-bottom: 0.5px solid #c7d4dd;
    /* height: calc(100% - 31px); */
    top: -31px;
    transition: all .4s linear;
}

#menuSlide.show {
    left: 0px;
    transition: all .4s linear;
}

.menuSlideItemSpacer {
    width: 4px;
    height: 30px;
    display: inline-block;
    margin-left: 10px;
}

#menuSlide > ul ul {
    overflow: hidden;
}

#menuSlide ul li a {
    display: flex;
    padding: 8px 16px 8px 10px;
    align-items: flex-start;
    height: 15px;
    /* text-indent: 20px; */
    font: bold 16px/20px 'Roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    color: black;
    text-decoration: none;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
    display: inline-block;
}

#menuSlide ul ul li {
    display: flex;
    align-items: center;
}

#menuSlide ul ul li img {
    padding-left: 10px;
}

#menuSlide ul ul li a {
    color: black;
    padding: 8px 16px 8px 10px;
    display: inline-block;
}

#menuSlide ul ul li span:has(+ a.current) {
    background-color: #007DBA;
}

#menuSlide ul ul li a:hover {
    color: #007DBA;         
}

.menuSlideItemFirst::before {
    content: url('../Default/Images/note.svg');
    padding-right: 5px;
    display: inline-block;
}


.modalPopup {     
    box-shadow: 0px 0px 6px 0px rgba(29, 46, 64, 0.10), 0px 6px 6px 0px rgba(29, 46, 64, 0.10) !important;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.title {
    /*font-family: 'Roboto', sans-serif, Helvetica Neue, Helvetica, Arial;*/
    /*font-size: 12px;*/
    /*font-weight: normal;
    color: #000000;*/
    color: var(--light-ui-secondary, #57657A);
    font-feature-settings: 'clig' off, 'liga' off;
    text-transform: uppercase;
    /* Web/Charts */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.14px;
}

.Vinfont {
    /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
    /*font-size: 10px;
	font-weight: normal;
	color: #000000;*/
    /*font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #57657a;
    text-decoration: none;
    height: 35px;
    text-transform: uppercase;*/
    /*border-style: none;*/
    /*background-color: white;*/
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #57657a;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    
}

.sub-text {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}


/* Anchor CSS Definition */

a.tooltip {color:#c00;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; border:1px solid #888; background:#ffc; width:150px; font-size: xx-small;}
a.tooltip:hover b em {position:absolute; left:20px; top:-6px; width:11px; height:6px; background:#fff url(Images/tooltip.gif) 0 0; display:block; font-size:1px;}


/* Table CSS Definition */

.table-title {
    /*   font-family: 'Roboto', sans-serif, Helvetica Neue, Helvetica, Arial;
    font-size: 20px;
    font-weight: 500;
    font-style:normal;
    color: #000000;*/
   /* background-color: #CCCCCC;*/
   /* border-top: 1px solid #E9E9E9;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #E9E9E9;*/
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Web/H4 */
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.table-button {
    font-family: 'Roboto', sans-serif, Helvetica Neue, Helvetica, Arial;
    font-size: 12px;
    font-weight: 500;
    color: #57657A;
    background-color: white;
    border-top-width: 1px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 1px;
    border-top-style: outset;
    border-right-style: outset;
    border-bottom-style: outset;
    border-left-style: outset;
    border-top-color: #BBBBBB;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #BBBBBB;
    cursor: hand;
    border-style: none;
    text-transform: uppercase;
}


/* Popup CSS Definition */

.popupControl  {
	position:absolute;
	visibility:hidden;
	border-style:solid;
	background-color: #eeeeee; 
	margin-top: 5px; 
	margin-right: 5px; 
	margin-left: 5px; 
	margin-bottom: 10px;
}

.popupContent
{
    padding-left: 15px;
    max-width: 280px;
    max-height: 300px;
    overflow:auto;
    font-size: 0.9em;
}


/* Validation Controls */

.validationError {
    display: none;
}

.validationError:hover {
    cursor: pointer;
}

.validationErrorOutline {
    border: 1px solid #d32f2f !important;
    color: #d32f2f !important;
}


/* Ajax Validator Callout */

.ajax__validatorcallout .ajax__validatorcallout_error_message_cell 
{
    font-family: 'Roboto', sans-serif, Helvetica, Arial;
    font-weight: normal;
    text-align: left;
    font-size: 11px;
    padding: 5px;
    border-right: none;
    border-left: none;
    width: 100%;
}

/* Progress Bars */

#progress
{
    z-index: 200;
    position: absolute;
    top: 0pt;
    left: 0pt;
    border: none;
    /*padding: 5px 5px 5px 5px;*/
    text-align: center;
    width: 56px;
    height: 56px;
    /*vertical-align:middle;*/
    margin: 5px 5px;
}

#ebolMainMenu
{
    position: fixed;
    padding-top: 0px;
    width: 100%;
    height: 25px;
    font-size: 14px;
    background-color: #333333; 
}

.Content
{
    padding-top: 1px;
}


/* Button CSS Definition */

input[type="button"] {
    height: 36px;
    border: 1px solid #c7d4dd;
    background: #e8e9eb;
    padding: 8px 12px;
    box-sizing: border-box;
    font-family: 'Roboto', Trebuchet, Arial !important;
    font-style: normal;    
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

input[type="submit"] {
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--light-ui-tertiary, #C7D4DD);
    background: var(--neutral-light-ui-100, #E8E9EB);
    color: var(--light-ui-primary, #000);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Web/Body 1 */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}

input[type="button"]:disabled{
    cursor: not-allowed;
}

input[type="submit"]:disabled{
    cursor: not-allowed;
}

input[type=submit]:hover {
    cursor: pointer;
    background: #D0D3D8;
    border: 1px solid #C7D4DD;
 
}

input[type=submit]:disabled:hover {
    cursor: not-allowed;
}

input[type=submit]:focus {
    border: 1px solid #007DBA;
    box-shadow: 0px 0px 5px #007DBA;
    outline: none;
}

input[type=submit].cta {
    background: #007DBA;
    color: #ffffff;
    border: unset;
}

input[type=submit].cta:hover {
    background: #3397C7;
}

input[type=submit].cta:disabled:hover {
    cursor: not-allowed;
}

input[type=submit].cta:focus {
    border: 1px solid #5C6875;
    box-shadow: 0px 0px 5px #007DBA;
    outline: none;
}

input[type="button"].cta {
    background: #007DBA;
    color: #ffffff;
    border: unset;
}

input[type="button"].cta:hover {
    background: #3397C7;
}

input[type="button"].cta:disabled:hover {
    cursor: not-allowed;
}

input[type="button"].cta:focus {
    border: 1px solid #5C6875;
    box-shadow: 0px 0px 5px #007DBA;
    outline: none;
}



 /* Validation Page Menu Header */

#menuValPg {list-style-type:none; margin:0 0 1px 0; padding:0;}

#menuValPg li {display:block; float:left; position:relative; z-index:100; }
#menuValPg li span {display:block; z-index:100; background:#333333; padding: 5px 10px; font-size:0.8em;}
#menuValPg li a, #menuValPg li a:visited {display:block; padding:0; white-space:nowrap;}

#menuValPg li a:hover {border:0;}

/* Price Authority ToolTip*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    -ms-opacity: 1;
    opacity: 1;
}
/* End Price Authority Tooltip*/

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: black;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}
 
/*
    New UC styling code 
*/

/* Application Pages */

/* Application Header Bar */

.appHeaderContainer {
    z-index: 30000;
    /* overflow: hidden!important; */
}

.appHeaderContainerDropShadow {
    box-shadow: 0px 0.3px 0.3px 0.3px #B9BEC4;
}

.appHeaderOne {
    width: 100%;
    background-color: #fff;
    height: 54px;
    padding: 0px;
    border-collapse: collapse;
}

.appHeaderOne tr {
    height: 54px;
    padding: 0px;
}

#appHeaderMenuContainer {
    text-align: center;
    cursor: default;
    width: 20px;
    min-width: 20px;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: 13px 15px;
    /*border-color: black;*/
}

#appHeaderLogo {
    width: 92px;
    min-width: 92px;
    background-image: url('../Default/Images/wabtec-corp-logo.svg');
    background-repeat: no-repeat;
    padding: 0px;
    background-position: 0px 10px;
}

#appHeaderTitle {
    width: 180px;
    min-width: 10px;
    color: #007dba;
    font-size: 16px;
    padding: 0px;
    padding-left: 10px;
    font-weight: 600;
    vertical-align: top;
    padding-top: 16px;
}

#appHeaderSlash {
    width: 26px;
    padding: 0px;
    background: linear-gradient(to bottom right, #fff calc(50% - 1px), #B9BEC4, #fff calc(50% + 1px) )
}

#appHeaderTabMenuContainer {
    font-size: 16px;
    font-weight: 600;
    width: auto;
    padding: 0px 0px 0px 12px;
    min-width: 230px;
    height: 30px;
    min-height: 30px;
}

#appHeaderTabMenuContainer a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}

#appHeaderTabMenuContainer a:visited {
    color: #000000;
}

#appHeaderHomeContainer {
    width: 20px;
    padding-left: 12px;
    padding-right: 12px;
}

#appHeaderHomeContainer > a, #appHeaderHomeContainer > a:visited {
    color: #000000;
    text-decoration: none;
    vertical-align: text-top;
}

#appHeaderShipperContainer {
    width: 180px;
    text-align: right;
}

#appHeaderProfileContainer {
    width: 40px;
    padding-right: 5px;
}

#appHeaderUserInitials {
    margin-right: 15px;
}

#appHeaderUserInitials, #profileUserInitials {
    height: 32px;
    width: 32px;
    background-color: #000000;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    text-transform: uppercase;
}

.profileContainer {
    display: flex;
    position: absolute;
    min-width: 240px;
    right: 10px;
    top: 58px;
    background: #FFFFFF;
    border: 1px solid #C7D4DD;
    padding-bottom: 8px;
    z-index: 2000;
}

.profileContainer hr {
    color: #c7d4dd;
}

#profileHelpDesk, #profileUserGuide {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-left: 12px;
    color: #000000;
}

#profileHelpDesk:hover, #profileUserGuide:hover {
    color: #007dba;
}

#profileHelpDesk:visited, #profileUserGuide:visited {
    color: black;
}

#profileUserNameContainer {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

#profileUserEmailContainer {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: lowercase;
}

#profileSignOut {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #f34336;
    padding-left: 12px
}

#profileSignOut:visited {
    color: #f34336;
}

.pageBreadcrumbContainer {
    width: auto;
    min-height: 20px;
    background-color: #F8FAFC;
    padding: 3px 0 3px 50px;
}


/* Application Content */

#appContentContainer {
    overflow-y: auto;
}


/* Application Footer Bar */

#appFooterContainer {
    height: 25px;
    margin: 0px;
    color: #041821a3;
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 0.75rem;
}

#appFooterRightsContainer {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

#appFooterLogoContainer {
    display: inline-block;
    vertical-align: middle;
    width: 2.95775rem;
    height: 1rem;
}

#appFooterPolicyContainer {
    float: right;
    margin: 0px 40px 0px 0px;
    text-align: right;
}

#appFooterPolicyContainer > a, #appFooterPolicyContainer > a:visited {
    color: #041821a3;
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 1rem;
    text-decoration: none;
}


/* Basic Elements */

.divDropShadow {
    box-shadow: 0px 3px 3px 0px #1d2e401a, 0px 0px 3px 0px #1d2e401a;
    width: 800px;
    margin: 0px auto 20px auto;
    padding: 10px;
    white-space: nowrap;
    min-width: fit-content;
}

.divCenterContentRightAligned {
    margin: 0 auto;
    text-align: right;
}

.pageHeaderContainer {
    width: auto;
    min-height: 20px;
    background-color: #F9FAFA;
    padding: 10px 0 10px 50px;
}

.hr {
    border: 1;
    clear: both;
    display: block;
    width: 96%;
    background-color: #FFFF00;
    height: 1px;
}

.hoverPointer {
    cursor: pointer;
}


/* Label */

label {
    color: var(--light-ui-secondary, #57657A);
    font-feature-settings: 'clig' off, 'liga' off;
    text-transform: uppercase;
    font-family: 'Roboto', Trebuchet, Arial !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    height: 16px;
    line-height: 20px;
    font-weight: 500;
}

label:has(+ input[type=text]) {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.14px;
    color: #57657a;
    padding-right: 5px;
}

label:has(+ input[type=password]) {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.14px;
    color: #57657a;
    padding-right: 5px;
}

label:has(+ select) {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.14px;
    color: #57657a;
    padding-right: 5px;
}

label .labelBig {
    font-size: 14px;
}

.labelBig:has(+ input[type=text]) {
    font-size: 14px;
}

.labelBig:has(+ input[type=password]) {
    font-size: 14px;
}

.labelTop {
    display: block;
}

.labelTopCenter {
    display: block;
    text-align: center;
}


/* Anchors */

a {
    color: #007DBA;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

a:visited {
    color: #007DBA;
}

a.disabled {
    color: #CED9E1;
    pointer-events: none;
    cursor: default;
}


/* Login Pages */

.appLoginContainer {
    width: 400px;
    height: 600px;
    margin: 0 auto;
    margin-top: 10%;
    background-color: #fff;
    border-color: #ddd #ddd #d8d8d8;
    box-shadow: 0 2px 0 hsla(0,0%,69%,.12);
    border-width: 1px;
    border-style: solid;
}

.appLoginContainerDropShadow {
    box-shadow: 0px 1px 1px 1px #B9BEC4;
}

.appLogoContainer {
    width: 400px;
    height: 100px;
    display: flex;
    justify-content: center;
}

.appLoginLogo {
    width: 122px;
    height: auto;
    content: url('../Default/Images/wabtec-corp-logo.svg');
}

.appLoginUserLogoContainer {
    display: flex;
    align-items: center;
}

.appLoginUserLogoContainer > div:has(hr) {
    width: 40%;
    color: #ddd;
}

.appLoginUserLogoContainer > div hr {
    background-color: #ddd;
    border: none;
    height: 1px;
}

.appLoginUndefinedUserLogo {
    content: url('../Default/Images/undefinedUser.png');
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
}

.appSignInContainer {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
    text-transform: none;
    color: #5e5e5e;
    font-weight: 600;
    padding-top: 25px;
}

.appSignInEntryTextContainer {
    margin-bottom: 20px;
    margin-top: 25px;
    width: 325px;
    margin-left: auto;
    margin-right: auto;
}

.appSignInEntryTextContainer > input[type="text"], .appSignInEntryTextContainer > input[type="password"] {
    width: 100%;
}


.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.line {
    width: 240px;
    height: 1px;
    border-bottom: 1px solid black;
    position: absolute;
    stroke-width: 1px;
    color: #C7D4DD;
}

.divider {
    flex-grow: 1;
    border-color: blue;
}

/* Miscellaneous */

[hidden] {
    display: none;
}

.widthFull {
    width: 100%;
}

.chevronRightImage {
    content: url('../Default/Images/chevron_right.svg');
}


/* Various Colors */

.rfvRed, .errorRed {
    color: red;
}


/* Spinners */

.small-spinner {
    background-image: url('../Default/Images/spinner-small.svg');
    background-Repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: auto;
}

.small-spinner.rotate {
    animation: spinner 1.75s infinite;
}

.medium-spinner {
    background-image: url('../Default/Images/spinner-medium.svg');
    background-Repeat: no-repeat;
    width: 56px;
    height: 56px;
    margin: auto;
}

.medium-spinner.rotate {
    animation: spinner 1.75s infinite;
}

.large-spinner {
    background-image: url('../Default/Images/spinner-large.svg');
    background-Repeat: no-repeat;
    width: 110px;
    height: 110px;
    margin: auto;
}

.large-spinner.rotate {
    animation: spinner 1.75s infinite;
}

@keyframes spinner {
    0% {
        rotate: 0deg;
    }

    100% {
        rotate: 360deg;
    }
}

.table-background-grey {
    border-bottom: 1px solid var(--light-ui-tertiary, #C7D4DD);
    background-color: rgba(232, 233, 235, 0.50); 
}

.table-background-lightgrey {
    border-bottom: 1px solid var(--light-ui-tertiary, #C7D4DD);
    background-color: #F9FAFA;
}

/* Radio Buttons */

input[type=radio] {
    accent-color: #007DBA;
    box-sizing: border-box;
    border: 1px solid #57657A;
    border-radius: 1px;
}

input[type=radio]:focus {
    outline: none;
    filter: drop-shadow(0px 0px 5px #007DBA);
}


/* Custom Grid View */

.cgv {
    border-color: transparent;
}

.cgv tbody {
    border-top: 1px solid #57657a;
    background-color: #ffffff;
}

.cgvHeader {
    background: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.14px;
    color: #57657a;
    border-bottom: 1px solid #57657a;
    text-transform: uppercase;
}

.cgvHeader th {
    font-weight: 500;
}

.cgvHeader a, .cgvHeader a:visited {
    color: #57657a;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
    vertical-align: super;
    font-weight: 500;
}

.cgvHeaderSortArrowDown {
    padding-left: 5px;
    content: url('../Default/Images/arrow_down.svg');
}

.cgvHeaderSortArrowUp {
    padding-left: 5px;
    content: url('../Default/Images/arrow_up.svg');
}

.cgvItem {
    background: #ffffff;
    border-bottom: 1px solid #c7d4dd;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    text-transform: uppercase;
}

.cgvItem a, .cgvItem a:visited {
    color: #007DBA;
    text-decoration: underline;
    font-size: 12px;
    line-height: 16px;
}

.cgvItem:hover {
    background: #e8e9eb; 
}

.cgvItem:hover a {
}

.cgvAlternatingItem {
    background: #ffffff;
    border-bottom: 1px solid #c7d4dd;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    text-transform: uppercase;
}

.cgvAlternatingItem a, .cgvAlternatingItem a:visited {
    color: #007DBA;
    text-decoration: underline;
    font-size: 12px;
    line-height: 16px;
}

.cgvAlternatingItem:hover {
    background: #e8e9eb;
}

.cgvAlternatingItem:hover a {
}

.cgvPagerContainerCell {
    padding-left: 1px;
    padding-right: 1px;
}

.cgvPagerContainer {
    background: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.14px;
    color: #57657a;
    margin: 5px 0px 5px 0px;
    width: 99%;
}

.cgvPagerContainer tbody {
    border: none !important;
}

.cgvPagerCurrentCount {
    color: #000000;
    font-weight: bold;
}

.cgvPagerRecordCountContainer {
    width: 15%;
}

.cgvPagerLinksContainer {
    width: auto;
    text-align: center;
}

.cgvPagerRecordsPerPageContainer {
    width: 15%;
}

.cgvPagerButton {
    font-weight: 500;
    font-size: 12px;
    height: 12px;
    line-height: 16px;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: none;
    color: #57657a;
    background-color: #ffffff;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.14px;
}

.cgvPagerButton:hover {
    color: #ffffff;
    background-color: #007dba;
}

.cgvPagerButtonCurrent {
    font-weight: 500;
    font-size: 12px;
    height: 12px;
    line-height: 16px;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: none;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.14px;
    color: #ffffff;
    background-color: #007dba;
}

.cgvPagerButtonEllipse {
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
}

.cgvPagerButtonPrevNext {
    height: 12px;
    line-height: 16px;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: none;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.14px;
}

.cgvPagerButtonPrevNext:hover {
    background-color: #ffffff;
    color: #000000;
}
.multiWeight {
 
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #57657a;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;

}
.multiWeightHeader {
   background-color:white;
   border-style:none;
}


/* Images */

.errorIcon {
    content: url('../Default/Images/error.svg');
    padding: 2px;
    width: 20px;
    height: 20px;
}

.goodIcon {
    content: url('../Default/Images/good.svg');
    padding: 2px;
    width: 20px;
    height: 20px;
}


/* JQuery UI CSS Override */

/* JQuery UI Dropdowns */

.ui-selectmenu-text {
    text-overflow: initial;
    color: var(--light-ui-primary, #000);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.ui-selectmenu-button {
    /*width: auto !important;*/
    padding-left: 9px !important;
    padding-right: 6px !important;
}

.ui-selectmenu-menu.ui-front.ui-selectmenu-open {
    padding-top: 5px;
    z-index: 50000;
}

div.ui-menu-item-wrapper.ui-state-active {
    color: var(--light-ui-primary, #000);
    background: #E8E9EB;
}

.ui-selectmenu-button.ui-button.ui-widget.ui-selectmenu-button-open.ui-corner-top {
    background: #E8E9EB;
}

.ui-selectmenu-button.ui-corner-all {
    border-radius: unset !important;
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png") !important;
}

/*
.ui-selectmenu-button.ui-button.ui-widget.ui-selectmenu-button-closed.ui-corner-all:focus {
	background: #E8E9EB;
	border: 1px solid #007DBA;
	box-shadow: 0px 0px 5px #007DBA;
	outline: none;
}
*/
.ui-selectmenu-button:focus {
    background: #E8E9EB;
    border: 1px solid #007DBA;
    box-shadow: 0px 0px 5px #007DBA;
    outline: none;
}

.ui-menu.ui-corner-bottom.ui-widget.ui-widget-content {
    /* max-height: 90vh; */
    max-height: 230px;
    box-shadow: 0px 6px 6px rgba(29, 46, 64, 0.1), 0px 0px 6px rgba(29, 46, 64, 0.1);
}

.ui-menu-item-wrapper.ui-state-active:hover {
    background: #E8E9EB !important;
    color: #000000 !important;
}

.option_class_ui {
    font-family: 'Roboto Mono', Trebuchet,Arial !important;
}

/* JQuery UI Dialog Boxes */

.ui-dialog {
    z-index: 40001;
}

.ui-widget-overlay {
    z-index: 40000;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

.ui-dialog-titlebar {
    background: #007DBA;
    color: #ffffff;
}

.ui-dialog-buttonset .ui-button.ui-corner-all.ui-widget {
    background: #e8e9eb;
    border: 1px solid #C7D4DD;
}

.ui-dialog-buttonset .ui-button.ui-corner-all.ui-widget:focus {
    background: #e8e9eb;
    border: 1px solid #C7D4DD;
    box-shadow: 0px 0px 5px #007DBA;
    outline: none;
}

.ui-dialog-buttonset .ui-button.ui-corner-all.ui-widget:hover {
    background: #D0D3D8;
}

/* JQuery UI Date Picker */

.ui-datepicker {
    box-shadow: 0px 6px 6px rgba(29, 46, 64, 0.1), 0px 0px 6px rgba(29, 46, 64, 0.1);
}

.ui-datepicker-header {
    background: #ffffff;
}

.ui-datepicker-month, .ui-datepicker-year {
    color: #007DBA;
}

.ui-datepicker th {
    font-weight: normal;
}

.ui-datepicker a.ui-state-default {
    border: none;
    background: #ffffff;
}

.ui-datepicker a.ui-state-default.ui-state-highlight {
    background: #007DBA;
    color: #ffffff;
}

.ui-datepicker a.ui-state-default.ui-state-active {
    background: #007DBA;
}

.ui-datepicker-prev span {
    background-image: url('../Default/Images/chevron_left.svg') !important;
    background-position: 0px 0px !important;
}

.ui-datepicker-next span {
    background-image: url('../Default/Images/chevron_right.svg') !important;
    background-position: 0px 0px !important;
}
