/*
a {
    color: #fff;
    text-decoration: none;
}

a:visited {
    color: #fff;
}
*/

.nav-grid {
    font-size: 14px;
}

.nav-grid div {
}

.text-area-wrapper {
    min-height: 200px !important;
}

.text-area-wrapper div {
    border-bottom: None;
    min-height: 200px;
}

.error-close-icon {
    margin-left: 2px;
}

.no-pad {
    padding: 0 !important;
}

.containedBackground {
  background-size: contain !important;
  background-position: top !important;
}

.compactDataTable {
  font-size: 9pt !important;
}

.fullBorderTextarea textarea {
    border: 1px solid rgba(0,0,0,0.33) !important;
    border-radius: 0 !important;
}

.fullBorderTextarea div {
    border-bottom-width: 0 !important;
}

/*
 * .fieldWithCheckBox div:nth-child(2){
    border-bottom-width: 0 !important;
}
*/

.navContainer a {
    color: #fff;
}

.navContainer .activeNav {
    background-color: #f8951d !important;
    color: #000;
}

.navContainer .inactiveNav {
    background-color: #375bab !important;
    color: #fff;
}

.navContainer .inactiveNav:hover {
    background-color: #556ea6 !important;
    color: #fff;
}

.navContainer a:hover {
    color: #ccc !important;
}

.matter-note p {
    margin: 0;
}

.basic-anchor {
    color: #0000ee !important;
}

.basic-anchor:hover {
    color: #0000dd !important;
}

.fixed-col {
  position: sticky;
  left: 0;
  background-color: white;
}

