@CHARSET "UTF-8";

/** Override Twitter Bootstrap **/
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("/javax.faces.resource/fonts/glyphicons-halflings-regular.eot.xhtml");
	src: url("/javax.faces.resource/fonts/glyphicons-halflings-regular.eot.xhtml")
		format('embedded-opentype'),
		url("/javax.faces.resource/fonts/glyphicons-halflings-regular.woff.xhtml")
		format('woff'),
		url("/javax.faces.resource/fonts/glyphicons-halflings-regular.ttf.xhtml")
		format('truetype'),
		url("/javax.faces.resource/fonts/glyphicons-halflings-regular.svg.xhtml")
		format('svg');
}

.panel {
	background-color: transparent;
}

.table .table {
	background-color: transparent;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon:empty {
	width: 1em;
}

.container {
	max-width: none !important;
	width: 1170px;
}

.container-fluid {
	min-width: 1170px;
}


th {
	font-family: initial;
}

.container, .container-fluid {
	background: white;
}

.text-bold {
	font-weight: bold;
}

.text-italic {
	font-style:italic;
}

.cs-bg-f3 {
	background-color : #F3F3F3;
}

.cs-color {
	color: #0077C8;
}

#cs-top-left {
	width: 291px;
	height: 169px;
	background: transparent url("/javax.faces.resource/img/clinsearch/head02l.png.xhtml")
		no-repeat;
		position: relative;
		z-index: 2;
}

#cs-top-right {
	width: 306px;
	height: 169px;
	background: transparent url("/javax.faces.resource/img/clinsearch/head02r.png.xhtml")
		no-repeat;
		position: relative;
		z-index: 1;
}

#sponsor-logo644 {
	margin: 32px auto;
	width: 272px;
	height: 64px;
	background: transparent url("/javax.faces.resource/img/sponsor/study-logo.png.xhtml")
		no-repeat;
}

#sponsor-logo128 {
	width: 544px;
	height: 128px;
	background: transparent
		url("/javax.faces.resource/img/sponsor/study-logo128.png.xhtml") no-repeat;
}

#sponsor-logo {
	background: transparent url("/javax.faces.resource/img/sponsor/study-logo.png.xhtml")
		no-repeat;
	width: 238px;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
	background-size: contain;
}

#cs-logo {
	margin: 15px auto 3px auto;
	background: transparent
		url("/javax.faces.resource/img/clinsearch/head02CS.png.xhtml") no-repeat;
	width: 217px;
	height: 55px;
	position: relative;
	z-index : 3;
}

header {
	font-size: initial;
	/** TODO move to specific tag **/
	text-shadow: rgba(64, 64, 64, 0.496094) 6px 7px 5px;
}

header .col-lg-4 {
	padding-left: 0;
	padding-right: 0;
}

nav {
	top: -75px;
	position: relative;
	margin-left: 5px;
	margin-right: 20px;
	position: relative;
	z-index : 4;
}

nav>ul>li:first-child {
	padding-left: 23px;
}

footer {
	padding: 20px 0;
	border-top: 1px solid #f1eeee;
	font-size: 80%;
}

.form-control {
	display: inline-block;
	width: auto;
}

label {
	display: inline;
	font-weight: normal;
	display: inline;
}

.input-group .form-control {
	float: none;
	width: auto;
}

/*** Local Style ***/
.cs-sbot8 {
	margin-bottom: 8px;
}

.cs-pl-40 {
	padding-left: 40px;
}

.row-hover:hover {
	background-color: #f5f5f5;
}

.cs-xlsx-link {
	margin: 10px 0px 0px 80px;
	padding: 2px 0px 2px 20px;
	background: url("/javax.faces.resource/img/xlsx.png.xhtml") center left no-repeat;
}

.cs-pdf-link {
	margin: 10px 0px 0px 80px;
	padding: 2px 0px 2px 20px;
	background: url("/javax.faces.resource/img/pdf.gif.xhtml") center left no-repeat;
}

.cs-pdf-link-2 {
	/*margin: 10px 0px 0px 80px;*/
	padding: 2px 0px 2px 20px;
	background: url("/javax.faces.resource/img/pdf.gif.xhtml") center left no-repeat;
}

/** Type ahead Style **/
.tt-suggestion {
	padding: 2px 10px;
	/* 	font-size: 18px; */
	/* 	line-height: 24px; */
}

.tt-dropdown-menu {
	text-align: left;
}

.tt-dropdown-menu {
	width: 297px;
	margin-top: 0px;
	padding: 4px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	/* 	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); */
	/* 	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); */
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #0077c8;
}

.cs-width-50-1 tr>td:first-child {
	width: 50%;
}

.cs-width-200 {
	width: 200px;
}

.cs-width-300 {
	width: 300px;
}

select {
	max-width: 10cm;
}

/*** UI ****/
.cs-old-value {
	color: #0077c8;
	font-style: italic;
}

.cs-warning {
	width: 100%;
	background: #ee0101;
	/*position: relative;*/
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
}

/* Wait spinner */
#cs-wait-spinner {
	position: absolute;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("/javax.faces.resource/img/ajax-loader.gif.xhtml");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	display: none;
}

body {
	background: white;
}