@charset "UTF-8";
/*********
 * CSS modifactions for mvc-grid
*/
/*!
 * Mvc.Grid 4.0.1
 * https://github.com/NonFactors/MVC6.Grid
 *
 * Copyright © NonFactors
 *
 * Licensed under the terms of the MIT License
 * http://www.opensource.org/licenses/mit-license.php
 */
@font-face {
  font-family: 'GridGlyphs';
  src: url("./Fonts/GridGlyphs.woff") format("woff"); }

/* line 16, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid {
  line-height: 1.25em;
  position: relative;
  overflow-x: auto;
  font-size: 1.3rem; }

/* line 23, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%; }

/* line 29, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid th {
  background-clip: padding-box;
  background-color: #f7f7f7;
  position: relative; }

/* line 35, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid th {
  border: 1px solid #dee2e6;
  padding: 0.75em; }

/* line 40, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid td {
  border: 1px solid #dee2e6;
  padding: 3px 8px; }

/* line 45, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid .filterable {
  padding-right: 3.5em; }

/* line 49, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid .sortable,
.mvc-grid .mvc-grid-filter {
  cursor: pointer; }

/* line 54, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid .asc::after {
  padding-left: 3px;
  content: '\2193'; }

/* line 59, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid .desc::after {
  padding-left: 3px;
  content: '\2191'; }

/* line 64, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-hidden,
.mvc-grid-options {
  display: none; }

/* line 69, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-filter {
  background-color: rgba(0, 0, 0, 0.03);
  transition: background-color 0.5s;
  font-family: 'GridGlyphs';
  position: absolute;
  font-weight: bold;
  width: 2.75em;
  border: none;
  height: 100%;
  right: 0;
  top: 0; }

/* line 82, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-filter:focus,
.mvc-grid-filter:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: inherit; }

/* line 88, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-filter::before {
  content: '\0041'; }

/* line 92, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-filter.applied::before {
  content: '\0042'; }

/* line 96, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-row-filters .filterable {
  padding: 0.25em; }

/* line 100, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-row-filters th div {
  display: flex; }

/* line 104, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-row-filters .mvc-grid-value {
  border: 0.5px solid #aaaaaa;
  margin-right: 0.25em;
  padding: 0 0.2em;
  font: inherit;
  flex: 1; }

/* line 112, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-row-filters input.mvc-grid-value {
  padding: 0 0.5em; }

/* line 116, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-row-filters .mvc-grid-value.invalid {
  outline-color: #dc3545; }

/* line 120, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-row-filters .mvc-grid-value::placeholder {
  color: #bbbbbb; }

/* line 124, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-row-filters .mvc-grid-value:-ms-input-placeholder {
  color: #bbbbbb; }

/* line 128, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-row-filters .mvc-grid-filter {
  border: 0.5px solid #aaaaaa;
  flex: 0 0 2.125em;
  position: static;
  height: 2.125em; }

/* line 135, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-row-filters [readonly] {
  background-color: #e4e4e4; }

/* line 139, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-row-filters.mvc-grid-headers .filterable {
  padding: 0; }

/* line 143, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-row-filters.mvc-grid-headers .mvc-grid-value {
  padding: 0.75em 3.5em 0.75em 0.75em;
  background-color: #f7f7f7;
  border: none;
  margin: 0; }

/* line 150, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-row-filters.mvc-grid-headers .mvc-grid-filter {
  position: absolute;
  border: none;
  height: 100%; }

/* line 156, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-popup {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  position: absolute;
  min-width: 12em;
  font-size: 1rem;
  z-index: 1100; }

/* line 168, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-popup.mvc-grid-guid-filter {
  min-width: 20em; }

/* line 172, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-popup .popup-arrow {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 8px solid #ffffff;
  box-sizing: border-box;
  position: absolute;
  height: 9px;
  top: -8px; }

/* line 182, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-popup .popup-arrow::after {
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 9px solid #cccccc;
  position: absolute;
  content: " ";
  z-index: -1;
  left: -8px;
  top: -1px; }

/* line 193, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-popup .popup-content {
  padding: 0.5em; }

/* line 197, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-popup .popup-group {
  padding: 0.2em; }

/* line 201, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-popup .popup-operator {
  text-align: center; }

/* line 205, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-popup .popup-actions {
  padding: 0.4em 0 0.2em;
  text-align: center; }

/* line 210, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-popup .mvc-grid-value,
.mvc-grid-popup .mvc-grid-method,
.mvc-grid-popup .mvc-grid-operator {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  font-size: 0.9em;
  padding: 0 0.2em;
  height: 2.5em;
  width: 100%; }

/* line 221, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-popup .mvc-grid-operator {
  width: auto; }

/* line 225, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-popup input.mvc-grid-value {
  padding: 0 0.5em; }

/* line 229, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-popup .mvc-grid-value.invalid {
  outline-color: #dc3545; }

/* line 233, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-popup .mvc-grid-apply,
.mvc-grid-popup .mvc-grid-cancel {
  border: 1px solid #ffffff;
  padding: 0.25em;
  cursor: pointer;
  min-width: 4em;
  color: #ffffff;
  outline: 0; }

/* line 243, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-popup .mvc-grid-apply {
  background-color: #28a745;
  border-color: #28a745;
  margin-right: 0.3em; }

/* line 249, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-popup .mvc-grid-apply:focus {
  box-shadow: 0 0 0 0.2em rgba(40, 167, 69, 0.5); }

/* line 253, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-popup .mvc-grid-cancel {
  background-color: #dc3545;
  border-color: #dc3545;
  margin-left: 0.3em; }

/* line 259, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-popup .mvc-grid-cancel:focus {
  box-shadow: 0 0 0 0.2em rgba(220, 53, 69, 0.5); }

/* line 263, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-pager,
.mvc-grid-empty-row {
  text-align: center; }

/* line 268, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-pager {
  margin: 0.5em; }

/* line 272, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-pager button {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  box-sizing: content-box;
  line-height: 2.5em;
  padding: 0 0.25em;
  cursor: pointer;
  min-width: 2em;
  color: #337ab7; }

/* line 283, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-pager button:focus,
.mvc-grid-pager button:hover {
  background-color: #f7f7f7;
  color: #014c8c; }

/* line 289, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-pager .active,
.mvc-grid-pager .active:focus,
.mvc-grid-pager .active:hover {
  background-color: #0275d8;
  border-color: #0275d8;
  color: #ffffff; }

/* line 297, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-pager .disabled,
.mvc-grid-pager .disabled:focus,
.mvc-grid-pager .disabled:hover {
  background-color: #efefef;
  cursor: not-allowed;
  color: #777777;
  outline: none; }

/* line 306, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-page-sizes {
  display: inline-block;
  margin-left: 0.5em; }

/* line 311, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-page-sizes select {
  border: 1px solid #dddddd;
  padding: 0.5em 0;
  font: inherit; }

/* line 317, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-page-sizes input {
  border: 1px solid #dddddd;
  box-sizing: content-box;
  text-align: center;
  padding: 0 0.25em;
  height: 2.5em;
  width: 2.5em; }

/* line 326, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-loader {
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: center;
  transition: opacity 1s;
  align-items: center;
  position: absolute;
  display: flex;
  z-index: 100;
  height: 100%;
  cursor: wait;
  width: 100%;
  opacity: 0;
  left: 0;
  top: 0; }

/* line 342, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-loading {
  opacity: 1; }

/* line 346, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-loading > div > div {
  animation: loader-points 1.4s infinite ease-in-out both;
  background-color: #f5f5f5;
  display: inline-block;
  border-radius: 100%;
  margin: 0 0.75em;
  height: 1.5em;
  width: 1.5em; }

/* line 356, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-loading > div > div:nth-child(1) {
  animation-delay: -0.32s; }

/* line 360, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.mvc-grid-loading > div > div:nth-child(2) {
  animation-delay: -0.16s; }

@keyframes loader-points {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

/* line 373, node_modules/magicflow_core/webroot/css/mvc-grid.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04); }

/* line 8, node_modules/magicflow_core/webroot/scss/mvc-grid.scss */
.mvc-grid .actioncolumn {
  width: 40px; }
