/**** Custom Recruiter Styles ****/

body{
    font-family: 'Poppins','Open Sans',Arial,sans-serif;
}

:focus{
    outline-color: #ccc !important;
    outline-style: solid !important;
    outline-width: 1px !important;
}

.view-container {
    position: relative;
    margin-bottom: 0px; /* Set this to match the height of your footer */
}

.search-highlight {
    background: #FFF !important;
}

recruiter-header [uib-popover-template] + .popover{
display:inline-block !important;
}

#header_content{
    height: 110px;
}

.hdr_style_1.scrolled a.nav-link {
    height: 90px;
}

.hdr_style_1.scrolled #hdr_brand{
    margin: 10px;
}

#hdr_brand img{
    display: inline-block;
    border-right: #2e75b6 1px solid;
    padding-right: 10px;
    margin: 10px 20px 10px 0;
}

.hdr_style_1 #hdr_brand span {
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    color: #134A8A;
}

#hdr_nav_links{
    font-size: 1.1em;
}

.hdr_style_1 #nav_link_container {
    font-size: 1.1rem;
    font-weight: bold;
    padding: 10px 0;
}

/************Hero*************/

.lead-message {
    padding-top: 2rem;
}

.lead-message h2{
    color: #0DB1EC;
}

.hero { /* I think this was removed */
    background-image: linear-gradient(rgba(255, 255, 255, 0.0), rgba(0, 0, 0, 0)), url(../images/volunteer-header.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 385px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hero2 { /* I think this was removed */
    background-image: linear-gradient(rgba(255, 255, 255, 0.0), rgba(0, 0, 0, 0)), url(../images/volunteer-header2.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 450px;
/*   display: flex;  */
    flex-wrap: wrap;
    align-items: center;
}

/************seasonal Programs*************/

#seasonal-programs a{
    text-decoration: none;
}

#seasonal-programs .flex-area{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#seasonal-programs .ctb-headline{
    text-align: center;
    padding: 0 0 1rem;
    border-top: 2px solid #1B4A8A;
    border-bottom: 2px solid #1B4A8A;
    border-left: 2px solid #1B4A8A;
    border-radius: 5px 0px 0 5px;
}

#seasonal-programs .ccu-headline{
    text-align: center;
    padding: 0px;
    border-top: 2px solid #1B4A8A;
    border-bottom: 2px solid #1B4A8A;
    border-right: 2px solid #1B4A8A;
    border-radius: 0px 5px 5px 0px;
}

#seasonal-programs h3{
    color: #fff;
    background-color: #1B4A8A;
    margin: 0px;
    padding: 1rem 0;
}

#seasonal-programs p{
    text-align: center;
    padding: 1rem;
    font-size: 1em;
    margin: 0;
}

#seasonal-programs .ctb-img{
    background-image:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/Creek to Bay.jpg");
    background-position: 50% 70%;;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #1B4A8A;
    position: relative;
    border-radius: 0px 5px 5px 0px;
}
#seasonal-programs .ctb-img2{
    background-image:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/dumpster.jpg");
    background-position: 50% 70%;;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #1B4A8A;
    position: relative;
    border-radius: 5px 0px 0 5px;
}
#seasonal-programs .ccu-img{
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/Coastal Cleanup Day.jpg");
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #1B4A8A;
    position: relative;
    border-radius: 5px 0px 0 5px;
}
#seasonal-programs .general-img{
    /* background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/clip.png"); */
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../images/Secon.png");
    background-position: 50% 50%;;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #1B4A8A;
    position: relative;
    border-radius: 0px 5px 5px 0px;
}

#seasonal-programs .row{
    border-radius: 5px;
    padding: 0 15px;
}

.btnSeasonal{
    display: inline-block;
    background: #f37c3e;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    margin: 0 auto 10px auto;
    font-size: 1rem;
    letter-spacing: 1.5px;
    padding: 10px 25px;
    width: 180px;
    bottom: 20px;
    text-align: center;
    right: calc(50% - 75px);
    cursor: pointer;
    -webkit-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    text-decoration: none;
}

.btnSeasonal:hover, .btnSeasonal:focus {
    background-color: #f36700;
    color: #fff;
    text-decoration: none;
}

.arrow-right {
    position: absolute;
    right: -30px;
    top: calc(50% - 30px);
    z-index: 20;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #fff;
}

.arrow-left {
    position: absolute;
    left: -30px;
    top: calc(50% - 30px);
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right:30px solid #fff;
}

/*****************Programs****************/
.calling-card p{
    min-height: 75px;
}

#programs{
    background-color: #fff;
    padding: 30px 0;
}

.lp-programs{
    margin: 10px 0;
    border-radius: 4px;
}

#programs a{
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
}

/*#programs .container{*/
    /*position: relative;*/
    /*bottom: 135px;*/
/*}*/

.outbx{
    background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/ccb.jpg");
    background-position: 50% 25%;;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 23vh;
    border-radius: 4px;
}
.outbx-ic{
    background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/ic.jpg");
    background-position: 50% 25%;;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 23vh;
    border-radius: 4px;
}
.outbx-ssc{
    background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/Sunset_Sweep.png");
    background-position: 50% 50%;;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 23vh;
    border-radius: 4px;
}

.outbx-aab{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/aab.png");
    background-position: 50% 57%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 23vh;
    border-radius: 4px;
}

.outbx-ww{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/Watershed_Warriors.png");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 23vh;
    border-radius: 4px;
}

.outbx-ev{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/ocean-day.png");
    background-position: 50% 57%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 23vh;
    border-radius: 4px;
}

.outbx-mc{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/monthly-cleanup.png");
    background-position: 50% 57%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 23vh;
    border-radius: 4px;
}

.outbx-ss{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/lflmcs.png");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 23vh;
    border-radius: 4px;
}

.outbx-ew{
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/oceanside.jpg");
    background-position: 0% 57%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 23vh;
    border-radius: 4px;
}

.outbx-tcv {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/tcv.jpg");
    background-position: 0% 57%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 23vh;
    border-radius: 4px;
}
.outbx-csp {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/csp.jpg");
    background-position: 0% 57%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 23vh;
    border-radius: 4px;
}
.outbx-cwc {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/cwc.jpg");
    background-position: 0% 57%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 23vh;
    border-radius: 4px;
}

.inbox{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-align: center;
    height: 23vh;
    border: 10px solid rgba(255, 255, 255, 0.5);
}

#programs a:hover .inbox{
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;;
    background-color: rgba(7, 176, 236, 0.71);
    border: 20px solid rgba(255, 255, 255, 0);
}


#client_footer{
    background: #5D5D5D;
    padding: 10px 50px 10px 50px;
    display: -ms-flexbox;
    display: grid;
    justify-content: space-evenly;
    align-items: center;
    grid-column-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(305px,1fr));
}
.client_footer_left{
    color: #fff;
    text-align: center;
    place-self: center;
    margin: 0 auto;
}

.social {
    padding-top: 5px;
    place-self: center;
    margin: 0 auto;
    font-size: 1em;
    color: #fff;
}

.client_footer_right{
    color: #fff;
    text-align: center;
    place-self: center;
    margin: 0 auto;
}

.social a {
    margin: 0 5px 0 5px;
    color: #0DB1EC;
    background: #5D5D5D;
    font-size: 35px;
    text-align: center;
    text-decoration: none;
}

.social a:hover{
    color: #d0d0d0;
}

.samaritan-footer {
    background: #5D5D5D !important;
    color: #FFF !important;
}

.samaritan-footer a {
	color: #0DB1EC !important;
}

#clientRegister{
	border-radius: 0;
	color:white;
	padding:20px;
}

#clientRegister a{
	text-decoration: none;
	color:white;
}

.CSD-footer-logo{
    text-align: center;
    background-color: #5D5D5D;
    padding: 0 0 10px 0;
}

.CSD-footer-logo img{
    max-width: 200px;
}

.client_footer_right p, client_footer_left p{
    font-size: 1em;
}

/**************CCU***************/
/*.ccudetails{*/
/*}*/

.ccudetails th{
    display: inline;
    white-space: nowrap;
}

.ccudetails td{
    padding-left: 20px;
    padding-bottom: 20px;
}

.ccudetails span{
    color: #0DB1EC;
    /*font-size: 1.2em;*/
}

.aab-calendar-details > div > p:first-child{
    color: #0DB1EC;
    font-weight: bold;
    margin-bottom: 0;
}

/****   Volunteer Program    ****/
#volunteer-program {
    max-width: 1400px;
    margin: 0 auto 1rem;
    display: grid;
    grid-template-columns: minmax(auto, 1fr) 1fr;
    grid-template-rows: minmax(500px, auto) 500px;
}

#volunteer-program .volunteer-program__hero {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-column: 1 / -1;
    grid-row: 1;
}

.volunteer-program__hero {
    font-family: Lalezar,Helvetica,Arial,sans-serif;
    background-color: #000;
}

.hero__title-outer-container {
    position: relative;
    max-width: 40%;
    margin: 2rem auto;
    padding: 1rem;
    text-align: center;
    border-radius: 5px;
    background-color: rgb(255 255 255 / 75%);
}

.hero__title-inner-container {
    border-radius: 5px;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.75);
}

.hero__title-inner-container > h1 {
    color: #21aee4;
    letter-spacing: 1px;
    font-size: clamp(1.5rem, 2.5vw, 2.5rem);
    margin: 0 0 1rem;
}

.hero__title-inner-container > p {
    color: #F37921;
    font-size: clamp(1rem, 1.4vw, 1.5rem);
    margin: 0
}

.volunteer-program__opp-list {
    background-color: #cbcbcb;
    overflow-y: scroll;
    direction: rtl
}

.volunteer-program__opp-list > a {
    display: flex;
    direction: ltr;
    text-decoration: none;
    align-items: center;
    margin: 0.5rem 1rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
}

.volunteer-program__opp-list > a:hover {
    background-color: #0DB1EC;
}

.volunteer-program__opp-list > a > p {
    margin: 0;
    font-weight: 600;
    font-size: 1.2rem;
    pointer-events: none;
    color: #0e0e0e;
}

.volunteer-program__display {
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.volunteer-program__display > .volunteer-program__default-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/**************Volunteer Dashboard***************/

.flex-column{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 10px;
}

.flex-content{
    width: 23%;
    min-width: 165px;
    height: 100px;
    margin: 5px 5px;
    background: lightgrey;
    cursor: pointer;
}


.flex-content:hover .dash-overlay{
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: rgba(7, 176, 236, 0.90);
    border: 20px solid rgba(255, 255, 255, 0);
}

.dash-overlay{
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

#dashboard-search .aab{
    background-image: url("../images/aab.png");
    background-position: 50% 57% ;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
 }

#dashboard-search .allOpps{
    background-image: url("../images/monthly-cleanup.png");
    background-position: 50% 57%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
#dashboard-search .webInars{
    background-image: url("../images/webInars.jpg");
    background-position: 50% 57%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

#dashboard-search .sao{
    background-image: url("../images/sao.jpg");
    background-position: 50% 57%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

#dashboard-search .c2b{
    background-image: url("../images/Creek to Bay.jpg");
    background-position: 50% 57%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

#dashboard-search .ccd{
    background-image: url("../images/Coastal Cleanup Day.jpg");
    background-position: 50% 57%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.dash-text{
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.dash-donate{
    background-color: #28af5f;
    border-color: transparent;
    border-radius: 4px;
    padding: 0 15px;
    line-height: 49px;
}

.dash-donate a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.dash-donate:hover{
    background-color: #0DB1EC;
    border-color: transparent;
}

/**************Administrator Tools****************/

#administrator-tools h5{
    color: #777;
}

#administrator-tools textarea{
    height: 100px;
    width: 100%;
}

#administrator-tools .header{
    border-bottom: 1px solid #eee;
}

#administrator-tools .homepage-settings-section{
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

#administrator-tools .homepage-settings-section .form-check{
    display: flex;
}

#administrator-tools .homepage-settings-section .form-check input{
    align-self: center;
    margin: 0 0 5px 5px;
}

/******************aab_calendar*******************/

.aab-schedule-shift-details{
    cursor: pointer;
    text-decoration: underline;
    font-size: 1.1rem;
}

#custom-calendar .aab-bottom{
    display: flex;
    flex-direction: row;
}

#custom-calendar .aab-calendar{
    width: 60vw;
}

#custom-calendar .aab-opp-details{
    width: 40vw;
}

#custom-calendar #aab-details{
    padding: 35px 30px;
}

#custom-calendar .opp-details-long-description{
    max-width: 60vw;
}

/***************Propose opportunity***************/

.login-notice{
    background-color: #D9EDF7;
    border-color: #bce8f1;
    border-radius: 5px;
    padding: 15px;
    color: #31708f;
}

.opp-type-header{
    color: #184A8A;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 30px 5px;
}

.opp-type .opp-type-btn{
    padding: 5px;
}

.opp-type .opp-type-btn > div{
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    box-shadow: 3px 2px 5px #efefef;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.opp-type .opp-type-btn > div:hover{
    color: #fff;
    background-color: #184A8A;
}

.opp-type .opp-type-btn > div p{
    margin: 0;
}

.title-banner {
    /*box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 16%);*/
    font-family: Lalezar,Helvetica,Arial,sans-serif;
    background-color: rgba(255, 255, 255, 0.76);
    margin: 2rem auto;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.title-banner h1 {
    color: #21aee4;
    letter-spacing: 1px;
    margin: 0 auto;
    font-size: 2.5rem;
}

.title-banner p {
    color: #F37921;
    margin: 0 auto;
    font-size: 1.2rem;
}

/*********************MISC***********************/
.opp-details-opp-title{
    margin-bottom: 10px;
}

.opp-details-schedule-slot-section{
    display: none;
}

#hdr_brand a{
    text-decoration: none;
}

.info-indicator > .form-group > label:after{
    content: "i";
    font-weight: bold;
    font-size: .7em;
    color: #fff;
    text-align: center;
    background: #f00;
    padding: 0 6px;
    border-radius: 50%;
}

.info-indicator2{
    font-weight: bold;
    font-size: .7em;
    color: #fff;
    text-align: center;
    background: #f00;
    padding: 0 6px;
    border-radius: 50%;
}

.per-line{
    white-space: pre-line;
}

.font-bold > .form-group > label{
    font-weight: bold;
}

.opp-published-date{
    display: none;
}

.group-list{
    list-style-type: none;
}

#custom-calendar .slot-view{
     background: #18c71d;
     padding: 5px;
     text-align: center;
    border-radius: 3px;
 }

#custom-calendar .slot-refer{
    background: #a9a9a9;
    padding: 5px;
    text-align: center;
    border-radius: 3px;
}

#custom-calendar .slot-unavailable{
     background: rgb(255, 0, 0);
     padding: 5px;
     text-align: center;
     border-radius: 3px;
 }

#custom-calendar .slot-default{
    padding: 3px;
    border-radius: 3px;
    border: 1px solid rgba(58, 135, 173, 0);
    background: rgba(58, 135, 173, 0);
}

#custom-calendar .slot-default p {
    margin-bottom: 5px;
}

#custom-calendar .calendar-slot-counter{
    width: fit-content;
    min-width: 1em;
}

#custom-calendar .fc-event{
    background-color: rgba(58, 135, 173, 0);
    border: 1px solid   rgba(255, 255, 255, 0);
}

.slot-record .slot-opp-org{
    display: block;
    font-weight: 600;
    color: #337ab7;
}

/**************Custom Header*********************/
#custom_header_content{
    position: relative;
    left: 253px;
    bottom: 90px;
    z-index: -1;
}

#custom_header_content #custom-header .custom-header-main{
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #184A8A;
}

#custom_header_content #custom-header .custom-header-sub{
    margin: 0;
    font-size: 1.1rem;
    color: #0DB1EC;
}

/**************Program Success*********************/

.btnPS{
    height: 46px;
    width: 360px;
    margin: 0 auto;
}

.btnPS a{
    text-decoration: none;
    color: #fff;
    background-color: #0DB1EC;
    border-color: #35759a;
}

/************** Slider switch *********************/

.filter-signage {
    width: 80%;
    font-size: 70%;
    margin: 5px auto;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.switch {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    width: 35px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 1px;
    bottom: 1px;
    border-radius: 50%;
    background-color: white;
    transition: .4s;
}

input:checked + .slider {
    background-color: #0DB1EC;
}

input:focus + .slider {
    box-shadow: 0 0 1px #0DB1EC;
}

input:checked + .slider:before {
    transform: translateX(15px);
}


