a {
  cursor: pointer;
}
.orange { color: #f29918; }
.screen {
  height: 100%;
  display: none;
}

.login {
  overflow: hidden;
}

.login-container {
  background-color: #fff;
  margin: 10% auto 0;
  width: 360px;
}

.activation-container {
  background-color: #fff;
  margin: 5% auto 0;
  width: 450px;
}

.login-container .modal-body,
.login-container .modal-footer,
.activation-container .modal-body,
.activation-container .modal-footer {
  padding-left: 20px;
  padding-right:20px;
}

.container {
  background-color: #fff;
  width: 990px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
  padding: 10px 45px;
  box-sizing: border-box;
  position: relative;
}

.main-header {
  height: 161px;
  margin-bottom: 10px;
  background: url(../img/3d-line.gif) repeat-x bottom;
  line-height: 1.8;
}

.footer-push, .main-footer {
  clear: both;
  height: 60px;
}

.main-footer {
  background: url(../img/3d-line-close.gif) repeat-x top;
  width: 900px;
  text-align: right;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 0.84615384615em;
  color: #949da7;
  box-sizing: border-box;
  position: relative;
}

.main-footer ul {
  float: right;
  list-style: none;
  line-height: 1.81818181818;
}

/* No separator for first item */
.main-footer li::before {
  content: '';
  color: #949da7;
  font-size: 1.18181818182em;
}

/* Add separator for items after the first */
.main-footer li ~ li::before {
  content: '|';
  padding: 0 5px;
  color: #949da7;
  font-size: 1.18181818182em;
}

.main-footer a {
  text-decoration: none;
  color: #949da7;
}

.user-nav {
  line-height: 2.30769230769;
  height: 2.30769230769em;
}

.user-nav > *, .main-nav > ul > li, .main-footer li {
  float: left;
  display: block;
}

.logo {
  margin: -7px auto 21px;
  display: block;
  width: 311px;
  height: 86px;
  font-size: 3.84615384615em;
  color: #f29918;
}

.logo img {
	display: block;
}

.login .logo {
  margin: 0 auto 15px;
}

.main-nav {
  float: right;
  line-height: 2.30769230769;
  margin-top: -46px;
}

.main-nav > ul {
  margin: 0;
  padding: 0;
}

.main-nav > ul > li {
  margin-left: 30px;
}

.left-content {
  width: 290px;
  float: left;
}

.left-content li {
  font-size: 1.07692307692em;
  line-height: 2;
}

.left-content.wide {
  width: 440px;
  font-size: 1em;
  overflow-x: auto;
}

.search-form {
  overflow: hidden;
  height: 25px;
  line-height: 1;
  border: 1px solid #ddd;
  margin-bottom: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search-form input[type="search"] {
  float: left;
  height: 25px;
  padding: 1px 3px;
  font-size: 13px;
  line-height: 1.92307692308;
  color: #505b64;
  vertical-align: middle;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0;
  border: 0 none;
  width: 263px;
}
.search-form input {
	outline: 0;
	background: transparent;
}
.right-content .search-form input[type="search"] {
	width: 568px;
}
input.error,
textarea.error {
  background-color: #FCC;
}

span.small {
  font-size: xx-small;
}

.inline {
  display: inline-block;
}

.combobox-dropdown {
  line-height: 1
}

.left-content input[type="text"],
.left-content select {
  width: 290px;
}

.left-content input[type="date"] {
  width: 110px;
}

.search-submit {
  float: left;
  border: 0 none;
  height: 1.92307692308em;
  font-size: 13px;
  line-height: 1.92307692308;
  width: 25px;
  padding: 0;
  font-family: 'Ephorus Glyphs';
  text-align: center;
  color: #949da7;
  background-color: #fff;
}

.folder-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.folder-list .ephorus-glyph {
  display: block;
}

.folder-list .ephorus-glyph:before {
  padding-right: 10px;
}

.folder-list .archive {
  margin-top: 2.5em;
}


.right-content {
  width: 595px;
  float: right;
}

.right-content h2 {
	line-height: 2.333333;
}

.right-content.small {
  width: 445px;
}

.document-percentage {
  text-align: right;
  padding-right: 15px
}

.document-title {
  display: block;
  width: 370px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.document-guid {
  display: inline-block;
  font-size: 0.8em;
}

.organization-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.submission-date {
}
.ngViewport {
	outline: 0;
}
.ngHeaderContainer, .ngTopPanel, .ngCanvas {
  position: relative;
}
.ngTopPanel {
  background: url(../img/3d-line-close.gif) repeat-x bottom;
}

.ngRow {
  position: absolute;
  border-bottom: 1px dashed #f93;
  overflow: hidden;
  line-height: 2.30769230769;
}
.ngHeaderCell {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: inherit;
}
.ngCell, .ngHeaderCell {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: inherit;
  padding: 0;
  line-height: 26px;
}
.ngCell-multiline {
  line-height: 16px;
}
.ngSelectionCheckbox {
  height: 26px;  
}

.ngVerticalBar {
  display: none;
}

.ngHeaderCell input {
  margin-top: 1px;
}

.right-content .ngFooterPanel {
	position: absolute;
	bottom: 60px;
}
.ngTotalSelectContainer {
  float: left;
  padding: 5px 0;
}
.stats-group {
  margin-bottom: 15px;
}

.form-space {
  margin-bottom: 40px;
}

div[data-tree-model] ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  white-space: nowrap;
  overflow: hidden;
}

div[data-tree-model] li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1.6;
}

div[data-tree-model] li i.normal {
  color: #505b64;
  padding-left: 22px;
}

div[data-tree-model] li i {
  cursor: pointer;
}

div[data-tree-model] li .selected {
  font-weight: bold;
}

/* Ephorus Report */
.report-container {
	position: absolute;
	width: 100%;
}
.report {
  background-color: #fff;
  width: 100%;
  margin: 129px auto 0;
  padding: 10px 45px;
  box-sizing: border-box;
  position: relative;
  z-index: 1031;
}
.report-header {
  margin-bottom: 10px;
  background: url(../img/3d-line.gif) repeat-x bottom;
  line-height: 21px;
  height: 31px;
}
.report-document {
  font-size: 14px;
  margin-right: 15px;
  max-width: 400px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.report-date {
  color: #989ba0;
}
.report-header ul {
  float: right;
  padding-left: 0;
}
.report-header li {
  display: block;
  float: left;
  margin-left: 30px;
}
.report-subheader {
  overflow: hidden;
  padding-bottom: 15px;
  background: url(../img/3d-line-close.gif) repeat-x bottom;
}
.report-sources {
  width: 595px;
  float: left;
}
.report-sources.expanded-right {
  width: 890px;
}
.report-sources.expanded-right #ephorus-sources table {
  width: 885px;
}
 #ephorus-sources table {
 	width: 590px;
 }
.report-type {
  float: right;
  margin-right: 15px;     
}
#ephorus-percentage {
  width: 56px;
  text-align: right;
  font-size: 20px;
  display: block;
  white-space: nowrap; /* style fix for an issue for error / dupl documents */
}
.report-info {
  width: 275px;
  padding-left: 15px;
  border-left: 2px solid #505B64;
  float: right;
  background: #ffffff;
  position: relative;
}
.large-glyph:before {
  color: #505b64;
  font-size: 1.2em;
  width: 30px;
}

.report-info dl, .report-info p {
  margin: 0 0 10px 30px;
}

.report-info dt {
  width: 200px;
}

.source-selector {
  margin-right: 8px;
}
.source-words {
	width: 35px;
  margin-right: 8px;
  display: block;
  text-align: right;
}
.source-percentage {
  width: 50px;
  text-align: right;
  padding-right: 8px;
}
.report-sources a {
  color: #f29918;
}
.report-sources a:hover {
  text-decoration: underline;
}
#ephorus-sources a {
  white-space: nowrap;
  width: 515px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.report-sources.expanded-right #ephorus-sources a {
  width: 820px;
}

#ephorus-profiles {
  margin-left: 30px;
  line-height: 1.5em;
}
#ephorus-profiles th {
  display: none;
}
.profile-radiobutton {
	margin: 5px 8px 0 0;
}

.report-text {
  margin-top: 10px;
  line-height: 1.6em;
  overflow: hidden;
}

#ephorus-detailed {
	margin: 0 -10px;
}

#ephorus-detailed > div {
  width: 50%;
  float: left;
  padding: 0 10px;
}

#ephorus-summary .sim-on, #submitted .sim-on { color: #f29918; }
#ephorus-summary .add-on, #submitted .add-on { color: #0062a5; }
#ephorus-summary .rem-on, #found .rem-on { color: #989ba0; text-decoration: line-through; }

#ephorus-summary .quote-off, #submitted .quote-off { border-bottom: 1px dashed #989ba0; }
#ephorus-summary .quote-on, #submitted .quote-on { border-bottom: 1px solid #0062a5; }

.rem-rem, .mod-off .rem, .p-f-rem { display: none; }
#submitted .rem-on, #submitted .p-f, #found .orig, #found .sim-off, #found .add-on, #found .p-s { visibility: hidden; }
#ephorus-detailed p.orig { width: 200%; }

.mod-on span, .punct span { position: relative; }

a.origReportUrl {
	color: #f29918;
}

.hover-droppable-folder {
	font-weight:bold;
}

#ephorus-detailed .header {
	font-weight: bold;
	margin-bottom: 5px;
}

div.grp-lnk, 
div.grp-lnk-up {
	float: right;
	position: relative;
	margin-top: -2em;
	color: #fff;
	width: 0;
}

.report-info-toggle {
	float: left;
	margin: 50px -35px;
}

.sliding {
  -webkit-transition: margin-right 1.5s linear, width 1.5s linear;
  transition: margin-right 1.5s linear, width 1.5s linear;
}

.sliding #ephorus-sources table,
.sliding #ephorus-sources a {
  -webkit-transition: width 1.5s linear;
  transition: width 1.5s linear;
}

.collapsed-right {
    margin-right: -275px;
}

.slid-content {
  display: inline-block;
  overflow: hidden;
}

span.highlight {
	background-color: #eee;
}

.ui-tooltip {
	display: inline-block;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #f29918;
	z-index: 1032;
	max-width: 700px;
}

.ui-tooltip ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ui-tooltip li {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; 
}

#ephorus-source-title a {
	display: none;
}

.public-pool-privacy-message {
	color: #ff0000;
}

.uploaded-files {
	max-height: 195px;
	overflow-y: auto;
}
/* Fix for footer in tabbed modals */
.modal-footer.no-padding {
	padding: 10px 0 15px;
}

.modal-with-grid .modal-dialog {
   width: 700px;
}

.version {
	color: #D3D3D3;
    font-size: x-small;
    padding-top: 10px;
}