﻿/*********************************** 
REFERENCE

DFR Light Blue: #0078a5
DFR Light Blue Hover: #e5f1f6;

Body Text: #333

************************************/




/*********************************** 
TESTING
************************************/
html{
	scroll-padding-top: 175px;
}

.dfr-pages-healthplans-aspx main th,
.dfr-pages-healthplans-aspx main td {
	padding: 10px 20px !important;
	border-top: 1px solid #ddd !important;
} 

main .unstyled {
	padding-left: 0;
    list-style: none;
}

main .unstyled li {
	border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
}

main .unstyled li:first-child {
	margin-top: 15px;
}

main .unstyled li p.lead {
	margin-bottom: 0;
}


/*********************************** 
SITE WIDE ALERT + BOOTSTRAP ALERTS
************************************/

#agencyWideAlert a,
#agencyWideAlert a:visited {
	color: #8a6d3b;
    border-bottom: 1px dotted #8a6d3b;
}

#agencyWideAlert a:hover {
    text-decoration: none;
    padding-bottom: 1px;
}

.alert > p:first-child {
	margin-top: 0;
}

.alert > p,
.alert > p + p {
	margin-top: 10px;
}


/* 	----------------------------------------------------------------------------------------------
	Division Logo (replaces state seal)
	----------------------------------------------------------------------------------------------
*/

.or-header-logo-wrapper{
	padding: 40px 20px 40px 0;
}

.or-header-logo{
	background: url("../Images/dfr-logo-white.svg") no-repeat center;
	background-size: contain;
	-webkit-filter: drop-shadow(2px 2px 5px #000);
    filter: drop-shadow(2px 2px 5px #000);
	max-height: 85px;
}

.or-header{
	text-shadow: 2px 2px 5px black;
}

.footer-logo{
	max-width: 171px;
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.oregon-prescription-drug-affordability-board .or-header-logo {
background: url('https://dfr.oregon.gov/PublishingImages/PDAB%20logo_no_text_yellow_small.png') no-repeat center;
}

/*********************************** 
CAMPAIGN STYLES
************************************/

.short-term-questions .or-page-title {
	display: none;
}

.short-term-questions h1 {
	text-align: center;
}

.border-btm-blue {
	/* border-bottom: 1px solid #0078a5;
	padding-bottom: 1em; */
}

.step-highlight {
    background: #0078a5;
    border-radius: 4px;
    color: white;
    padding: 10px;
    display: block;
    margin-bottom: 5px;
}

.float-none-center {
	float: none;
    margin-left: auto;
    margin-right: auto;
}

/*********************************** 
DRUG PRICE TRANSPARENCY
************************************/

#insurerSelect,
#resultTable_filter_wrapper {
	display: inline-block;
}

.dptData {
	margin-bottom: 2em;
}

.dptData table.dataTable.no-footer {
	border-bottom: 1px solid #ddd;
}

.dptData .footControls {
	padding: 1em;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    clear: both;
    overflow: auto;
}

.dptData .dataTables_filter {
	display: none;
}

.dptData .dataTables_filter input {
	width: auto !important;
	display: inline-block !important;
}

.dptData .dataTables_length {
	padding-top: 0.755em;
	padding-left: 0.755em;
}

.dptData .dataTables_length label {
	font-weight: normal !important;
}

.dptData .dataTables_length:before {
	content: "|";
    padding-right: 10px;
}


/*********************************** 
INNOVATION HUB
************************************/

.oregon-s-innovation-hub {
	
}

.oregon-s-innovation-hub .or-accordion-list {
	margin-top: 30px;
}

.oregon-s-innovation-hub h3 {
	color: #0078a5;	
	border-bottom: 1px solid #0078a5;
	padding-bottom: .5em;
	margin-bottom: 1em;
}


.oregon-s-innovation-hub form-display h3 {
	display: none;
}

.callout {
    padding: 15px;
    background: #e5f1f6;
    border-radius: 4px;
    margin-top: 25px;
}

.callout h3 {
    margin-top: 0;
}

.boxed {
    border: 1px solid #e5f1f6;
    border-radius: 4px;
    margin: 25px 0;
}

.boxed h2 {
	background: #e5f1f6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px;
    margin: 0 0 20px 0;
}

.boxed > div {
	padding: 20px;
}



main div[class^="col-md"] > div > p:nth-child(1) {
    margin-top: 25px
}


/*********************************** 
TYPOGRAPHY 
************************************/

h1, h2, h3, h4, h4, h5, h6 {
	font-weight: bold;
}

h2, .h2 {
	margin-top: 25px;
	font-size: 26px !important;
}

h3, .h3 {
	margin-top: 25px;
	font-size: 22px !important;
}

h4, .h4 {
	margin-top: 20px;
	font-size: 20px !important;
}

h5, .h5 {
	margin-top: 20px;
	font-size: 18px !important;
}

h6, .h6 {
	font-size: 16px !important;
}

p {

}

blockquote {
	font-size: inherit;
} 

p.indent {
	margin-left: 20px;
}


.bg-primary,
.bg-success,
.bg-info,
.bg-warning, 
.bg-danger {
    padding: 15px;
    border-radius: 4px;
}


/*********************************** 
BUTTONS
************************************/

a.btn {
	background: #0078a5;
	color: #ffffff;
}

a.btn:hover {
	background: #1491bf;
	text-decoration: none;
}

a.btn:visited {
    color: #ffffff;
}

a.btn-alt-dark {
	background: #464646;
}

/*********************************** 
NAVIGATION 
************************************/
.language-dropdown-menu{
	max-height: 300px;
	overflow-y: scroll;
}

.or-navbar-translation-wrapper{
	right: 115px;
}
@media (min-width: 770px){
	.or-navbar-translation-wrapper{
		right: 60px;
	}
}

#languageDiv .dropdown{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/* Navigation Container */
.or-navbar {
	background: #0078a5;
}

/* Navigation Search Button & Wrapper */
.or-navbar-search-wrapper,
.or-navbar-search-submit-button {
	background: none;
}

/* Navigation Search Input, when open */
.or-navbar-search-wrapper.or-navbar-search-open {
	box-shadow: none;
}

/* Navigation Search Submit */
.or-navbar-search-submit-button:hover, 
.or-navbar-search-submit-button:focus {
	background: #0078a5;
}

/* Navigation Search Input Placeholder */
.or-navbar-search-input-wrapper ::placeholder {
	color: #ffffff;
	opacity: 1
}




/*********************************** 
HEADER BANNER
************************************/

/* Header Banner background image */
.or-header {
	background: url("/PublishingImages/snow-mt-stream.jpg") top 15% center / cover;
	background-color: #0078a5;
  	background-blend-mode: multiply;
}

/* Header Banner Overlay */
.or-header .or-header-overlay {
	background: #0078a5;		
}

/* Removed hover opacity for header */
.or-header-content-row a:hover {
	opacity: 1; /* originally: 0.7 */
}

/* Added hover opacity to logo only */
.or-header-logo-wrapper:hover {
	opacity: 0.7; /* originally: none */
}

/* Reduced site description size */
.or-header-title small {
	font-size: 50%; /* originally: 65% */
}





/*********************************** 
HOME PAGE & LANDING PAGE TASK BOXES
************************************/

.panel-default > .panel-body > .taskbox-icon {
	margin-bottom: 0;
}

 /* Taskbox wrapper */
.taskbox-icon {
	margin: 0 auto 30px;
	text-align: center;
}


/* Taskbox Icon */
.taskbox-icon span {
	color: #0078a5;
}

/* Taskbox H2 */
.taskbox-icon h2 {
	font-size: 24px !important; /* originally: 28px */
}

/* Taskbox Button */
a.btn-taskbox {
	border: 1px solid #0078a5;
	color: #0078a5;
	background: none;
}

a.btn-taskbox:hover {
	border: 1px solid #0078a5;
	color: #0078a5;
	background: #e5f1f6;
}


a.btn-taskbox:visited {
	color: #0078a5;
}




/*********************************** 
WEB PARTS
************************************/

/* Adjusts the line-height of accordion expand buttons */


.or-accordion-heading-collapse::before {
	line-height: 0.6;
	font-size: 36px;
}

.or-accordion-heading-title h2,
.or-accordion-heading-title h3,
.or-accordion-heading-title h4,
.or-accordion-heading-title h5,
.or-accordion-heading-title h6 {
	font-size: 16px !important;
}

.or-accordion-panel .panel-heading {
	padding: 10px !important;
}


/*********************************** 
CONTENT AREA
************************************/

#agencyWideAlert p {
	margin-bottom: 0;
}

h1.or-page-title {
    padding-bottom: 20px;
}

main img {
	margin: 10px 0;
	max-width: 100%;
}

main a,
footer a,
.dfwp-item .link-item a,
.dfwp-item .link-item a:link {
	color: #0078a5;
}

main a:visited,
footer a:visited,
.dfwp-item .link-item a:visited {
	color: #C6470A;
}

.well {
	
}

.well h2:first-child,
.well h3:first-child,
.well h4:first-child,
.well h5:first-child,
.well h6:first-child {
	margin-top: 0 !important;
}

.well p:last-child,
.well ul {
	margin-bottom: 0;
}

.well-sm {
	padding: 10px;
}


/*********************************** 
LEFT NAVIGATION 
************************************/

/* removes text styles from parent (or heading) item in left navigation */
.or-side-navigation > ul > .or-side-navigation-parent > a,
.or-side-navigation > ul > .or-side-navigation-parent > .or-side-navigation-unlinked-item {
	text-transform: none;
	letter-spacing: inherit;
	font-size: inherit;
}

/* controls highlight color of current page link in left navigation */
.or-side-navigation ul .or-side-navigation-current > a {
	border-left: solid 3px #0078a5;
    color: #0078a5;
}



/*********************************** 
MAIN CONTENT AREA
************************************/

/* padding for audio class wrapper */
main .audio,
main .video {
	padding: 0 0 20px;
}

/* full-width, responsive */
main audio,
main video { 
	width: 100%;
} 


/* MAIN CONTENT AREA > EMBEDS */

/* responsive video settings to minimize letterbox */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	
}

/* responsive video iframe settings to minimize letterbox */
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 

[id^="___gcse"] td:hover,
[id^="___gcse"] tr:hover {
	background: none;	
}

.gsc-input {
    background: none;
}


/* MAIN CONTENT AREA > TABLES */

main table {
	margin-bottom: 20px;
	max-width: 100%;
}

@media only screen and (max-width: 768px) {
	main table {
	    width: 100%;
	    margin-bottom: 15px;
	    overflow-y: hidden;
	    -ms-overflow-style: -ms-autohiding-scrollbar;
		min-height: .01%;
		overflow-x: auto;
		display: inline-block;
	}
}

main tr:hover {
	background: #eaf9ff;
}

main th {
	background: #fafafa;
	white-space: normal;
}

main th,
main td {
	padding: 10px 20px;
	border: 1px solid #ddd;
} 


/* no border */

table.no-border,
table.no-border td,
table.no-border th {
	border: 0 !important;
}

table.no-hover:hover,
table.no-hover td:hover,
table.no-hover th:hover,
table.no-hover tr:hover {
	background: none !important;
}

#resultsTable th,
#resultsTable td {
	border: 0;
} 

#resultsTable th {
	border-bottom: 1px solid #ddd !important;
}

.table > thead > tr:first-child > th {
	border-top: 1px solid #ddd !important;
}

.subResult tr:first-child > th,
.subResult tr:first-child > td {
	border-top: 0 !important;
}

.subResult {
	margin-bottom: 0;
}

tr.shown + tr {
	background: #eaf9ff;
}


/* this removes td padding and border from root-level pages */
.root-web td {
    padding: inherit;
    border: inherit;
}

main tr:nth-child(even) {

}
 
main tr:nth-child(even) {

}

.dfwp-item .item {
	padding: 5px 0;
}

.dfwp-item .link-item {
	
}



/* MAIN CONTENT AREA > REUSABLE CONTENT */

@media only screen and (max-width: 768px) {
	main .border-top-space-above {
		border-top: solid 1px rgba(0,0,0,.1);
		padding-top: 10px;
		margin-top: 20px;
	}
}


/*********************************** 
RIGHT ASIDE
************************************/





/*********************************** 
FOOTER AREA
************************************/




/*********************************** 
	DATATABLES
************************************/



#hpAge, #hpCounty, #hpTier {
}

#ageSelect, #countySelect, #tierSelect {
    display: inline-block;
    width: 150px;
}

.hpSelect {
    margin-right: 20px;
    margin-top: 10px;

}

.hpSelect label {
	font-weight: normal;
	padding-right: 5px;
	width: 152px;
}

.hpFilters {
	float: right;
}

.hpWrapper {
	clear: both;
	overflow: auto;
}

#theProgramArea {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}

#yearSelect {
	float: left;
	width: auto;
	margin-right: 20px;
	margin-top: 10px;

}


/* Universal DataTable styles */

#resultsTable {
	padding-top: 20px !important;
}

.results {
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;  
}


.dataTables_filter {
    float: left;
	margin-top: 10px;
}

.form-control,
.dataTables_filter input {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

td.details-control {
    background: url('../images/details-open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details-close.png') no-repeat center center;
}

/* Expandable information wrapper */
.subResult{
	margin-left: 32px;
}

.subResult td {
}

.subResult td:first-child {
	font-weight: bold;
}

.shown {
    background: #eaf9ff;
}



/* Notes and Orders Data Table */

@media only screen and (max-width: 768px) {
	.hpFilters {
		float: none;
	}
}



/*DataTables style override */

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	color: #ffffff !important;
	background-color: #1B81A5;
	border-color: #1B81A5;
}

div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
	font-weight: bold;
} 


#loading {
	font-size:large; 
}


td.orderLink,
th.orderLink {
	text-align:left;
	width:40%;	
}

td.orderCase,
th.orderCase {
	width: 15%; 	 
	text-align:left; 	 
}

td.orderArea,
th.orderArea {
	text-align:left; 
	width:15%;	 
}

td.orderType,
th.orderType {
	text-align:left; 
	width:20%;
}

td.orderDate,
th.orderDate {
	text-align:center;
	width:10%;
}


td.orderIndividual {
	text-align:left; 
}

td.orderCompany {
	text-align:left; 
}


td.orderPage{
	text-align:right; 
	width:10%;
}

td.orderRelated {
	text-align:left; 
	width: 13%; 	 
}

td.orderViolation {
	text-align:left; 
	width:20%;	 
}

td.orderVolume {
	text-align:right; 
	width:10%;
}

td.orderYear {
	text-align:center; 
}


/* 
	Shift over the DataTables filter so it lines up with  
   the search box on the page
*/    
#example_filter {
	 float:left;	 
}

#loading {
	float:left; 
}

#searchArea{
	margin-left:30px;
	float:right;
}

.float-left {
	float: left !important;
	margin-left: 0 !important;
}

#searchTitle{
	float: left;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 17px;
    font-weight: bold;
    padding-top: 5px;
}

#searchButton {
	
	margin-bottom:8px; 
}

#searchArea1{
	margin-left:2px;
}

#searchTitle1{
	float: left;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 17px;
    font-weight: bold;
    padding-top: 5px;
}
#searchButton1 {
	
	margin-bottom:8px; 
}

#theOrderType{
	 float:left; 
}

#theOrderType .select_filter{
	
	height:30px; 
	width:220px; 
}


/*********************************** 
	T-STYLE
************************************/
	dl.ruledIndent dt {
		font-weight: bold;
	}	
	dl.ruledIndent dd {
		margin-left: 1.5rem; margin-bottom: 0.75rem;
	}

