@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(0,0,0,0.12), 0 1px 1px rgba(0,0,0,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: #aaa;
  padding: 0px;
  background: none;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .navbar-inverse {
  background: #000;
}
div.navbar h2 {
  display: none;
}
#user-menu-ul .nav-button {
  line-height: 26px;
}
th {
  text-align: left;
}
html[dir=ltr] 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: #445;
    background-color: #3f51b5;
    border-bottom: none;
  }
  div.navbar-dialog .logo-img {
    display: none;
  }
  div.navbar-dialog h2 {
    color: #f5f5f5;
    margin-top: 0px;
    font-size: 20px;
    display: block;
    overflow: hidden;
  }
  div.navbar-dialog h2 {
    margin-left: -10px;
  }
  html[dir=ltr] 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: 0px;
  }
  html[dir=ltr] body a.navbar-brand {
    margin-left: 0px;
  }
  html[dir=rtl] body a.navbar-brand {
    margin-right: 0px;
  }
  .menu-header {
    display: none;
  }
  .search-results .menu-header {
    display: block;
  }
  .search-results .menu-header {
    margin-left: -15px;
  }
  html[dir=ltr] .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=ltr] .search-results .menu-header {
    margin-right: -15px;
  }
  html[dir=rtl] .search-results .menu-header {
    margin-left: -15px;
  }
  .logo-img {
    margin-left: -16px;
  }
  html[dir=ltr] .logo-img {
    margin-left: -16px;
  }
  html[dir=rtl] .logo-img {
    margin-right: -16px;
  }
}
.navbar-nav {
  float: left;
}
html[dir=ltr] .navbar-nav {
  float: left;
}
html[dir=rtl] .navbar-nav {
  float: right;
}
.navbar-brand {
  float: left;
}
html[dir=ltr] .navbar-brand {
  float: left;
}
html[dir=rtl] .navbar-brand {
  float: right;
}
a.navbar-brand {
  margin-left: 10px;
}
html[dir=ltr] 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=ltr] .navbar>.container .navbar-brand,
html[dir=ltr] .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=ltr] button.navbar-toggle {
  float: left;
}
html[dir=rtl] button.navbar-toggle {
  float: right;
}
.logo-img {
  margin-top: -2px;
  height: 24px;
}
.logo-img {
  margin-left: 0px;
}
html[dir=ltr] .logo-img {
  margin-left: 0px;
}
html[dir=rtl] .logo-img {
  margin-right: 0px;
}
.page-head,
.modal-header {
  margin-top: 5px;
  margin-bottom: 10px;
}
.page-head h1,
.modal-header h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
}
.page-head p:empty,
.modal-header p:empty {
  display: none;
}
.page-head p,
.modal-header p {
  color: #888;
}
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 #333;
  margin-top: 5px;
  border: none;
  outline: none;
}
button.menu-toggle {
  float: left;
}
html[dir=ltr] button.menu-toggle {
  float: left;
}
html[dir=rtl] button.menu-toggle {
  float: right;
}
button.menu-toggle {
  margin-left: 8px;
}
html[dir=ltr] button.menu-toggle {
  margin-left: 8px;
}
html[dir=rtl] button.menu-toggle {
  margin-right: 8px;
}
button.menu-toggle {
  padding-left: 0px;
}
html[dir=ltr] button.menu-toggle {
  padding-left: 0px;
}
html[dir=rtl] button.menu-toggle {
  padding-right: 0px;
}
.menu-toggle span.icon-bar {
  width: 22px;
  height: 2px;
  display: block;
  background: #eee;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.menu-toggle span.icon-bar {
  margin-left: 8px;
}
html[dir=ltr] .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: 0px;
  z-index: 40;
  display: block;
  padding-top: 51px;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -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: 0px;
}
html[dir=ltr] .side-nav {
  left: 0px;
}
html[dir=rtl] .side-nav {
  right: 0px;
}
.side-nav.collapse {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -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: #333;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  line-height: 48px;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
}
.side-nav .nav a {
  padding-right: 0px;
}
html[dir=ltr] .side-nav .nav a {
  padding-right: 0px;
}
html[dir=rtl] .side-nav .nav a {
  padding-right: 16px;
}
.side-nav .nav a {
  padding-left: 16px;
}
html[dir=ltr] .side-nav .nav a {
  padding-left: 16px;
}
html[dir=rtl] .side-nav .nav a {
  padding-left: 0px;
}
.side-nav a .glyphicon {
  font-size: 18px;
  display: inline-block;
  line-height: 48px;
  width: 32px;
}
.side-nav a .glyphicon {
  margin-right: 24px;
}
html[dir=ltr] .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=ltr] div.side-nav.collapse {
  left: -300px;
}
html[dir=rtl] div.side-nav.collapse {
  right: -300px;
}
.side-nav h4 {
  color: #2e6da4;
  font-weight: 400;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 4px;
}
.side-nav h4 {
  margin-left: 16px;
}
html[dir=ltr] .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: #fff;
  height: 100%;
  width: 300px;
  display: block;
  border-top: none;
  position: relative;
  z-index: 1060;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.navbar-underlay {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  top: 0px;
  width: 100vw;
  height: 100%;
  z-index: 30;
}
.navbar-underlay {
  left: 0px;
}
html[dir=ltr] .navbar-underlay {
  left: 0px;
}
html[dir=rtl] .navbar-underlay {
  right: 0px;
}
.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: #fea82e;
}
.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: #eee;
}
.side-nav .nav>li.active a,
.arrow-box>li.active>a {
  color: #eee;
}
.side-nav .glyphicon {
  width: 18px;
}
.side-nav li.separator {
  height: 1px;
  padding-top: 8px;
  border-bottom: 1px solid #e3e3e3;
  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: #333;
  padding-top: 16px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
}
.settings-nav {
  list-style: none;
  line-height: 1.8;
  padding-left: 0px;
  padding-right: 0px;
}
.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=ltr] .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: 0px;
  padding: 0px;
  color: #212121;
}
.settings-nav p {
  font-size: 13px;
  line-height: 1.8;
  color: #888;
}
.settings-nav li {
  border-bottom: 1px solid #e3e3e3;
}
.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: 0px;
}
body .dropdown-menu {
  border-radius: 0px;
  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=ltr] 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=ltr] 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: #333;
  border-radius: 2px;
  border: 1px solid #ccc;
}
body .dropdown-menu input {
  padding-left: 5px;
}
html[dir=ltr] 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=ltr] 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: #ccc;
  font-size: 12px;
}
.filter-icon-row {
  float: right;
}
html[dir=ltr] .filter-icon-row {
  float: right;
}
html[dir=rtl] .filter-icon-row {
  float: left;
}
.filter-icon-row {
  margin-right: 5px;
}
html[dir=ltr] .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: #ccc;
  font-size: 12px;
}
.doctype-filter-icon-row {
  float: right;
}
html[dir=ltr] .doctype-filter-icon-row {
  float: right;
}
html[dir=rtl] .doctype-filter-icon-row {
  float: left;
}
.doctype-filter-icon-row {
  margin-right: 5px;
}
html[dir=ltr] .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: #ccc;
}
input.form-control {
  border-radius: 0px;
  box-shadow: none;
}
select.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
}
select.form-control {
  border-radius: 0px;
  box-shadow: none;
  overflow-x: auto;
}
form {
  margin-bottom: 20px;
}
form .actions {
  margin-top: 10px;
}
button.btn,
a.btn {
  border-radius: 0px;
  text-transform: uppercase;
  height: 36px;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.box-danger {
  padding: 9px;
}
.error-page {
  max-width: 600px;
  margin: auto;
  color: #333;
  padding: 16px;
}
.error-page h1 {
  font-size: 32px;
}
.error-page .stack {
  font-size: smaller;
}
.error-page h1,
.error-page h3 {
  color: #888;
}
.form-group label {
  font-weight: 400;
}
.dialog {
  border: 1px solid #eee;
  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: 0px;
}
.dialog.login-dialog {
  border: none;
  box-shadow: none;
  padding: none;
  max-width: 400px;
  margin: auto;
}
aside.widget_search {
  margin-left: 20px;
}
html[dir=ltr] aside.widget_search {
  margin-left: 20px;
}
html[dir=rtl] aside.widget_search {
  margin-right: 20px;
}
.message {
  padding: 10px;
}
.message-warning {
  background-color: #f2dede;
  margin-top: 5px;
}
.areaValue {
  overflow: auto;
  resize: none;
  border-radius: 0px;
}
.dropdown-menu .symbol {
  color: #000;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  text-align: left;
  float: left;
}
.menu-header {
  background: #eee;
  color: #888;
  height: 60px;
}
.menu-header {
  padding-left: 10px;
}
html[dir=ltr] .menu-header {
  padding-left: 10px;
}
html[dir=rtl] .menu-header {
  padding-right: 10px;
}
.menu-header h1 {
  font-size: 26px;
  font-weight: 400;
  color: #555;
  letter-spacing: 1px;
  margin-top: 15px;
}
.menu-header h1 {
  float: left;
}
html[dir=ltr] .menu-header h1 {
  float: left;
}
html[dir=rtl] .menu-header h1 {
  float: right;
}
.menu-header .menu {
  float: right;
}
html[dir=ltr] .menu-header .menu {
  float: right;
}
html[dir=rtl] .menu-header .menu {
  float: left;
}
.menu-header .btn:hover,
.menu-header .btn:focus {
  background: #e3e3e3;
}
.menu-header .btn {
  border-radius: 0px;
  background: none;
  border: none;
  color: #555;
  height: 60px;
  margin-top: 0px;
  outline: none;
  font-size: 13px;
}
.menu-header .btn {
  padding-right: 20px;
}
html[dir=ltr] .menu-header .btn {
  padding-right: 20px;
}
html[dir=rtl] .menu-header .btn {
  padding-left: 20px;
}
.menu-header .btn {
  padding-left: 20px;
}
html[dir=ltr] .menu-header .btn {
  padding-left: 20px;
}
html[dir=rtl] .menu-header .btn {
  padding-right: 20px;
}
.menu-header .btn {
  border-left: 1px solid #f5f5f5;
}
html[dir=ltr] .menu-header .btn {
  border-left: 1px solid #f5f5f5;
}
html[dir=rtl] .menu-header .btn {
  border-right: 1px solid #f5f5f5;
}
.menu-header.search-header {
  margin-top: 10px;
  margin-bottom: 10px;
}
.comma-list {
  padding-top: 2px;
  font-size: 12px;
  font-weight: 400;
}
.doctype-list {
  color: #888;
  display: block;
}
.doctype-list {
  padding-left: 10px;
}
html[dir=ltr] .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: 0px;
}
html[dir=ltr] .query-row {
  padding-left: 0px;
}
html[dir=rtl] .query-row {
  padding-right: 0px;
}
.query-row {
  margin-right: -27px;
}
html[dir=ltr] .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=ltr] .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 #ccc;
}
.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=ltr] .input-group .form-control:not(:first-child):not(:last-child),
html[dir=ltr] .input-group-addon:not(:first-child):not(:last-child),
html[dir=ltr] .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=ltr] .input-group .form-control:not(:first-child):not(:last-child),
html[dir=ltr] .input-group-addon:not(:first-child):not(:last-child),
html[dir=ltr] .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: #ccc;
  cursor: pointer;
  height: 32px;
}
div.query-row span.addon-none {
  padding-left: 0px;
}
html[dir=ltr] div.query-row span.addon-none {
  padding-left: 0px;
}
html[dir=rtl] div.query-row span.addon-none {
  padding-right: 0px;
}
div.query-row span.addon-none {
  padding-right: 0px;
}
html[dir=ltr] div.query-row span.addon-none {
  padding-right: 0px;
}
html[dir=rtl] div.query-row span.addon-none {
  padding-left: 0px;
}
div.query-row span.addon-none .glyphicon {
  width: 28px;
  height: 18px;
  line-height: 18px;
}
.query-row span.input-group-addon {
  border-radius: 0px;
}
.select-index {
  background: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 5px 10px 5px 10px;
  height: 34px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select .caret {
  position: absolute;
  margin-left: -20px;
  margin-top: 16px;
  pointer-events: none;
  color: #ccc;
}
select::-ms-expand {
  display: none;
}
.query-row .btn {
  font-size: 13px;
  width: 32px;
  height: 32px;
  padding: 0px;
  margin: 0px;
  min-width: 32px;
  border: none;
  background: none;
}
.query-row .btn {
  float: right;
}
html[dir=ltr] .query-row .btn {
  float: right;
}
html[dir=rtl] .query-row .btn {
  float: left;
}
.add-row {
  color: #2e6da4;
  margin-top: -14px;
  padding: 10px;
  height: 40px !important;
  border: none;
  background: none;
  text-transform: none !important;
}
.add-row {
  margin-left: -20px;
}
html[dir=ltr] .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=ltr] .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: #f00;
}
.query-rows .btn-primary {
  padding: 10px 20px;
  height: 40px;
}
.query-rows .btn-primary {
  margin-right: 16px;
}
html[dir=ltr] .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=ltr] .query-rows {
    margin-right: 10px;
  }
  html[dir=rtl] .query-rows {
    margin-left: 10px;
  }
  .col-sm-8.values {
    padding-left: 0px;
  }
  html[dir=ltr] .col-sm-8.values {
    padding-left: 0px;
  }
  html[dir=rtl] .col-sm-8.values {
    padding-right: 0px;
  }
  .query-rows .btn-primary {
    margin-right: -16px;
  }
  html[dir=ltr] .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: 0px;
  }
  html[dir=ltr] .doctype-list {
    padding-left: 0px;
  }
  html[dir=rtl] .doctype-list {
    padding-right: 0px;
  }
  label.visible-xs {
    font-weight: normal;
  }
  .query-row {
    margin-bottom: 0px;
  }
  .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 #eee;
  }
  body .dropdown-menu li:last-child {
    border-bottom: none;
  }
  body .dropdown-menu li a {
    display: block;
    width: 100%;
    height: 44px;
    padding-top: 10px;
  }
  body .bootstrap-datetimepicker-widget li {
    height: auto;
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  body .datetimepicker-open {
    display: block;
    position: absolute;
    top: 40px !important;
  }
  body .datetimepicker-open {
    left: auto !important;
  }
  html[dir=ltr] body .datetimepicker-open {
    left: auto !important;
  }
  html[dir=rtl] body .datetimepicker-open {
    right: auto !important;
  }
  body .datetimepicker-open {
    right: 8px !important;
  }
  html[dir=ltr] body .datetimepicker-open {
    right: 8px !important;
  }
  html[dir=rtl] body .datetimepicker-open {
    left: 8px !important;
  }
  .backdrop .container {
    padding-right: 24px !important;
  }
  html[dir=ltr] .backdrop .container {
    padding-right: 24px !important;
  }
  html[dir=rtl] .backdrop .container {
    padding-left: 24px !important;
  }
}
.oper-addon {
  padding: 0px;
  color: #333;
}
.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 #e3e3e3;
  -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: #fff;
  cursor: pointer;
}
.table.result-table>thead>tr>th:hover,
.table.result-table>thead>tr>td:hover {
  background-color: #6291ba;
}
.table.result-table>tbody>tr>td:first-child {
  border-left: 1px solid #f5f5f5;
}
html[dir=ltr] .table.result-table>tbody>tr>td:first-child {
  border-left: 1px solid #f5f5f5;
}
html[dir=rtl] .table.result-table>tbody>tr>td:first-child {
  border-right: 1px solid #f5f5f5;
}
.table.result-table>tbody>tr>td {
  padding: 10px;
  border-bottom: 1px solid #e3e3e3;
  height: 60px;
  vertical-align: middle;
}
.table.result-table>tbody>tr.selected-row>td {
  background: #eee;
}
.table.result-table>tbody>tr.selected-row:hover>td {
  background: #e3e3e3;
}
.table.result-table>tbody>tr.selected-row:hover>td.firstcell {
  background: #c8c8c8;
}
.table.result-table>tbody>tr.selected-row>td.firstcell {
  background: #e3e3e3;
}
.table.result-table>tbody>tr:hover {
  background: #f5f5f5;
}
.table.result-table>tbody>tr:hover>td.firstcell {
  background: #e3e3e3;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
th .check-box {
  border-color: #226;
  background: rgba(255,255,255,0.8);
}
.check-box.selected {
  background: #2e6da4;
  border-color: #2e6da4;
}
.check-box.selected::after {
  content: '\e013';
  font-family: 'Glyphicons Halflings';
  color: #fff;
  font-weight: 300;
  margin-top: -9px;
  display: table;
}
.check-box.selected::after {
  margin-left: 0px;
}
html[dir=ltr] .check-box.selected::after {
  margin-left: 0px;
}
html[dir=rtl] .check-box.selected::after {
  margin-right: 0px;
}
.check-box:active {
  background: rgba(46,109,164,0.4);
}
.check-box {
  display: block;
  margin-top: 0px;
  width: 18px;
  height: 18px;
  border: 2px solid #888;
  border-radius: 2px;
  background: #fff;
  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=ltr] .check-box {
  float: left;
}
html[dir=rtl] .check-box {
  float: right;
}
.check-box {
  margin-right: 10px;
}
html[dir=ltr] .check-box {
  margin-right: 10px;
}
html[dir=rtl] .check-box {
  margin-left: 10px;
}
.check-box {
  margin-left: 10px;
}
html[dir=ltr] .check-box {
  margin-left: 10px;
}
html[dir=rtl] .check-box {
  margin-right: 10px;
}
.check-box.selected.disabled {
  background: #ccc;
  border: 2px solid #ccc;
}
.check-box.disabled {
  background: #fff;
  border: 2px solid #ccc;
}
.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: #f5f5f5;
  border-bottom-color: #e3e3e3;
}
.action-cell .glyphicon:hover,
.action-cell .glyphicon:focus {
  background: #e3e3e3;
  color: #333;
}
.action-cell .glyphicon {
  color: #aaa;
  display: block;
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
.action-cell .glyphicon {
  padding-right: 15px;
}
html[dir=ltr] .action-cell .glyphicon {
  padding-right: 15px;
}
html[dir=rtl] .action-cell .glyphicon {
  padding-left: 15px;
}
.action-cell .glyphicon {
  padding-left: 15px;
}
html[dir=ltr] .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: #aaa;
  padding: 0px;
}
.table.result-table>tbody>tr>td.action-cell {
  border-left: none;
}
html[dir=ltr] .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 #e3e3e3;
}
html[dir=ltr] .table.result-table>tbody>tr>td.action-cell {
  border-right: 1px solid #e3e3e3;
}
html[dir=rtl] .table.result-table>tbody>tr>td.action-cell {
  border-left: 1px solid #e3e3e3;
}
.action-cell .result-row-options {
  border: none;
  color: #aaa;
  background: #f5f5f5;
}
.action-cell .result-row-options:hover,
.action-cell .result-row-options:focus {
  color: #000;
  background: #eee;
}
.table.result-table>tbody>tr.selected-row:hover>td.firstcell .action-cell .result-row-options {
  background: #c8c8c8;
}
.table.result-table>tbody>tr.selected-row>td.firstcell .action-cell .result-row-options {
  background: #e3e3e3;
}
.table.result-table>tbody>tr:hover>td.firstcell .action-cell .result-row-options {
  background: #e3e3e3;
}
.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: #aaa;
  border: none;
  margin-top: 0px;
  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: #333;
}
.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: #fff;
}
.navbar-nav ul.dropdown-menu li.selected {
  background: #fff;
}
.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: #888;
  margin-top: 20px;
  margin-bottom: 3px;
}
.dropdown-menu .dropdown-menu-title {
  padding-left: 12px;
}
html[dir=ltr] .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=ltr] .dropdown-menu {
  padding-left: 10px;
}
html[dir=rtl] .dropdown-menu {
  padding-right: 10px;
}
.dropdown-menu {
  padding-right: 10px;
}
html[dir=ltr] .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: #333;
  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: 0px;
}
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 #ccc;
  border-radius: 0px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  height: 34px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.error-container {
  position: fixed;
  z-index: 20000;
  margin: auto;
  width: 600px;
  background: #fff;
  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: #888;
}
.error-container {
  text-align: left;
}
html[dir=ltr] .error-container {
  text-align: left;
}
html[dir=rtl] .error-container {
  text-align: right;
}
.error-container {
  left: 33%;
}
html[dir=ltr] .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=ltr] .error-container {
    margin-left: -47%;
  }
  html[dir=rtl] .error-container {
    margin-right: -47%;
  }
}
.error-container h2 {
  margin-top: 10px;
  color: #333;
  font-size: 24px;
}
.error-container .error-content {
  margin-top: 25px;
  padding-bottom: 0px;
}
.error-container .labels {
  color: #333;
}
.error-container .actions {
  margin-bottom: -10px;
}
.error-container .actions {
  margin-right: -10px;
}
html[dir=ltr] .error-container .actions {
  margin-right: -10px;
}
html[dir=rtl] .error-container .actions {
  margin-left: -10px;
}
.error-container .btn {
  border: none;
  color: #2e6da4;
  height: 44px;
  line-height: 36px;
  padding: 4px;
}
.error-overlay {
  content: ' ';
  display: block;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1999;
  background: rgba(125,125,125,0.5);
}
.error-overlay {
  left: 0px;
}
html[dir=ltr] .error-overlay {
  left: 0px;
}
html[dir=rtl] .error-overlay {
  right: 0px;
}
.datevalue {
  width: 100%;
}
.bootstrap-datetimepicker-widget .btn {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  width: auto;
  height: auto;
  color: #428bca;
}
.datetimepicker-open {
  display: block;
  position: absolute;
  top: 40px !important;
}
.datetimepicker-open {
  left: auto !important;
}
html[dir=ltr] .datetimepicker-open {
  left: auto !important;
}
html[dir=rtl] .datetimepicker-open {
  right: auto !important;
}
.datetimepicker-open {
  right: 40px !important;
}
html[dir=ltr] .datetimepicker-open {
  right: 40px !important;
}
html[dir=rtl] .datetimepicker-open {
  left: 40px !important;
}
.datetimepicker-closed {
  display: none;
  position: absolute;
  top: 40px !important;
}
.datetimepicker-closed {
  left: -9999px !important;
}
html[dir=ltr] .datetimepicker-closed {
  left: -9999px !important;
}
html[dir=rtl] .datetimepicker-closed {
  right: -9999px !important;
}
.datetimepicker-closed {
  right: 40px !important;
}
html[dir=ltr] .datetimepicker-closed {
  right: 40px !important;
}
html[dir=rtl] .datetimepicker-closed {
  left: 40px !important;
}
.dateinputerror {
  right: 42px;
}
html[dir=ltr] .dateinputerror {
  right: 42px;
}
html[dir=rtl] .dateinputerror {
  left: 42px;
}
.queryerror {
  display: none;
}
.backdrop {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2999;
}
.backdrop {
  left: 0px;
}
html[dir=ltr] .backdrop {
  left: 0px;
}
html[dir=rtl] .backdrop {
  right: 0px;
}
.dialog-backdrop {
  background: rgba(125,125,125,0.5);
}
.modal-content {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  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);
  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=ltr] .modal-content {
  padding-left: 10px;
}
html[dir=rtl] .modal-content {
  padding-right: 10px;
}
.modal-content {
  padding-right: 10px;
}
html[dir=ltr] .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=ltr] .radiorow {
  margin-right: 20px;
}
html[dir=rtl] .radiorow {
  margin-left: 20px;
}
.radiorow input {
  margin-right: 10px;
}
html[dir=ltr] .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: #2e6da4;
  padding: 0px;
  letter-spacing: 1px;
  outline: none;
}
.modal-footer .btn-default {
  float: right;
}
html[dir=ltr] .modal-footer .btn-default {
  float: right;
}
html[dir=rtl] .modal-footer .btn-default {
  float: left;
}
.modal-footer .btn-default {
  margin-right: 10px;
}
html[dir=ltr] .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: #2e6da4;
  padding: 0px;
  letter-spacing: 1px;
  outline: none;
}
.modal-footer .btn-primary-custom {
  float: right;
}
html[dir=ltr] .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=ltr] .modal-header {
  margin-left: 20px !important;
}
html[dir=rtl] .modal-header {
  margin-right: 20px !important;
}
.modal-header {
  margin-right: 20px !important;
}
html[dir=ltr] .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: 0px;
}
.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=ltr] .dialog-input {
  padding-right: 20px;
}
html[dir=rtl] .dialog-input {
  padding-left: 20px;
}
.dialog-input {
  padding-left: 20px;
}
html[dir=ltr] .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=ltr] .document-frame .dialog-input {
  float: left;
}
html[dir=rtl] .document-frame .dialog-input {
  float: right;
}
.open-combined-actions .btn-default {
  float: right;
}
html[dir=ltr] .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=ltr] .document-frame .dialog-input .btn-primary,
html[dir=ltr] .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: 0px;
}
.freetext .message.message-warning {
  padding-left: 0px;
}
html[dir=ltr] .freetext .message.message-warning {
  padding-left: 0px;
}
html[dir=rtl] .freetext .message.message-warning {
  padding-right: 0px;
}
.freetext .message.message-warning {
  margin-left: 0px;
}
html[dir=ltr] .freetext .message.message-warning {
  margin-left: 0px;
}
html[dir=rtl] .freetext .message.message-warning {
  margin-right: 0px;
}
form .message-warning {
  font-size: 12px;
  color: #f00;
  margin-top: -7px;
  margin-bottom: 7px;
  background: none;
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
}
form .message-warning {
  padding-left: 48px;
}
html[dir=ltr] form .message-warning {
  padding-left: 48px;
}
html[dir=rtl] form .message-warning {
  padding-right: 48px;
}
form .message-warning {
  padding-right: 0px;
}
html[dir=ltr] form .message-warning {
  padding-right: 0px;
}
html[dir=rtl] form .message-warning {
  padding-left: 0px;
}
.formError .message-warning {
  font-size: 12px;
  color: #f00;
  margin-top: -1px;
  margin-bottom: -10px;
  background: none;
  display: inline-block;
  padding: 0px;
}
@media (max-width: 767px) {
  form .message-warning {
    padding-top: 5px;
  }
  form .message-warning {
    padding-left: 17px;
  }
  html[dir=ltr] form .message-warning {
    padding-left: 17px;
  }
  html[dir=rtl] form .message-warning {
    padding-right: 17px;
  }
}
.modal-body span.input-group-addon {
  border-radius: 0px;
}
.modal-body span.input-group-addon {
  background: none;
}
.modal-body .datetimepicker-open {
  top: auto !important;
  margin-top: 40px;
}
.modal-body .datetimepicker-open {
  right: 0px !important;
}
html[dir=ltr] .modal-body .datetimepicker-open {
  right: 0px !important;
}
html[dir=rtl] .modal-body .datetimepicker-open {
  left: 0px !important;
}
.modal-body .bootstrap-datetimepicker-widget {
  width: 260px;
}
.fileSelect {
  margin-bottom: 15px;
}
.dialogMainError {
  background-color: #f2dede;
  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: #333;
  background-color: #fff;
  border-color: #ccc;
}
.modal-body .btn-extra {
  float: right;
}
html[dir=ltr] .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=ltr] .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 #ccc;
  position: relative;
}
.message-time {
  font-size: smaller;
}
.primaryMessageColumn {
  display: table-cell;
}
.primaryMessageColumn {
  margin-left: 10px;
}
html[dir=ltr] .primaryMessageColumn {
  margin-left: 10px;
}
html[dir=rtl] .primaryMessageColumn {
  margin-right: 10px;
}
.secondaryMessageColumn {
  display: table-cell;
}
.secondaryMessageColumn span {
  float: right;
}
html[dir=ltr] .secondaryMessageColumn span {
  float: right;
}
html[dir=rtl] .secondaryMessageColumn span {
  float: left;
}
.secondaryMessageColumn button.btn.btn-default {
  position: absolute;
  bottom: 0px;
  margin-bottom: 20px;
}
.secondaryMessageColumn button.btn.btn-default {
  right: 0px;
}
html[dir=ltr] .secondaryMessageColumn button.btn.btn-default {
  right: 0px;
}
html[dir=rtl] .secondaryMessageColumn button.btn.btn-default {
  left: 0px;
}
.secondaryMessageColumn button.btn.btn-default {
  margin-right: 20px;
}
html[dir=ltr] .secondaryMessageColumn button.btn.btn-default {
  margin-right: 20px;
}
html[dir=rtl] .secondaryMessageColumn button.btn.btn-default {
  margin-left: 20px;
}
a:hover {
  cursor: pointer;
}
iframe {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  border: none;
  height: 90vh;
  width: 80%;
  padding-top: 5px;
}
iframe {
  float: right;
}
html[dir=ltr] iframe {
  float: right;
}
html[dir=rtl] iframe {
  float: left;
}
div.document-frame {
  width: 100%;
  position: absolute;
  margin-top: -20px;
}
div.document-frame {
  left: 0px;
}
html[dir=ltr] div.document-frame {
  left: 0px;
}
html[dir=rtl] div.document-frame {
  right: 0px;
}
.document-frame .actions {
  padding-top: 20px;
}
.document-frame .actions .btn-extra {
  margin-right: 10px;
}
html[dir=ltr] .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=ltr] .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=ltr] .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=ltr] .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=ltr] .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=ltr] .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=ltr] .freetext {
  margin-right: 16px;
}
html[dir=rtl] .freetext {
  margin-left: 16px;
}
.freetext {
  margin-left: -16px;
}
html[dir=ltr] .freetext {
  margin-left: -16px;
}
html[dir=rtl] .freetext {
  margin-right: -16px;
}
@media (max-width: 767px) {
  .freetext {
    margin-right: -16px;
  }
  html[dir=ltr] .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: #fff;
  position: relative;
  z-index: 3000;
}
.arrow-box {
  float: right;
}
html[dir=ltr] .arrow-box {
  float: right;
}
html[dir=rtl] .arrow-box {
  float: left;
}
.arrow-box:after,
.arrow-box:before {
  bottom: 100%;
  border: solid transparent;
  content: ' ';
  height: 0px;
  width: 0px;
  position: absolute;
  pointer-events: none;
}
.arrow-box:after {
  border-color: rgba(0,0,0,0);
  border-bottom-color: #fff;
  border-width: 10px;
}
.arrow-box:after {
  right: 20px;
}
html[dir=ltr] .arrow-box:after {
  right: 20px;
}
html[dir=rtl] .arrow-box:after {
  left: 20px;
}
.arrow-box:after {
  margin-left: -19px;
}
html[dir=ltr] .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: #719ece;
  border-width: 10px;
}
.arrow-box:before {
  right: 20px;
}
html[dir=ltr] .arrow-box:before {
  right: 20px;
}
html[dir=rtl] .arrow-box:before {
  left: 20px;
}
.arrow-box:before {
  margin-left: -20px;
}
html[dir=ltr] .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=ltr] .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=ltr] .user-info {
  float: right;
}
html[dir=rtl] .user-info {
  float: left;
}
.last-login {
  padding-top: 10px;
  color: #888;
}
.username {
  padding-top: 5px;
}
.arrow-box a {
  color: #333;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  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: 0px;
  margin-top: 65px;
  height: 0px;
  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=ltr] .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: 0px;
}
html[dir=ltr] .side-nav a .menu-collapse .glyphicon-triangle-bottom {
  margin-right: 0px;
}
html[dir=rtl] .side-nav a .menu-collapse .glyphicon-triangle-bottom {
  margin-left: 0px;
}
label.dialog-input {
  padding: 0px !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=ltr] .navbar-nav>a {
  float: left;
}
html[dir=rtl] .navbar-nav>a {
  float: right;
}
.nav-button {
  padding: 12px;
  background: none;
  color: #aaa;
  border: none;
}
.dropdown-text {
  padding-right: 12px;
}
.results-options {
  color: #555;
}
.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: #e3e3e3;
}
.load-more {
  display: table;
  margin-bottom: 10em;
  margin-top: 4px;
}
.load-more {
  float: right;
}
html[dir=ltr] .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=ltr] .load-more p {
  padding-right: 20px;
}
html[dir=rtl] .load-more p {
  padding-left: 20px;
}
.user-menu-wrapper .container {
  height: 0px;
}
p.total-hits {
  margin: 0px;
  color: #888;
  display: block;
}
p.total-hits {
  padding-left: 10px;
}
html[dir=ltr] 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: #888;
  bottom: 10px;
  position: fixed;
}
.version {
  left: 10px;
}
html[dir=ltr] .version {
  left: 10px;
}
html[dir=rtl] .version {
  right: 10px;
}
.job-status-box {
  bottom: 10px;
  position: fixed;
}
.job-status-box {
  right: 10px;
}
html[dir=ltr] .job-status-box {
  right: 10px;
}
html[dir=rtl] .job-status-box {
  left: 10px;
}
.menu .btn-group-sm {
  min-width: 60px;
  color: #555;
}
.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=ltr] .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: 0px;
}
.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=ltr] .pad-right-20 {
  padding-right: 20px;
}
html[dir=rtl] .pad-right-20 {
  padding-left: 20px;
}
.pad-left-20 {
  padding-left: 20px;
}
html[dir=ltr] .pad-left-20 {
  padding-left: 20px;
}
html[dir=rtl] .pad-left-20 {
  padding-right: 20px;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.user-label {
  margin: 0px !important;
  padding: 0px !important;
  vertical-align: middle;
}
.user-label {
  text-align: right;
}
html[dir=ltr] .user-label {
  text-align: right;
}
html[dir=rtl] .user-label {
  text-align: left;
}
.alert {
  border-radius: 0px;
}
.required {
  content: '*';
  color: #f00;
}
.input-group-addon {
  border-radius: 0px;
  background: none;
}
/* Absolute Center Spinner */
.loading-spinner {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  background-color: #aaa;
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
.loading-spinner {
  left: 0px;
}
html[dir=ltr] .loading-spinner {
  left: 0px;
}
html[dir=rtl] .loading-spinner {
  right: 0px;
}
.loading-spinner {
  right: 0px;
}
html[dir=ltr] .loading-spinner {
  right: 0px;
}
html[dir=rtl] .loading-spinner {
  left: 0px;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sharp-edges {
  border-radius: 0px;
}
.breadcrumb {
  background-color: #fff;
  border-radius: 0px;
  margin: 0px !important;
}
.breadcrumb {
  padding-left: 0px;
}
html[dir=ltr] .breadcrumb {
  padding-left: 0px;
}
html[dir=rtl] .breadcrumb {
  padding-right: 0px;
}
.breadcrumb {
  padding-right: 0px;
}
html[dir=ltr] .breadcrumb {
  padding-right: 0px;
}
html[dir=rtl] .breadcrumb {
  padding-left: 0px;
}
.breadcrumb > li + li.pull-right:last-child:before {
  content: '';
}
.breadcrumb > li + li.pull-left:last-child:before {
  content: '';
}
.breadcrumb-back {
  color: #2e6da4;
}
.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: #e3e3e3;
  border-width: 0px 1px 1px 1px;
}
.nav-pills>li>a,
.nav-pills>li>a:active,
.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
  border-radius: 0px !important;
}
.panel-default {
  border-radius: 0px !important;
}
.no-border {
  border: 0px !important;
}
.no-right-border {
  border-right: 0px !important;
}
html[dir=ltr] .no-right-border {
  border-right: 0px !important;
}
html[dir=rtl] .no-right-border {
  border-left: 0px !important;
}
.no-left-border {
  border-left: 0px !important;
}
html[dir=ltr] .no-left-border {
  border-left: 0px !important;
}
html[dir=rtl] .no-left-border {
  border-right: 0px !important;
}
.policy-table tr th:nth-child(odd) {
  border-right-color: #337ab7;
}
.policy-table tr td:nth-child(odd) {
  border-right-color: #337ab7;
}
.not-selectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu-item-icon {
  color: #888;
  width: 18px;
  height: 18px;
  line-height: 30px;
}
.menu-item-icon {
  float: left;
}
html[dir=ltr] .menu-item-icon {
  float: left;
}
html[dir=rtl] .menu-item-icon {
  float: right;
}
.menu-item-icon {
  margin-right: 5px;
}
html[dir=ltr] .menu-item-icon {
  margin-right: 5px;
}
html[dir=rtl] .menu-item-icon {
  margin-left: 5px;
}
.menu-item-icon {
  margin-left: 10px;
}
html[dir=ltr] .menu-item-icon {
  margin-left: 10px;
}
html[dir=rtl] .menu-item-icon {
  margin-right: 10px;
}
.index-value {
  color: #555;
}
.timepicker-picker .btn {
  padding: 0px !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=ltr] .copy-my-policies {
  float: right;
}
html[dir=rtl] .copy-my-policies {
  float: left;
}
.transaction-item {
  padding: 10px;
  border-style: solid;
  border-color: #e3e3e3;
  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: 0px;
  display: table;
  color: #888;
  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=ltr] .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=ltr] .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=ltr] .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: #333;
}
.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 #ccc;
}
html[dir=rtl] .input-group.date .input-group-addon {
  border-right: none;
  border-left: 1px solid #ccc;
}
html[dir=rtl] form .actions .col-md-6,
html[dir=rtl] .nav.nav-tabs,
html[dir=rtl] .bootstrap-datetimepicker-widget .list-unstyled {
  padding-right: 0px;
}
html[dir=rtl] .panel-body .input-group.date {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
html[dir=rtl] .nav.nav-tabs li a {
  margin-right: 0px;
}
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 #eee;
  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=ltr] .result {
    margin-left: -15px;
  }
  html[dir=rtl] .result {
    margin-right: -15px;
  }
  .result {
    margin-right: -15px;
  }
  html[dir=ltr] .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=ltr] .result .content .pills {
  padding-left: 10px;
}
html[dir=rtl] .result .content .pills {
  padding-right: 10px;
}
.result .content .pills {
  margin-left: -10px;
}
html[dir=ltr] .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=ltr] .result img {
  margin-left: 16px;
}
html[dir=rtl] .result img {
  margin-right: 16px;
}
.references {
  margin-right: 20px;
}
html[dir=ltr] .references {
  margin-right: 20px;
}
html[dir=rtl] .references {
  margin-left: 20px;
}
.metas {
  margin-top: 0px;
  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: #999;
  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=ltr] .field {
  margin-right: 10px;
}
html[dir=rtl] .field {
  margin-left: 10px;
}
.value {
  color: #000;
  min-width: 8px;
  word-break: break-word;
}
.pills {
  clear: both;
  padding-top: 20px;
  list-style: none;
  margin: 0px;
  margin-left: 10px;
}
.pills {
  padding-left: 2px;
}
html[dir=ltr] .pills {
  padding-left: 2px;
}
html[dir=rtl] .pills {
  padding-right: 2px;
}
.pills .check-box {
  border-color: #e3e3e3;
  height: 16px;
  width: 16px;
}
.pills .check-box {
  margin-left: -2px;
}
html[dir=ltr] .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: #888;
  height: 20px;
  padding-bottom: 10px;
}
.pill {
  margin-left: 0px;
}
html[dir=ltr] .pill {
  margin-left: 0px;
}
html[dir=rtl] .pill {
  margin-right: 0px;
}
.pill {
  margin-right: 10px;
}
html[dir=ltr] .pill {
  margin-right: 10px;
}
html[dir=rtl] .pill {
  margin-left: 10px;
}
.pill {
  float: left;
}
html[dir=ltr] .pill {
  float: left;
}
html[dir=rtl] .pill {
  float: right;
}
.pill:first-child {
  margin-left: 0px;
}
html[dir=ltr] .pill:first-child {
  margin-left: 0px;
}
html[dir=rtl] .pill:first-child {
  margin-right: 0px;
}
.pills .glyphicon {
  color: #c8c8c8;
  display: inline-block;
  font-size: 13px;
  margin-top: 4px;
}
.pills .glyphicon {
  float: left;
}
html[dir=ltr] .pills .glyphicon {
  float: left;
}
html[dir=rtl] .pills .glyphicon {
  float: right;
}
.pills .glyphicon {
  margin-right: 10px;
}
html[dir=ltr] .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: #2e6da4;
  color: #fff;
}
.pill-interactive.pill-active .glyphicon,
.pill-interactive.pill-active:hover .glyphicon,
.pill-interactive.pill-active:focus .glyphicon {
  color: #fff;
}
.pill-interactive:hover,
.pill-interactive:focus {
  background: #eee;
  color: #000;
}
.pill-interactive:hover .glyphicon,
.pill-interactive:focus .glyphicon {
  color: #000;
}
.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=ltr] .pill-interactive {
  padding-left: 10px;
}
html[dir=rtl] .pill-interactive {
  padding-right: 10px;
}
.pill-interactive {
  padding-right: 10px;
}
html[dir=ltr] .pill-interactive {
  padding-right: 10px;
}
html[dir=rtl] .pill-interactive {
  padding-left: 10px;
}
.pill-interactive {
  padding-right: 2px;
}
html[dir=ltr] .pill-interactive {
  padding-right: 2px;
}
html[dir=rtl] .pill-interactive {
  padding-left: 2px;
}
.pill-interactive {
  padding-left: 2px;
}
html[dir=ltr] .pill-interactive {
  padding-left: 2px;
}
html[dir=rtl] .pill-interactive {
  padding-right: 2px;
}
.comments {
  margin-top: 10px;
}
.comment {
  background: #f5f5f5;
  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: #2e6da4;
}
.comment .content {
  padding-left: 62px;
}
html[dir=ltr] .comment .content {
  padding-left: 62px;
}
html[dir=rtl] .comment .content {
  padding-right: 62px;
}
.comment .message {
  display: block;
  color: #555;
  padding: 0px;
}
.comment .glyphicon-comment {
  display: block;
  color: #e3e3e3;
  font-size: 28px;
  margin-top: 5px;
  width: 62px;
}
.comment .glyphicon-comment {
  float: left;
}
html[dir=ltr] .comment .glyphicon-comment {
  float: left;
}
html[dir=rtl] .comment .glyphicon-comment {
  float: right;
}
.comment .glyphicon-comment {
  padding-left: 8px;
}
html[dir=ltr] .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=ltr] .comment {
    margin-right: 15px;
  }
  html[dir=rtl] .comment {
    margin-left: 15px;
  }
  .comment .glyphicon-comment {
    display: none;
  }
  .comment .content {
    padding-left: 0px;
  }
  html[dir=ltr] .comment .content {
    padding-left: 0px;
  }
  html[dir=rtl] .comment .content {
    padding-right: 0px;
  }
}
.placeholder {
  border: 1px solid #ccc;
  background: #fff;
  height: 34px;
  line-height: 34px;
  color: #ccc;
  cursor: text;
}
.placeholder {
  padding-left: 10px;
}
html[dir=ltr] .placeholder {
  padding-left: 10px;
}
html[dir=rtl] .placeholder {
  padding-right: 10px;
}
.comment textarea {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  outline: none;
  height: 70px;
}
.comment textarea:focus {
  box-shadow: none;
  border-color: #ccc;
}
.comment .btn-primary {
  font-size: 13px;
  display: block;
}
.comment .btn-primary {
  float: right;
}
html[dir=ltr] .comment .btn-primary {
  float: right;
}
html[dir=rtl] .comment .btn-primary {
  float: left;
}
.comment .date {
  color: #888;
  display: inline-block;
  margin-top: 0px;
  font-weight: 300;
}
.comment .date {
  margin-left: 10px;
}
html[dir=ltr] .comment .date {
  margin-left: 10px;
}
html[dir=rtl] .comment .date {
  margin-right: 10px;
}
.edited {
  display: inline-block;
  margin-top: 0px;
  font-weight: 300;
}
.edited {
  margin-left: 10px;
}
html[dir=ltr] .edited {
  margin-left: 10px;
}
html[dir=rtl] .edited {
  margin-right: 10px;
}
.edited-date {
  color: #888;
}
.edited-date {
  margin-left: 10px;
}
html[dir=ltr] .edited-date {
  margin-left: 10px;
}
html[dir=rtl] .edited-date {
  margin-right: 10px;
}
.edited-by {
  color: #2e6da4;
  font-weight: bold;
  font-family: 'roboto-new', sans-serif;
}
.edited-by {
  margin-left: 10px;
}
html[dir=ltr] .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: #aaa;
  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: #777;
  padding-bottom: 20px;
}
.search-results .no-documents-found .glyphicon {
  color: #aaa;
  font-size: 20px;
  display: inline-block;
}
.search-results .no-documents-found .glyphicon {
  margin-right: 10px;
}
html[dir=ltr] .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: #aaa;
  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: #aaa;
  padding: 5px;
  bottom: 7px;
}
.pills .result-row-options:hover,
.pills .result-row-options:focus {
  color: #000;
}
.table-filter {
  width: 100%;
  height: 34px;
  background-color: #fff;
  color: #000;
}
.table-filter-box {
  background-color: rgba(46,109,164,0.8);
  padding: 2px !important;
}
.btn-audit {
  float: right;
}
html[dir=ltr] .btn-audit {
  float: right;
}
html[dir=rtl] .btn-audit {
  float: left;
}
.glyphicon-lock {
  color: #c8c8c8;
}
.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: #888;
}
.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 #000 !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 #fff !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: 0px;
  margin: 0px;
}
.modal-body {
  padding: 0px;
  margin: 20px;
  height: 100%;
  overflow-y: auto;
}
.modal-footer {
  padding: 0px;
  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=ltr] .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.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  color: #f00;
  padding-left: 5px;
  padding-right: 5px;
}
.restricted {
  border-radius: 5px;
  background: #f2dede;
  width: fit-content;
  padding: 2px;
  float: left;
  margin-right: 10px;
}
.restricted-attachment {
  border-radius: 5px;
  background: #f2dede;
  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: 0px;
}
.auth-form-wrapper {
  margin-top: 15px;
}
.auth-form-group {
  margin-right: 10px;
}
.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: #888;
  margin-top: 25vh;
  font-size: 20px;
}
.spinner {
  width: 40px;
  height: 40px;
  margin: 50px auto;
  background-color: #aaa;
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
@-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 {
  maxHeight: '300px';
  overflowY: 'auto';
  overflowX: 'auto';
}
@-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);
    -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;
  }
}
@-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;
  }
}
