/**** Custom Recruiter Styles ****/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.view-container {
    position: relative;
    /*min-height: 100vh;*/
}

/**** Overrides ****/

.split-button button.double {
    height: 3em !important;
}

.opp-details-location-address h3 {
    margin-top: 0;
}

.opp-details-location-address p {
    line-height: 1;
}

.opp-details-location-address .subtle-notice,
#search_options > div > div > div.iblock,
.opp-details-org-title {
    display: none;
}

/**** Header Styles ****/

.upper-header-black {
    background-color: black;
}
.healthText {
    color:white;
    margin-left: 5px;
    font-size: 12px;
    font-weight: bold;
}
.upper-header-black a {
    color:white;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.upper-header-black a:hover{
    text-decoration: underline;
}
.agency-logo-wrapper {
    color:#666;
    padding-top:35px;
    font-size: 15px;
}
.agency-logo {
    padding-top:20px;
    padding-bottom:20px;
}
.bgNav {
    border-top: 1px solid #ccc!important;
    border-bottom: 1px solid #ccc!important;
    background-image: url(images/bg-nav.png);
    margin-bottom: 0 !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.navLinksHome {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
}
.navLinks {
    border-right: 1px solid #d5d5d5;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #000;
}
.goog-te-gadget-simple {
    border: none !important;
}
.goog-te-gadget-icon {
    display: none !important;
}
.programInfo {
    margin-bottom: 20px;
    border-radius: 6px;
    padding: 0;
}
.programInfo p, .programInfo2 p{
    padding: 8px 10px;
    margin-bottom: 0;
    border: 1px solid #c3c3c3;
    border-top: none;
}
.programInfo h3{
    background: #0082ac;
    padding: 60px 0 60px 30px;
    color: white;
}
.programInfo2 {
    /*border: 2px solid #c3c3c3;
    border-radius: 6px;
    padding: 6px 16px;*/
    display: inline-block;
    margin: 12px 24px;
    vertical-align: top;
    background: rgba(210,210,210,0.2);
    min-width: 120px;
    max-width: 250px;
    min-height: 220px;
    position: relative;
    cursor: pointer;
}
.programInfo2 h3 {
    background: #0082ac;
    padding: 60px 0 60px 0;
    color: white;
    text-align: center;
    text-decoration: underline;
}
.programInfo2 p{
    text-align: left;
}
.programInfo2 a {
    /*position: absolute;
    bottom: 0px;
    margin-left: -26px;*/
    display:none;
}
.programInfo2 p:hover, .programInfo2 p:focus{
    text-decoration: underline;
}
/*.hdr_style_1 .nav-link:hover {
    background: #ddd;
}*/
/*.hdr_style_1 #hdr_brand img  {
	height: auto !important;
}
#header_content {
	border-bottom: 1px solid #e5e5e5;
}*/

/**** Landing Page Background Styles ****/

.bg-highlighted {
    background-image: url("images/background_1.jpg");
    background-size: cover;
    /*background: linear-gradient(0deg, rgb(255, 255, 255) 45%, rgba(4,67,98,1) 100%);*/
}
.bg-highlighted {
    position: relative;
    min-height: 100vh;
    margin-bottom: -50px;
}
/*.bg-highlighted {
    background: url('images/bg-pattern-highlighted.png') repeat;
}*/
.refer-place-msg {
    display: none;
}

/**** Buttons ****/

.share-btn-group{
    display: none
}

.btn-primary {
    color: #fff;
    background-color: #0082ac;
    border-color: #0082ac;
}
.btn-primary:hover {
    color: #fff;
    background-color: #3a6a82;
    border-color: #3a6a82;
}
.btn-secondary {
    color: #0082ac;
    background-color: #fff;
    border-color: #ccc;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.nyc-sso-button{
    border: 2px solid #0082AC;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.18);
}

.nyc-sso-button:hover{
    padding: 25px 20px 15px;
    background-color: #286090;
    border-color: #204d74;
}

.nyc-login-message p{
    padding: 20px 0 0 5px;
    font-size: 1.2rem;
    font-weight: bold;
}

/**** Footer ****/

footer {
    /*position: relative;*/
    background-color: #000;
   /* padding: 35px 0 30px 0;*/
    clear: both;
}

footer .copyright {
    color: #fff;
    font-size: 10px;
}

footer .footer-links a:hover {
    color: #999;
}

footer .footer-links a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: bold;
    margin-right: 2.12766%;
    padding: 5px 0;
}

footer .copyright a {
	color: #fff;
	text-decoration: none;
}

footer .copyright a:hover {
	text-decoration: underline;
}

footer .copyright p {
	clear: both;
	margin-bottom: 0 !important;
}
#sam_footer a {
    color: #FFF;
}
.hideCustomSignupButtons single-slot-record a.slot-custom-action-btn{
    display:none;
}
.on-call-modal .modal-title {
    margin-top: 50px;
}
#right-nav-contents .onCallResponder upcoming-schedule-widget single-slot-record a.slot-custom-action-btn{
    display:block;
}
.modal #onCallHeading .col-sm-4:not(:last-child) {
    visibility: hidden;
}
.share-btn {
    display: none !important;
}
upcoming-schedule-widget .slot-date-thumb.multi-day .s-date .multi-date {
    display: none;
}
.slot-date-thumb .s-date .multi-date {
    display: none;
}
.pagename {
    background: white;
}
.pagename a {
    color:  #337ab7;
}
.myShift {
    color: #337ab7;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1em;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 10px;
}
.upEvents {
    color: #337ab7;
    font-weight: bold;
    font-size: 1.3em;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 10px;
}
.sideLink {
    font-size: 80%;
    font-style: italic;
    font-weight: bold;
}
.ptBubble {
    display: inline-block;
    margin:15px 20px;
}
.ptBubble>div{
    border-radius: 100%;
    height: 80px;
    min-width: 80px;
    background: white;
    color: #337ab7;
    font-weight: bold;
    vertical-align: middle;
    border: 4px solid #337ab7;
    text-align: center;
    padding-top: 24px;
    font-size: 14px;
}

/**** Search Filter ****/

p.search-highlight {
padding: 5px 0;
display: none;
}
.min-openings-filter {
    display: none;
}
.toggling-left-bar .left-bar-filter-inner {
    box-shadow: none;
    border-right: none;
    border-radius: 5px;
}
.search-filter-view-btn:hover {
    background-color: #eee;
    color: #000;
}
.search-filter-view-btn {
    color: #fff;
    background-color: #0082ac;
    border-color: #0082ac;
    border-radius: 4px;
    text-decoration: none !important;
}
#left-search-bar .left-bar-filter-inner
.btn-toolbar {
    margin-bottom: 10px;
}
#left-search-bar .time-range-picker >div>strong{
    display:none;
}
#opp_details single-slot-record .media-body a.slot-custom-action-btn, .route_volunteer_schedule single-slot-record .media-body a.slot-custom-action-btn {
    display:none;
}

/**** Schedule Slots ****/

.ss_MoreLink {
    display: none;
}
.oppReferredText {
    display: none;
}
.non-searchable{
    display:none;
}
recruiter-header [uib-popover-template-popup].popover{
    display:none !important;
}

/* Dashboard */

.attach-photo-btn-container { position: absolute }
.volunteer-name {
    margin: 1rem 0;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

#bs_vol_menu_tiles_container{
    position:relative;
}

/*  These classes will disable dashboard when PECO/POD/CRC Activity Status is not active by adding .greyed class  */
#greyedOverlay{
    height:0;
    width:0;
    position:absolute;
    z-index: 999;
    background: rgba(255,255,255,0.5);
    text-align: center;
    display:none;
}
#greyedOverlay span{
    position: absolute;
    top: 40%;
    left: 50%;
    width: 250px;
    margin-left: -125px;
    display: block;
    font-weight: bold;
    background: rgba(255,255,255,0.8);
}
.greyed #greyedOverlay {
    height:100%;
    width:100%;
    display:block;
}

.custom-links > div {
    padding: 0.5rem;
    cursor: pointer;
}

.custom-links > div:first-child:hover {
    background-color: rgba(0, 130, 172, 0.05)
}

.custom-links a {
    text-decoration: none;
}

/* On Call Styles */
.on-call-modal{
    width: 1500px;
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.modal on-call-list li{
    word-wrap:break-word;
}
.modal on-call-list .hidePrint *{
    display:none;
}
.modal on-call-list .hidePrint strong:last-child{
    display:block;
}
.hoverClass:hover{
    cursor:pointer;
}

.alert-dashboard {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    border: 3px solid #0082ac;
    background: #fff;
    margin: 20px auto;
}

.alert-dashboard_getting-started {
    text-align: center;
}

.alert-dashboard .alert-dashboard_getting-started h3{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 1.2rem;
    margin: 0;
    color: #4e4e4e;
}

.alert-dashboard .alert-dashboard_getting-started p{
    font-size: 1.25rem;
    font-weight: bolder
}

.alert-dashboard .alert-dashboard_getting-started ul{
    font-size: 1.2rem;
    list-style-type: none;
    margin: 0 auto 1rem;
    text-align: left;
    padding: 0;
}

.alert-dashboard .alert-dashboard_getting-started ul li span{
    margin-right: 10px;
}

/*.alert-dashboard a{*/
/*    text-decoration: none;*/
/*}*/

/*.alert-dashboard button{*/
/*    padding: 20px 60px;*/
/*    max-width: 300px;*/
/*    font-size: 1.2rem;*/
/*    letter-spacing: 1px;*/
/*    font-weight: bold;*/
/*    margin: 1rem auto;*/
/*}*/

.alert-dashboard .map-container{
    height: 65vh !important;
}

.alert-dashboard .map-container a{
    text-decoration: underline;
    font-weight: bold;
}

.alert-dashboard #oppMap .gm-style-iw-d .mr20{
    display: none;
}

@media print {
  on-call-list li li{
    float:left;
  }
  .showPrint{
    display:block !important;
  }
  .hidePrint{
    display:none !important;
  }
  a[href]:after {
    content: none;
  }
}


/**** Print card ****/
body.print{
    height:0 !important;
    min-height:0 !important;
}
body.print * {
    display:none;
}

#tempIdCard {
    display: block;
    width: 3.370in;
    height: 2.125in;
    margin: 20px auto;
    padding: 8px 16px;
    border: 2px dashed black;
    color: black;
    font-size: 16px;
    background-image: url(images/star.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
}

#tempIdCard p{
    margin-bottom: 1px;
}

.servNyKey {
    color:red !important;
}

@media print {
#tempIdCard {
    background-image: url(images/star.png) !important;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    -webkit-print-color-adjust: exact;
}
#onCallHeading >div>button{
    display:none;
}
}

@media print {
.servNyKey {
      line-height: 1;
  color: inherit;
    color:red !important;
        -webkit-print-color-adjust: exact;
}}

/*****************************************************************/
/******** custom request for Covid-19 pod deployment *************/
/*****************************************************************/

.upcoming-schedule-no-records-msg a{
    display: none;
}

.upcoming-schedule-view-link{
    display: none;
}

.opp-slot-availability-label{
    display: none;
}

#opp_details_body single-slot-record .slot-address{
    display: none;
}

#opp_details_body single-slot-record .slot-info-instruction{
    display: none;
}

#opp_details_body_1818 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_1940 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_1892 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_1904 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_1894 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_1824 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_1828 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_1831 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_1903 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_5225 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_1913 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_1942 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_5226 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_1842 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_1938 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_5474 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_5476 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_5477 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_5478 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}

#opp_details_body_5479 > div > div.col-sm-3.col-xs-12.col-sm-pull-9.pt10.pb10 > div.ng-scope > sign-up-action-btn > div > div > div:nth-child(1) > div > div.ng-scope > div.ac.ptb5.mb10.duration-hide-button.ng-scope{
    display: none
}
