h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty, p:empty; { display: none; }


/* ---- grid ---- */

.grid {
  background: #FFFFFF;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item2 {
  width: 100%;
}

.grid-item {
  float: left;
}

.grid-item img, .grid-item2 img {
  display: block;
  max-width: 100%;
  border: 3px solid #FFFFFF;
}

.accordion-button-mir:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  border-bottom: 0;
}
.accordion-button-mir.collapsed {
  color: #0c63e4;
  background-color: #e7f1ff;
  border-bottom-width: 1px;
}

.activefath { background-color: rgba(0,0,0,.1); }
.list-group-item {
  padding: .35rem .5rem;
}
.list-group > a { }
/*.list-group > .list-group > a { opacity: .75; }*/

.list-group .list-group > a { padding-left: 25px; font-size: 80%; }

.list-group .list-group > a:last-child {
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.mirimc-thumb {
  font-weight: 700;
  margin-right: .4rem;
}

.favorites {
  cursor: pointer;
}
.fav-active { 
  color: var(--bs-warning) !important;
}
td.mir-desription {
  min-width: 50%;
}
.button-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--bs-light);
}
.button-mirsenger {
  position: fixed;
  bottom: 20px;
  right: 65px;
  z-index: 1000;
}
.div-mirsenger {
  position: absolute;
  bottom: 28px;
  right: -46px;
  min-width: 408px;
  max-width: 100%;
  max-height: 80vh;
  box-shadow: 0px -3px 16px rgba(0,0,0,.5);
}
.hrefnone {
  text-decoration: none;
}

.mir-chkeditline {
  display: inline-block; 
}

#navbarmenu0 .nav-link {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: .8rem;
  padding-right: .8rem;
  text-transform: uppercase;
  font-size: 1rem;
}

#navbarmenu0 .nav-link.dropdown-toggle.inline {
  padding: 0;
    padding-right: 0px;
  padding-right: .8rem;
  color: #FFF;
  font-size: 1rem;
}

.mir-left .sticky-top {
  z-index:0; margin-top: -140px; padding-top: 140px;
}

.fullmenu_li {
  z-index: 150;
}

/* sortable */

.dragable input + label {
  margin-left: 3px;
  opacity: .5;
}
.dragable input:checked + label {
  opacity: 1;
}

.form-checkfilters {
  width: 100%;
  line-height: 125%;
}

.form-checkfilters label {
  overflow: hidden;
  text-overflow: ellipsis; 
  white-space: nowrap; 
  width: 100%;  
}

.mirimc-mapblock {
  width:100%; min-height:350px; z-index:1; display:block;
}

.mirimc-mapblock:empty {
  display: none;
}

.mirimc-messcount {
  position: absolute; 
  font-size: 10px; 
  top: -5px; 
  right: -5px; 
  border-radius: 8px; 
  padding: 3px 5px; 
  font-weight: 800; 
  line-height: 100%;
  box-shadow: -1px 1px 3px black;
}

footer .nohead h5 {
  display: none;
}

footer .noborder h5 {
  border: none;
}

.mir-block-table {
  display: table;
  width: 100%;
  border-top:1px solid rgba(0,0,0,.25);
  border-left:1px solid rgba(0,0,0,.25);
}
.mir-block-table > div.mir-block-table-row.strong {
  background-color: #FFFFFF;
  text-align: center;
}
.mir-block-table.edit > div.mir-block-table-row:not(.strong) {
  cursor: pointer;
  color: var(--bs-primary);
  font-weight: 700;
}
}
.mir-block-table.edit > div.mir-block-table-row:hover {
  color: var(--bs-dark);
  background-color: beige;
}
.mir-block-table > div.mir-block-table-row {
  display: table-row;
}
.mir-block-table > div.mir-block-table-row > span.mir-block-table-cell {
  display: table-cell;
  border-bottom:1px solid rgba(0,0,0,.25);
  border-right:1px solid rgba(0,0,0,.25);
  background-color:rgba(255,255,255,.25);
  padding: .25rem .5rem;
}
.mir-block-inline {
}
.mir-block-inline.edit > div.mir-block-table-row {
  display: inline-block;
  margin-right: .5rem;
  cursor: pointer;
  color: var(--bs-primary);
  font-weight: 700;
}
.mir-block-inline.edit > div.mir-block-table-row:hover {
  color: var(--bs-dark);
}
.mir-block-inline > div.mir-block-table-row > span.mir-block-table-cell {
  padding: .25rem .25rem .25rem 0;
}


.mir-block-modallist > div.mir-block-table-row {
  display: block;
  cursor: pointer;
  border: 1px solid var(--bs-secondary);
  border-radius: 4px;
  margin-bottom: .15rem;
  padding: .35rem .5rem;
  line-height: 100%;
  font-size: 1rem;
  color: var(--bs-secondary);
}
.mir-block-modallist > div.mir-block-table-row:hover {
  background-color: var(--bs-secondary);
  color: var(--bs-white);
}
.mir-block-modallist > div.mir-block-table-row.active {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

.mir-block-modallist > div.mir-block-table-row > span.mir-block-table-cell {
  padding: .25rem .25rem .25rem 0;
}
/**** ---------------------------- */

