﻿/* Tablesorter Custom Bootstrap v3 LESS Theme by Rob Garrison

To create your own theme, modify the code below and run it through
a LESS compiler, like this one: http://leafo.net/lessphp/editor.html
or download less.js from http://lesscss.org/

Test out these customization files live
 Basic LESS Theme : http://codepen.io/Mottie/pen/eqBbn
 Bootstrap LESS   : http://codepen.io/Mottie/pen/Ltzpi
 Metro LESS Style : http://codepen.io/Mottie/pen/gCslk
 Basic SCSS       : http://codepen.io/Mottie/pen/LbXdNR

*/
/*** theme ***/
/*** fonts ***/
/*** color definitions ***/
/* for best results, only change the hue (240),
   leave the saturation (60%) and luminosity (80%) alone
   pick the color from here: http://hslpicker.com/#99E699 */
/* darken(@headerBackground, 10%); */
/* desaturate(@headerAsc, 5%); */
/* it might be best to match the document body background color here */
/* ajax error message (added to thead) */
/* becomes height using padding (so it's divided by 2) */
/* 20px should be slightly wider than the icon width to avoid overlap */
/* url(icons/loading.gif); */
/* zebra striping */
.allRows {
  background-color: #fff;
  color: #000;
}
.evenRows {
  background-color: hsl(0, 0%, 100%);
}
.oddRows {
  background-color: hsl(240, 60%, 98%);
}
/* hovered rows */
.oddHovered {
  background-color: hsl(0, 0%, 80%);
}
.evenHovered {
  background-color: hsl(0, 0%, 90%);
}
/* Columns widget */
/* saturate( darken( desaturate(@headerBackground, 10%), 10% ), 30%); */
/* Filter widget transition */
.filterWidgetTransition {
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
/*** icon block ***/
.iconPosition {
  font-size: 11px;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -7px;
  /* half the icon height; older IE doesn't like this */
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  line-height: 14px;
}
/* black */
/* white */
/* automatically choose the correct arrow/text color */
/* variable theme name - requires less.js 1.3+;
   or just replace (!".@{theme}") with the contents of @theme
*/
.tablesorter-bootstrap {
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #cdcdcd;
  width: 100%;
  /* style th's outside of the thead */
  /* style header */
  /* bootstrap uses <i> for icons */
  /* tfoot */
  /* optional disabled input styling */
  /* body */
  /* hovered row colors
	you'll need to add additional lines for
	rows with more than 2 child rows
	*/
  /* table processing indicator - indeterminate spinner */
  /* Column Widget - column sort colors */
  /* caption (non-theme matching) */
  /* filter widget */
  /* hidden filter row */
  /* rows hidden by filtering (needed for child rows) */
  /* ajax error row */
}
.tablesorter-bootstrap th,
.tablesorter-bootstrap thead td {
  font: 14px bold Arial, Sans-serif;
  font-weight: bold;
  background-color: hsl(240, 60%, 80%);
  color: #000;
  border-collapse: collapse;
  margin: 0 0 18px;
  padding: 4px;
}
.tablesorter-bootstrap tbody td,
.tablesorter-bootstrap tfoot th,
.tablesorter-bootstrap tfoot td {
  padding: 4px;
  vertical-align: top;
}
.tablesorter-bootstrap .tablesorter-header {
  cursor: pointer;
}
.tablesorter-bootstrap .tablesorter-header-inner {
  position: relative;
  padding: 0px 20px 0px 0px;
}
.tablesorter-bootstrap .tablesorter-header-inner i.tablesorter-icon {
  font-size: 11px;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -7px;
  /* half the icon height; older IE doesn't like this */
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  line-height: 14px;
}
.tablesorter-bootstrap .tablesorter-header.sorter-false {
  cursor: default;
}
.tablesorter-bootstrap .tablesorter-header.sorter-false i.tablesorter-icon {
  display: none;
}
.tablesorter-bootstrap .tablesorter-header.sorter-false .tablesorter-header-inner {
  padding: 4px;
}
.tablesorter-bootstrap .tablesorter-headerAsc {
  background-color: hsl(245, 60%, 70%);
}
.tablesorter-bootstrap .tablesorter-headerDesc {
  background-color: hsl(235, 60%, 90%);
}
.tablesorter-bootstrap .bootstrap-icon-unsorted {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAA20lEQVR4AWJABpKSkoxALCstLb0aUAsZaCAMhVEY6B0amx8YZWDDEDSBa2AGe7XeIiAAClYwVGBvsAcIllsf/mvcC9DgOOd8h90fxWvngVEUbZIkuWRZZlE8eQjcisgZMM9zi+LJ6ZfwegmWZflZDugdHMfxTcGqql7TNBlUB/QObtv2VBSFrev6OY7jngzFk9OT/fn73fWYpqnlXNyXDMWT0zuYx/Bvel9ej+LJ6R08DMOu67q7DkTkrSA5vYPneV71fX/QASdTkJwezhs0TfMARn0wMDDGXEPgF4oijqwM5YjNAAAAAElFTkSuQmCC);
  color: #000;
}
.tablesorter-bootstrap tfoot .tablesorter-headerAsc,
.tablesorter-bootstrap tfoot .tablesorter-headerDesc {
  /* remove sort arrows from footer */
  background-image: none;
}
.tablesorter-bootstrap .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.tablesorter-bootstrap tbody {
  /* Zebra Widget - row alternating colors */
}
.tablesorter-bootstrap tbody td {
  background-color: #fff;
  color: #000;
  padding: 4px;
  vertical-align: top;
}
.tablesorter-bootstrap tbody tr.odd > td {
  background-color: hsl(240, 60%, 98%);
}
.tablesorter-bootstrap tbody tr.even > td {
  background-color: hsl(0, 0%, 100%);
}
.tablesorter-bootstrap tbody > tr.hover > td,
.tablesorter-bootstrap tbody > tr:hover > td,
.tablesorter-bootstrap tbody > tr:hover + tr.tablesorter-childRow > td,
.tablesorter-bootstrap tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter-bootstrap tbody > tr.even.hover > td,
.tablesorter-bootstrap tbody > tr.even:hover > td,
.tablesorter-bootstrap tbody > tr.even:hover + tr.tablesorter-childRow > td,
.tablesorter-bootstrap tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
  background-color: hsl(0, 0%, 90%);
}
.tablesorter-bootstrap tbody > tr.odd.hover > td,
.tablesorter-bootstrap tbody > tr.odd:hover > td,
.tablesorter-bootstrap tbody > tr.odd:hover + tr.tablesorter-childRow > td,
.tablesorter-bootstrap tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
  background-color: hsl(0, 0%, 80%);
}
.tablesorter-bootstrap .tablesorter-processing {
  background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=');
  background-position: center center;
  background-repeat: no-repeat;
}
.tablesorter-bootstrap tr.odd td.primary {
  background-color: hsl(250, 60%, 80%);
}
.tablesorter-bootstrap td.primary,
.tablesorter-bootstrap tr.even td.primary {
  background-color: hsl(250, 60%, 90%);
}
.tablesorter-bootstrap tr.odd td.secondary {
  background-color: hsl(250, 60%, 90%);
}
.tablesorter-bootstrap td.secondary,
.tablesorter-bootstrap tr.even td.secondary {
  background-color: hsl(250, 60%, 95%);
}
.tablesorter-bootstrap tr.odd td.tertiary {
  background-color: hsl(250, 60%, 95%);
}
.tablesorter-bootstrap td.tertiary,
.tablesorter-bootstrap tr.even td.tertiary {
  background-color: hsl(60, 100%, 100%);
}
.tablesorter-bootstrap caption {
  background-color: #fff;
}
.tablesorter-bootstrap .tablesorter-filter-row input,
.tablesorter-bootstrap .tablesorter-filter-row select {
  width: 98%;
  margin: 0;
  padding: 4px;
  color: #333;
  background-color: #fff;
  border: 1px solid #bbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
.tablesorter-bootstrap .tablesorter-filter-row {
  background-color: #eee;
}
.tablesorter-bootstrap .tablesorter-filter-row td {
  background-color: #eee;
  line-height: normal;
  text-align: center;
  /* center the input */
  -webkit-transition: line-height 0.1s ease;
  -moz-transition: line-height 0.1s ease;
  -o-transition: line-height 0.1s ease;
  transition: line-height 0.1s ease;
}
.tablesorter-bootstrap .tablesorter-filter-row.hideme td {
  padding: 2px;
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.tablesorter-bootstrap .tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}
.tablesorter-bootstrap .filtered {
  display: none;
}
.tablesorter-bootstrap .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
  background-color: #e6bf99;
}
/*font awesome
    https://amystechnotes.com/2015/01/23/jquery-tablesorter-with-font-awesome-arrows/
*/
.tablesorter-bootstrap .bootstrap-icon-unsorted {
  background-image: none;
}
table.tablesorter thead tr th i.headerSortUp:after,
table.tablesorter thead tr th i.headerSortDown:after,
table.tablesorter thead tr th i:after {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-size: 20px;
  color: #999;
}
table.tablesorter thead tr th i:after {
  content: "\f0dc";
}
table.tablesorter thead tr th i.headerSortUp:after {
  content: "\f0de";
}
table.tablesorter thead tr th i.headerSortDown:after {
  content: "\f0dd";
}
body {
  background-color: #f3f3f3;
}
body nav.navbar li a.navbar-brand {
  color: #fff !important;
}
body .ui-select-bootstrap .ui-select-toggle > .caret {
  border-top: 6px solid #0062cc;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
body .panel {
  padding: 20px;
  background-color: #fff;
  min-height: 20px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  margin-top: 20px;
}
body .panel.ib {
  display: inline-block;
  width: auto;
  padding: 10px;
}
body.login .page-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  text-align: center;
  height: 100%;
}
body.login .page-container .form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
body.login .page-container .form-signin .checkbox {
  font-weight: 400;
}
body.login .page-container .form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
body.login .page-container .form-signin .form-control:focus {
  z-index: 2;
}
body.login .page-container .form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
body.login .page-container .form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.validation-summary-errors {
  margin: 40px auto;
  padding: 10px 40px;
  border-radius: 5px;
  background: #dc3545;
  border: 2px solid #aa2d39;
}
.validation-summary-errors ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.validation-summary-errors ul li {
  color: #fff;
  text-align: left;
}
form.ng-submitted input.ng-invalid,
form.ng-submitted select.ng-invalid,
form.ng-submitted textarea.ng-invalid {
  border: solid 1px #c00;
}
form.ng-submitted span.field-validation-error,
form.ng-submitted div.field-validation-error {
  color: #c00;
}
form.ng-submitted span.field-validation-error ul,
form.ng-submitted div.field-validation-error ul {
  color: #666;
  margin: 0;
  padding: 0;
}
form.ng-submitted span.field-validation-error ul li,
form.ng-submitted div.field-validation-error ul li {
  list-style-type: none;
}
code {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #1A73E8;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 5px;
  margin: 5px;
  display: inline-block;
  word-wrap: break-word;
  white-space: pre;
}
body .filter-panel {
  padding-right: 135px !important;
  padding-left: 50px;
}
body .filter-panel .edge {
  width: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 40px;
  bottom: 0;
  background-color: #e5e5e5;
  padding: 10px;
}
body .filter-panel .added-filters {
  clear: both;
}
body .filter-panel .filter-buttons {
  width: 140px;
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0;
}
body .filter-panel .added-filters .filter {
  margin-right: 15px;
  float: left;
  display: inline-block;
}
body .filter-panel .added-filters .filter:last-child {
  margin-right: 0;
}
body .filter-panel .added-filters .filter .filter div:not(.range-popover) {
  display: inline-block;
}
body .filter-panel .added-filters .filter .filter-remove {
  color: #808080;
  font-size: 10px;
  cursor: pointer;
}
body .filter-panel .popover {
  max-width: unset;
}
body .filter-panel .uib-datepicker button {
  background-color: #efefef !important;
  border-color: #999 !important;
  color: #000;
}
body .filter-panel .uib-datepicker button span.text-info {
  color: #1A73E8 !important;
}
body .filter-panel .uib-datepicker button:hover:not([disabled]) {
  color: #000 !important;
  font-weight: bold;
}
body .filter-panel .uib-datepicker button.active {
  color: #fff !important;
  font-weight: bold;
  background-color: #1A73E8 !important;
}
body .filter-panel .uib-datepicker button.active span {
  color: #fff !important;
}
body .filter-panel .uib-datepicker .btn-secondary.disabled,
body .filter-panel .uib-datepicker .btn-secondary:disabled {
  color: #808080 !important;
}
body .filter-panel .uib-daypicker button:after {
  display: block;
  content: 'XX';
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
body .filter-panel .uib-monthpicker button:after {
  display: block;
  content: 'XXXXXXXX';
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
body .filter-panel .uib-yearpicker button:after {
  display: block;
  content: 'XXXXX';
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.ui-select-toggle {
  border: solid 1px #999;
}
.ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
}
.col-form-label {
  font-weight: bold;
}
img.avatar {
  width: 40px;
  border-radius: 20px;
}
ul.audit-log {
  margin: 0;
  padding: 0;
}
ul.audit-log li {
  list-style-type: none;
  margin-bottom: 20px;
}
ul.audit-log li span.diff-type-changes {
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  font-size: 75%;
}
ul.audit-log li span.label {
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  font-size: 75%;
}
ul.audit-log li span.value {
  background: #f4f4f4;
  border: 1px solid #ddd;
  font-family: monospace;
  padding: 5px;
}
ul.audit-log li span.value.tag-added {
  background-color: #e9f7e9;
  color: #46c746;
  border-color: #d1e0d1;
}
ul.audit-log li span.value.tag-deleted {
  background-color: #f7e9e9;
  color: #c74646;
  border-color: #e0d1d1;
}
ul.audit-log li ul.audit-log-changes {
  margin: 0;
  padding: 0;
}
ul.audit-log li ul.audit-log-changes li {
  margin-bottom: 5px;
}
ul.audit-log li .audit-attachment-image {
  margin-top: 20px;
}
.file-upload-container {
  width: 530px;
  max-width: 100%;
  /*
.upload-drop-zone.issue-drop-zone__not-supported {
    text-align: left;
}

.upload-drop-zone.dragover {
    background-color: #F5F5F5;
}

.upload-drop-zone__target {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}


.upload-drop-zone__button {
    position: relative;
}

.upload-drop-zone__file {
    display: none !important;
}

.upload-progress-bar__checkbox {
    display: none;
    visibility: hidden;
}
    
.attach-files-drop-zone__dragover-mask {
    position: absolute;
    background: rgba(255,255,255,0.6);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: 2px dashed #cccccc;
    border-radius: 4px;
    margin: 2px;
    z-index: -1;
    transition: z-index .2s step-end;
}

.attach-files-drop-zone__dragover .attach-files-drop-zone__dragover-mask {
    z-index: auto;
    transition: z-index 0s step-end;
}


.attach-files-drop-zone__dragover-mask {
    position: absolute;
    background: rgba(255,255,255,0.6);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: 2px dashed #cccccc;
    border-radius: 4px;
    margin: 2px;
    z-index: -1;
    transition: z-index .2s step-end;
}

    */
}
.file-upload-container .upload-drop-zone,
.file-upload-container .upload-progress-bar {
  box-sizing: border-box;
  max-width: 500px;
  position: relative;
}
.file-upload-container .upload-drop-zone {
  border: 2px dashed #cccccc;
  border-radius: 4px;
  padding: 11px;
  transition: background-color 0.1s linear 0.1s;
  text-align: center;
  position: relative;
}
.file-upload-container .aui-button {
  width: 90px;
}
.file-upload-container .upload-drop-zone__text {
  color: #CCCCD3;
  font-size: 12pt;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
.file-upload-container .upload-drop-zone__text span {
  display: block;
}
.file-upload-container .aui-button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3.01px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-variant: normal;
  font-weight: normal;
  height: 2.14285714em;
  line-height: 1.42857143;
  margin: 0;
  padding: 4px 10px;
  text-decoration: none;
  vertical-align: baseline;
  white-space: nowrap;
}
.file-upload-container .aui-button:hover,
.file-upload-container .aui-button:focus,
.file-upload-container .aui-button:active {
  color: #333;
  background: #e9e9e9;
  border-color: #999;
  color: #000;
  text-decoration: none;
}
.file-upload-container .aui-button.aui-button-link {
  color: #3b73af;
}
.file-upload-container .aui-button.aui-button-link:visited {
  color: #3b73af;
}
.file-upload-container .aui-button.aui-button-link:hover,
.file-upload-container .aui-button.aui-button-link:focus,
.file-upload-container .aui-button.aui-button-link:active {
  color: #3b73af;
}
.file-upload-container .aui-button[disabled],
.file-upload-container .aui-button[aria-disabled="true"] {
  color: #999;
}
.file-upload-container .aui-button.aui-button-primary {
  color: #fff;
}
.file-upload-container .dz-preview {
  position: relative;
  padding-left: 42px;
  padding-right: 42px;
  margin: 5px 15px 0 15px;
  min-height: 50px;
}
.file-upload-container .dz-preview.deleted .dz-size,
.file-upload-container .dz-preview.deleted .dz-filename {
  text-decoration: line-through;
}
.file-upload-container .dz-preview.deleted .dz-image {
  opacity: 0.5;
}
.file-upload-container .dz-preview.deleted .dz-delete-file {
  display: none;
}
.file-upload-container .dz-preview.deleted .dz-undo-delete-file {
  display: block;
}
.file-upload-container .dz-image {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 5px;
}
.file-upload-container .dz-image img {
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
}
.file-upload-container .dz-size {
  position: absolute;
  right: 42px;
  top: 0px;
  color: #999;
  box-shadow: -5px 0 10px #fff;
}
.file-upload-container .dz-filename {
  color: #333;
  height: 25px;
  display: block;
  margin-right: 70px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.file-upload-container .dz-progress {
  position: absolute;
  left: 42px;
  top: 22px;
  height: 5px;
  background: #ccc;
  display: block;
  width: 415px;
}
.file-upload-container .dz-default.dz-message {
  display: none;
}
.file-upload-container .dz-processing .dz-progress {
  background: #3b73af;
  display: block;
  width: 0%;
  transition: width 0.1s linear;
}
.file-upload-container .dz-error .dz-progress {
  width: 415px;
  background: #d24331;
}
.file-upload-container .upload-progress-bar__upload-finished:not(.upload-progress-bar__upload-ready) .upload-progress-bar__bar {
  transition: none;
}
.file-upload-container .dz-success .dz-progress {
  width: 415px;
  background: #3BAF52;
}
.file-upload-container .dz-error-message,
.file-upload-container .dz-delete-file,
.file-upload-container .dz-undo-delete-file {
  color: #d24331 !important;
  margin-top: 0;
}
.file-upload-container .dz-delete-file,
.file-upload-container .dz-undo-delete-file {
  display: block;
  text-align: right;
  position: relative;
  top: -4px;
}
.file-upload-container .dz-undo-delete-file {
  display: none;
  text-decoration: none !important;
  color: #007bff !important;
}
.file-upload-container .dz-success-mark,
.file-upload-container .dz-error-mark,
.file-upload-container .dz-progress-mark,
.file-upload-container .dz-wait-mark {
  position: absolute;
  right: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  font-size: 22px;
}
.file-upload-container .dz-progress-mark {
  font-size: 15px;
}
.file-upload-container .dz-wait-mark {
  font-size: 18px;
}
.file-upload-container .dz-error-mark,
.file-upload-container .dz-success-mark,
.file-upload-container .dz-progress-mark {
  display: none;
}
.file-upload-container .dz-processing .dz-progress-mark {
  display: block;
}
.file-upload-container .dz-success .dz-progress-mark,
.file-upload-container .dz-error .dz-progress-mark,
.file-upload-container .dz-success .dz-wait-mark,
.file-upload-container .dz-error .dz-wait-mark,
.file-upload-container .dz-processing .dz-wait-mark {
  display: none;
}
.file-upload-container .dz-success .dz-success-mark {
  display: block;
}
.file-upload-container .dz-error .dz-error-mark {
  display: block;
}
.confirm-append .popover {
  width: 200px;
}
.form-hint {
  font-size: 7pt;
  line-height: 9pt;
  margin: -5px auto 5px;
  color: #999;
}
.form-hint.error {
  color: #C00;
  font-weight: bold;
  font-size: 8pt;
}
.password-count {
  float: right;
  position: relative;
  bottom: 24px;
  right: 10px;
}
.strength-meter {
  position: relative;
  height: 3px;
  background: #DDD;
  margin: 10px auto 0px;
  border-radius: 3px;
}
.strength-meter:before,
.strength-meter:after {
  content: '';
  height: inherit;
  background: transparent;
  display: block;
  border-color: #FFF;
  border-style: solid;
  border-width: 0 5px 0 5px;
  position: absolute;
  width: 80px;
  z-index: 10;
}
.strength-meter:before {
  left: 70px;
}
.strength-meter:after {
  right: 70px;
}
.strength-meter-fill {
  background: transparent;
  height: inherit;
  position: absolute;
  width: 0;
  border-radius: inherit;
  transition: width 0.5s ease-in-out, background 0.25s;
}
.strength-meter-fill[data-strength='0'] {
  background: darkred;
  width: 20%;
}
.strength-meter-fill[data-strength='1'] {
  background: orangered;
  width: 40%;
}
.strength-meter-fill[data-strength='2'] {
  background: orange;
  width: 60%;
}
.strength-meter-fill[data-strength='3'] {
  background: yellowgreen;
  width: 80%;
}
.strength-meter-fill[data-strength='4'] {
  background: green;
  width: 100%;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.875rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}