@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.panel {
  margin-bottom: 19px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 19px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #16a085;
  background-color: white;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: white;
  background-color: #16a085;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
table {
  background-color: white;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.53846154;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f7f7f9;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 12px;
  line-height: 1.53846154;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.panel {
  background-color: white;
  border: 0;
  box-shadow: none;
}
.panel-heading {
  /* background-color: transparent; */
}
.panel-collapsible .btn-panel-collapse {
  color: #16a085;
  text-decoration: none;
}
.panel-collapsible .btn-panel-collapse .badge {
  background-color: #16a085;
}
.panel-collapsible .btn-panel-collapse:hover,
.panel-collapsible .btn-panel-collapse:focus {
  text-decoration: none;
  color: #1abc9c;
}
.panel-collapsible .btn-panel-collapse:hover .badge,
.panel-collapsible .btn-panel-collapse:focus .badge {
  background-color: #1abc9c;
}
.panel-collapsible .btn-panel-collapse .collapse-icon:before {
  content: "\f0d7";
}
.panel-collapsible .btn-panel-collapse.collapsed .collapse-icon:before {
  content: "\f0da";
}
.panel-primary > .panel-heading {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  word-spacing: 3px;
  border-bottom: #bdc3c7 1px solid;
}
.panel-primary > .panel-heading .badge {
  vertical-align: middle;
  line-height: 17px;
}
.panel-primary > .panel-heading .btn-group {
  text-transform: none;
}
.panel-primary > .panel-heading .btn-group .btn-link {
  color: #7f8c8d;
}
.panel-primary > .panel-heading .btn-group .btn-link:hover,
.panel-primary > .panel-heading .btn-group .btn-link:focus {
  text-decoration: none;
  color: #34495e;
}
/** Use this css class for bootstrap row element
    to make its panel content equal by height
 */
@media (min-width: 992px) {
  .panel-equal {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 19px;
  }
  .panel-equal .panel {
    height: 100%;
    margin-bottom: 0;
  }
}
.table > thead > tr > th {
  color: #16a085;
  border-bottom: 3px solid #1abc9c;
  text-transform: uppercase;
  vertical-align: middle;
}
.table > thead > tr > th .btn {
  text-transform: none;
}
.table > thead > tr > th:first-child,
.table > tbody > tr > td:first-child {
  padding-left: 15px;
}
.table > thead > tr > th:last-child,
.table > tbody > tr > td:last-child {
  padding-right: 15px;
}
.table > tbody > tr > td.check,
.table > thead > tr > th.check {
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
}
.table > tbody > tr > td.check label,
.table > thead > tr > th.check label {
  display: block;
  text-align: center;
  margin: 0;
  padding-right: 0;
  max-width: none;
}
/* .table-striped.table-with-select tbody tr.selected-row td, */
/* .table-with-select tbody tr.selected-row td { */
/* background-color: @color-clouds; */
/* } */
.table-with-select > tbody > tr.selected-row > td,
.table-with-select > tbody > tr.selected-row > th {
  background-color: #ecf0f1;
}
.table-with-select > tbody > tr.selected-row:hover > td,
.table-with-select > tbody > tr.selected-row:hover > th {
  background-color: #dde4e6;
}
.table-hover > tbody > tr:not(:hover) > td > .btn {
  color: #bdc3c7;
  background-color: transparent;
  border-color: transparent;
}
.table-hover > tbody > tr:not(:hover) > td > .btn:hover,
.table-hover > tbody > tr:not(:hover) > td > .btn:focus,
.table-hover > tbody > tr:not(:hover) > td > .btn:active,
.table-hover > tbody > tr:not(:hover) > td > .btn.active,
.open > .dropdown-toggle.table-hover > tbody > tr:not(:hover) > td > .btn {
  color: #bdc3c7;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.table-hover > tbody > tr:not(:hover) > td > .btn:active,
.table-hover > tbody > tr:not(:hover) > td > .btn.active,
.open > .dropdown-toggle.table-hover > tbody > tr:not(:hover) > td > .btn {
  background-image: none;
}
.table-hover > tbody > tr:not(:hover) > td > .btn.disabled,
.table-hover > tbody > tr:not(:hover) > td > .btn[disabled],
fieldset[disabled] .table-hover > tbody > tr:not(:hover) > td > .btn,
.table-hover > tbody > tr:not(:hover) > td > .btn.disabled:hover,
.table-hover > tbody > tr:not(:hover) > td > .btn[disabled]:hover,
fieldset[disabled] .table-hover > tbody > tr:not(:hover) > td > .btn:hover,
.table-hover > tbody > tr:not(:hover) > td > .btn.disabled:focus,
.table-hover > tbody > tr:not(:hover) > td > .btn[disabled]:focus,
fieldset[disabled] .table-hover > tbody > tr:not(:hover) > td > .btn:focus,
.table-hover > tbody > tr:not(:hover) > td > .btn.disabled:active,
.table-hover > tbody > tr:not(:hover) > td > .btn[disabled]:active,
fieldset[disabled] .table-hover > tbody > tr:not(:hover) > td > .btn:active,
.table-hover > tbody > tr:not(:hover) > td > .btn.disabled.active,
.table-hover > tbody > tr:not(:hover) > td > .btn[disabled].active,
fieldset[disabled] .table-hover > tbody > tr:not(:hover) > td > .btn.active {
  background-color: transparent;
  border-color: transparent;
}
.table-hover > tbody > tr:not(:hover) > td > .btn .badge {
  color: transparent;
  background-color: #bdc3c7;
}
/* .table-hover > tbody > tr > td > .btn:active { */
/* box-shadow: none; */
/* } */
.table-no-borders {
  border: 0;
}
.table-no-borders > thead > tr > th,
.table-no-borders > tbody > tr > th,
.table-no-borders > tfoot > tr > th,
.table-no-borders > thead > tr > td,
.table-no-borders > tbody > tr > td,
.table-no-borders > tfoot > tr > td {
  border: 0;
}
.table-no-borders > thead > tr > th,
.table-no-borders > thead > tr > td {
  border-bottom: 0;
}
.label-bg {
  display: inline-block;
  padding: 0.2em 0.6em 0.3em;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  font-size: 90%;
}
a.label-bg:hover,
a.label-bg:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-bg:empty {
  display: none;
}
.btn .label-bg {
  position: relative;
  top: -1px;
}
dd .label-bg {
  display: inline;
  vertical-align: baseline;
}
.table .label-bg {
  padding: 0.2em 0.5em 0.3em;
  line-height: 1.4em;
}
.label-disabled {
  background-color: #777777;
}
.label-disabled[href]:hover,
.label-disabled[href]:focus {
  background-color: #5e5e5e;
}
.label-enabled {
  background-color: #5cb85c;
}
.label-enabled[href]:hover,
.label-enabled[href]:focus {
  background-color: #449d44;
}
.table .label-enabled {
  background-color: #1abc9c;
}
.table .label-enabled[href]:hover,
.table .label-enabled[href]:focus {
  background-color: #148f77;
}
/* ------------------------------------------
   Labels for Celery job status
 ------------------------------------------ */
.label-job {
  background-color: #777777;
}
.label-job[href]:hover,
.label-job[href]:focus {
  background-color: #5e5e5e;
}
.label-SUCCESS {
  background-color: #5cb85c;
}
.label-SUCCESS[href]:hover,
.label-SUCCESS[href]:focus {
  background-color: #449d44;
}
.label-FAILURE {
  background-color: #d9534f;
}
.label-FAILURE[href]:hover,
.label-FAILURE[href]:focus {
  background-color: #c9302c;
}
.label-ABORTED {
  background-color: #f0ad4e;
}
.label-ABORTED[href]:hover,
.label-ABORTED[href]:focus {
  background-color: #ec971f;
}
.label-selected {
  background-color: #34495e;
  border: 1px solid #34495e;
}
.label-selected[href]:hover,
.label-selected[href]:focus {
  background-color: #222f3d;
}
.label-unselected {
  /* .label-variant(@color-asbestos); */
  background-color: white;
  color: #95a5a6;
  border: 1px solid #95a5a6;
}
.label-unselected[href]:hover,
.label-unselected[href]:focus {
  background-color: #e6e6e6;
}
.badge-lg {
  min-width: 16px;
  padding: 6px 10px;
  font-size: 13px;
  vertical-align: middle;
}
/* --------------------------------------
 * paginate-buttons 
 * -------------------------------------- */
.hide-top-paginate-toolbar .paginate-toolbar-top {
  display: none;
}
.paginate-toolbar {
  margin-bottom: 8px;
}
.paginate-toolbar {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.paginate-toolbar .paginate-controls {
  float: right;
  /* position at righ */
}
.paginate-toolbar .row {
  /* Edit: overflow:hidden is commented because it doesn't allow to display dropdown menu. And expanding of width is not necesary in this context */
  /*overflow: hidden; */
  /* this is necessary for expanding to maximum available width (which is left after .pagenate-controls) */
  display: block;
  padding-left: 0;
  padding-right: 5px;
  padding-bottom: 3px;
  margin-left: 0;
  margin-right: 0;
}
.paginate-per-page .col-md-3 {
  padding-left: 0;
}
.paginate-controls {
  text-align: right;
}
.paginate-total {
  display: inline-block;
  padding: 6px 6px;
  margin: 0;
}
.paginate-total span {
  float: right;
  /* this is necessary to fight with li>a float:left */
}
.paginate-buttons {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}
.paginate-buttons > li {
  display: inline;
}
.paginate-buttons > li > a,
.paginate-buttons > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.paginate-buttons > li:first-child > a,
.paginate-buttons > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.paginate-buttons > li:last-child > a,
.paginate-buttons > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.paginate-buttons > li > a:hover,
.paginate-buttons > li > span:hover,
.paginate-buttons > li > a:focus,
.paginate-buttons > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.paginate-buttons > .active > a,
.paginate-buttons > .active > span,
.paginate-buttons > .active > a:hover,
.paginate-buttons > .active > span:hover,
.paginate-buttons > .active > a:focus,
.paginate-buttons > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.paginate-buttons > .disabled > span,
.paginate-buttons > .disabled > span:hover,
.paginate-buttons > .disabled > span:focus,
.paginate-buttons > .disabled > a,
.paginate-buttons > .disabled > a:hover,
.paginate-buttons > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: default;
}
.paginate-toolbar .selected-count,
.paginate-toolbar .progress-status {
  margin-left: 5px;
}
.paginate-toolbar {
  position: relative;
}
.paginate-toolbar .progress-status {
  padding: 6px 12px;
}
#progress-sticky {
  position: absolute;
  width: 100%;
}
#progress-status {
  display: inline-block;
  padding: 0 30px;
  margin-top: 25px;
  background-color: grey;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 4px;
}
#progress-status:empty {
  display: none;
  /* or visibility: hidden */
}
/*.logs .label {
    display: block;
    text-align: left;
    font-size: 90%;
    font-weight: 500;
    width: 100%;
    height: 2em;
    line-height: 1.5em;
} */
.logs .severity-critical {
  color: #a94442;
  background-color: #f2dede;
}
.logs .severity-error {
  color: #a94442;
  background-color: #f2dede;
}
.logs .severity-warning {
  color: #a94442;
  background-color: #fcf8e3;
}
.logs .severity-info {
  color: #31708f;
  background-color: #d9edf7;
}
.logs .severity-debug {
  color: #3c763d;
  background-color: #dff0d8;
}
.logs td.message {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 450px;
}
/*------------------------------------------------------------------
 Role view/edit
 ------------------------------------------------------------------- */
.access-level-root tbody tr.required-access-level,
.access-level-system tbody tr.required-access-level,
.access-level-tenant tbody tr.required-access-level,
.access-level-all_tenants tbody tr.required-access-level,
.access-level-managed_tenants tbody tr.required-access-level,
.access-level-managed_groups tbody tr.required-access-level,
.access-level-user tbody tr.required-access-level {
  display: none;
}
.access-level-system:not(.hide-system-permissions) tbody tr.required-access-level.system,
.access-level-tenant:not(.hide-system-permissions) tbody tr.required-access-level.tenant,
.access-level-all_tenants:not(.hide-system-permissions) tbody tr.required-access-level.all_tenants,
.access-level-managed_tenants:not(.hide-system-permissions) tbody tr.required-access-level.managed_tenants,
.access-level-managed_groups:not(.hide-system-permissions) tbody tr.required-access-level.managed_groups,
.access-level-user:not(.hide-system-permissions) tbody tr.required-access-level.user {
  display: table-row;
}
.access-level-system tbody tr.required-access-level.system:not(.require-system-tenant),
.access-level-tenant tbody tr.required-access-level.tenant:not(.require-system-tenant),
.access-level-all_tenants tbody tr.required-access-level.all_tenants:not(.require-system-tenant),
.access-level-managed_tenants tbody tr.required-access-level.managed_tenants:not(.require-system-tenant),
.access-level-managed_groups tbody tr.required-access-level.managed_groups:not(.require-system-tenant),
.access-level-user tbody tr.required-access-level.user:not(.require-system-tenant) {
  display: table-row;
}
.access-level-root tbody tr.not-allowed-access-level,
.access-level-system tbody tr.not-allowed-access-level,
.access-level-tenant tbody tr.not-allowed-access-level,
.access-level-all_tenants tbody tr.not-allowed-access-level,
.access-level-managed_tenants tbody tr.not-allowed-access-level,
.access-level-managed_groups tbody tr.not-allowed-access-level,
.access-level-user tbody tr.not-allowed-access-level {
  display: none;
}
.access-level-system:not(.hide-system-permissions) tbody tr.not-allowed-access-level.system,
.access-level-tenant:not(.hide-system-permissions) tbody tr.not-allowed-access-level.tenant,
.access-level-all_tenants:not(.hide-system-permissions) tbody tr.not-allowed-access-level.all_tenants,
.access-level-managed_tenants:not(.hide-system-permissions) tbody tr.not-allowed-access-level.managed_tenants,
.access-level-managed_groups:not(.hide-system-permissions) tbody tr.not-allowed-access-level.managed_groups,
.access-level-user:not(.hide-system-permissions) tbody tr.not-allowed-access-level.user {
  display: table-row;
}
.access-level-system tbody tr.not-allowed-access-level.system:not(.require-system-tenant),
.access-level-tenant tbody tr.not-allowed-access-level.tenant:not(.require-system-tenant),
.access-level-all_tenants tbody tr.not-allowed-access-level.all_tenants:not(.require-system-tenant),
.access-level-managed_tenants tbody tr.not-allowed-access-level.managed_tenants:not(.require-system-tenant),
.access-level-managed_groups tbody tr.not-allowed-access-level.managed_groups:not(.require-system-tenant),
.access-level-user tbody tr.not-allowed-access-level.user:not(.require-system-tenant) {
  display: table-row;
}
.hide-system-permissions .require-system-tenant {
  display: none;
}
.hide-system-access-levels .require-system-tenant {
  display: none;
}
tr.superuser_level_msg {
  display: none;
}
.access-level-root tr.superuser_level_msg {
  display: table-row;
}
.superuser_level_msg .msg {
  text-align: center;
  font-weight: bold;
}
tr.not-allowed-access-level {
  background-color: #f9f9f9;
  color: #95a5a6;
}
.role-perm-yes .glyphicon:before {
  content: "\e013";
}
.role-perm-no .glyphicon:before {
  content: "\e014";
}
.role-perm-yes,
.role-perm-no {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 5px;
}
.role-perm-no {
  color: #A6A6A6;
}
.role-perm-yes {
  color: #4C9F6F;
  font-weight: bold;
}
.role-perm-item {
  white-space: nowrap;
}
/*
.role-perm-yes .role-perm-item {
background-color: #909090;
display: inline;
padding: .2em .6em .3em;
color: #fff;
border-radius: .25em;
}
*/
/*------------------------------------------------------------------
 Table Role Permissions
 ------------------------------------------------------------------- */
table.table-permissions > thead > tr > th:first-child,
table.table-permissions > tbody > tr > td,
table.table-permissions > tbody > tr > th {
  padding: 13px 8px;
}
table.table-permissions > tbody > tr > td.checkboxes {
  padding: 7px 8px;
}
.table-permissions .checkbox-inline {
  padding: 0;
  padding-top: 3px;
  margin-right: 8px;
}
.table-permissions .checkbox-inline span {
  padding: 4px 8px;
  border-radius: 4px;
}
.table-permissions .checkbox-inline span:hover {
  background-color: #D7DCDF;
}
.table-permissions .checkbox-inline span:before {
  height: inherit !important;
}
table.table-permissions tbody tr:first-child td,
table.table-permissions tbody tr:first-child th {
  border-color: transparent;
}
.table-permissions td.links {
  text-align: right;
  white-space: nowrap;
}
.table-permissions th.title {
  white-space: nowrap;
}
.panel-login {
  margin-top: 32px;
}
.panel-login > .panel-heading {
  font-weight: 700;
  font-size: 25px;
  color: white;
  background-color: #34495e;
  padding: 24px 15px;
  text-align: center;
}
.panel-login .form-horizontal {
  border: 0;
}
.panel-login .form-horizontal .control-label {
  text-align: left;
}
.panel-login .form-group-buttons {
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.panel-login .form-group-buttons .btn-login {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.panel-login .form-group-buttons .btn-login,
.panel-login .form-group-buttons .btn-login:visited {
  color: #fff;
  background-color: #16a085;
  border-color: #16a085;
}
.panel-login .form-group-buttons .btn-login:hover,
.panel-login .form-group-buttons .btn-login:focus,
.panel-login .form-group-buttons .btn-login:active,
.panel-login .form-group-buttons .btn-login.active {
  color: #fff;
  background-color: #107360;
  border-color: #107360;
}
table.table-with-details {
  /* border-collapse: separate; */
}
table.table-with-details thead {
  background-color: white;
}
.row-details.collapsed {
  display: none;
}
.row-details:hover > td {
  background-color: white !important;
}
.row-details > td {
  border: 0 !important;
  padding: 0 !important;
}
.row-details-content {
  /* border: 5px solid @color-belize-hole;  */
  border: 5px solid #7f8c8d;
  border-top-width: 0;
  padding: 8px;
}
.row-details-content .panel {
  margin-bottom: 0;
  /* overwrite a default margin when Panel is placed inside row-details */
}
.row-details-content .table-interaction-calls {
  margin-bottom: 0;
  /* overwrite a default margin when table is placed inside row-details */
}
/* --------------------
   Highlighted row in table
 ------------------------- */
.table-interaction-calls > tbody > tr {
  cursor: pointer;
}
.table-interaction-calls > tbody > tr:active > td,
.table-interaction-calls > tbody > tr:active > th {
  background-color: #d2d2d2;
}
.table-interaction-calls > tbody > tr.highlighted-row,
.table-interaction-calls > tbody > tr.highlighted-row:hover {
  cursor: default;
  background-color: #ffdf5d;
}
.table-interaction-calls > tbody > tr.highlighted-row > td,
.table-interaction-calls > tbody > tr.highlighted-row:hover > td,
.table-interaction-calls > tbody > tr.highlighted-row > th,
.table-interaction-calls > tbody > tr.highlighted-row:hover > th {
  background-color: #ffdf5d;
}
.table-interaction-calls > tbody > tr.highlighted-row .column-timeline .timeline,
.table-interaction-calls > tbody > tr.highlighted-row:hover .column-timeline .timeline {
  background-color: #c19651;
}
.highlighted-row + .row-details .row-details-content {
  border-color: #f39c12;
}
.table-with-details .row-data {
  cursor: pointer;
}
.table-with-details .row-data.highlighted-row {
  background-color: #ffdf5d;
}
.table-with-details .row-data.highlighted-row.expanded {
  background-color: #f39c12;
}
.table-with-details .row-data.expanded {
  color: white;
  /* background-color: @color-belize-hole; */
  background-color: #7f8c8d;
}
.table-with-details .row-data.expanded a,
.table-with-details .row-data.expanded a:visited,
.table-with-details .row-data.expanded a:hover {
  color: white;
}
.table-with-details .row-data.expanded .popover {
  color: black;
  /* fix issue wiht white text on white backgroun in popover */
}
.table-with-details .row-data.expanded td {
  border-top: 0;
}
.table-with-details .row-data.expanded.selected-row td {
  /* background-color: @color-belize-hole !important; */
  background-color: #7f8c8d !important;
}
.table-with-details .row-data.expanded:hover td {
  /* background-color: @color-peter-river !important; */
  background-color: #95a5a6 !important;
}
.table-with-details .row-data.expanded:hover + tr.row-details .row-details-content {
  /* border-color: @color-peter-river !important; */
  border-color: #95a5a6 !important;
}
.table-with-details .row-data .fa-toggle-details {
  font-size: 100%;
  color: #7f8c8d;
}
.table-with-details .row-data.expanded .fa-toggle-details {
  color: white;
}
.table-with-details .row-data .fa-toggle-details:before {
  /* fa-caret-left */
  /* content: "\f0d9";  */
  content: "\f196";
}
.table-with-details .row-data.expanded .fa-toggle-details:before {
  /* fa-caret-down */
  /* content: "\f0d7";   */
  content: "\f147";
}
.row-details-content dl.view {
  margin-bottom: 0;
  padding: 0;
}
.row-details-content dl.view dt {
  font-weight: bold;
}
.row-details-content dl.view dd {
  font-weight: normal;
}
.row-details-content dl.view .party-name {
  font-weight: bold;
}
.row-details-content dl.view .party-user {
  font-weight: bold;
}
.row-details-content dl.view .party-client {
  font-weight: bold;
}
/* ------------------------------------------------
*  User's tree
*  --------------------------------------------- */
.users-list {
  margin-bottom: 15px;
}
.users-list a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  line-height: 2.3em;
  position: relative;
}
.users-list a.active {
  font-weight: 700;
}
.users-list a:hover {
  background: #dde4e6;
}
.users-list a i {
  width: 19px;
  position: absolute;
  line-height: 2.3em;
  left: 0;
  top: 0;
  text-align: center;
}
.users-list a i:hover {
  background: #c0cdd1;
}
.users-list a.has-children i:before {
  content: "\f0d7";
}
.users-list a.has-children i.collapsed:before {
  content: "\f0da";
}
.users-list a.group {
  /* text-transform: uppercase; */
  padding-left: 22px;
}
.users-list a.user {
  padding-left: 30px;
}
.users-list .links {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #bdc3c7;
  font-size: 90%;
  display: block;
  text-align: center;
}
.users-list .links a {
  color: #428bca;
}
.users-list .links a:hover {
  background: transparent;
  text-decoration: underline;
}
/* ------------------------------------------------
*  Signaling packets accordiong
*  --------------------------------------------- */
.signaling-packets-list .panel-heading {
  padding: 0;
}
.signaling-packets-list a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  line-height: 2.3em;
  padding-left: 32px;
  position: relative;
}
.signaling-packets-list a:hover {
  background: #dde4e6;
}
.signaling-packets-list a i {
  width: 19px;
  position: absolute;
  line-height: 2.3em;
  left: 4px;
  top: 0;
  text-align: center;
}
.signaling-packets-list a i:before {
  content: "\f0d7";
}
.signaling-packets-list a.collapsed i:before {
  content: "\f0da";
}
/* ------------------------------------------------
*  Saved Searches list
*  --------------------------------------------- */
.saved-search-list {
  margin-bottom: 15px;
}
.saved-search-list a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
  line-height: 2.3em;
  position: relative;
}
.saved-search-list a.active {
  font-weight: 700;
}
.saved-search-list a:hover {
  background: #dde4e6;
}
.saved-search-list a i {
  width: 19px;
  position: absolute;
  line-height: 2.3em;
  left: 0;
  top: 0;
  text-align: center;
}
.saved-search-list a {
  padding-left: 22px;
}
.saved-search-links {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #bdc3c7;
  font-size: 90%;
  display: block;
  text-align: center;
}
/* ------------------------------------------------
*  Styling for displaying of "visible column names"
*  --------------------------------------------- */
span.visible-column {
  padding: 3px 5px 3px 5px;
  border-radius: 3px;
  background-color: #F0F0F0;
  color: #555555;
  display: inline-block;
  margin: 3px 2px;
  border: solid 1px #c5c5c5;
}
/* ------------------------------------------------
* Call category list
*  --------------------------------------------- */
.call-category-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.call-category-list ul .item:hover {
  background-color: #f5f5f5;
}
.call-category-list ul .item:not(:hover) .btn {
  color: #bdc3c7;
  background-color: transparent;
  border-color: transparent;
}
.call-category-list ul .children {
  margin-left: 19px;
}
.call-category-list ul li {
  margin: 0;
}
.call-category-list ul .item {
  padding: 8px 5px;
}
.call-category-list ul .item i.icon-expand {
  cursor: pointer;
  width: 19px;
  text-align: left;
  padding-left: 3px;
}
.call-category-list ul .item.has-children i.icon-expand:before {
  content: "\f0d7";
}
.call-category-list ul .item.has-children i.icon-expand.collapsed:before {
  content: "\f0da";
}
/* ------------------------------------------------
* Call category sidebar menu tree
*  --------------------------------------------- */
.call-category-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.call-category-menu ul .item:hover {
  background-color: #f5f5f5;
}
.call-category-menu ul .children {
  margin-left: 19px;
}
.call-category-menu ul li {
  margin: 0;
}
.call-category-menu ul a {
  display: block;
  color: #333333;
  line-height: 2.3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.call-category-menu ul a:hover {
  text-decoration: none;
}
.call-category-menu ul .item {
  position: relative;
}
.call-category-menu ul .item.active {
  font-weight: 700;
}
.call-category-menu ul .item:hover {
  background: #dde4e6;
}
.call-category-menu ul .item i {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 19px;
  line-height: 2.2em;
  left: 0;
  top: 0;
  text-align: center;
}
.call-category-menu ul .item i:hover {
  background: #c0cdd1;
}
.call-category-menu ul .item .title {
  display: block;
  margin-left: 22px;
}
.call-category-menu ul .item.has-children i:before {
  content: "\f0d7";
}
.call-category-menu ul .item.has-children i.collapsed:before {
  content: "\f0da";
}
.call-category-menu .links {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #bdc3c7;
  font-size: 90%;
  display: block;
  text-align: center;
}
.confidential-label {
  padding: 0.2em 0.6em 0.3em;
  margin: 1px 0;
  font-size: 90%;
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  color: #fff;
  background-color: #f0ad4e;
}
.encrypted-label {
  padding: 0.2em 0.6em 0.3em;
  margin: 1px 0;
  font-size: 90%;
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  color: #fff;
  background-color: #34495e;
  cursor: pointer;
}
.category-label {
  /* display: inline; */
  padding: 0.2em 0.6em 0.3em;
  margin: 1px 0;
  font-size: 90%;
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  /* color: @color-wet-asphalt; */
  color: #34495e;
  /* background-color: #FFDEC1; */
  background-color: #F0F0F0;
  /* background-color: #f9e38d; */
  display: inline-block;
  cursor: pointer;
}
.category-label a {
  color: #34495e !important;
  text-decoration: none;
}
.category-label:hover {
  background-color: #BEBEBE;
}
.category-label:hover a {
  text-decoration: underline;
}
.category-label:empty {
  display: none;
}
.table-hover tr:hover .category-label {
  background-color: #dcdcdc;
}
.table-hover tr:hover .category-label:hover {
  background-color: #BEBEBE;
}
.table-hover tr:hover .category-label:hover a {
  text-decoration: underline;
}
.call-labels-panel {
  margin-bottom: 15px;
}
.call-labels-panel .category-label {
  font-size: 100%;
  background-color: #dadae3;
}
.call-labels-panel .confidential-label {
  font-size: 100%;
}
.call-labels-panel .encrypted-label {
  font-size: 100%;
}
.call-labels-panel .popover {
  max-width: 368px;
}
.dropdown-menu a.opt {
  cursor: pointer;
}
/* ------------------------------------------------
* Column "From -> To"
*  --------------------------------------------- */
.table-interaction-calls .column-call_from_to,
.table-interaction-calls .column-from_to,
.table-interaction-calls .column-time,
.table-interaction-calls .column-from,
.table-interaction-calls .column-to {
  white-space: nowrap;
}
/* ------------------------------------------------
* Column "Timeline"
*  --------------------------------------------- */
.table-interaction-calls .column-timeline,
.table-interaction-calls .column-call_timeline {
  width: 99%;
}
.column-timeline {
  min-width: 100px;
}
.column-call_timeline .timeline,
.column-timeline .timeline {
  position: relative;
  background: #BDC3C7;
  min-width: 1px;
}
/* ------------------------------------------------
* Column "From"
*  --------------------------------------------- */
/* .table .column-from { */
/* max-width: 30%; */
/* width: 200px; */
/* word-wrap: break-word; */
/* } */
/* .table .column-to { */
/* max-width: 30%; */
/* } */
/* ------------------------------------------------
* Column "Icons"
*  --------------------------------------------- */
.table > thead > tr > th.column-icons,
.table > tbody > tr > td.column-icons {
  padding-left: 0;
  padding-right: 0;
}
.table > thead > tr > th.column-icons:first-child,
.table > tbody > tr > td.column-icons:first-child {
  padding-left: 8px;
}
/* ------------------------------------------------
* Info "This call is a part of longer interactoin"
*  --------------------------------------------- */
.table-interaction-calls .part-interaction-wrap,
.table-interaction-calls .part-interaction-icon {
  display: none;
  /* Hide this block when showing inling call details on interaction view page */
}
.table .call-details-interaction .call-details-data {
  display: none;
  /* hide call details on regular call list page */
}
.table-interaction-calls .call-details-interaction .call-details-data {
  display: block;
  /* Show call details on interaction call list page */
}
.part-interaction-wrap {
  text-align: center;
}
.part-interaction-info {
  background-color: #fcf8e3;
  padding: 8px 12px;
  display: inline-block;
}
tr.transcript-search-highlight {
  background-color: #FFF9E5;
}
/* ------------------------------------------------
* Speech Analytics 
*  --------------------------------------------- */
.category-bookmark {
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: black;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 20px;
}
.keywords .word {
  color: white;
  background-color: #777777;
  /* color:#34495e; */
  /* background-color: #F0F0F0; */
  display: inline-block;
  padding: 0.2em 0.6em 0.3em;
  font-size: 90%;
  font-weight: 500;
  /* line-height: 1; */
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin: 1px 0;
  line-height: 1.4em;
}
.keywords .word.word-link:hover {
  text-decoration: underline;
  cursor: pointer;
  filter: brightness(0.8);
}
.keywords .word.word-link.active {
  background-color: #16a085;
}
.redactions .word {
  display: inline-block;
  padding: 0.2em 0.6em 0.3em;
  font-size: 90%;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin: 1px 0;
  line-height: 1.4em;
}
.redactions .word.word-link:hover {
  text-decoration: underline;
  cursor: pointer;
  filter: brightness(0.8);
}
.table .column-keywords .keywords {
  display: block;
  max-width: 300px;
}
.table .column-keywords .keywords .word:hover {
  text-decoration: none;
  /* cursor: auto; */
}
span.call-score {
  font-size: 90%;
}
.transcript dl.view dd.party-a,
.transcript dl.view dt.party-a {
  font-weight: normal;
}
.transcript dl.view dd.party-b,
.transcript dl.view dt.party-b {
  font-weight: bold;
}
.transcript dl.view dd.party-b .notes-wrap,
.transcript dl.view dt.party-b .notes-wrap {
  font-weight: normal;
}
.transcript .phrase.negative {
  background-color: #e74c3c;
  color: white;
  padding: 0 2px;
  margin-left: -2px;
}
.transcript .phrase.positive {
  background-color: #2ecc71;
  color: white;
  padding: 0 2px;
  margin-left: -2px;
}
.transcript .word:hover {
  text-decoration: underline;
  cursor: pointer;
  background-color: #f1c40f;
}
.transcript .word.spoken {
  background-color: #f1c40f;
}
.audio-markers {
  position: relative;
  height: 1.5em;
}
.audio-markers .marker {
  padding: 0 1px;
  position: absolute;
  z-index: 91;
  top: -13px;
  transform: translate(-50%, 0%);
  font-size: 160%;
}
.audio-markers .marker i.fa:before {
  content: "\f139";
  /* chevron-circle-up */
}
.audio-markers .redaction-marker {
  padding: 0 1px;
  position: absolute;
  z-index: 89;
  transform: translate(-50%, 0%);
  font-size: 160%;
  cursor: pointer;
}
.redaction-pic-number {
  margin-left: 0.4em;
  padding-left: 0.4em;
  padding-right: 0.4em;
}
.redaction-pic-icon {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 20px;
}
.transcript .redaction-pic-number,
.transcript .redaction-pic-icon {
  vertical-align: top;
}
.transcript :not(span.phrase.negative, span.phrase.positive) > .redaction-pic-icon.fa-exclamation-circle {
  color: #e74c3c;
}
.waveplayer {
  position: relative;
}
.waveplayer .waveform {
  min-height: 3em;
}
.waveplayer .load-progress-wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 100;
  pointer-events: none;
}
.waveplayer .load-progress {
  display: inline-block;
  padding: 0 10px;
  margin-top: 1em;
  background-color: grey;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 4px;
}
.panel-heading .header-link {
  float: right;
  text-transform: none;
  font-weight: normal;
  color: #7f8c8d;
  font-size: 75%;
  line-height: 190%;
}
.table-player-timeline .timeline {
  display: inline-block;
  position: absolute;
  background: #bdc3c7;
  height: 1.6em;
  top: 0.5em;
  cursor: pointer;
}
.table-player-timeline .timeline:hover {
  text-decoration: inherit;
  background-color: #7f8c8d;
}
.table-player-timeline .timeline-connected {
  background: #95a5a6;
}
.table-player-timeline .timeline-connected:hover {
  background-color: #7f8c8d;
}
.table-player-timeline .row-timeline td {
  position: relative;
  height: 2.6em;
  padding: 0.3em 0;
}
.table-player-timeline td.from-to-numbers {
  white-space: nowrap;
  padding-right: 1em;
}
.table-player-timeline td.from-to-numbers .popover-content {
  min-width: 15em;
}
.label-number {
  background-color: #92979B;
  min-width: 1px;
  font-size: 100%;
}
.popover-title {
  font-weight: bold;
}
.popover .call-details {
  display: table;
}
.popover .call-details .row {
  display: table-row;
}
.popover .call-details .dt {
  display: table-cell;
  padding: 0.2em 0.3em;
}
.popover .call-details .dd {
  display: table-cell;
  padding: 0.2em 0.3em;
  font-weight: bold;
}
.note {
  margin-bottom: 15px;
  background-color: #FFFFFF;
  padding: 5px 9px 5px 15px;
}
.sub-notes .note {
  padding: 0;
}
.note .bottom-buttons {
  margin-bottom: 8px;
}
.notes-wrap form h2,
.note h2 {
  margin-top: 0;
  margin-bottom: 9.5px;
  font-size: 13px;
}
.notes-pinned .note {
  background-color: #e2f3fe;
  box-shadow: inset 6px 0px 0px 0px #3498db;
}
.notes-pinned .sub-notes .note {
  box-shadow: none;
}
.notes-normal .note {
  background-color: #FFF9E5;
}
.notes-pinned .btn-pin {
  display: none;
}
.notes-normal .btn-unpin {
  display: none;
}
.note-header {
  padding-bottom: 0.3em;
  border-bottom: lightgrey 1px solid;
  position: relative;
}
.note .date {
  display: inline-block;
  font-size: 90%;
  color: grey;
}
.note .position {
  font-weight: bold;
  font-size: 90%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.note .author {
  display: inline-block;
  font-weight: bold;
  font-size: 90%;
}
.note .buttons {
  display: inline-block;
  float: right;
}
.note pre {
  background-color: transparent;
  border: none;
  font-size: inherit;
  color: inherit;
  margin: 0;
  padding: 9px 0;
  white-space: pre-wrap;
  word-break: break-word;
}
.video-load-progress {
  height: 4px;
  background: #bdc3c7;
  position: relative;
}
.video-load-progress .progress-region {
  position: absolute;
  height: 4px;
  background: #3498db;
}
.under-nav-tabs-content-borders {
  border-top: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
.transcript .popover .phrase-details {
  display: table;
}
.transcript .popover .phrase-details .row {
  display: table-row;
}
.transcript .popover .phrase-details .dt-only {
  display: table-cell;
  padding: 0.2em 0 0.2em 0.3em;
}
.transcript .popover .phrase-details .dt {
  display: table-cell;
  padding: 0.2em 1em 0.2em 0.3em;
}
.transcript .popover .phrase-details .dd {
  display: table-cell;
  padding: 0.2em 0.3em;
  font-weight: bold;
}
/* ------------------------------------------------
* Column "Extension"
*  --------------------------------------------- */
.table .column-extension {
  text-align: right;
}
.form-horizontal .evaluation-report-section .control-label {
  text-align: left;
  /* font-weight: normal; */
}
form .evaluation-report-section .required:after {
  content: '';
}
.table-evaluation-report > tbody > tr > td {
  border-top: none;
}
.table-evaluation-report .not-completed {
  color: red;
}
.table-evaluation-report td.question {
  width: 70%;
}
.table-evaluation-report td.answer {
  width: 30%;
}
.table-evaluation-report td.answer .label {
  font-size: 100%;
}
.panel-heading .evaluation-report-section-score {
  float: right;
}
.evaluation-report-form {
  padding: 0;
}
.evaluation-report-view dt.score {
  padding: 6px 0;
  line-height: 42px;
}
.evaluation-report-view dd.score {
  padding: 6px 0;
  font-size: 38px;
  line-height: 42px;
}
.evaluation-report-form .na-checkbox .checkbox,
.evaluation-report-form .override-checkbox .checkbox {
  padding-top: 5px;
}
.evaluation-report-form .panel-heading .na-checkbox {
  padding-top: 0;
  font-size: 15px;
}
.evaluation-report-form .panel-heading .na-checkbox .checkbox label {
  font-weight: 700;
}
.evaluation-report-form .disabled-section .panel-body,
.evaluation-report-form .disabled-section .form-group,
.evaluation-report-form .disabled-section .select2-choice,
.evaluation-report-form .disabled-section .form-control,
.evaluation-report-form .disabled-section .select2-input,
.evaluation-report-form .disabled-section .select2-container .select2-choices,
.evaluation-report-form .disabled-section .select2-container-multi .select2-choices .select2-search-field input {
  color: #7f8c8d;
  background-color: #EEEEEE !important;
}
.evaluation-report-form .disabled-question .form-group,
.evaluation-report-form .disabled-question .select2-choice,
.evaluation-report-form .disabled-question .form-control,
.evaluation-report-form .disabled-question .select2-input,
.evaluation-report-form .disabled-question .select2-container .select2-choices,
.evaluation-report-form .disabled-question .select2-container-multi .select2-choices .select2-search-field input {
  color: #7f8c8d;
  background-color: #EEEEEE !important;
}
.evaluation-report-form .question-radio-edit {
  display: none;
}
.evaluation-report-form .override-question .question-radio-view {
  display: none;
}
.evaluation-report-form .override-question .question-radio-edit {
  display: inherit;
}
.evaluation-report-form a.question-auto-score-title,
.evaluation-report-view a.question-auto-score-title {
  color: inherit;
  text-decoration: none;
  display: flex;
}
.evaluation-report-form .fa,
.evaluation-report-view .fa {
  line-height: 21px;
  text-align: left;
}
.evaluation-report-form .fa-collapse-toggle:before,
.evaluation-report-view .fa-collapse-toggle:before {
  content: "\f0d7";
}
.evaluation-report-form .collapsed .fa-collapse-toggle:before,
.evaluation-report-view .collapsed .fa-collapse-toggle:before {
  content: "\f0da";
}
.evaluation-report-form .collapsing,
.evaluation-report-view .collapsing {
  -webkit-transition: none;
  transition: none;
}
.evaluation-report-form .question-auto-score-details,
.evaluation-report-view .question-auto-score-details {
  padding-left: 26px;
}
.evaluation-report-form .question-auto-score-details .bs-callout,
.evaluation-report-view .question-auto-score-details .bs-callout {
  margin: 0;
  margin-bottom: 25px;
}
.evaluation-report-form .question-auto-score-details .caption,
.evaluation-report-view .question-auto-score-details .caption {
  font-weight: 700;
}
.evaluation-report-form .question-auto-score-details em,
.evaluation-report-view .question-auto-score-details em {
  font-style: normal;
  background-color: #fff2bf;
  color: inherit;
}
.evaluation-report-view a.question-with-comment-title {
  color: inherit;
  text-decoration: none;
  display: flex;
}
.evaluation-report-view .fa {
  line-height: 21px;
  text-align: left;
}
.evaluation-report-view .fa-collapse-toggle:before {
  content: "\f0d7";
}
.evaluation-report-view .collapsed .fa-collapse-toggle:before {
  content: "\f0da";
}
.evaluation-report-view .collapsing {
  -webkit-transition: none;
  transition: none;
}
.evaluation-report-view .question-with-comment-details {
  padding-left: 26px;
}
.evaluation-report-view .question-with-comment-details .bs-callout {
  margin: 0;
  margin-bottom: 25px;
}
.evaluation-report-view .question-with-comment-details .caption {
  font-weight: 700;
}
.evaluation-report-view .question-with-comment-details em {
  font-style: normal;
  background-color: #fff2bf;
  color: inherit;
}
/*------------------------------------------------------------------
 Table Role Permissions
 ------------------------------------------------------------------- */
table.table-search-audit {
  background-color: transparent;
}
table.table-search-audit > tbody > tr > td,
table.table-search-audit > tbody > tr > th {
  padding: 13px 8px;
  border-color: transparent;
}
table.table-search-audit > tbody > tr > td.checkboxes {
  padding: 7px 8px;
  text-align: left;
}
table.table-search-audit .checkbox-inline {
  padding: 0;
  padding-top: 3px;
  margin-right: 8px;
}
table.table-search-audit .checkbox-inline span {
  padding: 4px 8px;
  border-radius: 4px;
}
table.table-search-audit .checkbox-inline span:hover {
  background-color: #D7DCDF;
}
table.table-search-audit .checkbox-inline span:before {
  height: inherit !important;
}
table.table-search-audit th.title {
  white-space: nowrap;
  width: 1%;
}
table.table-search-audit td.links {
  text-align: right;
  white-space: nowrap;
}
.table-report-summary > tbody > tr > th {
  background: #2980B9;
  color: white;
  font-weight: 700;
  border-right: white 1px solid;
  border-top: white 1px solid;
  text-transform: none;
}
.table-report-summary > tbody > tr:first-child > th,
.table-report-summary > tbody > tr:first-child td {
  border-top: none;
}
.table-report > thead > tr > th {
  background: #2980b9;
  color: white;
  font-weight: 700;
  text-transform: none;
  border-bottom: white 1px solid;
  border-right: white 1px solid;
}
.table-report > thead > tr > th:last-child {
  border-right: none;
}
.table-report > tbody > tr.summary-row > td {
  background: #7f8c8d;
  color: white;
  font-weight: 700;
  border-top: none;
  border-right: white 1px solid;
}
.table-report > tbody > tr.summary-row > td:last-child {
  border-right: none;
}
@media print {
  * {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    color: #000 !important;
    text-decoration: none;
  }
  a[href]::after {
    content: "";
  }
  abbr[title]::after {
    content: "";
  }
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .btn,
  .dropup > .btn {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .buttons {
    display: none;
  }
  .audit-trail-for-object {
    display: none;
  }
  .modal {
    display: none;
  }
  .navbar-header {
    display: none;
  }
  .license-invalid {
    display: none;
  }
  #flash-messages {
    display: none;
  }
  .nav {
    display: none;
  }
  .form-search {
    display: none;
  }
  .paginate-buttons,
  .paginate-per-page,
  .paginate-toolbar-bottom {
    display: none;
  }
  .daterangepicker {
    display: none;
  }
  .check {
    display: none;
  }
  .dropdown-menu {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
  .dl-horizontal,
  .dl-horizontal-compact,
  .dl-horizontal-wide {
    background-color: white;
    padding: 15px;
  }
  .dl-horizontal dd,
  .dl-horizontal-compact dd,
  .dl-horizontal-wide dd {
    margin-left: 140px;
    padding: 0.3em 0;
    margin-bottom: 0;
  }
  .dl-horizontal dt,
  .dl-horizontal-compact dt,
  .dl-horizontal-wide dt {
    float: left;
    width: 120px;
    clear: left;
    text-align: right;
    padding: 0.3em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .panel-body .dl-horizontal,
  .panel-body .dl-horizontal-compact,
  .panel-body .dl-horizontal-wide,
  .modal-body > .dl-horizontal,
  .modal-body > .dl-horizontal-compact,
  .modal-body > .dl-horizontal-wide {
    padding: 0;
  }
  .modal-body > dl {
    margin-bottom: 0;
    /* override default bottom margin */
  }
  dl.view dt {
    font-weight: normal;
  }
  dl.view dd {
    font-weight: bold;
  }
  .tab-content {
    margin-bottom: 1em;
  }
}
/*# sourceMappingURL=print.css.map */