* {
	margin: 0;
	padding: 0;
}

body {
	background: url("images/pattern.png") repeat scroll left top #f6f6f6;
	color: #333333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 20px;
	margin: auto;
	text-align: center;
	width: 1366px;
	text-align: center;
}

input[type="text"], input[type="password"] {
	border: 1px solid #ccc;
	height: 17px;
	padding: 3px;
	width: 225px;
}

.custom-select {
	border: 1px solid #ccc;
	background: transparent;
	height: 25px;
	width: 200px;
	height: 25px;
}

button {
	background: linear-gradient(to bottom, #7db9e8 0%, #366ba1 100%) repeat
		scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #477cb2;
	border-radius: 5px;
	color: #fff;
	height: 31px;
	padding: 5px;
	min-width: 100px;
}

button:hover {
	box-shadow: 1px 1px 4px 0 #000 inset;
	cursor: pointer;
}

.header {
	background: url("images/pattern-2.png") repeat-x scroll left -27px
		rgba(255, 255, 255, 0.4);
	box-shadow: 0 5px 20px 0 #aaa;
	height: 46px;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 2;
}

.logo img {
	height: 46px;
}

.navBar {
	height: 32px;
	padding: 7px 0 0 100px;
}

.navBar ul {
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	border-radius: 5px;
	display: inline-block;
}

.navBar ul>li {
	border-left: 1px solid #a6c9e2;
	float: left;
	padding: 0px ! important;
}

ul>li.selected-menu-item {
	background: linear-gradient(to bottom, rgba(122, 161, 196, 1) 0%,
		rgba(118, 157, 195, 1) 4%, rgba(119, 159, 195, 1) 13%,
		rgba(114, 155, 193, 1) 17%, rgba(117, 158, 195, 1) 21%,
		rgba(112, 153, 192, 1) 29%, rgba(116, 157, 193, 1) 33%,
		rgba(109, 151, 189, 1) 42%, rgba(106, 147, 188, 1) 50%,
		rgba(109, 149, 189, 1) 54%, rgba(101, 141, 184, 1) 67%,
		rgba(99, 140, 183, 1) 75%, rgba(93, 133, 177, 1) 83%,
		rgba(87, 129, 175, 1) 100%) repeat scroll 0 0 rgba(58, 91, 122, 0.7);
	border: medium none;
	box-shadow: 2px 2px 3px 0 #555 inset;
	color: #fff;
}

.navBar ul>li>a {
	display: inline-block;
	padding: 5px 15px;
	text-decoration: none;
}

.navBar ul>li.selected-menu-item>a {
	color: #fff;
	text-shadow: 0 1px 0 #555;
}

.userControls {
	padding: 10px 0px;
}

.userControls div {
	margin-right: 5px;
}

.userControls img {
	display: inline-block;
	margin-top: 2px;
}

.container {
	clear: both;
	height: 720px;
	margin: 50px auto auto;
	text-align: left;
}

.leftFloat {
	float: left;
}

.rightFloat {
	float: right;
}

.clearFix {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.hideScroll {
	overflow: hidden;
}

.form-signin {
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid #c1c1c0;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	max-width: 400px;
}

.log-header {
	background: url("images/header-bg.png") repeat-x scroll left top
		rgba(255, 255, 255, 0.8);
	border-radius: 5px 5px 0 0;
	height: 38px;
	padding: 15px 20px;
	text-align: center;
}

.shadow-top {
	background: url("images/shadow-login.png") repeat-x scroll left -17px
		rgba(0, 0, 0, 0) !important;
	height: 17px;
}

.log-body {
	padding: 25px 20px
}

.log-body label {
	display: block;
	margin-bottom: 3px;
}

.log-body input[type="text"], .log-body input[type="password"] {
	display: block;
	margin-bottom: 8px;
	padding: 5px 7px;
}

.shadow-btm {
	background: url("images/shadow-login.png") repeat-x scroll left top
		rgba(0, 0, 0, 0) !important;
	height: 17px;
}

.log-footer {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 0 0 5px 5px;
	padding: 20px 0;
	height: 28px;
}

.searchBoxes {
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 29px;
	margin: 5px 0px;
	padding: 10px 0px;
}

.searchBoxes>div {
	margin: 0px 10px;
}

.redText {
	color: rgb(255, 0, 0);
}

.searchResultsHolder {
	border: solid 1px #ccc;
	border-radius: 5px;
	height: 635px;
	overflow-y: auto;
	padding: 10px;
	width: 659px;
}

.searchResultsHolder div {
	margin-top: 5px;
}

.loading {
	background: rgba(255, 255, 255, .8) url("images/loader.gif") 50% 50%
		no-repeat;
}

.center {
	display: inline-block;
	left: 50%;
	position: relative;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hCenter {
	display: inline-block;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}

.hidden {
	visibility: hidden;
}

.invisible {
	display: none;
}

table.dataTable thead th, table.dataTable thead td {
	padding: 1px;
}

table.dataTable.display tbody td {
	font-size: 13px;
	white-space: pre-wrap;
}

.clickable-cell:hover {
	cursor: pointer;
}

.modal {
	background-color: rgba(255, 255, 255, 0.8);
	display: none;
	height: 100%;
	left: 0%;
	position: absolute;
	top: 0%;
	width: 100%;
}

.modalText {
	color: rgb(255, 0, 0);
	font-weight: bold;
	text-align: center;
}

.ui-autocomplete {
	text-align: left;
}

.ui-autocomplete-loading {
	background: url("images/loader.gif") right center no-repeat;
}

.left-panel {
	height: 635px;
	overflow: auto;
	width: 30%;
}

.right-panel {
	height: 635px;
	width: 70%;
}

.v-menu-item {
	border: 1px solid #a6c9e2;
	border-radius: 5px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ui-tooltip {
	background: linear-gradient(to bottom, #7db9e8 0%, #366ba1 100%) repeat
		scroll 0 0 rgba(0, 0, 0, 0);
	border: 2px solid #477cb2;
	border-radius: 20px;
	padding: 10px 20px;
	color: #fff;
	font: bold 14px "Helvetica Neue", Sans-Serif;
	text-transform: uppercase;
	box-shadow: 0 0 7px black;
}

div#data-correction-publications-table-holder, div#suggested-data-corrections-table-holder,
	div#report-data-error-table-holder {
	padding: 20px 0px;
}

table#report-data-error-table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 1300px;
}

table#report-data-error-table>thead>tr {
	display: block;
	position: relative;
}

table#report-data-error-table>thead>tr>th, table#report-data-error-table>tbody>tr>td
	{
	padding: 4px 5px;
	word-break: break-all;
}

table#report-data-error-table>tbody {
	display: block;
	max-height: 550px;
	overflow: auto;
	width: 100%;
}

table>tbody>tr>td>textarea {
	height: 100%;
	width: 100%;
}
table>tbody>tr>td>img{
	padding: 0px 2px;
}
table>tbody>tr>td>img:hover {
	cursor: pointer;
}
div.leftFloat.norm-assignee-details-item {
	padding-right: 10px;
}