﻿tr[role="row"] {
  cursor: pointer;
  cursor: hand; }

#SoegeTabel_wrapper {
  margin-top: 12px !important; }

.checkbox-column {
  text-align: center; }

.card-header a:after {
  font-family: 'FontAwesome';
  content: "\f063";
  float: right;
  color: grey; }

.card-header a.collapsed:after {
  content: "\f061"; }

.listevisning, .billedevisning {
  cursor: pointer;
  padding-top: 2em; }

.input-group-inputmaxwidth {
  max-width: 280px; }

/* RowGrid. Begin */
.rowguid-container {
  background: #eee; }
  .rowguid-container:before {
    content: "";
    display: table; }
  .rowguid-container:after {
    content: "";
    display: table;
    clear: both; }

/* clearfix */
.rowguid-item {
  float: left;
  margin-bottom: 10px; }
  .rowguid-item img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
    cursor: pointer; }

.rowguid-first-item {
  clear: both; }

/* remove margin bottom on last row */
.rowguid-last-row {
  margin-bottom: 0; }
  .rowguid-last-row ~ .rowguid-item {
    margin-bottom: 0; }

/* RowGrid. End */
.file-selected {
    background: #0275d8;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 25px;
    padding: 4px 0px;
    color: white;
}

.file-not-selected {
    background: #f7f7f7;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 25px;
    padding: 4px 0px;
}