.onList {
    background-color: red !important;
}
.notOnList {
    background-color: green !important;
}

.bulkSession {
    background-color: red !important;
}

.notEnoughFloat {
    color: red !important;
}

.checkingFloat {
    background-color: orange !important;
}

.enoughFloat {
    color: green !important;
}

.blackListed{
    background-color: black !important;
    color:white !important;
}


.remove-link-underline {
    font-weight: bold !important;
    text-decoration: none !important;
	background-color: lightblue !important;
}

.hideMe {
	display:none !important;
}

.t-HeroRegion-col {
    display: table-cell;
    vertical-align: top;
    padding: 8px;
}

.t-Form-label {
  padding-right: 10px;
}

.a-TreeView-row.is-selected {
	border-style: groove;
	border-color: black;
}

.t-Body-topButton {
    border-radius: 100%;
    background-color: #19528e;
}

.t-PageBody--leftNav .t-Body-nav {  
    width: 20%;  
}  
.apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title {  
    left: 20%;  
}  
.apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-content {  
    margin-left: 20%;  
} 

input[type=text]:disabled {
    background: #dddddd;
    cursor: not-allowed;
}
select:disabled {
    background: #dddddd !important;
    cursor: not-allowed;
}
.apex_disabled {
    background: #dddddd !important;
    cursor: not-allowed;	
}
.disabled {
    background: #dddddd !important;
    cursor: not-allowed;	
}


/*Missing in apex 5.0, reintroduced in 5.1*/
.apex_wait_overlay {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
z-index: 1001;
-moz-opacity: .5;
opacity: .5;
filter: alpha(opacity=50);
}