
.flip_layer{
    background: rgb(0,0,0);
}

.darken{
    color: rgb(114,114,114);
    background-color: rgb(19,19,19);
}

.l0-dark{
    color: #000;
    background-color: #c3e4f4;
}

.l1-dark{
    color: #000;
    background-color: #c8ced6;
}

.l2-dark{
    color: #000;
    background-color: #d9eab8;
}

.l3-dark{
    color: #000;
    background-color: #ffdeb8;
}

.l4-dark{
    color: #000;
    background-color: #f1b8b8;
}

*{
  scrollbar-width: thin;
  scrollbar-color: #4e4e4e black;
}

*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-track {
    background-color: black;
}

*::-webkit-scrollbar-thumb {
    background: #4e4e4e;
    border-radius: 25px;
}

*::-webkit-scrollbar-thumb:hover {
  background: gray;
}


.Wt-tableview .Wt-tv-contents .Wt-tv-c,
.Wt-tableview .Wt-plaintable td,
.Wt-tableview .Wt-plaintable th {
  border-right: 1px solid rgb(12,12,12);
  border-bottom: 1px solid rgb(12,12,12);
}

.article_listing_count {
    width: 30.0%;
    height: 35.0px;
    line-height: 35.0px;
    display: inline-block;
    background-image: url("/resources/custom/hildon-theme-alpha/alpha/images/WebShortCutAppletThumbnailMask.png");
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    color: white;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 4px 8px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #fff;
    background-color: rgb(66,66,66);
    background-image: none;
    border: 1px solid #282828;
    border-radius: 4px;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    vertical-align: middle;
}

/* Top filter bar combos — match 35px container height exactly */
.top-filter-bar .form-control,
.top-filter-bar select,
.top-filter-bar .cool_combo select {
    height: 35px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 13px;
    box-sizing: border-box;
}

.top-filter-bar .cool_combo {
    height: 35px !important;
    box-sizing: border-box;
    overflow: visible;
}

.Wt-dateedit {
    padding-right: 40px;
    background-image: url('/resources/themes/bootstrap/3-cyborg/date-edit-button.png');
    background-position: right top;
    background-repeat: no-repeat;
}

.btn.splitButtonBetterDark{
    padding-top: 3px;
    padding-bottom: 0px;
}

.comboBetterDark{
    padding-top: 3px;
    padding-bottom: 0px;
}

.form-control.comboBetterDark{
    padding-top: 3px;
    padding-bottom: 0px;
}


.dropdown-dark {
  background: #444;
  border-color: #111111 #0a0a0a black;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.dropdown-dark:before {
  border-bottom-color: #aaa;
}

.dropdown-dark:after {
  border-top-color: #aaa;
}

.dropdown-dark .dropdown-select {
  color: #aaa;
  text-shadow: 0 1px black;
  background: #444;  /* Fallback for IE 8 */
}

.dropdown-dark .dropdown-select:focus {
  color: #ccc;
}

.dropdown-dark .dropdown-select > option {
  background: #444;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}

/* ===== Dark theme: Reading & Bookmarks ===== */
.reading-progress-bar {
  background: rgba(200,200,200,0.1);
}
.blog-card-progress {
  background: rgba(200,200,200,0.08);
}
.bookmark-highlight {
  background: rgba(255, 235, 59, 0.25);
}
.bookmark-popup {
  background: #555;
}
.bookmark-popup:hover {
  background: #666;
}
.heatmap-label {
  color: #aaa;
}
.heatmap-bar {
  color: #222;
}
