
/*
Template Name: Developer CSS
Developed by: Quality process
File: css
*/

/* Home page */

/* Campare Programs view */

/* Program Details View */



/*- - - - - - - - - -*/

/*Scott - Please Review these tyles from PSL and remove if not used for FCA.*/

/*.csjs-secondary-navigation {
	height: 100%;
}*/
/*.autocomplete-results {
    color: #606060;
    background-color: #FFFFFF;
    border: 2px solid rgba(2, 129, 154, 0.501961);
    border-radius: 4px;
    padding: 0px 14px;
    opacity: 0.90;
    display: none;
}
.autocomplete-results > :first-child {
    margin-top: 9px;
}
.autocomplete-results > :last-child {
    margin-bottom: 9px;
}
.autocomplete-results .selected {
    color: #0087A2;
    background-color: #EAEBEB;
}*/

/*.tooltip > .tooltip-inner {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid black;
  padding: 5px;
  font-size: 14px;
}
.tooltip .tooltip-inner {
    background-color:white;
}
  
 .tooltip .arrow::before {
    border-bottom-color: white;
}
 .tooltip .arrow::before {
    border-top-color: white;
}
.tooltip.show {
	opacity: 1 !important;
}*/

/*- - - - - - - - - -*/


.matched-substring {
	font-weight: bold;
}
.paging_simple_numbers .pagination .disabled.paginate_button:hover a {
  background: #F6F6F6;
  color: #263238;
  cursor: default;
}

.stick-program-name {
	display: none;
	position: fixed;
	background: white;
	top: 0px;
	z-index: 300;
}

.stick-program-background {
	display: none;
	width: 100%;
	left: 0px;
	position: fixed;
	background: white;
	top: 0px;
	z-index: 200;
}

.outcome-symbols {
	font-size: 1.2rem;
	font-weight: 600;
}

.advisory-list span {
	display: table;
	margin-top: 1rem;
	font-weight: 700;
}

.compare-cell-3 {
	width: 33.33%;
	vertical-align: top!important;
}

.compare-cell-4 {
	width: 25%;
	vertical-align: top!important;
}

.header-warning {
	color: #FFB435;
	font-weight: 600;
}

@media (min-width: 576px) {
	.survey-modal-dialog {
		max-width: 80%;
	}
}
