﻿/* BEGIN PIEDMONT CUSTOM CSS */

/* BEGIN: HIGH CONTRAST OVERRIDES */
/* Force white background in the main pane */
html #main,
html .BeforeList input.SearchList {
    background: #fff;
}

/* Darken blue sidebar links and other links that appear on non-white backgrounds */
html  #sidebar .recovery a, 
html  #sidebar .component.medicationslist .pickupbanner,
html  #sidebar .component.medicationslist .pendingupdates,
html  .visitinformation a:not(.button),
html  .apptDeptInstructions .section.flat a:not(.button),
html  .medbottom .medinfocolumn a,
html  .softwarning a:not(.button) {
	 color: #0B5DAC; 
}



/* Darken sidebar headers */
html  #sidebar .header {
	color: #0B5DAC;
}

/* Darken datestamp */
html  .Visits .card .date div,
html  .previewCCD .listelement .date div {
	color: #52CC6E;
}


html  #sidebar {
	background-color: rgba(255, 255, 255, 0.9);
}


/* Darken edit icon (e.g. add health issue popup) */
html  img[src*="edit.png"] {
	background-image: url('../images/edit_HC.png');
}


/* 
html  .button:not(.buttoncheck),
html  .button:not(.buttoncheck):focus,
html  .button:not(.buttoncheck):hover,
html  ul.MessageList.list.hoverable.collapsible .SingleMessage .ReplyButton a.button {
	background-color: #02416C;
}

html  .button.nextstep,
html  .button.nextstep:focus,
html  .button.nextstep:hover {
	background-color: #52CC6E;
}

html  .button.completeworkflow,
html  .button.completeworkflow:focus,
html  .button.completeworkflow:hover {
	background-color:  #52CC6E;
}

html  .button.cancelworkflow,
html  .button.cancelworkflow:focus,
html  .button.cancelworkflow:hover {
	background-color: #D14454;
}

html  .button.inlinedelete,
html  .button.inlinedelete:focus,
html  .button.inlinedelete:hover {
	background-color: #D14454;
}

html  .button.inlineedit,
html  .button.inlineedit:focus,
html  .button.inlineedit:hover {
	background-color: #52CC6E;
}

html  .button.inlinesave,
html  .button.inlinesave:focus,
html  .button.inlinesave:hover {
	background-color:  #52CC6E;
}

html  .button.disabled,
html  .button.disabled:focus,
html  .button.disabled:hover,
html  .button[disabled],
html  .button[disabled]:focus,
html  .button[disabled]:hover {
	background-color: #DBDBDB;
}

html  #main .back .button {
	color: #52CC6E;
}

html  body .stepContainer .openingsData .slotslist .slotdetailaction.selected,
html  body .lookup .searchinputs:after,
html  body .lookup .expanded #searchimg {
	background-color:  #52CC6E;
	border-color:  #52CC6E;
} */
/* END: HIGH CONTRAST OVERRIDES */

/* Remove link for switching stylesheets */
/* Defaulted to High Contrast with overrides in this file */

#wrap .cssSwitcher[data-csstitle="High Contrast"] {
	display: none;
}

#wrap .cssSwitcher[data-csstitle="Default"] {
	display: none;

}
/***/


/* Remove banner image on Advanced Care Planning/ End of Life page */

.jumbotron {
		display: none;
}

/* Menu Icons*/
/* Brings back vector style icons with color change */

body.color1 #menu .menuicon:before {
	background-position: center 0;
}

body.color2 #menu .menuicon:before {
	background-position: center -2rem;
}

body.color3 #menu .menuicon:before {
	background-position: center -4rem;
}

body.color4 #menu .menuicon:before {
	background-position: center -6rem;
}

body.color5 #menu .menuicon:before {
	background-position: center -8rem;
}

body.color6 #menu .menuicon:before {
	background-position: center -10rem;
}

body.color7 #menu .menuicon:before {
	background-position: center -12rem;
}

#menu .menuicon:before {
	background: rgba(0, 0, 0, 0) no-repeat center 0 / 2rem auto;
	content: " ";
	display: block;
	height: 2rem;
	margin: 0 0 0.5rem;
	width: 100%;
}

/* Share Everwhere logo fix */

.se_image_patient {
	width: 150px;
}

/* Logo fix */
#graphicHeader:not(:empty) #header_logo .header_logo_link {
      background: transparent url("../images/logo.png") no-repeat scroll center/contain;
      display: block;
      height: 2.5rem;
      width: 100%; }

/* Remove schedule button */	  

#main > div.title.hasPrint.hasLinks > div.headerlink > a {
		display: none;
}

/* Remove Self Sign-up for Shepherd */

#appRoot > div > div._Segment._container.boundary-none.flexContent > div._Segment._container.boundary-none.textContent > div > div > div._Segment._container.boundary-none.OtherActivationMethodLinks {
	display: none;
}


aside#sidebar > h3:nth-child(3) {
	display: none;
}

aside#sidebar > a {
	display: none;
}

