/**** Custom Recruiter Styles ****/
.hdr_style_1 #hdr_brand img {height: 70px!important;}

#left-search-bar, .toggling-left-bar .left-bar-filter-inner, .filter-header-btn {background: #f0f8ec;}
.duration-hide-button {display: none;}
.client-green{
    color: #007c69;
}
.filter-header {
  font-size: 30px;
  line-height: 36px;
  color: #2e2d2d;
  font-weight: 500;
}

.client-blue{
    color: #1C2E5C;
}

.client-gold{
    color: #E7BF16
}

:focus{
    outline: #007c69 solid 1px !important;
}

a, a:hover, a:active{
    color: #007c69
}

.btn-link{
    color: #007c69
}

.alert-info{
    background-color: rgba(0, 124, 105, 0.10);
    border-color: rgba(0, 124, 105, 0.20);
}

.view-container {
    position: relative;
    margin-bottom: 0; /* Set this to match the height of your footer */
}
/* TODO remove this if it isn't used */
/*span.fa.fa-camera {
  margin-top: 15px;
  margin-left: 3px;
}*/

.search-highlight {
    background: #FFF !important;
}


/* vol_menu */
.welcome-header{
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 10px;
}

.heading-h3{
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}


/* Footer */

/* NOTE THIS IS FOR THE DEFAULT TEMPLATE PLEASE DELETE IF NOT USED */
footer {
    background: #373839 !important;
    color: #fff;
}
.social-footer a{
    text-decoration: none;
}

.samaritan-footer {
    background: #373839 !important;
    color: #FFF !important;
}
.samaritan-footer a {
	color: #fff !important;
}

.footer-logo-pg{
    max-width: 445px;
    width: 100%;
}

.social-footer{
    text-align: center;
    font-size: 1.8rem;
}

.social-footer a{
    color: #fff;
    margin: 5px 10px;
}

.social-footer a:hover{
    color: #007c69;
}


/*** Dashboard ***/
.dash-side-nav a{
    text-decoration: none;
}
.dash-side-nav li{
    border-top: 1px solid #eee;
    padding-left: 15px;
}

.dash-side-nav li:hover{
    background-color: rgba(0, 124, 105, 0.05);
}

.dash-side-nav ul:last-child{
    border-bottom: 1px solid #eee;
}

.dash-btn-message{
    text-align: center;
    padding: 10px 25px;
    margin: 0 15px;
}


/****User Dashbaord******/

#annual-dashboard .annual-dashboard {
    border: 2px solid rgba(0, 124, 105, 0.20);
    border-radius: 4px;
    padding: 15px 25px;
    background-color: rgba(0, 124, 105, 0.10);
    margin-bottom: 20px;
    color: #1C2E5C;
    font-weight: bold;
    font-size: 1rem;
}
#annual-dashboard .annual-dashboard table p{
    padding-right: 20px;
    margin: 0;

}



/****Misc Style****/
#clientRegister{
    border-radius: 0;
    color:white;
    padding:20px;
}

#clientRegister a{
    text-decoration: none;
    color:white;
}

.hdr_style_1 {
    position: absolute;
    top: 35px;
}

.hdr_style_1 a.nav-link {
    height: 60px;
}

.hdr_style_1 a.nav-link {
    border: none;
}

.hdr_style_1 a.nav-link:hover {background: #f0f8ec;}

#top-header{
    position: inherit !important;
    background: #2e2d2d;
    /*z-index: 9999999999 !important;*/
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    color: #ffffff !important;
    line-height: 15px !important;
    padding: 10px;
}

#top-header a{
    text-decoration: none;
    color: #fff;
    font-family: Arial, serif;
    font-style: normal;
    font-weight: 400;
    font-size: .9em;
    line-height: 1.4;
}

#top-header ul{
    display: inline-flex;
    list-style-type: none;
    margin: 0;
}

#top-header ul li{
    margin-left: 10px;
}

.flex-display-col{
    display: flex;
    flex-direction: column;
}

.btn-primary{
    background-color: #007c69;
}

.btn-primary:hover, .btn-primary:active{
    background-color: #005b4e;
}

#oppSearch-headline h2{
    color: #007c69;
    margin-bottom: 5px;
}

#oppSearch-headline p{
    margin: 0;
    font-size: 1.3rem;
    font-weight: bold;
}

#opp_details_body .opp-details-contact-section .contact-header{
    /*client request: oppDetails>hide contact header*/
    display: none;
}

#opp_details_body .opp-details-contact-address{
    /*client request: oppDetails>hide contact address*/
    display: none;
}

#opp_details_body .opp-details-org-title{
    /*client request: oppDetails>hide org title*/
    display: none;
}

.ss-more-a-org{
    /*client request: Signup Button> More button> hide 'See More for this organization' link*/
    display: none !important;
}

.login-new-vol-link{
    display: none;
}

.invite-info-list li:nth-child(3){
    display: none;
}