
/*label:not([data-checkbox]):after {
    content: ":"
} */

[data-checkbox] label, [data-radio] label
{
  padding-right: 10px
}

.navbar-brand
{
  color: royalblue !important;
  color: #2424ed !important;
  font-weight: bold;
}

td.details
{
  word-break: break-all;
}

[data-td-link]
{
  text-decoration: underline;
}

/*.card {
  display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover;
  transition: all .25s ease;
}
.card-content {
  padding: 5px 15px;
  text-align:left;
}
.card-title
{
  margin-top:0px;
  font-weight: 700;
  font-size: 1.2em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
  padding: 5px;
}
.card-read-more a {
  text-decoration: none !important;
  padding: 5px 10px;
  font-weight:600;
}

.card p
{
  margin: 0px;
}

.card .fas
{
  width: 22px;
}
  */

.filter-form .btn,
.filter-form .form-control
{
  width: 100%;
}


.photo-preview
{
  padding: 3px;
  border-radius: 5px;
}

.photo-preview-wrapper
{
  border: 1px solid gray;
  border-radius: 5px;
  margin: 3px;
  display: block;
  width: max-content;
}

.photo-preview-wrapper-title,
.photo-preview-wrapper-title img
{
  max-height: 80px;
  text-align: center;
}


.collection-public-objects .card-header
{
  padding: 1px;
}

.collection-public-objects button
{
  padding: 3px;
  width: 100%;
}

.collection-public-objects .btn
{
  text-align: left;
}


.collection-public-objects .card-body
{
  padding: 5px 5px 10px 5px;
}

.btn
{
  margin-bottom: 3px;
}


.avatar-wrapper
{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-block;
  background-size: cover;
  background-position: top center;
}

.nowrap
{
  white-space: nowrap;
}

pre
{
  white-space: pre-wrap;
}


 .well
{
  min-height: 10px;
  padding: 5px;
  background-color: #f5f5f5;
  border: 2px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  margin-bottom: 10px;
}

.guide
{
  min-height: 20px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border: 2px solid #007bff;/*#e3e3e3;*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.guide p, .well p
{
  margin-top: 5px;
  margin-bottom: 5px;
}

.help-block
{
  color: #dc3545;
  font-style: italic;
}

.hint-block
{
  font-style: italic;
}


.menu-avatar-wrapper {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: inline-block;
    background-size: cover;
    background-position: top center;
    vertical-align: middle;
}

.alert p
{
  margin: 2px 0px;
}
