﻿@charset "UTF-8";
/*_variables.scss */
/* Layout */
/* Typography */
/* Colors */
/*_mixins.scss */
/* Layout */
/*
Media queries currently in use:
$screen-xs:479px;
$screen-sm:767px;
$screen-md:959px;
$screen-lg:1199px;
*/
/* Animation */
/* Typography */
html {
  position: relative;
  min-height: 100%;
}

html,
body {
  height: 100%;
  font-family: sans-serif;
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  line-height: 1.45;
}

p,
span,
div,
a {
  font-family: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: sans-serif;
  font-weight: 700;
  color: #434b5d;
}

a {
  color: #2196F3;
}

a:focus, a:hover {
  color: #231f20;
}

blockquote:not(.blockquote) p {
  font-size: .94rem;
  color: #666666;
  font-style: italic;
}

button,
a {
  outline: none;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

p {
  line-height: 1.45;
  margin-bottom: 20px;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

ul li {
  list-style-type: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

@media (min-width: 1200px) {
  .navbar > .container {
    max-width: 100%;
  }
  section.container {
    max-width: 100%;
  }
  section.container .my-3 {
    padding-left: 15px;
  }
  section.container .justify-content-center {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .navbar > .container {
    max-width: 100%;
  }
  section.container {
    max-width: 100%;
  }
  section.container .my-3 {
    padding-left: 15px;
  }
  section.container .justify-content-center {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.docusimpli-logo {
  width: 100%;
  max-width: 170px;
  float: left;
  padding-left: 10px;
}

.navbar.bg-light {
  border-bottom: 1px #c5c3c3 solid;
  background-color: #e8e8e8 !important;
}

.topRightNav li {
  border-left: 1px #ccc solid;
}

.topRightNav li .nav-tabs li a {
  padding: 9px 9px;
}

.navbar {
  padding: 0;
  height: 58px;
}

.navbar .navbar-collapse,
.navbar .mainNav {
  height: 100%;
}

.mainNav li {
  border-left: 1px #c5c3c3 solid;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mainNav li.nav-item {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mainNav li.nav-item:hover {
  background-color: #d1d1d1;
}

.mainNav li.nav-item.is-active {
  background-color: #d1d1d1;
}

.mainNav span {
  display: block;
}

.mainNav li.nav-item a {
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 12px 10px 12px;
  color: #333;
  font-size: 11px;
  text-decoration: none;
}

.btnPrimary {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
  font-weight: 500;
  border-radius: 3px;
  text-transform: uppercase;
  margin: 6px 8px 0 8px;
  font-size: 16px;
  padding: 10px 20px;
}

.btnPrimary:hover {
  color: #fff;
  background-color: #035ead;
}

.btnPrimary:focus {
  color: #fff;
  background-color: #035ead;
}

.stepNav {
  position: absolute;
  margin: 0 auto;
}

#thumbnailView a {
  position: relative;
}

.login-section h5 {
  font-weight: normal;
  text-align: center;
  color: #777;
}

.login-section form {
  margin: 30px 0;
}

.login-section .form-control {
  color: #403866;
  line-height: 1.2;
  font-size: 18px;
  display: block;
  width: 100%;
  background: transparent;
  height: 62px;
  padding: 0 18px;
}

.login-section .login-btn {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 62px;
  background-color: #337ab7;
  border-radius: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.login-section .login-btn:hover {
  background-color: #035ead;
}

.card.box-table .card-body {
  padding: 0;
}

.sub-navbar {
  color: #a7cbec;
}

.sub-navbar .nav-tabs {
  border-bottom: 0;
}

.sub-navbar li {
  position: relative;
  display: inline-block;
}

.sub-navbar li:after {
  position: absolute;
  right: -5px;
  content: ">";
  top: 50%;
  color: #999;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: Arial, Helvetica, sans-serif;
}

.sub-navbar li:last-child:after {
  display: none;
}

.sub-navbar li a {
  display: block;
  padding: 2px 8px;
  color: #333;
}

.sub-navbar li a:hover {
  text-decoration: none;
}

.sub-navbar li a.active {
  color: #212529;
  font-weight: 700;
}

.tagging-content p a:hover {
  text-decoration: none;
  background-color: #b9d8fe;
}

.card-body .table-bordered td {
  border: none;
}

.card-body .table-bordered th {
  border: none;
}

.card-body .table-bordered th:last-child .th-inner {
  visibility: hidden;
}

.card-body .bootstrap-table .fixed-table-container.fixed-height .table thead th,
.card-body .table-bordered {
  border: none;
}

#table tr td {
  height: 62px;
}

#table tr td .btn-group {
  visibility: hidden;
}

#table tr td .img {
  margin-right: 10px;
}

#table tr:hover td .btn-group {
  visibility: visible;
}

.table-content {
  font-size: 11px;
  cursor: pointer;
  width: 100%;
}

.table-content:hover {
  outline: 2px #2196F3 solid;
}

.table-content th {
  padding: .35rem;
  color: #fff;
  background-color: #143866;
}

.table-content td {
  padding: .35rem;
}

td .table {
  margin-bottom: 0;
}

.table-content .threadid td {
  padding: .35rem;
  color: #fff;
  background-color: #143866;
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  border-bottom-width: 2px;
  font-weight: bold;
}

.deletebtn {
  background-color: #efefef;
  color: white;
  padding: 9px 9px;
  cursor: pointer;
  border-radius: 2px;
  border: 0.5px solid #4F4F4F;
  margin-bottom: 5px;
}

.CreateTagbox, .add_tg, .tags {
  margin-bottom: 5px;
}

#tableModal .modal-dialog {
  max-width: 960px;
}

.no-pad-table-content {
  font-size: 11px;
}

.no-pad-table-content th {
  padding: 0;
  color: #fff;
  background-color: #143866;
}

.no-pad-table-content td {
  padding: 0;
}

.no-pad-table-content .table {
  margin-bottom: 0;
}

.extractData {
  font-size: 14px;
}

.extractData label {
  margin-right: 15px;
}

.section-left,
.section-right {
  max-height: 70vh;
  height: 70vh;
  overflow-y: scroll;
  border: 1px #ccc solid;
}

.section-left a, .section-left h3, .section-left p,
.section-right a,
.section-right h3,
.section-right p {
  font-size: 15px;
  color: #333;
  font-weight: 400;
}

#review .section-left,
#review .section-right {
  max-height: calc(100vh - 58px);
  height: calc(100vh - 58px);
}

.popover-header {
  height: 50px;
}

.textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-content textarea {
  border: 1px solid #999999;
  width: 100%;
  margin: 5px 0;
  padding: 3px;
}

.sortable {
  padding: 15px 0;
}

.sortable textarea {
  border: 1px solid #999999;
  width: 100%;
  margin: 5px 0;
  padding: 3px;
}

.leftcontents {
  width: 100%;
  float: left;
  padding-left: 30px;
}

.slide {
  width: 100%;
  float: left;
}

.ui-sortable-helper {
  background: #DADADA;
  position: relative;
}

.ui-sortable-helper:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15px;
  background-color: #FFF;
}

.contentLeft ul {
  list-style-position: outside;
}

.contentLeft li.slide {
  position: relative;
  cursor: pointer;
}

.contentLeft li.slide::before {
  content: "";
  width: 1.2em;
  height: 0.15em;
  background: #6c757d;
  -webkit-box-shadow: 0 0.4em 0 0 #6c757d, 0 0.8em 0 0 #6c757d;
          box-shadow: 0 0.4em 0 0 #6c757d, 0 0.8em 0 0 #6c757d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.top-bar {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 7px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
}

.summary-content {
  font-size: 12px;
}

.summary-content .summary-table {
  font-size: 12px;
  width: 100%;
}

.summary-content .summary-table th {
  padding: .35rem;
  color: #fff;
  background-color: #143866;
}

.summary-content .summary-table td {
  padding: .35rem;
}

.summary-content .summary-small-table {
  font-size: 11px;
  width: 100%;
}

.summary-content .summary-small-table th {
  padding: .10rem;
  color: #fff;
  background-color: #143866;
}

.summary-content .summary-small-table td {
  padding: .10rem;
}

.summary-content p {
  font-size: 12px;
}

.summary-content ul li {
  list-style-type: disc;
}

.summary-content ul.list-roman li {
  list-style-type: lower-roman;
}

.summary-content ul.list-check {
  list-style: none;
  padding-left: 15px;
}

.summary-content ul.list-check li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}

.summary-content ul.list-check li:before {
  position: absolute;
  left: 0;
  content: '✓';
}

.summary-content ul.list-check li li {
  padding-left: 10px;
}

.summary-content ul.list-check li li:before {
  display: none;
}

.summary-content ul.list-square {
  padding-left: 15px;
}

.summary-content ul.list-square li {
  list-style-type: square;
}

.summary-content ul.list-square li li {
  padding-left: 30px;
  list-style-type: none;
}

.summary-headline {
  display: block;
  margin-bottom: 3px;
  border-bottom: 1px #000 solid;
}

.pdf {
  overflow: scroll;
  width: 540px;
}

.pdf-viewer {
  width: 100%;
  display: block;
  margin: 0 auto;
  border: 1px solid red;
}

canvas {
  width: 100%;
  direction: ltr;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-left .iframe-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-top: 0;
  position: relative;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}

.uploadheader {
  padding-top: 15px;
  padding-bottom: 15px;
}

.uploadheader #tablew_filter,
.reviewheader #tablew_filter,
.uploadheader #manageUser_filter {
  position: absolute;
  top: 10px;
  right: 10px;
}

.dataTables_length {
  margin: 10px 10px 0;
}

.dataTables_length select {
  width: auto;
  margin-left: .5rem;
  display: inline-block;
  height: calc(1em + 0.75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.dataTables_filter input {
  width: auto;
  margin-left: .5rem;
  display: inline-block;
  height: calc(1.25em + 0.75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

#tablew tr td input[type=checkbox] {
  margin-top: 15px;
}

table.dataTable thead th {
  padding: 10px 10px;
}

table.dataTable tbody td {
  padding: 5px 10px 4px;
}

#manageUser tr td input[type=checkbox] {
  margin-top: 15px;
}

.dataTables_wrapper .dataTables_info {
  padding-left: 15px;
  padding-top: 21px;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 10px;
  padding-bottom: 10px;
}

#faq-modal #faqs {
  max-height: 450px;
  overflow-y: auto;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel-heading {
  border-bottom: 0;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-group .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: inherit;
}

.panel-group .panel-title a {
  color: inherit;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-default {
  border-color: #ddd;
}

.panel-group .panel-body {
  padding: 15px;
}

.panel-group .panel-body p {
  margin-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.has-search {
  margin-bottom: 0;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.has-search .icon-search {
  background-image: url("../images/icon-search.svg");
  background-size: 25px;
  background-position: 4px 6px;
  background-repeat: no-repeat;
}

.btn-primary {
  background-color: #337ab7;
  border-color: #337ab7;
}

.btn-primary:hover {
  background-color: #035ead;
}

.pagethumnailDiv {
  position: relative;
  /* width: 100%; */
  float: left;
}

.Pdfpage {
  position: absolute;
  left: -24px;
  top: 48%;
}

.pageSelected_div input {
  min-width: 200px;
}

.thumbnail {
  position: relative;
}

.checkmark:before {
  content: '✓';
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  text-align: center;
  color: transparent;
  position: absolute;
  left: -25px;
  top: 48%;
}

.Pdfpage:checked + .checkmark-disabled {
    width: 12.67px;
    height: 12.67px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    border-radius: 2px;
    left: -24px;
    top: 48%;
}

.checkmark-disabled:after {
    content: '';
    width: 8.67px;
    height: 4px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 2px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 2px;
    top: 33%;
}

.Pdfpage:checked + .checkmark-disabled:after {
    opacity: 1;
}

/* Merlin HTMl */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

#accountsetting h3 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  font-size: 1.3em;
  color: #57627a;
  text-transform: uppercase;
}

#accountsetting label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#SummaryEditor .summary-btn {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 20px 0;
  width: 100%;
  max-width: 280px;
  height: 50px;
  background-color: #337ab7;
  border-radius: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 auto;
}

#SummaryEditor .summary-btn:hover {
  background-color: #035ead;
}

.pageSelectionModal-open .container {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
}

#pageSelectionModal input.goToPage {
  max-width: 40px;
}

.pagesList {
  overflow-y: scroll;
  height: 100%;
  max-height: 300px;
}

.pagesList .custom-control-label::before,
.pagesList .custom-control-label::after {
  top: 50%;
  height: 1.5rem;
  width: 1.5rem;
  margin-top: -.5rem;
  left: -32px;
}

.pagesList .custom-control {
  padding-left: 2.5rem;
}

.pagesList .custom-control-label img {
  border: 1px solid #ccc;
  width: 60px;
  margin-right: 15px;
}

@media (min-width: 1200px) {
  .navbar > .container {
    max-width: 100%;
  }
  .sub-navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sub-navbar > .container {
    max-width: 100%;
    padding-left: 15px;
  }
  .tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #Selector .container,
  #OCRExtraction .container,
  #Tagging .container,
  #SummaryEditor .container,
  #taggingTab .container,
  #reviewTab .container {
    max-width: 100%;
  }
  #SummaryEditor .section-left {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .navbar > .container {
    max-width: 100%;
  }
  .sub-navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sub-navbar > .container {
    max-width: 100%;
  }
  .tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #Selector .container,
  #OCRExtraction .container,
  #Tagging .container, #SummaryEditor .container {
    /* max-width: 1240px; */
    max-width: 100%;
  }
  #SummaryEditor .section-left {
    /* max-width: 1240px; */
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}

#Tagging input[type='button'] {
  padding: 5px 12px;
}

.note-insert button:last-child {
  display: none;
}

button.ultraconvert {
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-color: rgba(0, 0, 0, 0.32) rgba(0, 0, 0, 0.38) rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset, 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.05);
  background-color: #337ab7 !important;
  background: radial-gradient(at bottom left, #337ab7 30px, #337ab7) !important;
  border-color: #337ab7 !important;
  color: #337ab7 !important;
  font-weight: 500 !important;
  border-radius: 3px !important;
  text-transform: uppercase;
}

button.ultraconvert:hover {
  background-image: none;
  background: #035ead !important;
  background: radial-gradient(at bottom left, #035ead 30px, #035ead) !important;
}

button.ultraconvert {
  font-size: 16px;
  margin: 10px 6px;
  padding: 11px 20px;
  border: 1px solid rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
  #toolbarViewerRight .toolbarButton.ultraconvert {
    display: block;
  }
}

.tagging_inputDiv {
  padding-left: 0;
}

.tagging_inputDiv input {
  margin-top: 12px;
}

.tag-table {
  float: right;
  text-align: right;
  margin-top: 2px;
  margin-bottom: 0;
  padding-right: 4px;
}

.Cta-btn-next {
  max-height: 58px;
  height: 58px;
  border-bottom: 1px solid #a7cbec;
  margin-bottom: 1.5rem !important;
}

.Cta-btn-next button.ultraconvert {
  float: right;
}

@media (max-width: 575px) and (min-width: 400px) {
  .Cta-btn-next {
    max-height: 125px;
    height: 125px;
  }
}

@media (max-width: 399px) {
  .Cta-btn-next {
    max-height: 150px;
    height: 150px;
  }
}

.nxt_beforetxt {
  float: left;
  text-align: right;
  padding-top: 11px;
  padding-bottom: 11px;
}

.nxt_beforetxt p {
  margin-bottom: 0;
}

.frwrd_btn {
  float: left;
}

@media (max-width: 883px) and (min-width: 576px) {
  .nxt_beforetxt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .frwrd_btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 575px) and (min-width: 400px) {
  .nxt_beforetxt {
    text-align: center;
  }
  .frwrd_btn {
    text-align: center;
  }
  .frwrd_btn .forwordbtn {
    float: none !important;
  }
}

@media (max-width: 399px) {
  .nxt_beforetxt {
    text-align: center;
  }
  .frwrd_btn {
    text-align: center;
  }
  .frwrd_btn .forwordbtn {
    float: none !important;
  }
}

.preference-section .form-control {
  color: #403866;
  line-height: 1.2;
  font-size: 18px;
  display: block;
  width: 100%;
  background: transparent;
  height: 48px;
  padding: 0 18px;
}

.preference-section form {
  margin: 30px 0;
}

.preference-section h2 {
  text-align: center;
  text-transform: uppercase;
}

.preference-section h5 {
  font-weight: normal;
  text-align: center;
  color: #777;
}

#updateAccountSettings {
  background-color: #337ab7;
  border-color: #337ab7;
}

#updateAccountSettings:hover {
  background-color: #035ead;
}

.custom-dropdown {
  position: relative;
  width: auto;
}

.custom-dropdown ul {
  z-index: 999;
  background-color: #f2f2f2;
  max-height: 180px;
  overflow: auto;
  display: none;
  width: 320px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 40px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.custom-dropdown ul li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #CCC;
  border-top: none;
  line-height: 36px;
  padding: 0 10px;
}

.custom-dropdown ul li:hover, .custom-dropdown ul li.active {
  background-color: #595959;
  color: #fff;
  cursor: pointer;
}

.custom-dropdown ul li span {
  color: #999;
}

input.custom-dropdown-head {
  color: #595959;
  width: 165px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-radius: 3px;
  line-height: 35px;
  padding: 5px 10px 0;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}

::-moz-selection {
  background: #b9d8fe;
}

::selection {
  background: #b9d8fe;
}

.topNav.select-field li:last-child {
  border-right: none;
}

#OCRExtraction .tagging-content {
  padding: 10px 20px;
  border: 1px #ccc solid;
}

#pdf-viewer {
  padding: 15px 0;
}

#pdf-viewer canvas {
  border: 1px #ccc solid;
}

#SecondryTag {
  display: none;
}

.list_style_none {
  list-style-type: none !important;
}

@media screen and (min-width: 768px) {
  #sidebarContainer {
    margin-top: 58px;
  }
}

.topNav .nav-tabs li {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.topNav .nav-tabs li.is-active {
  background-color: #d1d1d1;
}

/* Loader */
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.9);
}

.loading span {
  position: absolute;
  min-width: 500px;
  margin: 0 auto;
  display: block;
  -webkit-transform: translateX(-210px);
          transform: translateX(-210px);
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.lds-ellipsis {
  margin: 0 auto;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
    transform: translate(24px, 0);
  }
}

.note-editor.note-frame {
  border: 0 none;
}

.tagging-content p a:hover {
  background-color: transparent;
}

.active_listitem {
  outline: 2px #2196F3 solid;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.note-editor {
  width: 100%;
}

#listA {
  width: 100%;
}

.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false], .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
  background-color: #fbfbfb;
}

.table-footer {
  width: 100%;
}

.tablesave {
  float: right;
  text-align: right;
  margin-top: 2px;
  margin-bottom: 0;
  padding-right: 4px;
}

.hidden {
  display: none;
}

.tab-content.no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.box-btn-right {
  float: right;
}

.card-footer .col-lg-6 {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 1279px) {
  .card-footer .col-lg-6 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
  .card-footer .col-lg-6.btn-group {
    width: 150px;
    max-width: 150px;
    margin: 0 auto 5px;
  }
}

#fileName {
  word-break: break-word;
}

#tablew_wrapper tr th.name-column {
  width: 350px !important;
}

#tablew_wrapper tr td:first-child + td {
  width: 350px !important;
}

table#tablew tr td:first-child + td i.img {
  width: 30px;
  float: left;
}

table#tablew tr td:first-child + td span {
  display: block;
  padding-left: 5px;
  float: left;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
}

.extract_btn {
  max-width: 100px;
}

.extract_btnarrow {
  width: 100%;
  max-width: 40px;
}

.LinkShareable {
  margin: 0 auto;
  max-width: 150px;
  margin-right: 0;
}

.row_selected {
  background-color: #e6e6e6 !important;
}

@media only screen and (max-width: 600px) {
  #banner-notification {
    padding-top: 50px !important;
  }
}

.alert {
  margin-bottom: 0px !important;
}

#banner-notification .alert-warning {
  margin: 0;
  border-radius: 0;
}

#banner-notification .alert-warning a {
  color: #8a6d3b;
}

#banner-notification .alert-warning a:hover {
  text-decoration: underline;
}

.error-message,
.success-message {
  font-size: 16px;
  text-align: center;
  display: block;
}

.error-message {
  color: red;
}

.success-message {
  color: green;
}
.dataTables_scrollBody {
    min-height: 218px;
}

/*# sourceMappingURL=styles.css.map */

