﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@import url("/Style Library/Adventist/css/header.css");
@import url("/Style Library/Adventist/css/topnav.css");
@import url("/Style Library/Adventist/css/body.css");
@import url("/Style Library/Adventist/css/pnrs.css");
@import url("/Style Library/Adventist/css/enrs.css");
@import url("/Style Library/Adventist/css/leftnav.css");
@import url("/Style Library/Adventist/css/footer.css");
@import url("/Style Library/Adventist/css/adam.css");
@import url("/Style Library/Adventist/css/responsive.css");

@font-face {
    font-family: "Glyphicons Halflings";
	/* removing woff reference */
    src: url("/_layouts/styles/medseek/public/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/_layouts/styles/medseek/public/glyphicons-halflings-regular.ttf") format("truetype"), url("/_layouts/styles/medseek/public/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}
/*Test Comment - DG 15:49 EDT*/
/*A reusable class for overridding img-responsive "display: block" declaration*/
.inline {
	display: inline;
}

/*Removes the annoying dotted line on focused elements*/
*:focus {
	border: none !important;
	outline-width: 0px !important;
}

html body .RadInput_Default .riHover,
html body .RadInput_Hover_Default,
html body .RadInput_Default .riFocused,
html body .RadInput_Focused_Default {
	border: 1px #515151 solid !important;
}

/*Make all buttons squared*/
.btn {
	border-radius: 0px;
}

/*Content Page gutter adjustment
#center_column.col-xs-8 {
	padding: 0 40px;
}
*/

*/

/*Navigation hack*/
li.nolink > a {
	text-decoration: none !important;
	cursor: default !important;
}

/*Search web part drop down field fix*/
.RadComboBox {
	color: #000000;
	font: 100 16px "Segoe UI", Arial, Helvetica, sans-serif;
}

.RadComboBox table {
	background-color: #ffffff;
}

.RadComboBox table .rcbInputCell,
.RadComboBox table .rcbArrowCell {
	height: 34px;
	border: 1px solid #cdcdcd !important;
	background-image: none;
}

.RadComboBox table .rcbInputCellLeft {
	border-right: 0 !important;
}

.RadComboBox table .rcbInputCellLeft .rcbInput {
	color: #767676;
	font-style: italic;
}

.RadComboBoxDropDown_MetroTouch,
.RadComboBox table .rcbInputCellLeft .rcbInput,
.RadComboBoxDropDown .rcbNoWrap .rcbItem,
.RadComboBoxDropDown .rcbNoWrap .rcbHovered,
.RadComboBoxDropDown .rcbNoWrap .rcbDisabled,
.RadComboBoxDropDown .rcbNoWrap .rcbLoading {
	color: #767676;
	font-family: Arial !important;
	font-size: 16px !important;
}

.RadDataPager .RadComboBox table .rcbInputCellLeft .rcbInput {
	font-size: 12px !important;
}

.RadComboBoxDropDown .rcbNoWrap .rcbItem,
.RadComboBoxDropDown .rcbNoWrap .rcbHovered,
.RadComboBoxDropDown .rcbNoWrap .rcbDisabled,
.RadComboBoxDropDown .rcbNoWrap .rcbLoading {
	margin-top: 5px;
	margin-bottom: 5px;
}

.adjust .RadComboBoxDropDown .rcbNoWrap .rcbItem,
.adjust .RadComboBoxDropDown .rcbNoWrap .rcbHovered,
.adjust .RadComboBoxDropDown .rcbNoWrap .rcbDisabled,
.adjust .RadComboBoxDropDown .rcbNoWrap .rcbLoading {
	margin-top: -7px;
	margin-bottom: -7px;
}

.RadComboBoxDropDown .rcbNoWrap .rcbItem.rcbSeparator {
	color: #ffffff;
	margin-top: 10px;
	padding-top: 3px;
}

.RadComboBox table .rcbArrowCellRight {
	border: 1px solid #cdcdcd !important;
	border-image: none !important;
	width: 28px !important;
	height: 34px;
	background-color: #f9f9f9;
}

.RadComboBox table .rcbArrowCell a {
	background-image: url("img/telerik_dropdown_backgrounds.png");
}

.RadComboBox table.rcbHovered .rcbArrowCell {
	cursor: pointer;
	background-color: #e8e8e8;
}

.RadComboBox table .rcbArrowCellRight a {
	background-position: -11px -58px;
	width: 28px !important;
	height: 34px !important;
	overflow: hidden;
	display: block;
	position: relative;
	background-repeat: no-repeat;
}

.RadDataPager .rdpCurrentPage
{
	color: white !important;
}

#xsContentResizerContainer {
	min-height: 36px;
}

/*Search web part single input field fix*/
.RadInput .riTextBox {
	border-color: #cdcdcd;
	background: #ffffff;
	font-weight: 100;
	font-size: 16px;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	height: 34px;
}

/*Breadcrumbs*/
#breadcrumb-container {
	float: left;
	display: table;
	margin-bottom: 30px;
}

.breadcrumb {
	padding: 5px 15px;
	margin: 0px;
	background-color: transparent;
	filter: none;
}

#breadcrumb-container > div {
	background: #eaeaea; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C */
	min-height: 30px;
	display: table-cell;
	vertical-align: middle;
	float: none;
	border-bottom: none;
	line-height: 20px;
}

.breadcrumb .breadcrumb_wrap,
.breadcrumb .breadcrumb_wrap a,
.breadcrumb .breadcrumb_wrap a:visited {
	color: #000000;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}

/*Content Resizer*/
.page-header {
	padding-bottom: 0px;
	margin: 0px;
}

.page-header .resizer .btn {
	background-color: transparent;
	color: #60a0d8;
	min-height: 30px;
	padding: 0 1px;
	margin: 0px;
	border: 0;
}

.page-header .resizer .btn.small {
	top: 1px;
	margin-right: 2px;
	font-size: 11px !important;
}

.page-header .resizer .btn.medium {
	font-size: 14px !important;
}

.page-header .resizer .btn.large {
	font-size: 17px !important;
}

/*Pagination Number*/
.RadComboBox table td.rcbInputCell {
	padding: 0 4px 0 2px;
}

.RadComboBox table .rcbInputCellLeft .rcbInput {
	font-style: normal;
}

/*Squared Corners*/
.thumbnail_medium_wrap img,
.thumbnail_large_wrap img,
.data-highlight-wrap,
.data-wrap,
.panel,
.nav_area_top .mega_nav_wrap_inner,
.nav_area_top .html_nav_wrap_inner {
	border-radius: 0px;
}

/*Locations bottom border*/
#OrgUnitSearchResults .search-result-item .data-wrap {
	border-bottom: 1px #000000 solid;
}

[id$="SignInControl"] .alert {
	display: none;
}

.noBullets {
	margin-top: 10px;
	margin-bottom: 10px;
}

.noBullets li {
	list-style-type: none;
	margin-bottom: 1px;
}

#NewsDetails iframe {
	width: 100%;
}

#s4-statusbarcontainer.expanded-ribbon {
    top: 135px;
}

#s4-statusbarcontainer.minimized-ribbon {
    top: 44px;
}

#s4-workspace.container.minimized-ribbon {
    padding-top: 44px;
}

body.v4master {
   overflow: visible;
   height: inherit;
   width: inherit;
}

body #s4-workspace {
	overflow: visible !important;
	padding-left: 0;
	padding-right: 0;
}

body #s4-ribbonrow {
	position: fixed;
	z-index: 1000;
}

#s4-ribbonrow .ms-MenuUIPopupBody, #s4-ribbonrow .ms-popoutMenu, .ms-cui-menu[id ^= "Ribbon."] {
	position: fixed !important;
}

[id^='Ribbon.'].ms-cui-menu {
    top: 183px !important;
}

.ms-dlgOverlay {
	width: 100% !important;
}

form[action='/walla-walla/pages/default.aspx'] #doctors [id$='KeywordLabel'] {
	display: none;
}

form[action='/walla-walla/pages/default.aspx'] #doctors [id$='KeywordLabel'] + div {
	margin-top: 10px;
}
/* Remove OOB Tab Styling*/
.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
                box-shadow: none;
}
 th {
	font-weight: normal;
}

.ms-rtePosition-1 {
    float: left !important;
}

.ms-rtePosition-2 {
    float: right !important;
}

.instructions {
	top: 3px;
	position: relative;
	display: inline-block;
	width: 80%;
}

.expand_collapse_image {
  height: 32px;
  display: inline-block;
  width: 18%;
  top: 3px;
  position: relative;
  left: 5px;
}

table[id$='comboFilterTable'] {
	margin-bottom: 10px;
}

iframe[id^='FilterIframe'] + table .ms-viewheadertr > th {
  border-bottom: 1px #000 solid;
}

iframe[id^='FilterIframe'] + table .ms-viewheadertr > th > .ms-vh-div {
  position: relative;
  top: -5px;
}

iframe[id^='FilterIframe'] + table .ms-vb2 {
    font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 21px;
}


table[id$='comboFilterTable'] img[id$='MultiComboSelection_Image'],
table[id$='comboFilterTable'] img[id$='MultiComboSelection_ImageClearSelection'],
table[id$='comboFilterTable'] img.ui-datepicker-trigger {
  float: none !important;
  display: inline-block !important;
}

table[id$='comboFilterTable'] input[id$='MultiComboSelection_Input'] {
  height: 22px !important;
}

table[id$='comboFilterTable'] > tbody > tr > td:nth-child(5) {
  width: auto;
  padding-left: 10px !important;
  text-align: right;
}

table[id$='comboFilterTable'] input[id$='DateSpan_DateTimeFrom'],
table[id$='comboFilterTable'] input[id$='DateSpan_DateTimeTo'] {
	height: 20px;
	width: 75px;
	border: 1px grey solid;
	margin-left: 2px;
	margin-right: 2px;
}
table[id$='comboFilterTable'] img.ui-datepicker-trigger {
	height: 20px;
	vertical-align: top;
}

iframe[id^='FilterIframe'] + table .ms-viewheadertr th a,
iframe[id^='FilterIframe'] + table .ms-viewheadertr th div {
	font-weight: bold !important;
}

iframe[id^='FilterIframe'] + table .ms-viewheadertr,
iframe[id^='FilterIframe'] + table .ms-alternating {
	background-color: rgba(96, 160, 216, 0.3);
}

.location-div > td:first-child,
.jobtype-div > td:first-child,
.service-div > td:first-child,
.date-div > td:first-child {
    width: 150px !important;
}

.location-div > td,
.jobtype-div > td,
.service-div > td,
.date-div > td {
	vertical-align: top;
}
