.t-Header-branding {
    background-image: linear-gradient(135deg, #67b737, #389a42);
    background-repeat: repeat-x;
}
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    background-image: linear-gradient(135deg, #389a42, #67b737);
    background-repeat: repeat-x;
}
.t-TreeNav .a-TreeView-node--topLevel > ul > .a-TreeView-node {
	padding-left: 5px;
}

.a-TreeView-content {
	font-size: 1em;
}

.t-TreeNav .fa {
	font-size: 2em;
    min-width: 30px;
    text-align: center;
}
.t-TreeNav .a-TreeView-node--topLevel > .a-TreeView-content .fa {
	/*padding: 7px 7px;*/
	/*padding:0;*/
	font-size: 2em;
}

body .ui-dialog .ui-dialog-title {
	color: #fcfcfc;
}

/*body .ui-dialog .ui-dialog-titlebar {
	background-color: #1e5273;
}*/

.t-Body .t-Tabs--pill .t-Tabs-link {
	color: #1e5273;
}

.a-IRR-table tr td {
	color: #1e5273;
}

.a-Menu .a-Menu-item {
  color: #1e5273;
}

.a-Menu .a-Menu-item.is-expanded,.a-Menu .a-Menu-item.is-focused {
 color:#14ABF4;
}

.a-Menu .a-Menu-item.is-expanded>.a-Menu-inner .a-Menu-accel,.a-Menu .a-Menu-item.is-expanded>.a-Menu-inner .a-Menu-statusCol,.a-Menu .a-Menu-item.is-focused>.a-Menu-inner .a-Menu-accel,.a-Menu .a-Menu-item.is-focused>.a-Menu-inner .a-Menu-statusCol {
 color:#14ABF4;
}

.t-Login-logo {
	width: auto;
}

*, ::after, ::before {
    box-sizing: border-box !important;
}
#SETTINGS-TABLE td>label{
    margin-left: 5px;
}
    
.report-badge {
    position: absolute;
    height: 17px!important;
    width: 22px!important;
    border-radius: 70%;
    color: #fff!important;
    background: #b51100;
    text-align: center;
    line-height: 17px;
    font-family: "Arial Bold";
    font-size: 1.1rem;
    bottom: 11px;
    left: 10px;
}

.fa.fa-1-5x {
    font-size: 25px;
}


.t-Body-alert .progress-bar {
    background-color: #197004; /* or any color you want */
    height: 5px; /* or any height you want */
    width: 0%;
    animation: shrink 5s backwards; /* forwards will keep the end state after the animation completes */
}

@keyframes shrink {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}


.t-Form-label {
    font-weight: 600;
    font-family: 'Roboto', Helvetica, sans-serif;
    color: #42536a;
}


div#orderStatus .t-Card-desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* This will push the content to the bottom */
    height: 100%; /* Ensure the div takes full height */
}
div#orderStatus .t-Card-wrap {display: contents!important;}


div#orderStatus span.t-Card-colorFill.u-color.light_green_color {
    background-color: #33e32d;
}

div#orderStatus div.t-Card-icon {
    margin: 10px;
}


div#orderStatus .t-Card-body {
    width: 85%;
}

div#orderStatus .t-Card {
    border: 1px solid #e9e7e7;
}

div#orderStatus .light_green_color span.t-Icon {
    background-color: #33e32d;
    color: black;
}
div#orderStatus .dark_green_color span.t-Icon {
    background-color: #3e8a3b;
    color: white;
}
div#orderStatus .red_color span.t-Icon {
    background-color: #de641d;
    color: black;
}

div#orderStatus .dark_red_color span.t-Icon {
    background-color: #8b3737;
    color: white;
}
div#orderStatus .light_red2_color span.t-Icon {
    background-color: #de8e1d;
    color: black;
}

div#orderStatus .light_red1_color span.t-Icon {
    background-color: #de9e1d;
    color: black;
}

div#orderStatus li span.report-badge-new{
    display:none;
}
div#orderStatus li.is-selected span.report-badge-new {
    position: absolute;
    top: 5px;
    right: 2px;
    background-color: #f1d8d8;
    color: black;
    border-radius: 50%;
    padding: 5px;
    font-size: 0.9em;
    line-height: 1;
    transform: translate(50%, -50%);
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    min-width: 20px;
    text-align: center;
	display: block;
}