@charset "UTF-8";
.user-account-selector {
  position: relative; }
  .user-account-selector .user-account-list {
    position: absolute;
    transform: translate3d(-100%, calc(-2rem - 8px), 0px);
    display: none; }
  .user-account-selector:hover .user-account-list {
    display: block; }

.img-fluid-error {
  max-width: 70%;
  height: auto; }

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2; }

@media only screen and (max-width: 595px) {
  html body #content {
    overflow-x: scroll; } }
html body #preview-bse {
  height: 750px;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  background: rgba(221, 221, 221, 0.8) radial-gradient(rgba(153, 153, 153, 0.1) 1px, transparent 2px);
  background-size: 10px 10px; }
html body tr.active {
  background-color: rgba(24, 125, 203, 0.5);
  color: #ffffff; }
html body .btn-order .btn-order-direction i {
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
html body .btn-order.selected .btn-order-direction i {
  transform: rotate(180deg); }
html body .breakpoint-class {
  padding: 1rem !important; }
  @media only screen and (max-width: 595px) {
    html body .breakpoint-class {
      padding: 0rem !important; } }
@media only screen and (max-width: 595px) {
  html body thead {
    font-size: 13px; } }
@media only screen and (max-width: 595px) {
  html body tbody {
    font-size: 12px; } }
@media only screen and (max-width: 595px) {
  html body tbody .card-body {
    padding: 1rem !important; } }

.bg-main {
  background-color: #187dcb;
  color: #ffffff; }

.text-main {
  color: #187dcb; }

input[type="checkbox"] {
  width: 1.3em;
  height: 1.3em;
  background-color: white !important;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #5a5c69;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  position: relative; }
  input[type="checkbox"]:checked {
    border: 0px solid #ddd;
    background-color: #187dcb; }
    input[type="checkbox"]:checked:before {
      text-align: center;
      border-radius: 50%;
      font-weight: 900;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #ffffff;
      width: 100%;
      height: 100%;
      content: "✓";
      padding-bottom: 2px;
      background: #187dcb;
      border-color: #187dcb;
      position: absolute; }

div#preview-bse > .dvContainer {
  width: 100% !important; }

/*# sourceMappingURL=style.css.map */
