/* Kinetic Styles */
@font-face {
  font-family: "Mikro";
  src: url("../fonts/Mikro-Regular.woff2") format("woff2"),
    url("../fonts/Mikro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MikroMedium";
  src: url("../fonts/Mikro-Medium.woff") format("woff2"),
    url("../fonts/Mikro-Medium.woff.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html * {
  font-family: "Mikro", sans-serif;
}
body {
  background-color: #fff !important;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
th {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}
.sort-column {
  cursor: pointer;
}
.page-content {
  margin-left: 5%;
  margin-right: 5%;
}
.panel {
  box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 4px, rgba(0, 0, 0, 0.09) 0px 1px 4px;
  border-radius: 0px;
  border: 0px;
}
.panel-heading {
  border-radius: 0px;
}
.btn-primary {
  background: #4d66fc;
  border-color: #4d66fc;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #9fc3ff;
  border-color: #9fc3ff;
}
.table {
  border: none !important;
  margin-bottom: 0;
}
.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 transparent;
  border-bottom: 1px solid #eaeaea;
}
.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: 15px;
}

.table-bordered > tbody > tr:last-child > th,
.table-bordered > tfoot > tr:last-child > th,
.table-bordered > tbody > tr:last-child > td,
.table-bordered > tfoot > tr:last-child > td {
  border: 0.5px solid transparent;
}

.blue-information-table {
  color: dodgerblue;
}
.modal {
  background-color: transparent !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
}

.cancel-style {
  font-size: 1.2em;
  background-color: none;
  border: none;
  color: #4d66fc;
}
.button-modal-style {
  padding: 0.4rem 1rem;
  font-size: 1em;
}
.pagination > .active > a {
  background-color: #4d66fc;
}
.print-button-style {
  background-color: none !important;
  border: none !important;
  font-size: 0.8em;
}
@page {
  size: A1;
  margin: 0;
}
@media print {
  html,
  body {
    width: 594mm;
    height: 841mm;
  }

  .navbar-fixed-top {
    display: none;
  }
  .page-header {
    margin-top: 0 !important;
  }
  .filter-bar {
    display: none;
  }
  .printFilters {
    background-color: #4d66fc;
    color: white;
    font-size: 14px;
    padding-left: 70px;
    margin-left: -15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .printFilters b {
    font-weight: bold;
  }
}

@media print {
  .c3 {
    /*padding-top: 150px;*/
  }

  ::-webkit-scrollbar {
    display: none;
  }
}
