@charset "utf-8";
/* CSS Document */

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html {
	font-family:tahoma;
}
body {
	position:absolute;
	width: 100%;
	height: 100%;
	font-family:tahoma;
	background: #f5f5f5 url(/emr4/img/corpWhiteBG.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
}
header {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background: -webkit-linear-gradient(#f5f5f5, #dfdfdf); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#f5f5f5, #dfdfdf); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#f5f5f5, #dfdfdf); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#f5f5f5, #dfdfdf); /* Standard syntax */
	background-color: #dfdfdf;
	border-bottom: 1px solid #999;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.36);
	-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.36);
	-webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.36);
	z-index: 1000;
}
section.ng-view {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	z-index: 100;
	overflow-x: hidden;
}
details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	background: -webkit-linear-gradient(#666, #333);
    background: -o-linear-gradient(#666, #333);
    background: -moz-linear-gradient(#666, #333);
    background: linear-gradient(#666, #333);
	border-bottom: 1px inset #ddd;
	overflow: hidden;
    z-index: 100;
}
details summary {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding: 51px 10px 10px 10px;
}
details summary, details summary span {
	color: #fff;
	font-weight:bold;
}
details summary span {
	float:right;
	padding-right: 20px;
	cursor:pointer;
}
.container {
}
.clr {
	clear:both;
}



/* Default CSS View */

@media screen and (min-width: 1920px){
	
	.container {
		width: 100%;
		max-width: 1920px;
		margin: 0 auto;
	}
	#siteSearch {
		display:none;
	}
	#jesusSearchTop {
		margin: 0px 0px 0px 50px;
	}
	.jesusSearchInput{
		width:1210px;
	}

}

/* Desktop CSS View */

@media screen and (max-width:1920px) and (min-width: 1281px){
	
	.container {
		width: 100%;
		max-width: 1281px;
		margin: 0 auto;
	}
	#siteSearch {
		display:none;
	}
	#jesusSearchTop {
		margin: 0px 0px 0px 50px;
	}
	.jesusSearchInput{
		width:575px;
	}
}

/* Tablet View */

@media screen and (max-width:1280px) and (min-width: 801px){
	
	.container {
		width: 100%;
		max-width: 801px;
		margin: 0 auto;
	}
	#jesusSearchTop {
		display:none
	}
	.jesusSearchInput{
		width: 70%;
	}
	.jesusSearchSelect{
		width: 25%;
	}
	.jesusSearchHolder{
		width: 5%;
	}

}

/* Mobile view */

@media only screen and (max-width:800px){
	
	.container, #header {
		width: 100%;
		min-width: 320px;
	}
	#jesusSearchTop, #companyName {
		display:none
	}
	.jesusSearchInput{
		width: 70%;
	}
	.jesusSearchSelect{
		width: 25%;
	}
	.jesusSearchHolder{
		width: 5%;
	}
	
}