/*!
 * iStruct (http://www.istruct.pl/)
 *
 * @copyright Copyright (c) 2008-2019 InSee Sp. z o.o. (http://www.insee.pl)
 * @license   http://www.istruct.pl/license Proprietary License
 */
.grid-wrapper .grid-inner-wrapper {
  position: relative; }

.grid-wrapper table thead th {
  font-weight: bold; }
  .grid-wrapper table thead th .sort {
    cursor: pointer;
    padding-right: 24px;
    position: relative;
    clear: both; }
    .grid-wrapper table thead th .sort i {
      line-height: 1.45em;
      position: absolute;
      right: 8px;
      bottom: 0;
      opacity: 0.25;
      filter: alpha(opacity=25); }
    .grid-wrapper table thead th .sort.asc i, .grid-wrapper table thead th .sort.desc i {
      opacity: 1;
      filter: alpha(opacity=100); }

.grid-wrapper table tbody tr.no-records td {
  text-align: center;
  vertical-align: middle;
  height: 100px;
  background-color: #ffffff; }
  .grid-wrapper table tbody tr.no-records td:hover {
    background-color: #ffffff; }

.grid-wrapper table .progress {
  margin-bottom: 0; }

.grid-wrapper .grid-loader.outer-wrapper {
  display: none;
  overflow: hidden;
  position: absolute;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: white;
  z-index: 999;
  width: 101%;
  height: 101%;
  top: 0;
  margin: 0;
  padding: 0; }

.grid-wrapper .grid-loader .table-wrapper {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 200px; }

.grid-wrapper .grid-loader .table-cell-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%; }

.grid-wrapper .grid-filters .panel-heading {
  padding: 5px 15px; }
  .grid-wrapper .grid-filters .panel-heading.panel-heading-collapsed {
    border-bottom: 0 none; }
  .grid-wrapper .grid-filters .panel-heading .form-inline .form-group {
    margin-bottom: 0; }

.grid-wrapper .grid-filters .panel-title {
  margin-top: 6px; }
  .grid-wrapper .grid-filters .panel-title a:hover {
    text-decoration: none; }

.grid-wrapper .grid-paginator .pagination-control ul.pagination {
  margin: 2px 0; }

.grid-wrapper .grid-paginator .perpage-control {
  margin: 2px 0; }

.grid-wrapper .grid-legacy-utilities {
  margin-bottom: 10px; }
  .grid-wrapper .grid-legacy-utilities button {
    margin: 2px 0 0; }

.col-grid-checkbox {
  width: 30px; }

.col-grid-actions.col-grid-actions-1 {
  width: 50px; }

.col-grid-actions.col-grid-actions-2 {
  width: 85px; }

.col-grid-actions.col-grid-actions-3 {
  width: 120px; }

.col-grid-actions.col-grid-actions-4 {
  width: 155px; }

.col-grid-actions.col-grid-actions-5 {
  width: 190px; }

.col-grid-actions.col-grid-actions-6 {
  width: 225px; }

.col-grid-actions.col-grid-actions-7 {
  width: 260px; }

.col-grid-actions.col-grid-actions-8 {
  width: 295px; }

.col-grid-actions.col-grid-actions-9 {
  width: 330px; }

.col-grid-actions.col-grid-actions-10 {
  width: 365px; }

.panel .grid-wrapper .table {
  margin-bottom: 0; }

.panel .grid-wrapper .grid-paginator {
  padding: 5px 8px; }
  .panel .grid-wrapper .grid-paginator .total {
    margin: 10px 0 0; }

.grid-utilities .btn-primary {
  color: #ffffff !important; }
  .grid-utilities .btn-primary:hover {
    color: #ffffff !important;
    background-color: #286090; }

.grid-utilities .btn-success {
  color: #ffffff !important; }
  .grid-utilities .btn-success:hover {
    color: #ffffff !important;
    background-color: #449d44; }

.grid-utilities .btn-info {
  color: #ffffff !important; }
  .grid-utilities .btn-info:hover {
    color: #ffffff !important;
    background-color: #31b0d5; }

.grid-utilities .btn-warning {
  color: #ffffff !important; }
  .grid-utilities .btn-warning:hover {
    color: #ffffff !important;
    background-color: #ec971f; }

.grid-utilities .btn-danger {
  color: #ffffff !important; }
  .grid-utilities .btn-danger:hover {
    color: #ffffff !important;
    background-color: #c9302c; }
