/** Custom Pane CSS added by GTI/Graeme **/
@media (min-width: 992px) {
  .flex-dash-row .dash-card-custom .card-body {
    /** changing the height of the custom pane body **/
      max-height: 530px;
    }
    .main-banner-txt > p{
        display:none;
    }
    .custom-content-client > p{
        display:none;
    }
}
/** end of custom pane CSS **/

/** Hide the shadow around the logo on the UI banner **/

.romeo .main-banner-outer .main-banner-container .main-banner-txt {
    text-shadow: none;
}
/** terms and conditions footer text green **/
.romeo footer a:hover { 
	color: #006030; 
}
/** job board branding – location text green and check box green **/
.romeo .text-info {
  color: #006030 !important;
}
.checkbox input[type=checkbox]:checked {
    border-color: #006030;
    background-color: #006030;
}
/** save search button green **/
  .romeo .content-body.wrapper-with-sidebar .sidebar .action-container-content #sidebar-content #selected-filter-panel .filters > div #save-search-trigger,
  .romeo .content-body.wrapper-with-sidebar.toggled .sidebar .action-container-content #sidebar-content #selected-filter-panel .filters > div #save-search-trigger {
    color: #009f4d;
    border: 2px solid #009f4d;
  }
  .romeo .content-body.wrapper-with-sidebar .sidebar .action-container-content #sidebar-content #selected-filter-panel .filters>div #save-search-trigger:hover, 
  .romeo .content-body.wrapper-with-sidebar.toggled .sidebar .action-container-content #sidebar-content #selected-filter-panel .filters>div #save-search-trigger:hover, 
  .romeo .content-body.wrapper-with-sidebar .sidebar .action-container-content #sidebar-content #selected-filter-panel .filters>div #save-search-trigger:focus, 
  .romeo .content-body.wrapper-with-sidebar.toggled .sidebar .action-container-content #sidebar-content #selected-filter-panel .filters>div #save-search-trigger:focus {
    background: #009f4d;
    color: #ffffff;
  }
/** pathway status and new job tags green **/
.pw-learning .pw-type-color-bg {
background-color: #009f4d;
color: #fff;
}
.pw-support .pw-type-color-bg {
background-color: #009f4d;
color: #fff;
}
.pw-placement .pw-type-color-bg {
background-color: #009f4d;
color: #fff;
}
.pw-award .pw-type-color-bg {
background-color: #009f4d;
color: #fff;
}
.card .corner-standout { 
border-top-color: #009f4d;
color: #fff;
}
