body {
  color: #333;
  font-family: Roboto_Web;
}

* {
  outline: none;
  font-weight: 400;
}

a {
  cursor: pointer;
}

.btn {
  border-radius: 3px;
  font-weight: 300;
  position: relative;
}

span.field-error {
  color: #d00;
  font-size: .9em;
}

.form-check-label span.field-error {
  color: #d00;
  font-size: .9em;
  display: block;
}

.form-control {
  font-weight: 300;
}

.flex-even {
  flex: 1 1 0;
}

.flex-static {
  flex: none;
}

.loading-indicator-g {
  width: 32px;
  height: 32px;
  background: #33887b url("loading.83ed764b.gif") center no-repeat;
  display: none;
  position: absolute;
  top: 24px;
  left: 8px;
}

html.busy .loading-indicator-g {
  display: inline-block !important;
}

.loading-indicator-block {
  width: 100%;
  height: 100%;
  background: #9a5 url("loading-block.d64b7f72.gif") center no-repeat;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.form.busy .loading-indicator-block {
  display: inline-block;
}

.when-form-busy {
  display: none;
}

.form.busy .when-form-busy {
  display: block;
}

.hidden {
  display: none;
}

.x-hidden {
  display: none !important;
}

a.inv {
  display: none;
}

a.inv.active {
  display: inline-block;
}

.app {
  margin: 0;
  padding: 0;
  position: relative;
}

.checkbox-list {
  display: block;
}

.checkbox-list > div {
  margin-top: 6px;
}

.checkbox-list > div > label {
  margin-bottom: 4px;
  display: block;
  position: relative;
}

.checkbox-list > div > label:hover {
  cursor: pointer;
  text-decoration: underline;
}

.checkbox-list input[type="checkbox"] {
  min-width: auto !important;
  width: auto !important;
  box-shadow: none !important;
}

.checkbox-list.no-search > input {
  display: none;
}

.table.boxed {
  border: 1px solid #333;
  margin-top: 16px;
  box-shadow: 0 0 16px #00000080;
}

.table.boxed th, .table.boxed td {
  padding: 5px 8px;
}

.table.boxed th {
  background: #333;
}

.table td a:not(.btn) {
  color: #33c;
  text-underline-offset: 3px;
  text-decoration: underline;
}

.table td a:not(.btn):hover {
  color: #227;
}

.table th[data-sort] {
  cursor: pointer;
  text-underline-offset: 3px;
  text-decoration: underline;
}

.table th[data-sort]:hover {
  text-decoration: underline;
}

.table th[data-sort].active:after {
  float: left;
  margin-right: 3px;
  display: none;
}

.table thead.order-asc th[data-sort].active:after {
  content: "▲";
  display: block;
}

.table thead.order-desc th[data-sort].active:after {
  content: "▼";
  display: block;
}

.table td, .table th {
  padding: 4px 12px;
}

.table th {
  text-shadow: 0 1px #fff;
  background: linear-gradient(#f7f7f7, #e0e0e0);
  padding: 8px 12px;
  border-bottom: 1px solid #aaa !important;
}

.table td a.btn {
  padding: 0 12px;
  display: inline-block;
  color: #000 !important;
}

.table tr:nth-child(2n) td {
  background: #f7f7f7;
}

.table {
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px #eee;
}

.table th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #aaa !important;
}

h5 {
  text-align: center;
  color: #444;
  background: #eee;
  border-radius: 5px;
  margin: 0 0 16px;
  padding: 8px 0;
}

.modal-open .modal {
  top: 10%;
}

.modal-backdrop {
  opacity: .8 !important;
}

.nav-tabs a {
  padding: 12px 20px;
}

.visibility-none {
  visibility: collapse;
}

tr.selected1 td {
  background: #dfd !important;
}

hr[title]:after {
  content: attr(title);
  background: #fff;
  padding: 0 12px;
  font-size: 1.2em;
  position: relative;
  top: -15px;
  left: 16px;
}

.dropzone {
  color: #66a;
  background: #eef;
  border: 1px dashed #66a;
  border-radius: 9px;
  margin: 32px 0 16px;
  padding: 24px;
  font-size: 1.2em;
}

.dropzone.active {
  color: #6a6;
  background: #efe;
  border: 1px dashed #6a6;
}

.files-box > div {
  background: linear-gradient(#fff, #eee);
  border: 1px solid #aaa;
  border-radius: 3px;
  margin: 8px;
  padding: 4px 16px;
  display: inline-block;
  position: relative;
}

.files-box > div.active {
  background-image: url("loading-2.ae9c8f72.gif");
  background-position: 8px;
  background-repeat: no-repeat;
  padding-left: 40px;
}

.files-box > div > b {
  vertical-align: middle;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
  line-height: 2em;
}

.files-box > div > span {
  vertical-align: middle;
  display: none;
}

.files-box > div > em {
  vertical-align: middle;
  cursor: pointer;
  background: #ddd;
  border-radius: 3px;
  margin: -8px -14px -8px 20px;
  padding: 16px 12px;
  font-size: 1.5em;
  font-style: normal;
  line-height: 0;
  display: inline-block;
}

.files-box > div > em:hover {
  color: #fff;
  background: #c00;
}

.files-box > div.active > em {
  display: none;
}

.files-box > div.error {
  color: #800;
  background: #faa;
  border: 1px solid #800;
}

.files-box > div.error:hover:after {
  content: attr(title);
  width: 300px;
  color: #fff;
  background: #a00;
  border-radius: 3px 3px 3px 0;
  padding: 2px 6px;
  font-size: .8em;
  position: absolute;
  top: -24px;
  left: 0;
}

table tr.turnaround-1 td {
  color: #b00;
}

table tr.turnaround-2 td {
  color: red;
}

.docvars {
  border: 4px double #ddd;
  margin: 1rem 0;
  padding: .5rem;
}

.docvars > span {
  background: #eee;
  border-radius: .3rem;
  margin: .2rem;
  padding: .1rem .3rem;
  font-size: .7rem;
  display: inline-block;
}

.docvars > span:hover {
  background: #ddd;
}

