@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@import url("header.css");
@import url("topnav.css");
@import url("body.css");
@import url("pnrs.css");
@import url("enrs.css");
@import url("leftnav.css");
@import url("footer.css");
@import url("adam.css");
@import url("responsive.css");

@font-face {
    font-family: "Glyphicons Halflings";
	/* removing woff reference */
    src: url("glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("glyphicons-halflings-regular.ttf") format("truetype"), url("glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}

/*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("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;
}





