/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body {
  padding-top: 40px;
}

.max-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.list-tab {
  display : block !important;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-link a {
  color: #495057 !important;
  cursor: pointer !important;
  text-decoration: none !important;
}

.navbar {
  padding: 0px 0px 0px 10px !important;
}

.navbar-menu-area {
  display: inline-block;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.navbar-menu-text {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: rgba(255,255,255,.9) !important;
}

.navbar-menu-text a {
  color: rgba(255,255,255,.9) !important;
}

.navbar-menu-footer-text {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: rgba(255,255,255,.9) !important;
}

.navbar-toggler {
  color: rgba(255,255,255,.9) !important;
  border-color: rgba(255,255,255,.4) !important;
}

.navbar-menu-btn {
  color: #212529;
  background-color: #FFF;
  border-color: #FFF;
  font-size: 1rem;
  font-weight: 400;
  padding: 0rem .75rem;
}

.text-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: inherit;
}

.text-body {
/*  text-indent: 1rem;*/
}

.list-menu {
  font-size: 1.25rem;
}

.list-menu-gray {
/*  color: #CCCCCC;*/
  opacity: 0.3;
}

.list-group-item {
  padding: .5rem 1.0rem !important;
}

.list-favicon {
  height: 1.25rem;
  width: 1.25rem;
  vertical-align: text-bottom !important;
  margin-right: .25rem !important;
}

.btn-black {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-black:hover {
  color: #888888;
}

.ellipsis-area {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 4em);
}

.text-body {
  word-break: break-all;
}

.category-move-favicon {
  height: 1.00rem;
  width: 1.00rem;
  vertical-align: text-bottom !important;
}

.category-move-zero-favicon {
  height: 0rem;
  width: 0rem;
  vertical-align: text-bottom !important;
}

.category-move-list-favicon {
  height: 0.875rem;
  width: 0.875rem;
  vertical-align: text-bottom !important;
}

.curtain {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 10;
}

.watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  margin:0;
  padding:0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 400px;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.header-icon {
  display : none;
}

.deleted-item {
  background-size: 10rem;
  background-image: url(/assets/images/trash.png);
  background-color: rgba(255,255,255,0.9);
  background-blend-mode: lighten;
}

.dmy-spacer {
  width: 1px;
  height: 1px;
  display : none;
}
