img, a {
  border:none;
  outline: none;
}

html, body {
  width: 100%;
  height: 100%;
}


body {
  margin: 0;
  padding: 0;
  background-color: #B3B3B3;
}

/* Anchor mimic */
.a,
.a-styled
{
  cursor: pointer;
}
.a-styled
{
  color: #652D90;
  text-decoration: underline;
}
.a-styled:hover
{
  color: #9A62C4;
}

/* layout */

.breadcrumbs{
font-size: .8em;
}

.remaining-width {
  overflow: hidden;
}

.remaining-height {
  display: table;
  height: 100%;
}

#wrapper {
  width: 100%;
  height: 100%;
}

header {
  background-color: #692398;
  height: 45px;
  color: #fff;
  border-top: 1px solid #9577CB;
  border-bottom: 1px solid #440B71;
}

.logo {
	height: 45px;
	cursor: pointer;
	vertical-align: top;
}

.logo2 {
	height: 45px;
	cursor: pointer;
	vertical-align: top;
}

#upgrade-banner {
  display: none;
  padding: 14px 20px;
  color: #fff;
  font-size: 11pt;
	cursor: pointer;
}
#upgrade-banner:hover .banner-text {
  border-bottom: solid 1px #fff;
}

.logout {
  position: absolute;
  top: 40px;
  right: 40px;
  background: rgba(255,255,255,0.75);
  color: #63298d;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13pt;
  letter-spacing: 3px;
  padding: 10px 30px;
}

.logout:hover {
  background-color: rgba(255,255,255,0.95);
}

#navbar {
  background-color: #E6E6E6;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #6F6F6F;
  color: #444;
  min-height: 45px;
}

.archive-name
{
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  height: 100%;
  margin-left: 37px;
  margin-top: 8px;
  max-width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-group span
{
  font-family: 'Proxima Nova Bold', sans-serif !important;
}

.font-proxima-nova-bold
{
  font-family: 'Proxima Nova Bold', sans-serif !important;
}

.nav-group {
  height: 100%;
  float: right;
}

.nav-tab {
  display: block;
  height: 100%;
  color: #333;
  padding: 14px 16px;
  float: left;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
}
/* Compensate for the new icons on some tabs messing up their line hight */
.nav-tab.fat-tab
{
  padding-top: 11px;
}
.nav-tab.fat-tab-2
{
  padding-top: 13px;
}

.nav-tab:hover {
  background-color: #B3B3B3;
  /* cursor: pointer; *//* A great, big WHY??? */
}

.nav-tab.small {
  padding: 14px 10px;
}

.nav-tab:not(.disabled):not(.highlight):hover {
  background-color: #fff;
}

.nav-tab.highlight
{
  background-color: #b3b3b3;
  height: 46px;
}

.nav-option {
  font-size: 100%;
  font-weight: bold;
}

.nav-icon
{
  background-image: url(/images/icon_complete_20x20.svg);
  display: inline-block;
  height: 20px;
  vertical-align: text-bottom;
  width: 20px;
}
.nav-icon-all-records
{
  background-image: url(/images/icon_allrecords_20x20.svg);
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
}
.nav-icon-complete
{
  background-image: url(/images/icon_complete_20x20.svg);
}
.nav-icon-incomplete
{
  background-image: url(/images/icon_incomplete_20x20.svg);
}
.nav-icon-in-progress
{
  background-image: url(/images/icon_inprog_20x20.svg);
}
.nav-icon-robot
{
  background-image: url(/images/icon_inprog-bot2_31x23.svg);
  background-position-y: center;
  background-repeat: no-repeat;
  width: 26px;
}

#search-group {
  height: 100%; 
  width: 250px;
  position: relative;
  float: left;
}

#search-bar {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 0;
  margin: 0;
  padding: 9px;
  padding-left: 45px;
  font-size: 18px;
  background-image: url(/images/search-loop.png);
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 24px;
  border-left: 1px solid #C3C3C3;
}

#search-cancel {
  display: none;
  height: 18px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 14px;
}

/*  CONTENT  */

#content {
  position: absolute;
  bottom: 0;
  top: 94px;
  left: 0;
  right: 0;
}

.content-container {
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #444;
}

.content-container audio
{
  width: 100%;
}

.content-container.container-text {
  overflow: auto;
}

.content-container.noXScroll {
  overflow-x: hidden;
}

.content-container > .content-view {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.content-container > .preview {
  width: 100%;
  text-align: center;
}

#indexingForm {
  height: 100%;
}

#messages {
  background: #fc7169;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 11pt;
}

#messages h1,
#messages p {
  color: #fff;
}

#messages h1 {
  padding-left: 0;
}

#messages a {
  color: #fff;
}

.tag-content #indexingForm {
  background-color: #E6E6E6;
  padding: 1em 2em 2em;
  box-sizing: border-box;
  margin-left: 282px;
}

.more-info {
  float: left;
}

@media (min-width: 1200px) {
   .more-info {
    width: 60%;
  }
}

@media (min-width: 1400px) {
   .more-info {
    width: 40%;
  }
}

.indexer {
	position: absolute;
	width: 565px;
  min-width: 565px;
  max-width: 100%;
	top: 0px;
	bottom: 0;
	right: 0;
}
 
.indexer.tags {
  width: 100%;
	height: 100%;
	position: static;
	float: left;
  box-sizing: border-box;
}

.indexer-details_text {
  margin-top: 15px;
}

.indexer-box {
  box-sizing: border-box;
  padding: 1em 2em 2em;
  background-color: #E6E6E6;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
}

.indexer-panel_flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 400px;
}

.indexer-panel.tag p,
.more-info p {
  font-weight: bold;
  padding: 0;
}

.more-info p {
  margin-top: 6px;
}

.indexer-panel label {
  color: #999;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 5px;
}

.indexer-details {
	box-sizing: border-box;
	margin-bottom: 20px;
	/*height: 40px*/
	overflow: hidden;
	flex-shrink: 0;

	-webkit-transition: height .5s;
  -moz-transition: height .5s;
  -ms-transition: height .5s;
  -o-transition: height .5s;
  transition: height .5s;
}

.indexer-details.is-open {
  height: 400px;
}

.indexer-details_button {
  /*height: 40px;*/
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.indexer-details_button .icon {
  opacity: .8;
}

.indexer-details_update {
  color: #1a1a1a;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  /*padding-right: 15px;*/
  position: relative;
  right: -24px;
  /*top: 30px;*/
  text-transform: uppercase;
}

.indexer-details_update i {
  margin-left: 5px;
  font-size: 14px;
}

.indexer-details_update .kindex-icon
{
  margin-left: 5px;
  vertical-align: text-bottom;
  width: 15px;
}

.indexer-details_toggle-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  right: 0;
  top: 4px;
}

.indexer-details_toggle-triangle.closed {
  border-width: 6px 4px 0 4px;
  border-color: #1a1a1a transparent transparent transparent;
}

.indexer-details_toggle-triangle.opened {
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #1a1a1a transparent;
}

.indexer-details_header {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
/*    overflow: hidden;
    text-overflow: ellipsis;
*/  width: 66%;
}

#viewContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 565px;
}

.btn-sfl {
    width: 127px;
    height: 36px;
    display: block;
    background-image: url(../images/saveForLaterBtn.png);
}

.btn-ct {
    width: 186px;
    height: 35px;
    display: block;
    background-image: url(../images/cancelTrBtn.png);
}

.btn-done {
    width: 101px;
    height: 34px;
    display: block;
    background-image: url(../images/doneBtn.png);
    margin-left:auto;
    margin-right:0;
}

.search h1 {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 71px;
  vertical-align: middle;
  color: #666;
}

.search h1:hover {
  color: #652D90;
}

[noselect] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#viewer {
  height: 100%;
}

#transcribeForm {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 400px;
}

.fr-box {
  min-height: 175px;
}

.fr-wrapper {
  position: absolute !important;
  bottom: 0;
  top: 80px !important;
  overflow: auto;
  right: 0;
}

.indexer-panel.tag .fr-box.fr-basic .fr-element {
  padding: 20px !important;
  padding-top: 60px !important;
}

.indexer-panel.tag .fr-wrapper {
  background-color: #e6e6e6 !important;
}

.indexer-panel p {
  line-height: 1.8em;
}

.progress {
  float: left; 
  margin-right: 100px; 
}

.progress span {
  color: #1a1a1a;
}

.fr-btn .fa {
  color: #333;
}

.footnote-num::after {
  content: '.';
}

table.image-description {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1em;
  table-layout: fixed;
}

table.image-description th {
  background-color: #fff !important;
  color: #666;
  letter-spacing: .14em;
  font-weight: normal;
  font-size: smaller;
  text-transform: uppercase;
  text-align: left;
  padding: .25em .5em;
}

table.image-description td {
  padding: .5em;
}

table.image-description .fa {
  float: right;
  cursor: pointer;
}

.image-description-placeholder:before {
  content: attr(data-content);
  color: #aaaaaa;
}

sic::after, .sic::after {
  content: '[sic]';
  padding: 0 .25em;
}

/* tags */

.kindex-theme .tag {
  position: relative;
}

.kindex-theme .tag[data-tag-type=person] {
  background-color: #cc99ff !important;
  padding: 5px;
}

.kindex-theme .tag[data-tag-type=place] {
  background-color: #ff6e40 !important;
  padding: 5px;
}

.kindex-theme .tag[data-tag-type=date] {
  background-color: #ffff00 !important;
  padding: 5px;
}

.kindex-theme [data-cmd="person"] {
  background-color: #cc99ff !important;
}

.kindex-theme [data-cmd="place"] {
  background-color: #ff6e40 !important;
}

.kindex-theme [data-cmd="date"] {
  background-color: #ffff00 !important;
}

.kindex-theme [data-cmd="help"] {
  float: right !important;
}

.kindex-theme .delete-tag {
  color: #444;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d2d2d2;
  display: flex;
  align-items: center;
  bottom: 0;
  right: -24px;
  padding: 5px;
  cursor: pointer;
  z-index: 5;
}

.kindex-theme .delete-tag:hover {
  background-color: #c5c5c5;
}

.fr-btn.fr-active {
  background-color: #fff !important;
}

.splitter {
  flex: 0 0 auto;
  width: 18px;
  background: url(https://raw.githubusercontent.com/RickStrahl/jquery-resizable/master/assets/vsizegrip.png) center center no-repeat #e6e6e6;
  z-index: 2;
  min-height: 78%;
  position: fixed;
  cursor: col-resize;
  margin-left: 6px;
  margin-top: 3px;
}

.icon {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	margin-right: 8px;
}

.nav-icons .icon {
	/* vertical alignment */
  	position: relative;
  	top: -1px;
	vertical-align: middle;
}

.nav-label {
	vertical-align: middle;
}

.nav-icons li.active {
	color: #333;
	background-color: #fff;
}

.icon.letter,
.icon.document {
	background-image: url(../images/category-icons/category-documents.png);
}
.icon.book {
	background-image: url(../images/category-icons/category-volumes.png);
}
.icon.photo {
	background-image: url(../images/category-icons/category-images.png);
}
.icon.video {
	background-image: url(../images/category-icons/category-audiovideo.png);
}

/* large icons */

.icon.large {
	width: 25px;
	height: 25px;
}

.icon.large.letter,
.icon.large.document {
	background-image: url(../images/category-icons/category-documents_large.png);
}
.icon.large.book {
	background-image: url(../images/category-icons/category-volumes_large.png);
}
.icon.large.photo {
	background-image: url(../images/category-icons/category-images_large.png);
}
.icon.large.video {
	background-image: url(../images/category-icons/category-audiovideo_large.png);
}

.u
{
	text-decoration: underline;
}

.nav_bar_homepage_link
{
	display: inline-block;
	font-size: 11pt;
	letter-spacing: 1px;
	line-height: 1;
	padding: 0;
}
.nav_bar_homepage_link a
{
	color: white;
	display: inline-block;
	padding: 15px;
	text-decoration: none;
}
.nav_bar_homepage_link:hover
{
	background-color: white;
}
.nav_bar_homepage_link:hover a
{
	color: #692398;
}

.show_icon_public,
.show_icon_private
{
	background-image: url('../images/product-cloud@2x.png');
	background-size: contain;
	height: 45px;
	position: absolute;
	top: 50px;
	width: 45px;
}
.show_icon_private
{
	background-image: url('../images/product-closet@2x.png');
}


.tooltip_popup
{
  display: none;
  max-width: 400px;
  /*margin-top: 10px; for more cap above arrow */
  position: absolute;
  z-index: 32767;
}
.tooltip_popup_arrow_up
{
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #737373;
  height: 0;
  margin: 0 auto;
  width: 0;
}
.tooltip_popup_arrow_down
{
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #737373;
  height: 0;
  margin: 0 auto;
  width: 0;
}
.tooltip_popup_content
{
  background-color: #737373;
  border: 3px solid #737373;
  border-radius: 6px;
  color: white;
  /*margin-top: -2px; for more cap above arrow */
}
.tooltip_popup_content > div
{
  background-color: #737373;
  border-radius: 3px;
  padding: 2px 4px;
}
.tooltip_popup.no_border .tooltip_popup_arrow,
.tooltip_popup.no_border .tooltip_popup_content
{
  border: none;
}
.tooltip_popup.no_border .tooltip_popup_content,
.tooltip_popup.no_border .tooltip_popup_content > div
{
  background: none;
  border-radius: 0;
  padding: 0;
}


.nowrap
{
  white-space: nowrap;
}

.transcription_segment_timestamp
{
  color: gray;
  margin: 18px 0;
}
.transcription_segment_mash
{
  margin: 0;
}

.b
{
  font-weight: bold;
}

.c
{
  text-align: center;
}

.inline-puple-checkmark-icon-15px,
.inline-info-icon-15px
{
  height: 15px;
  vertical-align: text-bottom;
  width: 15px;
}
.inline-robot-icon-23px
{
  height: 23px;
  vertical-align: text-bottom;
  width: 31px;
}


#global_notice
{
  background-color: #69F0AE;
  color: #6A1B9A;
  display: none;
  font-size: 16px;
  padding: 13px;
  text-align: center;
}
#global_notice a
{
  color: #6A1B9A;
  font-family: 'Proxima Nova Bold', sans-serif;
}
.archive-directory #global_notice a
{
  text-decoration: underline;
}

.mono
{
  font-family: monospace;
}

.nowrap
{
  white-space: nowrap;
}

div.kindex_footer
{
  background-color: #6a1b9a;
  margin: auto;
  margin-top: 30px;
  padding: 20px 0 30px 0;
}
div.kindex_footer a
{
  color: white;
  text-decoration: none;
}
div.kindex_footer a:hover
{
  text-decoration: underline;
}
div.kindex_footer .contact_info
{
  color: white;
  font-family: "Proxima Nova", sans-serif;
  text-align: center;
}
div.kindex_footer .contact_info div
{
  padding-top: 10px;
}
div.kindex_footer .contact_info div:first-child
{
  font-weight: bold;
}

.r
{
  text-align: right;
}

option.restricted
{
  color: #D62A42;
}
