﻿/*
    This is a SASS file.  Install Visual Studio "Web Compiler" extension for built-in IDE support.
*/
.body-content {
  padding-left: 15px;
  padding-right: 15px; }

.navbar {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0; }

.navbar.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase; }

.navbar .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; }

.navbar .navbar-brand {
  height: auto;
  margin: 0 !important;
  padding: 7px 15px 7px 0;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 315px; }

.navbar .navbar-brand > img {
  width: 100%; }

.navbar .navbar-collapse {
  flex-basis: 100%; }

.navbar .navbar-toggle {
  float: none;
  border-color: #fff !important;
  margin: 0 0 0 auto; }

@media (min-width: 768px) {
  .navbar .wrapper {
    flex-wrap: nowrap; }
  .navbar .navbar-collapse {
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .navbar .navbar-nav {
    float: right;
    margin-right: -15px;
    clear: both; }
  .navbar .navbar-nav > li > a {
    padding: 5px 15px; }
  .navbar .navbar-nav .dropdown-menu {
    right: 0;
    left: auto; } }

fieldset {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px; }

legend {
  width: auto;
  font-size: 14px;
  margin: 0 -5px;
  padding: 0 5px;
  border: none; }

.narrow-gutters {
  margin-right: -7px;
  margin-left: -7px; }

.narrow-gutters > [class*="col-"] {
  padding-right: 7px;
  padding-left: 7px; }

.row-striped {
  border-bottom: 1px solid #ddd; }

.row-striped:nth-of-type(odd) {
  background-color: #efefef; }

.row-striped:nth-of-type(even) {
  background-color: #fff; }

.required:after {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline;
  content: '\f069';
  color: #a94442;
  font-size: 8px;
  margin-left: 5px;
  vertical-align: top; }

.form-horizontal .control-label.required:after {
  position: absolute;
  top: 7px; }

.custom-spinner {
  display: none;
  background: rgba(255, 255, 255, 0.66);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999; }

.custom-spinner:after {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: '\f2f1';
  color: #337ab7;
  font-size: 70px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.custom-message .alert-icon {
  font-size: 18px;
  margin-right: 7px;
  vertical-align: middle;
  width: 20px !important;
  float: left; }

.checkbox-control {
  width: inherit;
  height: 22px;
  width: 22px;
  display: initial; }

.checkbox-container {
  width: 4% !important; }

.checkbox-label {
  font-weight: normal;
  display: inline-block; }

.bold {
  font-weight: bold; }

.min-width-200px {
  min-width: 200px !important; }

/*.table tr > td:last-child, .table tr > th:last-child {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    background-color: #fff;
    padding-left: 30px;
}

.table-striped tbody tr:nth-of-type(odd) > td:last-child, .table-striped tbody tr:nth-of-type(odd) > th:last-child {
    background-color: #f9f9f9;
}*/
/*
    Datatables Customizations
*/
.table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
  white-space: normal; }

.table {
  border-bottom: 1px solid #ddd; }

.table > thead > tr, .table > tbody tr, .table > tfoot tr {
  background: #fff; }

.table td, .table th {
  overflow: hidden;
  white-space: normal; }

.table.table-text-truncate td, .table.table-text-truncate th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table.table-padded {
  /*td:first-child, th:first-child {
            padding-left: 15px;
        }

        td:last-child, th:last-child {
            padding-right: 15px;
        }*/ }
  .table.table-padded td, .table.table-padded th {
    padding-top: 15px;
    padding-bottom: 15px; }

/*
    Datatables Customizations
*/
div.custom_dataTables_wrapper.dataTables_wrapper .table-responsive {
  margin-top: 6px;
  margin-bottom: 6px; }

div.custom_dataTables_wrapper.dataTables_wrapper .table-responsive > .dataTable {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.custom_dataTables_wrapper.dataTables_wrapper .dataTable {
  /*&.hide-col-actions .col-actions,
        &.hide-edit-action .edit-action,
        &.hide-delete-action .delete-action {
            display: none;
        }*/ }
  div.custom_dataTables_wrapper.dataTables_wrapper .dataTable {
    border-collapse: collapse !important; }
  div.custom_dataTables_wrapper.dataTables_wrapper .dataTable.border-box td, div.custom_dataTables_wrapper.dataTables_wrapper .dataTable.border-box th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  div.custom_dataTables_wrapper.dataTables_wrapper .dataTable thead .sorting:after {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: '\f0dc';
    bottom: 17px; }
  div.custom_dataTables_wrapper.dataTables_wrapper .dataTable thead .sorting_asc:after {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: '\f0de';
    bottom: 17px; }
  div.custom_dataTables_wrapper.dataTables_wrapper .dataTable thead .sorting_desc:after {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: '\f0dd';
    bottom: 17px; }
  div.custom_dataTables_wrapper.dataTables_wrapper .dataTable .list-actions {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  div.custom_dataTables_wrapper.dataTables_wrapper .dataTable .list-actions > li {
    display: inline; }
  div.custom_dataTables_wrapper.dataTables_wrapper .dataTable .list-actions > li + li::before {
    display: inline;
    content: '| '; }

div.custom_dataTables_wrapper.dataTables_wrapper .dataTables_processing {
  margin-top: -44px;
  padding: 30px;
  font-size: 18px; }

div.custom_dataTables_wrapper.dataTables_wrapper .dataTables_processing::before {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 15px;
  content: '\f2f1' !important;
  color: #337ab7;
  font-size: 24px;
  vertical-align: middle; }

div.custom_dataTables_wrapper.dataTables_wrapper .dataTables_processing-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.66); }

div.custom_dataTables_wrapper.dataTables_wrapper.processing .dataTables_processing-overlay {
  display: block; }

.sticky-right {
  position: sticky !important;
  right: 0;
  background: inherit; }

.sticky-right.sticky-bordered::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #ddd; }

@media (min-width: 480px) {
  .sticky-right.sticky-bordered::before {
    display: none; } }

table.table-flex {
  display: table; }

table.table-flex > thead, table.table-flex > tbody, table.table-flex > tfoot {
  display: block;
  position: relative; }

table.table-flex > thead > tr, table.table-flex > tbody > tr, table.table-flex > tfoot > tr {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative; }

table.table-flex > thead > tr > th, table.table-flex > thead > tr > td, table.table-flex > tbody > tr > th, table.table-flex > tbody > tr > td, table.table-flex > tfoot > tr > th, table.table-flex > tfoot > tr > td {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  white-space: normal; }

table.table-flex > thead > tr > .dataTables_empty, table.table-flex > tbody > tr > .dataTables_empty, table.table-flex > tfoot > tr > .dataTables_empty {
  flex-grow: 1; }

@media (max-width: 767px) {
  table.table-flex > thead > tr > th.col-actions, table.table-flex > thead > tr > td.col-actions, table.table-flex > tfoot > tr > th.col-actions, table.table-flex > tfoot > tr > td.col-actions {
    display: none; }
  table.table-flex > tbody > tr {
    padding-bottom: 15px; }
  table.table-flex > tbody > tr > th.col-actions, table.table-flex > tbody > tr > td.col-actions {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 5px 10px;
    border: none;
    text-align: left !important;
    width: auto; } }

.unselectable {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

ul.multiselect-container label.checkbox {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.bootstrap-select.custom .dropdown-menu {
  max-width: 100%; }

.bootstrap-select.custom .dropdown-menu.inner {
  display: table; }

.bootstrap-select.show-tick.tick-left .dropdown-menu.inner > li > a {
  padding-left: 40px; }

.bootstrap-select.show-tick.tick-left .dropdown-menu li a span.check-mark {
  left: 15px; }

.bootstrap-select.show-tick.tick-left .dropdown-menu li a span.text {
  margin-right: 0; }

.bootstrap-select.show-tick .dropdown-menu span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu span.check-mark::before {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 400 !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: '\f0c8';
  font-size: 17px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark::before {
  content: '\f14a'; }

@media (min-width: 1200px) {
  .pull-right-lg {
    float: right; } }
