:root {
  --accent-color-1: #fea82e;
  --accent-color-2: #2e6da4;
  --warning-color: #f2dede;
  --medium-text: #888888;
  --light-text: #aaaaaa;
  --input-border: #cccccc;
  --black-color: #000000;
  --color-02: #212121;
  --color-03: #222266;
  --color-04: #333333;
  --color-05: #337ab7;
  --color-06: #3f51b5;
  --color-07: #428bca;
  --color-08: #444455;
  --color-09: #555555;
  --color-10: #6688ff;
  --color-11: #719ece;
  --color-12: #777777;
  --color-14: #999999;
  --color-16: #c8c8c8;
  --color-21: #e3e3e3;
  --color-22: #eeeeee;
  --color-26: #f5f5f5;
  --color-27: #6291ba;
  --white-color: #ffffff;
  --red-color: #ff0000;
}

@media (min-width: 800px) {
  .container {
    width: 770px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
html,
body,
table {
  font-family: "roboto-new", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}
.after-one-row-header {
  margin-top: 70px;
}
.after-two-row-header {
  margin-top: 120px;
}
div.navbar {
  min-height: 56px;
  padding-top: 3px;
  box-shadow: 0 1px 1.5px rgba(var(--black-color), 0.12), 0 1px 1px rgba(var(--black-color), 0.24);
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  font-size: 15px;
}
body .navbar-inverse .navbar-nav > li > a {
  color: var(--light-text);
  padding: 0;
  background: none;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .navbar-inverse {
  background: var(--black-color);
}
div.navbar h2 {
  display: none;
}
#user-menu-ul .nav-button {
  line-height: 26px;
}
th {
  text-align: left;
}
html[dir="rtl"] th {
  text-align: right;
}
th.text-center,
.datepicker th {
  text-align: center !important;
}
@media (max-width: 767px) {
  .page-head h1,
  .modal-header h1 {
    display: none;
  }
  div.navbar-dialog {
    background-color: var(--color-08);
    background-color: var(--color-06);
    border-bottom: none;
  }
  div.navbar-dialog .logo-img {
    display: none;
  }
  div.navbar-dialog h2 {
    color: var(--color-26);
    margin-top: 0;
    font-size: 20px;
    display: block;
    overflow: hidden;
  }
  div.navbar-dialog h2 {
    margin-left: -10px;
  }
  html[dir="rtl"] div.navbar-dialog h2 {
    margin-right: -10px;
  }
  body a.navbar-brand {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  body a.navbar-brand {
    margin-left: 0;
  }
  html[dir="rtl"] body a.navbar-brand {
    margin-right: 0;
  }
  .menu-header {
    display: none;
  }
  .search-results .menu-header {
    display: block;
  }
  .search-results .menu-header {
    margin-left: -15px;
  }
  html[dir="rtl"] .search-results .menu-header {
    margin-right: -15px;
  }
  .search-results .menu-header {
    margin-right: -15px;
  }
  html[dir="rtl"] .search-results .menu-header {
    margin-left: -15px;
  }
  .logo-img {
    margin-left: -16px;
  }
  html[dir="rtl"] .logo-img {
    margin-right: -16px;
  }
}
.navbar-nav {
  float: left;
}
html[dir="rtl"] .navbar-nav {
  float: right;
}
.navbar-brand {
  float: left;
}
html[dir="rtl"] .navbar-brand {
  float: right;
}
a.navbar-brand {
  margin-left: 10px;
}
html[dir="rtl"] a.navbar-brand {
  margin-right: 10px;
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: -15px;
}
html[dir="rtl"] .navbar > .container .navbar-brand,
html[dir="rtl"] .navbar > .container-fluid .navbar-brand {
  margin-right: -15px;
}
button.navbar-toggle {
  float: left;
}
html[dir="rtl"] button.navbar-toggle {
  float: right;
}
.logo-img {
  margin-top: -2px;
  height: 24px;
}
.logo-img {
  margin-left: 0;
}
html[dir="rtl"] .logo-img {
  margin-right: 0;
}
.page-head,
.modal-header {
  margin-top: 5px;
  margin-bottom: 10px;
}
.page-head h1,
.modal-header h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}
.page-head p:empty,
.modal-header p:empty {
  display: none;
}
.page-head p,
.modal-header p {
  color: var(--medium-text);
}
button.menu-toggle:active {
  background: rgba(0, 0, 0, 0.2);
}
button.menu-toggle {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -ms-touch-action: manipulation; /* IE10 */
  touch-action: manipulation; /* IE11+ */
  position: relative;
  height: 40px;
  background: none;
  width: 40px;
  border: 1px solid var(--color-04);
  margin-top: 5px;
  border: none;
  outline: none;
}
button.menu-toggle {
  float: left;
}
html[dir="rtl"] button.menu-toggle {
  float: right;
}
button.menu-toggle {
  margin-left: 8px;
}
html[dir="rtl"] button.menu-toggle {
  margin-right: 8px;
}
button.menu-toggle {
  padding-left: 0;
}
html[dir="rtl"] button.menu-toggle {
  padding-right: 0;
}
.menu-toggle span.icon-bar {
  width: 22px;
  height: 2px;
  display: block;
  background: var(--color-22);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-toggle span.icon-bar {
  margin-left: 8px;
}
html[dir="rtl"] .menu-toggle span.icon-bar {
  margin-right: 8px;
}
.menu-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .side-nav {
    display: none !important;
  }
  .open-combined {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav {
    display: none;
  }
  .navbar-nav {
    overflow-y: auto;
    height: 100%;
  }
}
.side-nav {
  box-sizing: border-box;
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 40;
  display: block;
  padding-top: 51px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: left 0.2s cubic-bezier(0.44, 0.75, 0.55, 1);
  -moz-transition: left 0.2s cubic-bezier(0.44, 0.75, 0.55, 1);
  -ms-transition: left 0.2s cubic-bezier(0.44, 0.75, 0.55, 1);
  -o-transition: left 0.2s cubic-bezier(0.44, 0.75, 0.55, 1);
  transition: left 0.2s cubic-bezier(0.44, 0.75, 0.55, 1);
}
.side-nav {
  left: 0;
}
html[dir="rtl"] .side-nav {
  right: 0;
}
.side-nav.collapse {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: left 0.2s cubic-bezier(0.23, 0, 0.37, 0.01);
  -moz-transition: left 0.2s cubic-bezier(0.23, 0, 0.37, 0.01);
  -ms-transition: left 0.2s cubic-bezier(0.23, 0, 0.37, 0.01);
  -o-transition: left 0.2s cubic-bezier(0.23, 0, 0.37, 0.01);
  transition: left 0.2s cubic-bezier(0.23, 0, 0.37, 0.01);
}
.side-nav .nav a {
  color: var(--color-04);
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  line-height: 48px;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
}
.side-nav .nav a {
  padding-right: 0;
}
html[dir="rtl"] .side-nav .nav a {
  padding-right: 16px;
}
.side-nav .nav a {
  padding-left: 16px;
}
html[dir="rtl"] .side-nav .nav a {
  padding-left: 0;
}
.side-nav a .glyphicon {
  font-size: 18px;
  display: inline-block;
  line-height: 48px;
  width: 32px;
}
.side-nav a .glyphicon {
  margin-right: 24px;
}
html[dir="rtl"] .side-nav a .glyphicon {
  margin-left: 24px;
}
div.side-nav.collapse {
  left: -300px;
}
html[dir="rtl"] div.side-nav.collapse {
  right: -300px;
}
.side-nav h4 {
  color: var(--accent-color-2);
  font-weight: 400;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 4px;
}
.side-nav h4 {
  margin-left: 16px;
}
html[dir="rtl"] .side-nav h4 {
  margin-right: 16px;
}
div.navbar-collapse {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25), 0 0 16px rgba(0, 0, 0, 0.16);
  background: var(--white-color);
  height: 100%;
  width: 300px;
  display: block;
  border-top: none;
  position: relative;
  z-index: 1060;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.navbar-underlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 30;
}
.navbar-underlay {
  left: 0;
}
html[dir="rtl"] .navbar-underlay {
  right: 0;
}
.underlay-enter {
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.underlay-enter.underlay-enter-active {
  opacity: 1;
}
.underlay-leave {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0.1s;
  -moz-transition: opacity 0.2s ease-out 0.1s;
  -ms-transition: opacity 0.2s ease-out 0.1s;
  -o-transition: opacity 0.2s ease-out 0.1s;
  transition: opacity 0.2s ease-out 0.1s;
}
.side-nav .nav > li.active,
.side-nav .nav > li:focus a,
.side-nav .nav > li:active a,
.side-nav .nav > li:hover a {
  background: var(--accent-color-1);
}
.arrow-box > li.active > a,
.arrow-box > li:focus > a,
.arrow-box > li:focus-within > a,
.arrow-box > li:active > a,
.arrow-box > li:hover > a,
.dropdown-menu-li:hover,
.dropdown-menu-li:focus {
  background: var(--color-22);
}
.side-nav .nav > li.active a,
.arrow-box > li.active > a {
  color: var(--color-22);
}
.side-nav .glyphicon {
  width: 18px;
}
.side-nav li.separator {
  height: 1px;
  padding-top: 8px;
  border-bottom: 1px solid var(--color-21);
  margin-bottom: 7px;
}
.icon-bar {
  -webkit-transition: 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transition: 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}
.back-btn #icon-bar1 {
  -webkit-transform: translate(-1.6px, 2.4px) rotate(140deg);
  -moz-transform: translate(-1.6px, 2.4px) rotate(140deg);
  -ms-transform: translate(-1.6px, 2.4px) rotate(140deg);
  -o-transform: translate(-1.6px, 2.4px) rotate(140deg);
  transform: translate(-1.6px, 2.4px) rotate(140deg);
  width: 13px;
}
.back-btn #icon-bar2 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.back-btn #icon-bar3 {
  -webkit-transform: translate(-1.6px, -2.4px) rotate(40deg);
  -moz-transform: translate(-1.6px, -2.4px) rotate(40deg);
  -ms-transform: translate(-1.6px, -2.4px) rotate(40deg);
  -o-transform: translate(-1.6px, -2.4px) rotate(40deg);
  transform: translate(-1.6px, -2.4px) rotate(40deg);
  width: 13px;
}
ul.settings-nav > li > a,
ul.settings-nav > li > label {
  color: var(--color-04);
  padding-top: 16px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
}
.settings-nav {
  list-style: none;
  line-height: 1.8;
  padding-left: 0;
  padding-right: 0;
}
.settings-nav li {
  min-height: 40px;
}
.settings-nav label {
  line-height: 1.8;
  font-weight: normal;
  font-size: 15px;
  display: block;
}
.settings-nav input {
  margin-right: 32px;
}
html[dir="rtl"] .settings-nav input {
  margin-left: 32px;
}
.settings-nav h2 {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  color: var(--color-02);
}
.settings-nav p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--medium-text);
}
.settings-nav li {
  border-bottom: 1px solid var(--color-21);
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  width: 100%;
}
.form-horizontal .input-group {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.form-horizontal {
  padding-bottom: 20px;
}
.query-row span.input-group-addon {
  background: none;
}
body .btn-group-sm > .btn,
button.btn.btn-sm {
  border-radius: 0;
}
body .dropdown-menu {
  border-radius: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
  min-width: 220px;
}
body .dropdown-menu.filter-menu li {
  margin-left: -10px;
}
html[dir="rtl"] body .dropdown-menu.filter-menu li {
  margin-right: -10px;
}
body .dropdown-menu.filter-menu li {
  margin-right: -10px;
}
html[dir="rtl"] body .dropdown-menu.filter-menu li {
  margin-left: -10px;
}
body .dropdown-menu input {
  margin-bottom: 10px;
  font-size: 13px;
  color: var(--color-04);
  border-radius: 2px;
  border: 1px solid var(--input-border);
}
body .dropdown-menu input {
  padding-left: 5px;
}
html[dir="rtl"] body .dropdown-menu input {
  padding-right: 5px;
}
body .dropdown-menu input {
  padding-right: 5px;
}
html[dir="rtl"] body .dropdown-menu input {
  padding-left: 5px;
}
.filter-icon-row {
  position: relative;
  margin-top: -38px;
  color: var(--input-border);
  font-size: 12px;
}
.filter-icon-row {
  float: right;
}
html[dir="rtl"] .filter-icon-row {
  float: left;
}
.filter-icon-row {
  margin-right: 5px;
}
html[dir="rtl"] .filter-icon-row {
  margin-left: 5px;
}
.doctype-filter-icon-row {
  position: relative;
  margin-top: -34px;
  color: var(--input-border);
  font-size: 12px;
}
.doctype-filter-icon-row {
  float: right;
}
html[dir="rtl"] .doctype-filter-icon-row {
  float: left;
}
.doctype-filter-icon-row {
  margin-right: 5px;
}
html[dir="rtl"] .doctype-filter-icon-row {
  margin-left: 5px;
}
.filter-text::-ms-clear {
  display: none;
}
body .dropdown-menu input::after {
  content: "\f002";
  font-family: "FontAwesome";
}
body .btn-group.open .dropdown-toggle {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input.form-control:focus {
  box-shadow: none;
  border-color: var(--input-border);
}
input.form-control {
  border-radius: 0;
  box-shadow: none;
}
select.form-control:focus {
  box-shadow: none;
  border-color: var(--input-border);
}
select.form-control {
  border-radius: 0;
  box-shadow: none;
  overflow-x: auto;
}
form {
  margin-bottom: 20px;
}
form .actions {
  margin-top: 10px;
}
button.btn,
a.btn {
  border-radius: 0;
  text-transform: uppercase;
  height: 36px;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.box-danger {
  padding: 9px;
}
.error-page {
  max-width: 600px;
  margin: auto;
  color: var(--color-04);
  padding: 16px;
}
.error-page h1 {
  font-size: 32px;
}
.error-page .stack {
  font-size: smaller;
}
.error-page h1,
.error-page h3 {
  color: var(--medium-text);
}
.form-group label {
  font-weight: 400;
}
.file-type-selection-table {
  margin-bottom: 0;
  width: 100%;
  table-layout: fixed;
}
.dialog {
  border: 1px solid var(--color-22);
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
}
.dialog h2 {
  margin-top: 0;
}
.dialog.login-dialog {
  border: none;
  box-shadow: none;
  padding: none;
  max-width: 400px;
  margin: auto;
}
aside.widget_search {
  margin-left: 20px;
}
html[dir="rtl"] aside.widget_search {
  margin-right: 20px;
}
.message {
  padding: 10px;
}
.message-warning {
  background-color: var(--warning-color);
  margin-top: 5px;
}
.areaValue {
  overflow: auto;
  resize: none;
  border-radius: 0;
}
.dropdown-menu .symbol {
  color: var(--black-color);
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  text-align: left;
}
.menu-header {
  background: var(--color-22);
  color: var(--medium-text);
  height: 60px;
}
.menu-header {
  padding-left: 10px;
}
html[dir="rtl"] .menu-header {
  padding-right: 10px;
}
.menu-header h1 {
  font-size: 26px;
  font-weight: 400;
  color: var(--color-09);
  letter-spacing: 1px;
  margin-top: 15px;
}
.menu-header h1 {
  float: left;
}
html[dir="rtl"] .menu-header h1 {
  float: right;
}
.menu-header .menu {
  float: right;
}
html[dir="rtl"] .menu-header .menu {
  float: left;
}
.menu-header .btn:hover,
.menu-header .btn:focus {
  background: var(--color-21);
}
.menu-header .btn {
  border-radius: 0;
  background: none;
  border: none;
  color: var(--color-09);
  height: 60px;
  margin-top: 0;
  outline: none;
  font-size: 13px;
}
.menu-header .btn {
  padding-right: 20px;
}
html[dir="rtl"] .menu-header .btn {
  padding-left: 20px;
}
.menu-header .btn {
  padding-left: 20px;
}
html[dir="rtl"] .menu-header .btn {
  padding-right: 20px;
}
.menu-header .btn {
  border-left: 1px solid var(--color-26);
}
html[dir="rtl"] .menu-header .btn {
  border-right: 1px solid var(--color-26);
}
.menu-header.search-header {
  margin-top: 10px;
  margin-bottom: 10px;
}
.comma-list {
  padding-top: 2px;
  font-size: 12px;
  font-weight: 400;
}
.doctype-list {
  color: var(--medium-text);
  display: block;
}
.doctype-list {
  padding-left: 10px;
}
html[dir="rtl"] .doctype-list {
  padding-right: 10px;
}
.query-rows {
  margin-top: 20px;
}
.query-row {
  margin-bottom: 6px;
}
.query-row {
  padding-left: 0;
}
html[dir="rtl"] .query-row {
  padding-right: 0;
}
.query-row {
  margin-right: -27px;
}
html[dir="rtl"] .query-row {
  margin-left: -27px;
}
.query-row label {
  margin-top: 5px;
  display: block;
}
.query-row label {
  margin-left: 2px;
}
html[dir="rtl"] .query-row label {
  margin-right: 2px;
}
.query-input {
  position: static !important;
  background: none;
  border: 1px solid var(--input-border);
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-left: 1px solid rgba(0, 0, 0, 0);
}
html[dir="rtl"] .input-group .form-control:not(:first-child):not(:last-child),
html[dir="rtl"] .input-group-addon:not(:first-child):not(:last-child),
html[dir="rtl"] .input-group-btn:not(:first-child):not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0);
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-left: none;
}
html[dir="rtl"] .input-group .form-control:not(:first-child):not(:last-child),
html[dir="rtl"] .input-group-addon:not(:first-child):not(:last-child),
html[dir="rtl"] .input-group-btn:not(:first-child):not(:last-child) {
  border-right: none;
}
div.query-row span.addon-none {
  border: none;
  background: none;
  font-weight: 400;
  font-size: 10px;
  color: var(--input-border);
  cursor: pointer;
  height: 32px;
}
div.query-row span.addon-none {
  padding-left: 0;
}
html[dir="rtl"] div.query-row span.addon-none {
  padding-right: 0;
}
div.query-row span.addon-none {
  padding-right: 0;
}
html[dir="rtl"] div.query-row span.addon-none {
  padding-left: 0;
}
div.query-row span.addon-none .glyphicon {
  width: 28px;
  height: 18px;
  line-height: 18px;
}
.query-row span.input-group-addon {
  border-radius: 0;
}
.select-index {
  background: none;
  border: 1px solid var(--input-border);
  border-radius: 0;
  padding: 5px 10px 5px 10px;
  height: 34px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select .caret {
  position: absolute;
  margin-left: -20px;
  margin-top: 16px;
  pointer-events: none;
  color: var(--input-border);
}
select::-ms-expand {
  display: none;
}
.query-row .btn {
  font-size: 13px;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  min-width: 32px;
  border: none;
  background: none;
}
.query-row .btn {
  float: right;
}
html[dir="rtl"] .query-row .btn {
  float: left;
}
.add-row {
  color: var(--accent-color-2);
  margin-top: -14px;
  padding: 10px;
  height: 40px !important;
  border: none;
  background: none;
  text-transform: none !important;
}
.add-row {
  margin-left: -20px;
}
html[dir="rtl"] .add-row {
  margin-left: 20px;
}
.add-row span.glyphicon {
  font-size: 12px;
}
.add-row span.glyphicon {
  margin-right: 5px;
}
html[dir="rtl"] .add-row span.glyphicon {
  margin-right: 5px;
}
.remove-row:focus {
  outline: auto;
}
.remove-row:hover > span.glyphicon {
  color: var(--red-color);
}
.query-rows .btn-primary {
  padding: 10px 20px;
  height: 40px;
}
.query-rows .btn-primary {
  margin-right: 16px;
}
html[dir="rtl"] .query-rows .btn-primary {
  margin-left: 16px;
}
.search-results {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .query-rows {
    margin-right: 10px;
  }
  html[dir="rtl"] .query-rows {
    margin-left: 10px;
  }
  .col-sm-8.values {
    padding-left: 0;
  }
  html[dir="rtl"] .col-sm-8.values {
    padding-right: 0;
  }
  .query-rows .btn-primary {
    margin-right: -16px;
  }
  html[dir="rtl"] .query-rows .btn-primary {
    margin-left: -16px;
  }
  .doctype-list {
    margin-top: -7px;
  }
  .doctype-list {
    padding-left: 0;
  }
  html[dir="rtl"] .doctype-list {
    padding-right: 0;
  }
  label.visible-xs {
    font-weight: normal;
  }
  .query-row {
    margin-bottom: 0;
  }
  .query-row label {
    margin-top: 4px;
    margin-bottom: 2px;
  }
  .query-rows {
    margin-top: 14px;
  }
  body .dropdown-menu li {
    height: 44px;
    width: 100%;
    border-bottom: 1px solid var(--color-22);
  }
  body .dropdown-menu li:last-child {
    border-bottom: none;
  }
  body .dropdown-menu li a {
    display: block;
    width: 100%;
    height: 44px;
    padding-top: 10px;
  }
  .backdrop .container {
    padding-right: 24px !important;
  }
  html[dir="rtl"] .backdrop .container {
    padding-left: 24px !important;
  }
}
.oper-addon {
  padding: 0;
  color: var(--color-04);
}
.oper-select:focus {
  outline: auto;
}
.queryrow-enter {
  opacity: 0.01;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}
.queryrow-enter.queryrow-enter-active {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.queryrow-leave {
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.queryrow-leave.queryrow-leave-active {
  opacity: 0.01;
}
.result-table {
  margin-bottom: 10px;
}
.result-list {
  margin-bottom: 10px;
}
.table.result-table.loading-results {
  opacity: 0.2;
}
.table.result-table {
  border-bottom: 1px solid var(--color-21);
  -webkit-transition: opacity 0.2s 0.2s linear;
  -moz-transition: opacity 0.2s 0.2s linear;
  -ms-transition: opacity 0.2s 0.2s linear;
  -o-transition: opacity 0.2s 0.2s linear;
  transition: opacity 0.2s 0.2s linear;
}
.table.result-table > thead > tr > th,
.table.result-table > thead > tr > td {
  padding: 20px 10px;
  font-weight: normal;
  background: rgba(46, 109, 164, 0.8);
  height: 60px;
  color: var(--white-color);
  cursor: pointer;
}
.table.result-table > thead > tr > th:hover,
.table.result-table > thead > tr > td:hover {
  background-color: var(--color-27);
}
.table.result-table > tbody > tr > td:first-child {
  border-left: 1px solid var(--color-26);
}
html[dir="rtl"] .table.result-table > tbody > tr > td:first-child {
  border-right: 1px solid var(--color-26);
}
.table.result-table > tbody > tr > td {
  padding: 10px;
  border-bottom: 1px solid var(--color-21);
  height: 60px;
  vertical-align: middle;
}
.table.result-table > tbody > tr.selected-row > td {
  background: var(--color-22);
}
.table.result-table > tbody > tr.selected-row:hover > td {
  background: var(--color-21);
}
.table.result-table > tbody > tr.selected-row:hover > td.firstcell {
  background: var(--color-16);
}
.table.result-table > tbody > tr.selected-row > td.firstcell {
  background: var(--color-21);
}
.table.result-table > tbody > tr:hover {
  background: var(--color-26);
}
.table.result-table > tbody > tr:hover > td.firstcell {
  background: var(--color-21);
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
th .check-box {
  border-color: var(--color-03);
  background: rgba(255, 255, 255, 0.8);
}
.check-box.selected {
  background: var(--accent-color-2);
  border-color: var(--accent-color-2);
}
.check-box.selected::after {
  content: "\e013";
  font-family: "Glyphicons Halflings";
  color: var(--white-color);
  font-weight: 300;
  margin-top: -9px;
  display: table;
}
.check-box.selected::after {
  margin-left: 0;
}
html[dir="rtl"] .check-box.selected::after {
  margin-right: 0;
}
.check-box:active {
  background: rgba(46, 109, 164, 0.4);
}
.check-box {
  display: block;
  margin-top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid var(--medium-text);
  border-radius: 2px;
  background: var(--white-color);
  line-height: 32px;
  -webkit-transition: background 0.1s ease-out;
  -moz-transition: background 0.1s ease-out;
  -ms-transition: background 0.1s ease-out;
  -o-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}
.check-box {
  float: left;
}
html[dir="rtl"] .check-box {
  float: right;
}
.check-box {
  margin-right: 10px;
}
html[dir="rtl"] .check-box {
  margin-left: 10px;
}
.check-box {
  margin-left: 10px;
}
html[dir="rtl"] .check-box {
  margin-right: 10px;
}
.check-box.selected.disabled {
  background: var(--input-border);
  border: 2px solid var(--input-border);
}
.check-box.disabled {
  background: var(--white-color);
  border: 2px solid var(--input-border);
}
.inline-check-box {
  display: inline-block !important;
  float: none !important;
}
.table.result-table > thead > tr > th:first-child,
.table.result-table > thead > tr > td:first-child {
  border-bottom: none;
}
.table.result-table > thead > tr > th,
.table.result-table > thead > tr > td {
  border-bottom: none;
}
.table.result-table > tbody > tr:first-child > td.firstcell {
  border-top: none;
}
.table.result-table > tbody > tr > td.firstcell {
  background: var(--color-26);
  border-bottom-color: var(--color-21);
}
.action-cell .glyphicon:hover,
.action-cell .glyphicon:focus {
  background: var(--color-21);
  color: var(--color-04);
}
.action-cell .glyphicon {
  color: var(--light-text);
  display: block;
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
.action-cell .glyphicon {
  padding-right: 15px;
}
html[dir="rtl"] .action-cell .glyphicon {
  padding-left: 15px;
}
.action-cell .glyphicon {
  padding-left: 15px;
}
html[dir="rtl"] .action-cell .glyphicon {
  padding-right: 15px;
}
.table.result-table > tbody > tr > td.action-cell {
  text-align: center;
  color: var(--light-text);
  padding: 0;
}
.table.result-table > tbody > tr > td.action-cell {
  border-left: none;
}
html[dir="rtl"] .table.result-table > tbody > tr > td.action-cell {
  border-right: none;
}
.table.result-table > tbody > tr > td.action-cell {
  border-right: 1px solid var(--color-21);
}
html[dir="rtl"] .table.result-table > tbody > tr > td.action-cell {
  border-left: 1px solid var(--color-21);
}
.action-cell .result-row-options {
  border: none;
  color: var(--light-text);
  background: var(--color-26);
}
.action-cell .result-row-options:hover,
.action-cell .result-row-options:focus {
  color: var(--black-color);
  background: var(--color-22);
}
.table.result-table > tbody > tr.selected-row:hover > td.firstcell .action-cell .result-row-options {
  background: var(--color-16);
}
.table.result-table > tbody > tr.selected-row > td.firstcell .action-cell .result-row-options {
  background: var(--color-21);
}
.table.result-table > tbody > tr:hover > td.firstcell .action-cell .result-row-options {
  background: var(--color-21);
}
.result-row-options.open > .dropdown-toggle.btn-default,
.result-row-options button:focus,
.result-row-options button:active,
.result-row-options button:hover {
  background: none;
}
.result-row-options button {
  background: none;
  width: 40px;
  border: none;
  min-width: 40px;
}
.result-row-options::after {
  content: "\e235";
  font-family: "Glyphicons Halflings";
}
.result-row-options .dropdown-menu {
  margin-top: -50px;
}
.navbar-nav .btn,
.navbar-nav .nav-button {
  background: none;
  color: var(--light-text);
  border: none;
  margin-top: 0;
  text-transform: none;
  min-width: initial;
  height: 50px;
  line-height: 30px;
  font-size: 15px;
}
.navbar-nav .btn-group button.dropdown-toggle:hover,
.navbar-nav .btn-group.open button.btn,
.navbar-nav .nav-button.dropdown.open,
.navbar-nav .nav-button.dropdown.open:hover,
.navbar-nav .nav-button.dropdown:hover,
.main-menu-item:hover,
.main-menu-item:focus,
.nav-button:hover,
.main-menu-item button.btn:hover,
.main-menu-item button.btn:focus,
.navbar-inverse .navbar-nav > li:focus,
.navbar-inverse .navbar-nav > li:hover {
  background: var(--color-04);
}
.main-menu-item.current button.btn,
.main-menu-item.current .btn-group .btn,
.main-menu-item button.btn:hover,
.main-menu-item button.btn:focus,
.nav-button:hover .username-button,
.nav-button.current .username-button,
.navbar-nav .btn-group:hover button.btn,
.navbar-nav .nav-button.dropdown:hover a.dropdown-toggle,
.navbar-nav button:focus,
.navbar-nav li.main-menu-item:focus,
.navbar-nav li.main-menu-item a.btn:active:focus,
.navbar-nav li.main-menu-item a.btn:focus,
.navbar-inverse .navbar-nav > li:focus,
.navbar-inverse .navbar-nav > li:hover,
.navbar-inverse .navbar-nav > li:focus > a,
.navbar-inverse .navbar-nav > li:hover > a,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: var(--white-color);
}
.navbar-nav ul.dropdown-menu li.selected {
  background: var(--white-color);
}
.navbar-inverse .navbar-nav > li:hover,
.navbar-inverse .navbar-nav > li:hover > a,
.navbar-inverse .navbar-nav > li > a:hover {
  outline: none !important;
}
.navbar-nav .nav-button.dropdown > a,
.navbar-nav > .nav-button.open > a:hover,
.navbar-nav > .nav-button.open > a:focus {
  background: none;
}
.navbar-nav li.nav-button a.dropdown-toggle {
  height: 50px;
  margin-top: -15px;
  display: block;
  padding-top: 18px;
  padding-bottom: 35px;
}
.dropdown-menu .dropdown-menu-title {
  font-size: 12px;
  color: var(--medium-text);
  margin-top: 20px;
  margin-bottom: 3px;
}
.dropdown-menu .dropdown-menu-title {
  padding-left: 12px;
}
html[dir="rtl"] .dropdown-menu .dropdown-menu-title {
  padding-right: 12px;
}
.dropdown-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dropdown-menu {
  padding-left: 10px;
}
html[dir="rtl"] .dropdown-menu {
  padding-right: 10px;
}
.dropdown-menu {
  padding-right: 10px;
}
html[dir="rtl"] .dropdown-menu {
  padding-left: 10px;
}
.dropdown-menu .dropdown-menu-title:first-child {
  margin-top: 10px;
}
#mobile-nav {
  width: 300px;
}
#mobile-nav .dropdown-menu-title {
  padding-left: 16px;
  padding-right: 16px;
}
.navbar-nav .dropdown-menu li .glyphicon {
  display: none;
}
.navbar-nav .dropdown-menu {
  padding-bottom: 20px;
}
.open > .dropdown-menu {
  max-height: 70vh;
  max-width: 400px;
  overflow-y: auto;
  overflow-x: auto;
  width: max-content;
}
.open > .dropdown-menu input {
  width: 100%;
}
.dropdown-menu .dropdown-menu-label {
  font-weight: normal;
  color: var(--color-04);
  white-space: pre;
  margin-bottom: 5px;
  display: inline-block;
}
.dropdown-menu .index-columns {
  display: inline;
}
.index-column-dragged {
  z-index: 1001;
}
.dropdown-menu .check-box-row {
  height: 30px;
  line-height: 30px;
}
.dropdown-menu .check-box-row .check-box {
  margin-top: 5px;
}
body .dropdown-menu {
  margin-top: 0;
}
th.sort::after {
  font-family: "Glyphicons Halflings";
  font-size: 10px;
  margin-top: 4px;
  opacity: 0.5;
  margin-left: 5px;
}
th.sort-asc::after {
  content: "\e253";
}
th.sort-desc::after {
  content: "\e252";
}
.select-enum {
  width: 100%;
  background: none;
  border: 1px solid var(--input-border);
  border-radius: 0;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  height: 34px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.error-container {
  position: fixed;
  z-index: 20000;
  margin: auto;
  width: 600px;
  background: var(--white-color);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  top: 33%;
  padding: 20px;
  color: var(--medium-text);
}
.error-container {
  text-align: left;
}
html[dir="rtl"] .error-container {
  text-align: right;
}
.error-container {
  left: 33%;
}
html[dir="rtl"] .error-container {
  right: 33%;
}
@media (max-width: 767px) {
  .error-container {
    width: 94%;
  }
  .error-container {
    margin-left: -47%;
  }
  html[dir="rtl"] .error-container {
    margin-right: -47%;
  }
}
.error-container h2 {
  margin-top: 10px;
  color: var(--color-04);
  font-size: 24px;
}
.error-container .error-content {
  margin-top: 25px;
  padding-bottom: 0;
}
.error-container .labels {
  color: var(--color-04);
}
.error-container .actions {
  margin-bottom: -10px;
}
.error-container .actions {
  margin-right: -10px;
}
html[dir="rtl"] .error-container .actions {
  margin-left: -10px;
}
.error-container .btn {
  border: none;
  color: var(--accent-color-2);
  height: 44px;
  line-height: 36px;
  padding: 4px;
}
.error-overlay {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: rgba(125, 125, 125, 0.5);
}
.error-overlay {
  left: 0;
}
html[dir="rtl"] .error-overlay {
  right: 0;
}
.datevalue {
  width: 100%;
}
.dateinputerror {
  right: 42px;
}
html[dir="rtl"] .dateinputerror {
  left: 42px;
}
.queryerror {
  display: none;
}
.backdrop {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2999;
}
.backdrop {
  left: 0;
}
html[dir="rtl"] .backdrop {
  right: 0;
}
.dialog-backdrop {
  background: rgba(125, 125, 125, 0.5);
}
.modal-content {
  background: var(--white-color);
  border: 1px solid var(--input-border);
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-height: 94vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-content {
  padding-left: 10px;
}
html[dir="rtl"] .modal-content {
  padding-right: 10px;
}
.modal-content {
  padding-right: 10px;
}
html[dir="rtl"] .modal-content {
  padding-left: 10px;
}
.backdrop .container {
  z-index: 3000;
  position: relative;
  top: 7%;
}
.radiorow {
  white-space: nowrap;
  overflow-x: hidden;
}
.radiorow {
  margin-right: 20px;
}
html[dir="rtl"] .radiorow {
  margin-left: 20px;
}
.radiorow input {
  margin-right: 10px;
}
html[dir="rtl"] .radiorow input {
  margin-left: 10px;
}
.modal-footer .btn-default {
  border: none;
  background: none;
  height: 45px;
  width: 100px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--accent-color-2);
  padding: 0;
  letter-spacing: 1px;
  outline: none;
}
.modal-footer .btn-default {
  float: right;
}
html[dir="rtl"] .modal-footer .btn-default {
  float: left;
}
.modal-footer .btn-default {
  margin-right: 10px;
}
html[dir="rtl"] .modal-footer .btn-default {
  margin-left: 10px;
}
.modal-footer .btn-primary-custom {
  border: none;
  background: none;
  height: 45px;
  width: 80px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--accent-color-2);
  padding: 0;
  letter-spacing: 1px;
  outline: none;
}
.modal-footer .btn-primary-custom {
  float: right;
}
html[dir="rtl"] .modal-footer .btn-primary-custom {
  float: left;
}
.form-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  line-height: 40px;
  font-weight: normal;
  font-size: 15px;
}
.modal-header {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.modal-header {
  margin-left: 20px !important;
}
html[dir="rtl"] .modal-header {
  margin-right: 20px !important;
}
.modal-header {
  margin-right: 20px !important;
}
html[dir="rtl"] .modal-header {
  margin-left: 20px !important;
}
.dialog-input label,
.dialog-input .radio-button,
.modal-body label,
.modal-body .radio-button {
  font-weight: normal;
  font-size: 15px;
  margin-top: 15px;
}
.dialog-input .radio-input-label,
.modal-body .radio-input-label {
  margin-top: 0;
}
.dialog-input {
  height: 100%;
  overflow-y: auto;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.dialog-input {
  padding-right: 20px;
}
html[dir="rtl"] .dialog-input {
  padding-left: 20px;
}
.dialog-input {
  padding-left: 20px;
}
html[dir="rtl"] .dialog-input {
  padding-right: 20px;
}
.document-frame .dialog-input {
  box-sizing: border-box;
  width: 20%;
  margin-top: 20px;
}
.document-frame .dialog-input {
  float: left;
}
html[dir="rtl"] .document-frame .dialog-input {
  float: right;
}
.open-combined-actions .btn-default {
  float: right;
}
html[dir="rtl"] .open-combined-actions .btn-default {
  float: left;
}
.document-frame .dialog-input .btn-primary,
.modal-body .btn-primary {
  margin-bottom: 10px;
}
.document-frame .dialog-input .btn-primary,
.modal-body .btn-primary {
  margin-left: 10px;
}
html[dir="rtl"] .document-frame .dialog-input .btn-primary,
html[dir="rtl"] .modal-body .btn-primary {
  margin-right: 10px;
}
.document-frame span.input-group-addon {
  background: none;
  border-radius: 0;
}
.freetext .message.message-warning {
  padding-left: 0;
}
html[dir="rtl"] .freetext .message.message-warning {
  padding-right: 0;
}
.freetext .message.message-warning {
  margin-left: 0;
}
html[dir="rtl"] .freetext .message.message-warning {
  margin-right: 0;
}
form .message-warning {
  font-size: 12px;
  color: var(--red-color);
  margin-top: -7px;
  margin-bottom: 7px;
  background: none;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}
form .message-warning {
  padding-left: 48px;
}
html[dir="rtl"] form .message-warning {
  padding-right: 48px;
}
form .message-warning {
  padding-right: 0;
}
html[dir="rtl"] form .message-warning {
  padding-left: 0;
}
.formError .message-warning {
  font-size: 12px;
  color: var(--red-color);
  margin-top: -1px;
  margin-bottom: -10px;
  background: none;
  display: inline-block;
  padding: 0;
}
@media (max-width: 767px) {
  form .message-warning {
    padding-top: 5px;
  }
  form .message-warning {
    padding-left: 17px;
  }
  html[dir="rtl"] form .message-warning {
    padding-right: 17px;
  }
}
.modal-body span.input-group-addon {
  border-radius: 0;
}
.modal-body span.input-group-addon {
  background: none;
}
.modal-body .datetimepicker-open {
  top: auto !important;
  margin-top: 40px;
}
.modal-body .datetimepicker-open {
  right: 0 !important;
}
html[dir="rtl"] .modal-body .datetimepicker-open {
  left: 0 !important;
}
.modal-body .bootstrap-datetimepicker-widget {
  width: 260px;
}
.fileSelect {
  margin-bottom: 15px;
}
.dialogMainError {
  background-color: var(--warning-color);
  margin-top: 5px;
}
.container .dropdown-menu > li > a {
  padding: 3px 12px;
}
.side-nav .nav .bolded a {
  font-weight: bold;
}
.container .dropdown-menu > li.bolded > a {
  font-weight: bold;
}
.modal-body .btn-extra {
  color: var(--color-04);
  background-color: var(--white-color);
  border-color: var(--input-border);
}
.modal-body .btn-extra {
  float: right;
}
html[dir="rtl"] .modal-body .btn-extra {
  float: left;
}
.btn-more {
  display: table-cell;
}
.search-results .btn {
  font-size: 12px;
}
.search-results .btn-more {
  font-size: 15px;
}
.modal-body > a {
  margin-left: 20px;
}
html[dir="rtl"] .modal-body > a {
  margin-right: 20px;
}
.document-info {
  display: none;
}
.document-table-audit {
  padding-bottom: 10px !important;
}
.mobile-element {
  white-space: nowrap;
  overflow-x: hidden;
}
.search-header h1 {
  overflow: hidden;
  width: 60%;
}
.user-message-box {
  white-space: pre-wrap;
  overflow: auto;
  padding: 10px;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  border: 1px solid var(--input-border);
  position: relative;
}
.message-time {
  font-size: smaller;
}
.primaryMessageColumn {
  display: table-cell;
}
.primaryMessageColumn {
  margin-left: 10px;
}
html[dir="rtl"] .primaryMessageColumn {
  margin-right: 10px;
}
.secondaryMessageColumn {
  display: table-cell;
}
.secondaryMessageColumn span {
  float: right;
}
html[dir="rtl"] .secondaryMessageColumn span {
  float: left;
}
.secondaryMessageColumn button.btn.btn-default {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
}
.secondaryMessageColumn button.btn.btn-default {
  right: 0;
}
html[dir="rtl"] .secondaryMessageColumn button.btn.btn-default {
  left: 0;
}
.secondaryMessageColumn button.btn.btn-default {
  margin-right: 20px;
}
html[dir="rtl"] .secondaryMessageColumn button.btn.btn-default {
  margin-left: 20px;
}
a:hover {
  cursor: pointer;
}
.document-with-metadata-iframe {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  height: 90vh;
  width: 80%;
  padding-top: 5px;
}
.document-with-metadata-iframe {
  float: right;
}
html[dir="rtl"] .document-with-metadata-iframe {
  float: left;
}
div.document-frame {
  width: 100%;
  position: absolute;
  margin-top: -20px;
}
div.document-frame {
  left: 0;
}
html[dir="rtl"] div.document-frame {
  right: 0;
}
.document-frame .actions {
  padding-top: 20px;
}
.document-frame .actions .btn-extra {
  margin-right: 10px;
}
html[dir="rtl"] .document-frame .actions .btn-extra {
  margin-left: 10px;
}
.document-frame .datetimepicker-open {
  top: auto !important;
  margin-top: 40px;
}
.document-frame .datetimepicker-open {
  left: 20px !important;
}
html[dir="rtl"] .document-frame .datetimepicker-open {
  right: 20px !important;
}
.document-frame .bootstrap-datetimepicker-widget {
  width: 280px;
}
.document-frame .bootstrap-datetimepicker-widget.pull-right:before {
  left: 6px;
}
html[dir="rtl"] .document-frame .bootstrap-datetimepicker-widget.pull-right:before {
  right: 6px;
}
.document-frame .bootstrap-datetimepicker-widget.pull-right:before {
  right: auto;
}
html[dir="rtl"] .document-frame .bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
}
.document-frame .bootstrap-datetimepicker-widget.pull-right:after {
  left: 7px;
}
html[dir="rtl"] .document-frame .bootstrap-datetimepicker-widget.pull-right:after {
  right: 7px;
}
.document-frame .bootstrap-datetimepicker-widget.pull-right:after {
  right: auto;
}
html[dir="rtl"] .document-frame .bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
}
.document-frame .btn-extra {
  max-width: 100%;
  overflow: hidden;
}
.modal-body .message-warning,
.dialog-input .message-warning {
  display: table;
  width: 100%;
}
.modal-body .message-warning span,
.dialog-input .message-warning span {
  vertical-align: -webkit-baseline-middle;
}
.document-frame .modal-body .message-warning,
.document-frame .dialog-input .message-warning {
  text-align: center;
  display: block;
}
.modal-body .select .caret,
.dialog-input .select .caret {
  position: relative;
  margin-bottom: 15px;
}
.result .comments a {
  font-size: 13px;
}
.version-hide {
  display: none;
}
.usermessages button.btn,
a.btn {
  margin-bottom: 20px;
}
.freetext {
  margin-right: 16px;
}
html[dir="rtl"] .freetext {
  margin-left: 16px;
}
.freetext {
  margin-left: -16px;
}
html[dir="rtl"] .freetext {
  margin-right: -16px;
}
@media (max-width: 767px) {
  .freetext {
    margin-right: -16px;
  }
  html[dir="rtl"] .freetext {
    margin-left: -16px;
  }
}
.arrow-box-hide {
  display: none;
}
.arrow-box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: var(--white-color);
  position: relative;
  z-index: 3000;
}
.arrow-box {
  float: right;
}
html[dir="rtl"] .arrow-box {
  float: left;
}
.arrow-box:after,
.arrow-box:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow-box:after {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: var(--white-color);
  border-width: 10px;
}
.arrow-box:after {
  right: 20px;
}
html[dir="rtl"] .arrow-box:after {
  left: 20px;
}
.arrow-box:after {
  margin-left: -19px;
}
html[dir="rtl"] .arrow-box:after {
  margin-right: -19px;
}
.arrow-box:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: var(--color-11);
  border-width: 10px;
}
.arrow-box:before {
  right: 20px;
}
html[dir="rtl"] .arrow-box:before {
  left: 20px;
}
.arrow-box:before {
  margin-left: -20px;
}
html[dir="rtl"] .arrow-box:before {
  margin-right: -20px;
}
.arrow-box .glyphicon-user {
  font-size: 4em;
}
.arrow-box .glyphicon-user {
  padding-right: 20px;
}
html[dir="rtl"] .arrow-box .glyphicon-user {
  padding-left: 20px;
}
.user-menu {
  display: table;
  padding: 20px;
}
.user-menu .span {
  display: table-cell;
}
.user-info {
  display: table-cell;
}
.user-info {
  float: right;
}
html[dir="rtl"] .user-info {
  float: left;
}
.last-login {
  padding-top: 10px;
  color: var(--medium-text);
}
.username {
  padding-top: 5px;
}
.arrow-box a {
  color: var(--color-04);
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  height: 100%;
  line-height: 48px;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.arrow-box a .glyphicon {
  font-size: 18px;
  display: inline-block;
  line-height: 48px;
  width: 32px;
}
.user-menu-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  margin-top: 65px;
  height: 0;
  z-index: 3000;
}
.side-nav a .menu-collapse .glyphicon-triangle-bottom {
  font-size: 12px;
}
.side-nav a .menu-collapse .glyphicon-triangle-bottom {
  float: right;
}
html[dir="rtl"] .side-nav a .menu-collapse .glyphicon-triangle-bottom {
  float: left;
}
.side-nav a .menu-collapse .glyphicon-triangle-bottom {
  margin-right: 0;
}
html[dir="rtl"] .side-nav a .menu-collapse .glyphicon-triangle-bottom {
  margin-left: 0;
}
label.dialog-input {
  padding: 0 !important;
  font-weight: bold;
  font-size: 15px;
}
.query-type-header {
  font-weight: bold;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.modal-content .spinner {
  min-height: 40px;
  min-width: 40px;
}
.navbar-nav > a {
  float: left;
}
html[dir="rtl"] .navbar-nav > a {
  float: right;
}
.nav-button {
  padding: 12px;
  background: none;
  color: var(--light-text);
  border: none;
}
.dropdown-text {
  padding-right: 12px;
}
.results-options {
  color: var(--color-09);
}
.results-options .btn-group-sm {
  min-width: 60px;
}
.results-options .btn-default {
  width: 100%;
}
.menu-header .results-options .result-row-options .btn:hover,
.menu-header .results-options .result-row-options .btn:focus {
  background: none;
}
.results-options .result-row-options:hover,
.results-options .result-row-options:focus {
  background: var(--color-21);
}
.load-more {
  display: table;
  margin-bottom: 10em;
  margin-top: 4px;
}
.load-more {
  float: right;
}
html[dir="rtl"] .load-more {
  float: left;
}
.load-more p {
  display: table-cell;
}
.load-more p {
  padding-right: 20px;
}
html[dir="rtl"] .load-more p {
  padding-left: 20px;
}
.user-menu-wrapper .container {
  height: 0;
}
p.total-hits {
  margin: 0;
  color: var(--medium-text);
  display: block;
}
p.total-hits {
  padding-left: 10px;
}
html[dir="rtl"] p.total-hits {
  padding-right: 10px;
}
.load-more p.total-hits {
  display: table-cell;
}
.version {
  color: var(--medium-text);
  bottom: 10px;
  position: fixed;
}
.version {
  left: 10px;
}
html[dir="rtl"] .version {
  right: 10px;
}
.job-status-box {
  bottom: 10px;
  position: fixed;
}
.job-status-box {
  right: 10px;
}
html[dir="rtl"] .job-status-box {
  left: 10px;
}
.menu .btn-group-sm {
  min-width: 60px;
  color: var(--color-09);
}
.menu .btn-default {
  width: 100%;
}
.valign-middle {
  vertical-align: middle !important;
}
.column-header-span {
  display: -webkit-inline-box;
}
.right-space-5 {
  margin-right: 5px;
}
html[dir="rtl"] .right-space-5 {
  margin-left: 5px;
}
.search-text-row {
  margin-bottom: 20px;
  vertical-align: middle;
}
.actions-row {
  vertical-align: middle;
  margin: 0;
}
.search-text {
  height: 36px;
}
.pad20 {
  padding: 20px;
}
.pad-top-20 {
  padding-top: 20px;
}
.pad-bottom-20 {
  padding-bottom: 20px;
}
.pad-right-20 {
  padding-right: 20px;
}
html[dir="rtl"] .pad-right-20 {
  padding-left: 20px;
}
.pad-left-20 {
  padding-left: 20px;
}
html[dir="rtl"] .pad-left-20 {
  padding-right: 20px;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.user-label {
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle;
}
.user-label {
  text-align: right;
}
html[dir="rtl"] .user-label {
  text-align: left;
}
.alert {
  border-radius: 0;
}
.required {
  content: "*";
  color: var(--red-color);
}
.input-group-addon {
  border-radius: 0;
  background: none;
}
/* Absolute Center Spinner */
.loading-spinner {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: var(--light-text);
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
.loading-spinner {
  left: 0;
}
html[dir="rtl"] .loading-spinner {
  right: 0;
}
.loading-spinner {
  right: 0;
}
html[dir="rtl"] .loading-spinner {
  left: 0;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sharp-edges {
  border-radius: 0;
}
.breadcrumb {
  background-color: var(--white-color);
  border-radius: 0;
  margin: 0 !important;
}
.breadcrumb {
  padding-left: 0;
}
html[dir="rtl"] .breadcrumb {
  padding-right: 0;
}
.breadcrumb {
  padding-right: 0;
}
html[dir="rtl"] .breadcrumb {
  padding-left: 0;
}
.breadcrumb > li + li.pull-right:last-child:before {
  content: "";
}
.breadcrumb > li + li.pull-left:last-child:before {
  content: "";
}
.breadcrumb-back {
  color: var(--accent-color-2);
}
.breadcrumb-link {
  text-decoration: none !important;
}
.scrollable-rights-div {
  height: 300px;
  overflow: scroll;
  overflow-x: hidden;
}
.audit-trail-div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.tab-content {
  padding: 15px;
  border-style: solid;
  border-color: var(--color-21);
  border-width: 0 1px 1px 1px;
}
.nav-pills > li > a,
.nav-pills > li > a:active,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  border-radius: 0 !important;
}
.panel-default {
  border-radius: 0 !important;
}
.no-border {
  border: 0 !important;
}
.no-right-border {
  border-right: 0 !important;
}
html[dir="rtl"] .no-right-border {
  border-left: 0 !important;
}
.no-left-border {
  border-left: 0 !important;
}
html[dir="rtl"] .no-left-border {
  border-right: 0 !important;
}
.policy-table tr th:nth-child(odd) {
  border-right-color: var(--color-05);
}
.policy-table tr td:nth-child(odd) {
  border-right-color: var(--color-05);
}
.not-selectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu-item-icon {
  color: var(--medium-text);
  width: 18px;
  height: 18px;
  line-height: 30px;
}
.menu-item-icon {
  float: left;
}
html[dir="rtl"] .menu-item-icon {
  float: right;
}
.menu-item-icon {
  margin-right: 5px;
}
html[dir="rtl"] .menu-item-icon {
  margin-left: 5px;
}
.menu-item-icon {
  margin-left: 10px;
}
html[dir="rtl"] .menu-item-icon {
  margin-right: 10px;
}
.index-value {
  color: var(--color-09);
}
.timepicker-picker .btn {
  padding: 0 !important;
}
.export-link {
  padding-top: 15px;
  font-size: 14px;
}
.export-count {
  padding-top: 10px;
}
.users-in-div {
  padding-bottom: 20px;
}
.policy-access-cell {
  cursor: pointer;
}
.policy-tab-space {
  display: inline-block !important;
  width: 30px !important;
}
.copy-my-policies {
  float: right;
}
html[dir="rtl"] .copy-my-policies {
  float: left;
}
.transaction-item {
  padding: 10px;
  border-style: solid;
  border-color: var(--color-21);
  margin-bottom: 10px;
  border-width: 1px;
}
.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.recent-search-criterias {
  list-style: none;
  padding-inline-start: 0;
  display: table;
  color: var(--medium-text);
  font-size: 0.9rem;
  padding-top: 0.25rem;
}
.recent-search-criteria {
  display: table-row;
}
.recent-search-criteria-index,
.recent-search-criteria-value {
  display: table-cell;
}
.recent-search-criteria-operator {
  display: table-cell;
}
.recent-search-criteria-operator {
  padding-left: 1rem;
}
html[dir="rtl"] .recent-search-criteria-operator {
  padding-right: 1rem;
}
.recent-search-criteria-operator {
  padding-right: 1rem;
}
html[dir="rtl"] .recent-search-criteria-operator {
  padding-left: 1rem;
}
.warning-icon {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}
.edit-user-from-role {
  padding-right: 8px;
}
html[dir="rtl"] .edit-user-from-role {
  padding-left: 8px;
}
.doctype-filter {
  margin: 10px;
}
#doctype-filter-input {
  line-height: 26px;
}
.comma-list-item {
  color: var(--color-04);
}
.radio-input-label {
  padding-right: 20px;
  padding-left: 20px;
  vertical-align: top;
}
html[dir="rtl"] .nav .settings-nav {
  padding-left: 5px;
}
html[dir="rtl"] .input-group .input-group-addon.oper-addon {
  border-left: none;
  border-right: 1px solid var(--input-border);
}
html[dir="rtl"] .input-group.date .input-group-addon {
  border-right: none;
  border-left: 1px solid var(--input-border);
}
html[dir="rtl"] form .actions .col-md-6,
html[dir="rtl"] .nav.nav-tabs,
html[dir="rtl"] .bootstrap-datetimepicker-widget .list-unstyled {
  padding-right: 0;
}
html[dir="rtl"] .panel-body .input-group.date {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
html[dir="rtl"] .nav.nav-tabs li a {
  margin-right: 0;
}
html[dir="rtl"] .select-index {
  padding: 5px 20px 5px 10px;
}
html[dir="rtl"] .dropdown-menu #react-menu-item,
html[dir="rtl"] .list-unstyled,
html[dir="rtl"] .dropdown-menu li,
html[dir="rtl"] .dropdown-menu .dropdown-menu-title,
html[dir="rtl"] .menu-header-div-menu .dropdown ul li {
  text-align: right;
}
html[dir="rtl"] .query-row .index-select .select .caret {
  margin-right: 5px;
}
html[dir="rtl"] .dialog-input .select .caret,
html[dir="rtl"] .modal-body .select .caret,
html[dir="rtl"] .query-row .values .select .caret {
  margin-right: -20px;
}
html[dir="rtl"] .dialog-input input[type="radio"],
html[dir="rtl"] .modal-body input[type="radio"] {
  margin-top: 20px;
}
.result {
  border-bottom: 1px solid var(--color-22);
  box-sizing: border-box;
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .result {
    margin-left: -15px;
  }
  html[dir="rtl"] .result {
    margin-right: -15px;
  }
  .result {
    margin-right: -15px;
  }
  html[dir="rtl"] .result {
    margin-left: -15px;
  }
}
.result a {
  display: inline;
  margin-top: 2px;
  font-size: 16px;
}
.result .side {
  width: 72px;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.result .content {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.result .content .pills {
  padding-left: 10px;
}
html[dir="rtl"] .result .content .pills {
  padding-right: 10px;
}
.result .content .pills {
  margin-left: -10px;
}
html[dir="rtl"] .result .content .pills {
  margin-right: -10px;
}
.result img {
  display: block;
  margin-top: 5px;
  border-radius: 50%;
  width: 40px;
}
.result img {
  margin-left: 16px;
}
html[dir="rtl"] .result img {
  margin-right: 16px;
}
.references {
  margin-right: 20px;
}
html[dir="rtl"] .references {
  margin-left: 20px;
}
.metas {
  margin-top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.field {
  font-size: 11px;
  color: var(--color-14);
  width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 80px;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.field {
  margin-right: 10px;
}
html[dir="rtl"] .field {
  margin-left: 10px;
}
.value {
  color: var(--black-color);
  min-width: 8px;
  word-break: break-word;
}
.pills {
  clear: both;
  padding-top: 20px;
  list-style: none;
  margin: 0;
  margin-left: 10px;
}
.pills {
  padding-left: 2px;
}
html[dir="rtl"] .pills {
  padding-right: 2px;
}
.pills .check-box {
  border-color: var(--color-21);
  height: 16px;
  width: 16px;
}
.pills .check-box {
  margin-left: -2px;
}
html[dir="rtl"] .pills .check-box {
  margin-right: -2px;
}
.pills::after {
  display: table;
  content: " ";
  clear: both;
}
.pill {
  font-size: 13px;
  color: var(--medium-text);
  height: 20px;
  padding-bottom: 10px;
}
.pill {
  margin-left: 0;
}
html[dir="rtl"] .pill {
  margin-right: 0;
}
.pill {
  margin-right: 10px;
}
html[dir="rtl"] .pill {
  margin-left: 10px;
}
.pill {
  float: left;
}
html[dir="rtl"] .pill {
  float: right;
}
.pill:first-child {
  margin-left: 0;
}
html[dir="rtl"] .pill:first-child {
  margin-right: 0;
}
.pills .glyphicon {
  color: var(--color-16);
  display: inline-block;
  font-size: 13px;
  margin-top: 4px;
}
.pills .glyphicon {
  float: left;
}
html[dir="rtl"] .pills .glyphicon {
  float: right;
}
.pills .glyphicon {
  margin-right: 10px;
}
html[dir="rtl"] .pills .glyphicon {
  margin-left: 10px;
}
.pills .selectinfo .glyphicon {
  margin-top: 1px;
}
.result-table .pills {
  padding-top: 5px;
}
@media (max-width: 480px) {
  .meta {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .meta {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .meta {
    width: 33%;
  }
}
@media (min-width: 1400px) {
  .meta {
    width: 20%;
  }
}
.pill-interactive.pill-active,
.pill-interactive.pill-active:hover,
.pill-interactive.pill-active:focus {
  background: var(--accent-color-2);
  color: var(--white-color);
}
.pill-interactive.pill-active .glyphicon,
.pill-interactive.pill-active:hover .glyphicon,
.pill-interactive.pill-active:focus .glyphicon {
  color: var(--white-color);
}
.pill-interactive:hover,
.pill-interactive:focus {
  background: var(--color-22);
  color: var(--black-color);
}
.pill-interactive:hover .glyphicon,
.pill-interactive:focus .glyphicon {
  color: var(--black-color);
}
.pill-interactive {
  border-radius: 2px;
  padding-bottom: 10px;
  cursor: pointer;
  height: 25px;
  margin-top: -2px;
  padding-top: 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pill-interactive {
  padding-left: 10px;
}
html[dir="rtl"] .pill-interactive {
  padding-right: 10px;
}
.pill-interactive {
  padding-right: 10px;
}
html[dir="rtl"] .pill-interactive {
  padding-left: 10px;
}
.pill-interactive {
  padding-right: 2px;
}
html[dir="rtl"] .pill-interactive {
  padding-left: 2px;
}
.pill-interactive {
  padding-left: 2px;
}
html[dir="rtl"] .pill-interactive {
  padding-right: 2px;
}
.comments {
  margin-top: 10px;
}
.comment {
  background: var(--color-26);
  padding: 10px;
  margin-bottom: 1px;
  clear: both;
}
.comment:last-child {
  border-bottom: none;
}
.comment::after {
  display: table;
  content: " ";
  clear: both;
}
.comment .author {
  font-family: "roboto-new", sans-serif;
  display: inline;
  font-weight: bold;
  color: var(--accent-color-2);
}
.comment .content {
  padding-left: 62px;
}
html[dir="rtl"] .comment .content {
  padding-right: 62px;
}
.comment .message {
  display: block;
  color: var(--color-09);
  padding: 0;
}
.comment .glyphicon-comment {
  display: block;
  color: var(--color-21);
  font-size: 28px;
  margin-top: 5px;
  width: 62px;
}
.comment .glyphicon-comment {
  float: left;
}
html[dir="rtl"] .comment .glyphicon-comment {
  float: right;
}
.comment .glyphicon-comment {
  padding-left: 8px;
}
html[dir="rtl"] .comment .glyphicon-comment {
  padding-right: 8px;
}
@media (max-width: 480px) {
  .comment {
    margin-right: 15px;
  }
  html[dir="rtl"] .comment {
    margin-left: 15px;
  }
  .comment .glyphicon-comment {
    display: none;
  }
  .comment .content {
    padding-left: 0;
  }
  html[dir="rtl"] .comment .content {
    padding-right: 0;
  }
}
.placeholder {
  border: 1px solid var(--input-border);
  background: var(--white-color);
  height: 34px;
  line-height: 34px;
  color: var(--input-border);
  cursor: text;
}
.placeholder {
  padding-left: 10px;
}
html[dir="rtl"] .placeholder {
  padding-right: 10px;
}
.comment textarea {
  display: block;
  width: 100%;
  border: 1px solid var(--input-border);
  padding: 10px;
  margin-bottom: 10px;
  outline: none;
  height: 70px;
}
.comment textarea:focus {
  box-shadow: none;
  border-color: var(--input-border);
}
.comment .btn-primary {
  font-size: 13px;
  display: block;
}
.comment .btn-primary {
  float: right;
}
html[dir="rtl"] .comment .btn-primary {
  float: left;
}
.comment .date {
  color: var(--medium-text);
  display: inline-block;
  margin-top: 0;
  font-weight: 300;
}
.comment .date {
  margin-left: 10px;
}
html[dir="rtl"] .comment .date {
  margin-right: 10px;
}
.edited {
  display: inline-block;
  margin-top: 0;
  font-weight: 300;
}
.edited {
  margin-left: 10px;
}
html[dir="rtl"] .edited {
  margin-right: 10px;
}
.edited-date {
  color: var(--medium-text);
}
.edited-date {
  margin-left: 10px;
}
html[dir="rtl"] .edited-date {
  margin-right: 10px;
}
.edited-by {
  color: var(--accent-color-2);
  font-weight: bold;
  font-family: "roboto-new", sans-serif;
}
.edited-by {
  margin-left: 10px;
}
html[dir="rtl"] .edited-by {
  margin-right: 10px;
}
.comment-loading {
  height: 60px;
}
.comment-loading .message {
  width: 16px;
  height: 16px;
  background-color: var(--light-text);
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
  margin-top: 10px;
}
.search-results .no-documents-found {
  font-size: 24px;
  margin-top: 40px;
  text-align: center;
  color: var(--color-12);
  padding-bottom: 20px;
}
.search-results .no-documents-found .glyphicon {
  color: var(--light-text);
  font-size: 20px;
  display: inline-block;
}
.search-results .no-documents-found .glyphicon {
  margin-right: 10px;
}
html[dir="rtl"] .search-results .no-documents-found .glyphicon {
  margin-left: 10px;
}
.search-results {
  margin-bottom: 20px;
}
.search-results.loading .spinner {
  width: 40px;
  height: 40px;
  background-color: var(--light-text);
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
  margin-top: 20px;
}
.pills .result-row-options {
  text-align: center;
  border: none;
  color: var(--light-text);
  padding: 5px;
  bottom: 7px;
}
.pills .result-row-options:hover,
.pills .result-row-options:focus {
  color: var(--black-color);
}
.table-filter {
  width: 100%;
  height: 34px;
  background-color: var(--white-color);
  color: var(--black-color);
}
.table-filter-box {
  background-color: rgba(46, 109, 164, 0.8);
  padding: 2px !important;
}
.btn-audit {
  float: right;
}
html[dir="rtl"] .btn-audit {
  float: left;
}
.glyphicon-lock {
  color: var(--color-16);
}
.table.result-table > tbody > tr > td.firstcell {
  padding-top: 7px;
  padding-bottom: 2px;
}
.user-message-title {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 10px;
}
.user-message-body {
  font-size: 13px;
  line-height: 1.8;
  color: var(--medium-text);
}
.form-signin-paragraph {
  margin-top: 10px;
}
.display-block {
  display: block !important;
}
.width-100 {
  width: 100% !important;
}
.datetime-picker-li {
  float: left !important;
  width: 100% !important;
}
.dialog-confirmation-text {
  font-size: 18px;
}
.radio-input-group-legend,
.non-breaking-space {
  display: none;
}
*:focus {
  box-shadow: none !important;
  outline: 1px solid var(--black-color) !important;
}
.tab-content:focus {
  outline: none !important;
}
.navbar .navbar-brand:focus,
.navbar button:focus,
.navbar-nav > .nav-button:focus {
  box-shadow: none !important;
  outline: 1px solid var(--white-color) !important;
}
.nav > li.not-selectable > span {
  position: relative;
  display: block;
  padding: 10px 15px;
}
@media (min-width: 481px) and (max-width: 767px) {
  .modal-lg {
    width: 90vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .modal-lg {
    width: 75vw;
  }
}
@media (min-width: 1400px) {
  .modal-lg {
    width: 60vw;
  }
}
.modal-header,
.modal-footer {
  border: none;
}
.modal-header {
  padding: 0;
  margin: 0;
}
.modal-body {
  padding: 0;
  margin: 20px;
  height: 100%;
  overflow-y: auto;
}
.modal-footer {
  padding: 0;
  margin: 20px;
}
.icon-for-file {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  border: none;
}
.icon-for-file {
  margin-left: 16px;
}
html[dir="rtl"] .icon-for-file {
  margin-right: 16px;
}
.pdf-file {
  background-image: url("../img/PDF.svg");
}
.image-file {
  background-image: url("../img/Image.svg");
}
.video-file {
  background-image: url("../img/Video.svg");
}
.audio-file {
  background-image: url("../img/Audio.svg");
}
.text-file {
  background-image: url("../img/Text.svg");
}
.presentation-file {
  background-image: url("../img/Presentation.svg");
}
.spreadsheet-file {
  background-image: url("../img/Spreadsheet.svg");
}
.compressed-file {
  background-image: url("../img/Compressed.svg");
}
.html-file {
  background-image: url("../img/HTML.svg");
}
.menu-recent-query-doctypes {
  display: inline-block;
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.requirement-not-met {
  animation: fadeInAnimation ease-in-out 0.1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  color: var(--red-color);
  padding-left: 5px;
  padding-right: 5px;
}
.restricted {
  border-radius: 5px;
  background: var(--warning-color);
  width: fit-content;
  padding: 2px;
  float: left;
  margin-right: 10px;
}
.restricted-attachment {
  border-radius: 5px;
  background: var(--warning-color);
  width: fit-content;
  padding: 2px;
  margin-left: 10px;
}
.export-users,
.edit-comment {
  float: right;
}
.dashboard-chart {
  width: 100%;
  height: 45vh;
}
.card-header .btn,
.card-header .btn-xs {
  margin: 0;
}
.auth-form-wrapper {
  margin-top: 15px;
}
.auth-form-group {
  margin-right: 10px;
}
.session-reauth-loader {
  margin-top: 10px;
  font-size: 12px;
  color: var(--medium-text);
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
#loader {
  z-index: 9999;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  background: none;
}
#loader h1 {
  text-align: center;
  color: var(--medium-text);
  margin-top: 25vh;
  font-size: 20px;
}
.spinner {
  width: 40px;
  height: 40px;
  margin: 50px auto;
  background-color: var(--light-text);
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}

.sh-help-link {
  padding: 0 10px !important;
  height: 100%;
  border: 0;
  text-align: center;
  align-content: center;
}

/* Animation */
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.form-signin-paragraph {
  margin-top: 10px;
}
login-page .form-signin {
  margin-top: 40px;
}
.forgot-pw-from reset-password-label {
  margin-top: 10px;
}
.document-metadata-table-container {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: auto;
}
.rule-condition-row.disabled {
  background-color: var(--color-22);
}
.rule-condition-table,
#user-action-buttons-div,
#user-action-buttons-div a.btn,
#policy-actions-div,
#policy-actions-div a.btn {
  margin-bottom: 0;
}

.form-horizontal .form-group.edit-index-row,
.form-horizontal .form-group.edit-picklist-value-row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.edit-index-label,
.edit-picklist-value-label {
  padding-left: 0;
}
.edit-index-input,
.edit-picklist-value-input,
.form-horizontal .input-group.search-index-div {
  padding-right: 0 !important;
}
.indexes-table > .row .search-text-row > .input-group {
  padding-right: 0;
}
.checkbox-with-label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.checkbox-with-label > span.check-box {
  margin-left: 0;
  margin-right: 8px;
}

table.file-type-selection-table > tbody > tr > td > .checkbox-with-label:last-child,
th > .checkbox-with-label,
th > .checkbox-with-label > label {
  margin-bottom: 0px;
}
th > .checkbox-with-label > label {
  font-weight: bold;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered .modal-content {
  width: 100%;
}

body.html-preview-body {
  margin: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

header.html-preview-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  font-size: 1.5rem;
  border-bottom: solid 2px #000000;
}

main.html-preview-main {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
}

iframe.html-preview-iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.unordered-list {
  padding-inline-start: inherit;
}

.input-group.date {
  width: stretch;
}

@-moz-keyframes underlay-hide {
  0% {
    opacity: 1;
    height: 100%;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@-webkit-keyframes underlay-hide {
  0% {
    opacity: 1;
    height: 100%;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@-o-keyframes underlay-hide {
  0% {
    opacity: 1;
    height: 100%;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@keyframes underlay-hide {
  0% {
    opacity: 1;
    height: 100%;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@-moz-keyframes underlay-hide {
  0% {
    opacity: 1;
    height: 100%;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@-webkit-keyframes underlay-hide {
  0% {
    opacity: 1;
    height: 100%;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@-o-keyframes underlay-hide {
  0% {
    opacity: 1;
    height: 100%;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@keyframes underlay-hide {
  0% {
    opacity: 1;
    height: 100%;
  }
  99% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@-moz-keyframes underlay-show {
  0% {
    opacity: 0;
    height: 0;
  }
  1% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
@-webkit-keyframes underlay-show {
  0% {
    opacity: 0;
    height: 0;
  }
  1% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
@-o-keyframes underlay-show {
  0% {
    opacity: 0;
    height: 0;
  }
  1% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
@keyframes underlay-show {
  0% {
    opacity: 0;
    height: 0;
  }
  1% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
@-moz-keyframes underlay-show {
  0% {
    opacity: 0;
    height: 0;
  }
  1% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
@-webkit-keyframes underlay-show {
  0% {
    opacity: 0;
    height: 0;
  }
  1% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
@-o-keyframes underlay-show {
  0% {
    opacity: 0;
    height: 0;
  }
  1% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
@keyframes underlay-show {
  0% {
    opacity: 0;
    height: 0;
  }
  1% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
@-moz-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes fadeInAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-o-keyframes fadeInAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
