/*********************************************************/
/* The DJResource...                                2001 */
/* ============================================          */
/* Concept and development by Lead & W.i.M               */
/*                                                       */
/*       /css/style2.css                                 */
/*                                                       */
/*********************************************************/
/*@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}*/



/*.vvlblue {color: #e9f1fc}  pagination bg 
.vlbluebg {background-color: #dce4f0;}
.vlblue {color: #d9e8ff;} 
.mlblue {color: #79b3e1;}
.lblue {color : #5a94c8;}
.blue  {color : #275f90;}
.dblue {color : #143a5b;}*/
    

                                                /* ==============================================
                                                                    DOWNLOADS
                                                ===============================================*/


/* =========================================================
   Download accordion Menu Dropdown
   ====================================================== */

.download-group {
    border-bottom: 1px solid #ccc;
}

.download-header {
    cursor: pointer;
    padding: 14px 0;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    color: #666;
    user-select: none;
}

.download-header:hover {
    color: #007bff;
     background: #f8f9fa;
}

.download-header:after {
    content: "\e114";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 0;
    transition: transform 0.2s ease;
    pointer-events: none;
}

.download-header.collapsed:after {
    transform: rotate(-90deg);
}

.download-content {
    padding: 10px 0 15px 0;
}

.download-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.download-link {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.download-link:hover {
    background: #275f90;
    color: #fff;
}


                                                /* ==============================================
                                                                    GEARBASE
                                                ===============================================*/


/* =========================================================
   UI Autocomplete replacement (search box Gearbase/DJ Booths)
   ====================================================== */

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    display: block;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 240px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.ui-menu-item {
    margin: 0;
    padding: 0;
}

.ui-menu-item-wrapper {
    padding: 8px 12px;
    cursor: pointer;
}

.ui-menu-item-wrapper:hover,
.ui-menu-item-wrapper.ui-state-active {
    background: #79b3e1;
}







/* Auto replaced Link list GEARBASE with trianlge icon for better looks */ 


.gearbase ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gearbase li { 
  padding-left: 16px; 
}

.gearbase li::before {
  content: "▶"; 
  padding-right: 8px;
  font-size:  10px;
  position: relative;
  top: -4px;

}


/* TIMELINE of each brand */



.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #dce4f0; /* vertical line */
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 60px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}


.timeline > li > .timeline-panel {    
  width: 95%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  /*padding: 20px;*/
  background-color:#dce4f0; 
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #275f90;    /*arrow color*/
  border-right: 0 solid #275f90;
  border-bottom: 14px solid transparent;
  content: " ";
    color:#f0f;
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 17px;
  right: -13px;
  /*background-color: #999999;*/
  z-index: 100;
  /*
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  */
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge > a {
  color: #C5C7C5 !important;
}
.timeline-badge a:hover {
  color: #000 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    padding:20px;
    margin-bottom: 0;

}


.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-footer{
    padding:20px;
    margin:10px;
    background-color:#79b3e1;
      border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.timeline-footer > a{
    cursor: pointer;
    text-decoration: none;
}

.timeline > li.timeline-inverted{
  float: right; 
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px;
}


.timeline > li:nth-child(2){
  margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge{
  left: -11px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li {
      margin-bottom: 20px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
 


  .timeline > li.timeline-inverted{
    float: left; 
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .timeline > li.timeline-inverted > .timeline-badge{
    left: 28px;
  }

}









                                                /* ==============================================
                                                                GENERAL: IMAGE UPLOAD
                                                ===============================================*/

/* =========================================================
   Upload Image Dropzone, (Gallery Add, ....
   ====================================================== */

.drop-zone {
  border: 3px dashed #5a94c8;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  background: #e9f1fc;
  width:100%;
  display: block;
}

.drop-zone:hover {
  background: #d9e8ff;
}

#previewContainer img {
  max-width: 200px;
  margin-top: 10px;
  border-radius: 6px;
}

.hidden {
  display: none;
}

.preview-wrapper {
    position: relative;
    display: inline-block;
}

.preview-img {
    max-width: 100%;
    max-height: 200px;
    height: auto;
    width: auto;
}
.icon-overlay {
    position: absolute;
    top: 15px;
    right: 5px;
    cursor: pointer;
    text-shadow:
        -1px -1px 2px #fff,
         1px -1px 2px #fff,
        -1px  1px 2px #fff,
         1px  1px 2px #fff;
}

.icon-overlay:hover {
	color:#a20033;

}



                                                /* ==============================================
                                                                    GALLERY
                                                ===============================================*/


/* Upload additional info box for dropdown in Gallery to add additional info if needed/wanted */

.details-summary::-webkit-details-marker {
    display: none;
}

/* Rotate icon when open */
details[open] .summary-icon {
    transform: rotate(45deg); /* + becomes × */
}

.details-box:hover {
    background: #d9e8ff;
}



                                                /* ==============================================
                                                                    DJBOOTHS
                                                ===============================================*/


/* =========================================================
   DJ booth detail page (can also be used in Gallery for main image !!)
   ====================================================== */

.djbooth-hero {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    /* size control */
    max-width: 900px;
    margin: 0 auto 15px;
    /* fallback color (in case blur not visible) */
    background: #e9edf2;
}

/* blurred background layer */
.djbooth-hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    filter: blur(12px);
    transform: scale(1.08); /* avoids blur edges */
    opacity: 0.4;
    z-index: 0;
}

/* actual image */
.djbooth-hero img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.hero-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;

    color: rgba(255,255,255,0.7);
    background: rgba(0,0,0,0.5);

    padding: 8px 12px;
    border-radius: 4px;
    border: 3px solid rgba(90,148,200,0.8);

    z-index: 100;
    text-decoration: none;

    transition: all 0.2s ease;
}

/* inherit color properly */
.hero-icon a {
    color: inherit;
    text-decoration: none;
}

/* hover effect */
.djbooth-hero a.hero-icon:link,
.djbooth-hero a.hero-icon:visited,
.djbooth-hero a.hero-icon:hover,
.djbooth-hero a.hero-icon:active {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
}

.djbooth-hero a.hero-icon:hover {
    color: rgba(255,255,255,0.95);
    background: rgba(0,0,0,0.65);
    border: 3px solid rgba(121,179,225,0.9);
}

/* =========================================================
   DJ booth Gear rows
   ====================================================== */

.djgear-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background 0.15s ease;
}

.djgear-row:hover {
    background: rgba(39,95,144,0.08);
}

.djgear-main {
    flex: 1;
    min-width: 0;
}

.djgear-related {
    flex: 0 0 auto;
    opacity: 0.55;
    transition: opacity 0.15s ease, transform 0.15s ease;
    text-decoration: none;
}

.djgear-related:hover {
    opacity: 1;
    transform: scale(1.28);
    text-decoration: none;
}
.djgear-main .badge {
    font-size: 10px;
    padding: 2px 6px;
    margin-left: 4px;
    color:#5a94c8;
    background: #d9e8ff;   /* matches your blue */
    vertical-align: middle;
}

.gear-type-icon {
    display: inline-block;
    width: 16px;
    text-align: center;
    opacity: 0.85;
}

.djgear-row:hover .gear-type-icon {
    opacity: 1;
}

.djbooth-userbtn {
    display: block;
    margin-top: 12px;
    padding: 10px;

    background: rgba(39,95,144, 0.05);   /* very light red tint */
    border: 1px solid rgba(162, 0, 51, 0.15);
   

    color: #5a94c8;                 /* your brand red */
    text-align: center;
    font-weight: 600;

    transition: all 0.25s ease;
}

.djbooth-userbtn:hover {
    background: #dce4f0;
    border-color: #bfc9d4;
    text-decoration: none;
    color: #275f90;
    transform: translateY(-2px);
}

/* Yourpics users page */

.djbooth-row:hover {
    background: #e9f1fc;
}

.djbooth-row:hover img {
    transform: scale(1.02);
}


/* =========================
   Shared image/thumb base
   ========================= */

.djbooth-thumb {
    position: relative;
    overflow: hidden;
}

.djbooth-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
    z-index: 0;
}

.djbooth-thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
    font-weight: bold;
}

.djbooth-thumb::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(
    to top,
    rgba(0,0,0,0.6) 0%,
    rgba(0,0,0,0.45) 40%,
    rgba(0,0,0,0) 100%
);
    pointer-events: none;
    z-index: 1;
}






/* =========================
   DJ booth overview cards
   ========================= */

.djbooth-card {
    display: block;
    text-decoration: none;
    color: inherit;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.djbooth-card:hover,
.djbooth-card:focus {
    text-decoration: none;
    color: inherit;
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.14);
}

.djbooth-card .djbooth-thumb {
    aspect-ratio: 4 / 2.5;
}

.djbooth-card:hover .overlay,
.djbooth-card:focus .overlay {
    opacity: 1;
}

.djbooth-card:hover .djbooth-thumb img,
.djbooth-card:focus .djbooth-thumb img {
    transform: scale(1.03);
}


/* =========================
   Card overlays and text in overviewpages of Djsets
   ========================= */

.djbooth-date {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 3px;
    z-index: 2;
}

.djbooth-rank {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;

    display: inline-block;
    background: none;
    color: rgba(255,255,255,0.9);
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
    border-radius: 3px;
    padding: 12px 8px 4px 8px;

    font-family: 'Oswald';
    font-size: 50px;
    line-height: 0.9;
    font-weight: 700;
}

.djbooth-rank small {
    display: block;
    font-size: 11px;
    line-height: 1.1;
    margin-top: 2px;
    color: #fff;
}

.djbooth-card.rank-1 .djbooth-rank,
.djbooth-card.rank-2 .djbooth-rank,
.djbooth-card.rank-3 .djbooth-rank {
    font-size: 80px;
    text-shadow: 0 3px 10px rgba(0,0,0,0.8);
    transform: translateY(-2px);
}


.djbooth-commentdate {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0,0,0,0.5);
    color: #5a94c8;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 3px;
     z-index: 2;
}

.djbooth-badge {
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: bold;
    z-index: 2;
}

.djbooth-body {
    padding: 8px 8px 8px;
}

.djbooth-title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.djbooth-meta {
    font-size: 11px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2px;
    line-height: 1.2;
}


.djbooth-gear {
    font-size: 11px;
    color: #9aa0a6;
    margin-top:4px;
    margin-bottom: 3px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.djbooth-user {
    font-size: 11px;
    color: #666;
}




/* =========================================================
   DJ booth Add Image upload STEPPER styling
   ====================================================== */


.stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 20px 0;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ddd;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    transition: all 0.3s ease;
}

.step-label {
    margin-top: 6px;
    font-size: 0.85em;
    color: #777;
}

.step-line {
    position: relative;
    top: -16px; /* align with circle center */
    width: 50px;
    height: 5px;
    background: #ddd;
    margin: 0 10px;
    transition: background 1.3s ease;
}

/* Active */
.step-item.active .step-circle {
    background: #5a94c8;
    color: #fff;
        transform: scale(1.5);
}

/* Completed */
.step-item.done .step-circle {
    background: #4caf50;
    color: #fff;
}

/* Line when completed */
.step-item.done + .step-line {
    background: #4caf50;
}



/* =========================================================
   DJ booth Add New, add gear item
   ====================================================== */


#gear-list {
    max-width: 400px;
}

.gear-item {
    display: flex;
    background: #eef2f7;
    padding: 6px 10px;
    margin: 4px;
    border-radius: 6px;
    font-size: 13px;
    justify-content: space-between;
}

.remove-gear {
    background: none;
    border: none;
    cursor: pointer;
    color: #dc2626;
    font-size: 14px;
}

.remove-gear:hover {
    color: #b91c1c;
}

/* =========================================================
   DJ booth Add New, add gear brand modal when selecting new item
   ====================================================== */

#brand-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    
    z-index: 9999;
    width: 300px;
}

#brand-modal label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

#brand-modal select,
#brand-modal input {
    width: 100%;
    padding: 6px;
    margin-top: 5px;
    box-sizing: border-box;
}

#brand-modal button {
    margin-top: 15px;
    width: 100%;
    padding: 8px;
    cursor: pointer;
}


#brand-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background: rgba(0,0,0,0.7);
    z-index: 9998;
}


/* =========================
   Upload tile on add booth page
   ========================= */

.djbooth-upload {
    display: block;
    text-decoration: none;
}

.upload-tile {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f7fa;
    border: 3px dashed #cbd5e1;
    border-radius: 8px;
    color: #6b7280;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
}

.upload-tile:hover {
    background-color: #eef2f7;
    border-color: #3b82f6;
    color: #3b82f6;
    transform: translateY(-2px);
}


/* =========================
   Select wrapper on submission page
   ========================= */

.djbooth-select {
    display: block;
    text-decoration: none;
    color: inherit;
    margin-bottom: 20px;
}

.djbooth-select:hover,
.djbooth-select:focus {
    text-decoration: none;
    color: inherit;
}

.djbooth-select .djbooth-thumb {
    aspect-ratio: 1 / 1;
    border-radius: 8px;
}

.djbooth-select .overlay {
    border-radius: 8px;
}

.djbooth-select:hover .overlay,
.djbooth-select:focus .overlay {
    opacity: 1;
}

.djbooth-select:hover .djbooth-thumb img,
.djbooth-select:focus .djbooth-thumb img {
    transform: scale(1.03);
}


/* =========================
   Timeling paginator above Djsets
   ========================= */

/* Timeline for years that have a booth posted above paginatior in item browse screen */
.djyears {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(3px, 1vw, 12px);
    width: 100%;
    padding: 0 6px;
    box-sizing: border-box;
    margin: 16px 0 8px 0;
}

/* timeline line */
.djyears::before {
    content: "";
    position: absolute;
    left: 40px;
    right: 40px;
    height: 2px;
    background: #d7e3ef;
    z-index: 0;
}

.djyears-label {
    font-size: 12px;
    color: #777;
    position: relative;
    z-index: 1;
}

/* dots */
.djyears-dot {
    border-radius: 50%;
    background: #79b3e1;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: none;
    flex: 0 0 auto;
}

.djyears-dot:hover {
    background: #275f90;
}

.djyears-dot.active {
    background: #337ab7;
}

/* active year label */
.djyears-active-label {
    position: absolute;
    bottom: 25px;       /* distance above dot */
    left: 50%;
    transform: translateX(-50%);
    color: #275f90;
    white-space: nowrap;
}
.djyears-label,
.djyears-active-label {
    font-size: clamp(10px, 1.8vw, 12px);
}

@media (max-width: 767px) {
    .djyears {
        gap: 2px;
        padding: 0 2px;
    }
}


                                                /* ==============================================
                                                                GENERAL: PAGINATOR
                                                ===============================================*/


/* =========================
  Paginator
   ========================= */
/* paginator */

.pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

/*.pagination-side {
    flex: 0 0 auto;
}*/

.pagination-center {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    margin: 0;
}

.pagination-edge {
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #337ab7;                 /* Bootstrap link color */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}

/* Hover like Bootstrap */
.pagination-edge:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
    text-decoration: none;
}

/* Disabled state */
.pagination-edge.disabled {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
    pointer-events: none;
}

/* Optional: slightly bigger hit area */
.pagination-side .pagination-edge {
    padding: 6px 16px;  /* wider, not taller */
    font-weight: 600;
}

.pagination-edge {
    transition: background-color 0.2s ease, color 0.2s ease;
}



/* =========================================================
 Pagination buttons
=======================================================*/

/* hvr fx Reveal, mouseover effect 2022 paginatioin 2026 */
.hvr-fx {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-fx:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #5a94c8;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-fx:hover:before, .hvr-fx:focus:before, .hvr-fx:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
  border-radius: 5px;
}


/* active page */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #275f90;
  border-color: #275f90;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ccc;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}


                                                /* ==============================================
                                                                GENERAL VOTING STARS
                                                ===============================================*/



/* =========================
   Star Voting Rating system
   ========================= */

.rating-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.rating-info {
    font-size: 11px;
    color: #888;
    margin-top: 4px;
}

.rating-stars {
    margin-bottom: 6px;
    line-height: 1;
}

/* clickable row */
.rating-stars.interactive {
    display: inline-block;
    direction: rtl;
    unicode-bidi: bidi-override;
}

/* links */
.rating-stars a {
    text-decoration: none;
    display: inline-block;
}

/* base star */
.rating-stars .star {
    display: inline-block;
    font-size: 26px;
    margin: 0 2px;
    color: #bbb;
    line-height: 1;
    transition: transform 0.15s ease, color 0.15s ease;
}

/* clickable stars */
.rating-stars .clickable {
    color: #79b3e1;
    cursor: pointer;
}

/* fill hovered star + all stars to the left */
.rating-stars.interactive a:hover .star,
.rating-stars.interactive a:hover ~ a .star {
    color: #a20033;
}

/* enlarge only hovered star */
.rating-stars.interactive a:hover .star {
    transform: scale(1.2) translateY(-1px);
}

/* result */
.rating-stars .score {
    color: #a20033;
}

/* disabled */
.rating-stars .disabled {
    color: #bbb;
    opacity: 0.7;
}


                                                /* ==============================================
                                                                GENERAL COLORS
                                                ===============================================*/

/* top button    */

/*************/
/* COLORINGS */
/*************/
.errorcolor {color : #f00}
.admincolor {color : #3cc;}

.vvlblue {color: #e9f1fc} /* pagination bg */
.vvlbluebg {background-color: #e9f1fc} 
.vlblue {color: #d9e8ff;} /* #dce4f0 */
.vlbluebg {background-color: #dce4f0;}
.mlblue {color: #79b3e1;}
.lblue {color : #5a94c8;}
.blue  {color : #275f90;}
.dblue {color : #143a5b;}
.pdjblue {color : #0080c6;} 		/* C90 M40 Y0 K0 // R58 G94 B225 // Pantone 285C*/

.black {color : #000;}
.dark {	color : #333;}
.dgray {color : #888;}
.lgray {color : #ccc;}
.gray {	color : #aaa;}
.light {color : #e0e0e0;}
.white {color : #fff;}

.red {color : #a03;}    /*PioneerRed #a20033 // Muted 'new' red #c0392b*/

.markedcolor {	color :#288e81;}
.mlgreen {color:#9fd5b8;}
.lgreen {color:#61c08f;}
.green {color : #0c0;}

.orange {color : #de6630;}
.yellow {color : #ff0;}

.gold {color: #817a12; }
.goldlight {color : #A09C64;}
.gearfreak {color : #0bb070;}  /* 0bb070 */




/* =======================================
Freshness blocks before content (little square), frontpage,forum,etc 
==========================================*/
.indicator {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 2px;
    margin-left: 6px;
    vertical-align: middle;
    background: #555;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.35);
}
/* 0–1 day (fresh) */
.indicator.red {
    background: #c0392b;   /* darker red, less “alert” */
    box-shadow: 0 0 4px rgba(192, 57, 43, 0.4);
}
/* 2–3 days */
.indicator.green {
    background: #27ae60;   /* slightly muted green */
}
/* < 1 week */
.indicator.blue {
    background: #5a94c8;   /* deeper blue (less cyan) */
}
/* older */
.indicator.black {
    background: #3a3a3a;   /* blends nicely with dark UI */
}


                                                /* ==============================================
                                                               GENERAL LINKS
                                                ===============================================*/


a:link 		{ color: #a03; text-decoration: none;outline:none; }
a:visited   { color: #a03; text-decoration: none; }
a:hover     { color: #f03; text-decoration: underline; }
a:active 	{ color: #f03; text-decoration: none; }

a.fontmenu:link {  font-family: 'LaconicBold', Arial, sans-serif;letter-spacing: -1px;text-decoration: none;outline:none;}
a.fontmenu:visited { font-family: 'LaconicBold', Arial, sans-serif;letter-spacing: -1px;text-decoration: none;}
a.fontmenu:hover { font-family: 'LaconicBold', Arial, sans-serif;letter-spacing: -1px;text-decoration: none;}
a.fontmenu:active { font-family: 'LaconicBold', Arial, sans-serif;letter-spacing: -1px;text-decoration: none;}

a.light:link { color : #e0e0e0; text-decoration: none;outline:none;letter-spacing: -1px;}
a.light:visited { color : #e0e0e0; text-decoration: none;letter-spacing: -1px;}
a.light:hover { color : #fff;letter-spacing: -1px;}
a.light:active { color : #fff;text-decoration: none;letter-spacing: -1px;}

a.dark:link { color : #333; text-decoration: none;outline:none;}
a.dark:visited { color : #333; text-decoration: none;}
a.dark:hover { color : #666;}
a.dark:active { color : #444;text-decoration: none;}

/*a.darkh1:link { color : #333; text-decoration: none;outline:none;}
a.darkh1:visited { color : #333; text-decoration: none;}
a.darkh1:hover { color : #888;}
a.darkh1:active { color : #888;text-decoration: none;}*/

/*a.red:link { color : #a03; text-decoration: none;outline:none;}
a.red:visited { color : #a03; text-decoration: none;}
a.red:hover { color : #f03; text-decoration: underline;}
a.red:active { color : #f03;text-decoration: none;}*/

/* link in column header */
/*a.header:link { color : #a03; letter-spacing: -2.5px; display: block; padding: 5px; border-radius: 5px; text-decoration: none;outline:none;}
a.header:visited { color : #a03; letter-spacing: -2.5px; display: block; padding: 5px; border-radius: 5px text-decoration: none;}
a.header:hover { color : #143a5b; background-color: #dce4f0; letter-spacing: -2.5px; display: block; padding: 5px; border-radius: 15px text-decoration: underline;}
a.header:active { color : #a03; letter-spacing: -2.5px; display: block; padding: 5px; border-radius: 5px text-decoration: none;}*/


a.blue:link { color : #275f90; text-decoration: none;outline:none;letter-spacing: -0.5px;}
a.blue:visited { color : #275f90; text-decoration: none;letter-spacing: -0.5px;}
a.blue:hover { color : #143a5b;letter-spacing: -0.5px; text-decoration: underline;}
a.blue:active { color : #275f90;text-decoration: none;letter-spacing: -0.5px;}

a.lblue:link { color : #79b3e1; text-decoration: none;outline:none;letter-spacing: -0.5px;}
a.lblue:visited { color : #79b3e1; text-decoration: none;letter-spacing: -0.5px;}
a.lblue:hover { color : #275f90;letter-spacing: -0.5px;}
a.lblue:active { color : #79b3e1;text-decoration: none;letter-spacing: -0.5px;}


a.mlblue:link { color : #79b3e1; text-decoration: none;outline:none;letter-spacing: -0.5px;}
a.mlblue:visited { color : #79b3e1; text-decoration: none;letter-spacing: -0.5px;}
a.mlblue:hover { color : #dce4f0;letter-spacing: -0.5px;}
a.mlblue:active { color : #79b3e1;text-decoration: none;letter-spacing: -0.5px;}


a.white:link { color : #fff; text-decoration: none;outline:none;letter-spacing: -0.5px;}
a.white:visited { color : #fff; text-decoration: none;letter-spacing: -0.5px;}
a.white:hover { color : #eff;letter-spacing: -0.5px;}
a.white:active { color : #fef;text-decoration: none;letter-spacing: -0.5px;}

/*a.whiteh1:link { color : #fff; text-decoration: none;outline:none;}
a.whiteh1:visited { color : #fff; text-decoration: none;}
a.whiteh1:hover { color : #eff;}
a.whiteh1:active { color : #fef;text-decoration: none;}*/

/* helper to lessen letter spacing for links in H1 tags // 2026 obsolete  */
/*a.h:link { margin-top:5px;}
a.h:visited { margin-top:5px;}
a.h:hover { margin-top:5px;}
a.h:active { margin-top:5px;}*/


a.gray:link { color : #aaa; text-decoration: none;outline:none;letter-spacing: -0.5px;}
a.gray:visited { color : #aaa; text-decoration: none;letter-spacing: -0.5px;}
a.gray:hover { color : #ccc;letter-spacing: -0.5px;}
a.gray:active { color : #ccc;text-decoration: none;letter-spacing: -0.5px;}

a.lgray:link { color : #ccc; text-decoration: none;outline:none;letter-spacing: -0.5px;}
a.lgray:visited { color : #ccc; text-decoration: none;letter-spacing: -0.5px;}
a.lgray:hover { color : #fff;letter-spacing: -0.5px;}
a.lgray:active { color : #fff;text-decoration: none;letter-spacing: -0.5px;}

a.green:link { color : #0c0; text-decoration: none;outline:none;letter-spacing: -0.5px;}
a.green:visited { color : #0c0; text-decoration: none;letter-spacing: -0.5px;}
a.green:hover { color : #6f6;letter-spacing: -0.5px;}
a.green:active { color : #6f6;text-decoration: none;letter-spacing: -0.5px;}

a.admincolor:link { color : #3cc; text-decoration: none;outline:none;letter-spacing: -0.5px;}
a.admincolor:visited { color : #3cc; text-decoration: none;letter-spacing: -0.5px;}
a.admincolor:hover { color : #6ff;letter-spacing: -0.5px;}
a.admincolor:active { color : #9ff;text-decoration: none;letter-spacing: -0.5px;}

a.errorcolor:link { color : #f00; text-decoration: none;outline:none;letter-spacing: -0.5px;}
a.errorcolor:visited { color : #f00; text-decoration: none;letter-spacing: -0.5px;}
a.errorcolor:hover { color : #f80;letter-spacing: -0.5px;}
a.errorcolor:active { color : #f80;text-decoration: none;letter-spacing: -0.5px;}

a.markedcolor:link { color : #288E81; text-decoration: none;outline:none;}
a.markedcolor:visited { color : #288E81; text-decoration: none;}
a.markedcolor:hover { color : #28d088;}
a.markedcolor:active { color : #288E81;text-decoration: none;}


/* color for outgoing links, other color  */
/* External links */
a[href^="http"]:not([href*="djresource.eu"]) {
    color: #0080c6;
}

/* Add icon */
a[href^="http"]:not([href*="djresource.eu"]):not([class*="gray"])::after {
    font-family: 'icomoon';
    content: "\f14c";
    margin-left: 4px;
    font-size: 0.9em;
    opacity: 0.8;
}


                                                /* ==============================================
                                                                GENERAL TYPOGRAPHY
                                                ===============================================*/

.fa {
	text-decoration: none;
}

/* Top Menu */
@font-face {
    font-family: 'LaconicBold';
    src: url('../fonts/laconic_bold-webfont.woff2') format('woff2'),
         url('../fonts/laconic_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Main body font*/
@font-face {
    font-family: 'Cantarell';
    src: url('../fonts/cantarell-regular-webfont.woff2') format('woff2'),
         url('../fonts/cantarell-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

/* Headers font (h1 etc)*/
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*****************/
/*  FONTS   */
/*****************/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Oswald", "Cantarell", Helvetica, Arial, sans-serif;
}

/* Base heading spacing */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300; /* adjust per heading level */
    margin-top: 0.5em;   /* slightly above */
    margin-bottom: 0.3em; /* slightly below */
    line-height: 1.2;   /* tight but readable */
    padding: 0;
}

/* Remove negative letter-spacing from generic links unless needed */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #a03;          /* old link color */
    text-decoration: none; /* remove underline */
    transition: color 0.15s ease;
    letter-spacing:0.2px;
}

/* Hover style */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #f03;           /* old hover color */
    text-decoration: underline; 
}

/* Default text sizes */

.massive { font-size: 4.5rem; }
.xhuge  { font-size: 2rem; }
.huge   { font-size: 1.5rem;letter-spacing:-1.5px; }
.big    { font-size: 1.25rem;letter-spacing:-0.5px; }
.normal  { font-size: 1rem; }
.small  { font-size: 0.8rem; }
.tiny   { font-size: 0.6rem;letter-spacing:0.5px; }


/* ======================================
Bullet list replacement 
===================================*/

.panel-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.panel-body li { 
  padding-left: 16px; 
}

.panel-body li::before {
  content: "▶"; 
  padding-right: 8px;
  font-size:  10px;
  position: relative;
  top: -4px;
}

.panel-title2 {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}


                                                /* ==============================================
                                                                GENERAL OVERALL
                                                ===============================================*/

/*********************************/
/* Setup System Vars/blocks/etc/ */
/*********************************/

html {
    font-size: 14px;
}

body {
    background: #143a5b url(/images/gui/bodybg-sm.png) repeat-y 50% 0;
    font-family: "Cantarell", Helvetica, Arial, sans-serif;
    line-height: 1.7;
}

option, optgroup {
    font-family: "Cantarell", Helvetica, Arial, sans-serif;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/* clean space around image if aligned to the side */
    
img.pull-left {
    margin: 0 15px 10px 0;
}

img.pull-right {
    margin: 0 0 10px 15px;
}

img.center {
    display: block;
    margin: 10px auto;
}



/* Blue H-tag header bars */

.boxdark {
	background:#143a5b;
	color:#fff;
	padding: 10px 10px 7px 10px;
}
.boxmid {
	background:#275f90;
	color:#fff;
	padding: 5px 10px 3px 10px;
}
.boxlight {
	background:#dce4f0;
	color:#143a5b;
	padding: 10px 10px 7px 10px;
	border-radius: 5px;
}


















                            /*  ================================================
                                            Visibility Helpers
                                =================================================*/


.hidden-xs-inline,
.hidden-sm-inline,
.hidden-md-inline,
.hidden-lg-inline {
    display: inline !important;
}

.visible-xs-inline,
.visible-sm-inline,
.visible-md-inline,
.visible-lg-inline {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs-inline {
        display: none !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm-inline {
        display: none !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md-inline {
        display: none !important;
    }

    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg-inline {
        display: none !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }
}


/* Background cleaning up */

@media (max-width: 767px) {
    body {
        background: #143a5b;
    }
    #mce_31,
    #mce_31-body {
        display: none;
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body {
        background: #143a5b url(/images/gui/bodybg-md.png) repeat-y 50% 0;
    }
}

@media (min-width: 1200px) {
    body {
        background: #143a5b url(/images/gui/bodybg-lg.png) repeat-y 50% 0;
    }
}



/******************************/
/* Setup HEADER and INTERFACE */
/******************************/
.breadcrumb {
  padding: 2px 15px;
letter-spacing:-0.5px;
	margin-top : 5px;
	background: -moz-linear-gradient(top, rgba(175,175,175,0.45) 0%, rgba(90,90,90,0.12) 51%, rgba(87,87,87,0.13) 53%, rgba(87,87,87,0.24) 72%, rgba(87,87,87,0.44) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(175,175,175,0.45)), color-stop(51%,rgba(90,90,90,0.12)), color-stop(53%,rgba(87,87,87,0.13)), color-stop(72%,rgba(87,87,87,0.24)), color-stop(100%,rgba(87,87,87,0.44))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(175,175,175,0.45) 0%,rgba(90,90,90,0.12) 51%,rgba(87,87,87,0.13) 53%,rgba(87,87,87,0.24) 72%,rgba(87,87,87,0.44) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(175,175,175,0.45) 0%,rgba(90,90,90,0.12) 51%,rgba(87,87,87,0.13) 53%,rgba(87,87,87,0.24) 72%,rgba(87,87,87,0.44) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(175,175,175,0.45) 0%,rgba(90,90,90,0.12) 51%,rgba(87,87,87,0.13) 53%,rgba(87,87,87,0.24) 72%,rgba(87,87,87,0.44) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(175,175,175,0.45) 0%,rgba(90,90,90,0.12) 51%,rgba(87,87,87,0.13) 53%,rgba(87,87,87,0.24) 72%,rgba(87,87,87,0.44) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73afafaf', endColorstr='#70575757',GradientType=0 ); /* IE6-9 */
}

.breadcrumb > li + li:before {
	font-family: 'icomoon';
	padding: 0 5px;
	color: #bbb;
	content: "\f054";
	font-size: 75%;
}

.breadcrumb > .active {
  color: #ccffff;
}

.breadcrumb > li > a,
.breadcrumb > li > a:focus {
	color:#f0f0f0 ;
}
.breadcrumb > li > a:hover{
	color:#fff ;
}

.breadcrumb > li > a:active {
	color:#ccffff ;
}




.btn-searchtop {
	padding: 0px ;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: relative;
	right: 25px;
	top: 2px;
	background: none;
	color: #666;
}

.lobox {display:none;}


/* label for imageslider */
.labeldjrb {background: #000;  opacity: 0.65;padding:0px 5px ;border-radius:5px;}
.labeldjr {background: #143a5b;  opacity: 0.75;padding:0px 5px;border-radius:5px;}
.labeldjrinv {background: #fff;  opacity: 0.75;padding:0px 5px;border-radius:5px;}




                                                /* ==============================================
                                                                   FORUMS
                                                ===============================================*/


/*.vvlblue {color: #e9f1fc}  pagination bg 
.vlbluebg {background-color: #dce4f0;}
.vlblue {color: #d9e8ff;} 
.mlblue {color: #79b3e1;}
.lblue {color : #5a94c8;}
.blue  {color : #275f90;}
.dblue {color : #143a5b;}*/




/* forums.php, dropdown selector for page with comments to a topic in column  */

.topic-page-select {
    font-size: 12px;
    height: 20px;
    padding: 0 4px;

    border: none;
    background: transparent;
    color: #7f8c99;

    box-shadow: none;
    cursor: pointer;
}

.topic-page-select:focus,
.topic-page-select:hover {
    color: #5a94c8;
    background: rgba(0,0,0,0.05);
    cursor: pointer;
}



/* Table for forum.php, topics overview */

.forum-topic-row td {
    vertical-align: middle !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* topic-lang is flag on each row*/
.topic-lang img {
    width: 16px;
    height: auto;
    opacity: 0.35;
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
}
.forum-topic-row:hover .topic-lang img {
    opacity: 0.9;
}
.topic-lang {
    margin-right: 6px;
}

/* Mobile small flag */
@media (max-width: 767px) {
    .topic-lang img {
        width: 12px;
    }
}




/* Badges for topics, shown in the topic header */

.topic-badge {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.2;
    margin-right: 4px;
    vertical-align: middle;
}

.topic-badge-sticky {
    background: #f2c94c;
    color: #3a2b00;
}

.topic-badge-new {
    background: #c0392b;
    color: #fff;
}

.topic-badge-followed {
    background: #288e81;
    color: #fff;
}

.topic-badge-poll {
    background: #79b3e1;
    color: #333;
}

.topic-badge-locked {
    background: #777;
    color: #fff;
}

.topic-badge-lang {
    background: rgba(255,255,255,0.10);
    color: #e6f0fa;
    border: 1px solid rgba(255,255,255,0.15);
    font-size: 11px;
    padding: 4px 6px;
    border-radius: 10px;
    margin-left: 6px;
}

/* Display Topic */

.userpost {

}
.userpost img {
    max-width: 100%;
    height: auto;
}

/* Like box below the main topic / openings thread with like for the topic */

.topic-reaction-bar {
    margin: 18px 0 22px;
    padding: 12px 16px;
    background: #e9f1fc;
    border: 1px solid #c9d8e6;
    border-radius: 5px;
    color: #24384a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 26px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .topic-reaction-bar {
        display: block;
        text-align: center;
    }
}

/* Poll panels */

.poll-panel {
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.28),
        0 2px 4px rgba(0,0,0,0.15);
}
.poll-heading {
    font-family: "Oswald";
    letter-spacing: -1px;
    font-size: 24px;
}


/* Addtopic language select box */
.topic-language {
    margin: 18px 0 22px;
}
.topic-language .btn {
    padding: 7px 14px;
}
.topic-language .btn.active,
.topic-language .btn:active {
    background: #143a5b;
    color: #fff;
    border-color: #143a5b;
    box-shadow: none;
}
.topic-language img {
    margin-right: 5px;
    vertical-align: -1px;
}


/* addtopic Admin Sticky button */
.topic-sticky-pill input[type=checkbox] {
    display: none;
}
.topic-sticky-pill label {
    display: inline-block;
    padding: 4px 14px;
    background: #f3f3f3;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    color: #444;
    margin-bottom: 0;
    margin-top:45px;
    transition: all .15s ease;
}
.topic-sticky-pill label:hover {
    background: #e9eef3;
    border-color: #143a5b;
    color: #143a5b;
}
.topic-sticky-pill input[type=checkbox]:checked + label {
    background: #143a5b;
    border-color: #143a5b;
    color: #fff;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
}


/* Forum Secret Message/add poll dropdown*/
.topic-extra-toggle {
    display: inline-block;
    font-weight: 700;
    color: #143a5b;
    text-decoration: none;

        background: #f3f3f3;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
        padding: 4px 14px;
}
.topic-extra-toggle:hover,
.topic-extra-toggle:focus {
    color: #79b3e1;
    text-decoration: none;
}
.topic-extra-box {
    margin-top: 12px;
    padding: 15px;
    background: #e9f1fc;
    border: 1px solid #ddd;
    border-radius: 4px;
}


/* fix button colappse*/
a.btn.btn-filter.topic-extra-toggle,
a.btn.btn-filter.topic-extra-toggle.collapsed {
    opacity: 1 !important;
    background: linear-gradient(to bottom, #9ea8b2, #7f8994) !important;
    border: 1px solid #717b86 !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.22);
}

a.btn.btn-filter.topic-extra-toggle:hover,
a.btn.btn-filter.topic-extra-toggle:focus,
a.btn.btn-filter.topic-extra-toggle[aria-expanded="true"] {
    opacity: 1 !important;
    background: linear-gradient(to bottom, #aeb8c2, #8a95a0) !important;
    border-color: #66717c !important;
    color: #fff !important;
    text-decoration: none;
}

/* Poll Creation */ 
.poll-answer-row {
    margin-bottom: 8px;
}
.poll-move-up:disabled,
.poll-move-down:disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

/* Moderator note in Displaytopic */
.modnote {
    margin-top: 25px;
    padding: 10px 14px;

    background: #fff7f2;
    border-left: 4px solid #c96a28;

    border-radius: 4px;

    color: #5e4635;
    font-size: 13px;
    line-height: 1.4;
}

.modnote strong {
    color: #a24d14;
    font-weight: 600;
}


                                                /* ==============================================
                                                                   OVERVIEW
                                                ===============================================*/


.chart {
    position: relative;
    max-width: 100%;
    z-index: 0;
}

/* standard bars */
.bar {
    background: rgba(255,255,255,0); /* onzichtbaar maar hoverable */
    transition: all 0.2s ease;
}

/* wanneer je over de hele chart gaat */
.bar:hover {
    background: rgba(255,255,255,0.4);
    filter: brightness(1.2);
}
.bar {
    position: relative;
}

.bar:hover::after {
    content: attr(data-title);
    white-space: pre-line;
    position: absolute;
    background: rgba(34, 34, 34, 0.85);
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    bottom: 100%;
    margin-bottom: 2px;
    left: 0;
    z-index: 10;
    width: 140px;
}

.chart img {
    display: block;
    width: 100%;
    height: auto;
}

.chart .bar {
    position: absolute;
    z-index: 10;
}









                                                /* ==============================================
                                                                   PROFILE
                                                ===============================================*/

/*********************/
/* NAVIGATION COLUMN */
/*********************/

/*menu-pills = // 2018 MOBILE MENU navmenu (old navigation in left.php ) */
.menu-pills {
  font-family: 'LaconicBold';
	margin: 0 -15px;
}

/* Set pills and other default classes in proper DJR Blue instead of bootstrap blue */
.menu-pills > li > a,
.menu-pills > li > a:hover,
.menu-pills > li > a:focus {
	color:#275f90 ;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu-pills > li > a:active {
	color:#f8f8f8 ;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #275f90;
}

.panel-primary {
  border-color: #275f90;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #143a5b;
  border-color: #143a5b;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #143a5b;
}
.panel-primary > .panel-heading .badge {
  color: #143a5b;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #143a5b;
}


@media (max-width: 767px) {
	.menu-pills > li > a {
	font-size: 30px;
	line-height:28px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.menu-pills > li > a {
	font-size: 21px;
	line-height:20px;
	}
	.nav-pills > li.active:after { content:"";
		position: absolute;
		left: 100%;
		top: 8px;
		width: 0; height: 0;
		border-top: 13px solid transparent;
		border-left: 26px solid #275f90;
		border-bottom: 13px solid transparent;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.menu-pills > li > a {
	font-size: 26px;
		line-height:23px;
	}
	.nav-pills > li.active:after { content:"";
		position: absolute;
		left: 100%;
		top: 8px;
		width: 0; height: 0;
		border-top: 13px solid transparent;
		border-left: 26px solid #275f90;
		border-bottom: 13px solid transparent;
	}
}
@media (min-width: 1200px) {
	.menu-pills > li > a {
	font-size: 27px;
			line-height:26px;
	}
	.nav-pills > li.active:after { content:"";
		position: absolute;
		left: 100%;
		top: 8px;
		width: 0; height: 0;
		border-top: 13px solid transparent;
		border-left: 26px solid #275f90;
		border-bottom: 13px solid transparent;
	}
}
.menu-pills > li.active > a,
.menu-pills > li.active > a:hover,
.menu-pills > li.active > a:focus {
	color:white ;
	background:#a03;
}




/*.usernavi ,
.usernavi > a,
.usernavi > a:focus,
.usernavi > a:hover,
.usernavi > a:active {
  font: 14px 'Cantarell';
  line-height: 21px;
	color : #ff0;
	background:#275f90;
	padding-top:7px;
}*/



                                                /* ==============================================
                                                                GENERAL BUTTONS
                                                ===============================================*/



 /*************************/
/* Buttons/Panels/Boxs   */
/* Del= red, Add= green  */
/* xt= blue ,can=yel ,rss=or*/
/*************************/

.btn-blackon { background-color: hsl(201, 0%, 15%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfbfbf", endColorstr="#262626"); background-image: -khtml-gradient(linear, left top, left bottom, from(#bfbfbf), to(#262626)); background-image: -moz-linear-gradient(top, #bfbfbf, #262626); background-image: -ms-linear-gradient(top, #bfbfbf, #262626); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfbfbf), color-stop(100%, #262626)); background-image: -webkit-linear-gradient(top, #bfbfbf, #262626); background-image: -o-linear-gradient(top, #bfbfbf, #262626); background-image: linear-gradient(#bfbfbf, #262626); border-color: #262626 #262626 hsl(201, 0%, 0%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.99); -webkit-font-smoothing: antialiased; }
.btn-black { background-color: hsl(201, 0%, 7%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6d6d6d", endColorstr="#111111"); background-image: -khtml-gradient(linear, left top, left bottom, from(#6d6d6d), to(#111111)); background-image: -moz-linear-gradient(top, #6d6d6d, #111111); background-image: -ms-linear-gradient(top, #6d6d6d, #111111); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d6d6d), color-stop(100%, #111111)); background-image: -webkit-linear-gradient(top, #6d6d6d, #111111); background-image: -o-linear-gradient(top, #6d6d6d, #111111); background-image: linear-gradient(#6d6d6d, #111111); border-color: #111111 #111111 hsl(201, 0%, 0%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.59); -webkit-font-smoothing: antialiased; }

/*.btn-del { background-color: hsl(360, 51%, 29%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c14242", endColorstr="#6f2424"); background-image: -khtml-gradient(linear, left top, left bottom, from(#c14242), to(#6f2424)); background-image: -moz-linear-gradient(top, #c14242, #6f2424); background-image: -ms-linear-gradient(top, #c14242, #6f2424); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c14242), color-stop(100%, #6f2424)); background-image: -webkit-linear-gradient(top, #c14242, #6f2424); background-image: -o-linear-gradient(top, #c14242, #6f2424); background-image: linear-gradient(#c14242, #6f2424); border-color: #6f2424 #6f2424 hsl(360, 51%, 23.5%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.36); -webkit-font-smoothing: antialiased;}*/
/*.btn-add { background-color: hsl(136, 51%, 29%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#42c164", endColorstr="#246f38"); background-image: -khtml-gradient(linear, left top, left bottom, from(#42c164), to(#246f38)); background-image: -moz-linear-gradient(top, #42c164, #246f38); background-image: -ms-linear-gradient(top, #42c164, #246f38); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42c164), color-stop(100%, #246f38)); background-image: -webkit-linear-gradient(top, #42c164, #246f38); background-image: -o-linear-gradient(top, #42c164, #246f38); background-image: linear-gradient(#42c164, #246f38); border-color: #246f38 #246f38 hsl(136, 51%, 23.5%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.36); -webkit-font-smoothing: antialiased;}*/
/*.btn-cancel { background-color: hsl(51, 100%, 30%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd800", endColorstr="#998200"); background-image: -khtml-gradient(linear, left top, left bottom, from(#ffd800), to(#998200)); background-image: -moz-linear-gradient(top, #ffd800, #998200); background-image: -ms-linear-gradient(top, #ffd800, #998200); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd800), color-stop(100%, #998200)); background-image: -webkit-linear-gradient(top, #ffd800, #998200); background-image: -o-linear-gradient(top, #ffd800, #998200); background-image: linear-gradient(#ffd800, #998200); border-color: #998200 #998200 hsl(51, 100%, 25%); color: #333 !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased;}*/
/*.btn-extra { background-color: hsl(195, 79%, 29%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1fb3e4", endColorstr="#0f6784"); background-image: -khtml-gradient(linear, left top, left bottom, from(#1fb3e4), to(#0f6784)); background-image: -moz-linear-gradient(top, #1fb3e4, #0f6784); background-image: -ms-linear-gradient(top, #1fb3e4, #0f6784); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1fb3e4), color-stop(100%, #0f6784)); background-image: -webkit-linear-gradient(top, #1fb3e4, #0f6784); background-image: -o-linear-gradient(top, #1fb3e4, #0f6784); background-image: linear-gradient(#1fb3e4, #0f6784); border-color: #0f6784 #0f6784 hsl(195, 79%, 23.5%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.36); -webkit-font-smoothing: antialiased;}*/

.btn-rss { background-color: hsl(36, 100%, 46%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd28e", endColorstr="#ea8c00"); background-image: -khtml-gradient(linear, left top, left bottom, from(#ffd28e), to(#ea8c00)); background-image: -moz-linear-gradient(top, #ffd28e, #ea8c00); background-image: -ms-linear-gradient(top, #ffd28e, #ea8c00); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd28e), color-stop(100%, #ea8c00)); background-image: -webkit-linear-gradient(top, #ffd28e, #ea8c00); background-image: -o-linear-gradient(top, #ffd28e, #ea8c00); background-image: linear-gradient(#ffd28e, #ea8c00); border-color: #ea8c00 #ea8c00 hsl(36, 100%, 38%); color: #333 !important; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.52); -webkit-font-smoothing: antialiased; }

                                   

/********************************************************/
/* btn-filter is for secondairy navigation and filtering */
.btn-filter {
    background: linear-gradient(to bottom, #6b727a, #4a5056);
    border: 1px solid #3f454a;
    color: #e6edf5 !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.btn-filter:hover,
.btn-filter:focus {
    background: linear-gradient(to bottom, #808892, #5c636a);
    border-color: #363b40;
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.18),
        0 2px 4px rgba(0,0,0,0.15);
}

.btn-filter.active,
.btn-filter:active {
    background: linear-gradient(to bottom, #3f4449, #2f3337);
    border-color: #262a2e !important;
    color: #fff !important;

    box-shadow:
        inset 0 2px 6px rgba(0,0,0,0.35),
        0 0 0 2px rgba(120, 130, 140, 0.20);

    transform: translateY(0);
}



/* Button less weight than Filter button*/

.btn-light {
    /*background: linear-gradient(to bottom, #aeb7c0, #8e98a3);*/
    background: linear-gradient(to bottom, #9ea8b2, #7f8994);
    border: 1px solid #7e8892;
    color: #f8fbff !important;

    text-shadow: 0 -1px 0 rgba(0,0,0,0.18);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.22);

    transition:
        background 0.15s ease,
        border-color 0.15s ease,
        box-shadow 0.15s ease,
        transform 0.15s ease;
}

.btn-light:hover,
.btn-light:focus {
    background: linear-gradient(to bottom, #bcc5cf, #99a3ae);
    border-color: #6f7982;
    color: #fff !important;
    text-decoration: none;

    transform: translateY(-1px);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.28),
        0 2px 4px rgba(0,0,0,0.12);
}

.btn-light:active {
    background: linear-gradient(to bottom, #7f8994, #6d7680);
    border-color: #5d6670;

    box-shadow:
        inset 0 2px 5px rgba(0,0,0,0.22);

    transform: translateY(0);
}

/********************************************************/
/* btn-add for adding content */
.btn-add {
    background: linear-gradient(to bottom, #42c164, #246f38);
    border: 1px solid #1f5f30;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

/* Hover — brighter + slight lift */
.btn-add:hover,
.btn-add:focus {
    background: linear-gradient(to bottom, #55d978, #2f8a49);
    border-color: #1a4f2a;
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.25),
        0 2px 4px rgba(0,0,0,0.18);
}

/* Focus ring (same system as filter buttons) */
.btn-add:focus {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(66, 193, 100, 0.4),
        inset 0 1px 0 rgba(255,255,255,0.25);
}

.btn-add.active,
.btn-add:active,
.btn-add.active:hover,
.btn-add.active:focus {
    background: linear-gradient(to bottom, #2f8a49, #256c3a);
    border-color: #1a4f2a !important;
    color: #fff !important;

    box-shadow:
        inset 0 2px 6px rgba(0,0,0,0.30),
        0 0 0 2px rgba(66, 193, 100, 0.18);

    transform: translateY(0);
}

/********************************************************/
/* btn-del for adding content */

.btn-del {
    background: linear-gradient(to bottom, #c14242, #6f2424);
    border: 1px solid #5a1e1e;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

/* Hover — brighter + slight lift */
.btn-del:hover,
.btn-del:focus {
    background: linear-gradient(to bottom, #d95757, #8a2f2f);
    border-color: #4a1818;
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.22),
        0 2px 4px rgba(0,0,0,0.18);
}

/* Focus ring (matches your system) */
.btn-del:focus {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(193, 66, 66, 0.4),
        inset 0 1px 0 rgba(255,255,255,0.22);
}

/* Active — pressed state */
.btn-del:active,
.btn-del.active,
.btn-del.active:hover,
.btn-del.active:focus {
    background: linear-gradient(to bottom, #8a2f2f, #6a2424);
    border-color: #3f1515 !important;
    color: #fff !important;

    box-shadow:
        inset 0 2px 6px rgba(0,0,0,0.30),
        0 0 0 2px rgba(193, 66, 66, 0.18);

    transform: translateY(0);
}



/********************************************************/
/* btn-admin for adding content */
.btn-admin {
    background: linear-gradient(to bottom, #f2c94c, #b98a1f);
    border: 1px solid #9a741a;
    color: #3a2b00 !important;
    text-shadow: 0 1px 0 rgba(255,255,255,0.35);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

/* Hover */
.btn-admin:hover,
.btn-admin:focus {
    background: linear-gradient(to bottom, #f6d66a, #c99b2a);
    border-color: #7f5f14;
    color: #3a2b00 !important;
    text-decoration: none;
    transform: translateY(-1px);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.4),
        0 2px 4px rgba(0,0,0,0.15);
}

/* Focus */
.btn-admin:focus {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(242, 201, 76, 0.4),
        inset 0 1px 0 rgba(255,255,255,0.4);
}

/* Active */
.btn-admin:active,
.btn-admin.active,
.btn-admin.active:hover {
    background: linear-gradient(to bottom, #c99b2a, #9a741a);
    border-color: #6b4f10 !important;
    color: #3a2b00 !important;

    box-shadow:
        inset 0 2px 6px rgba(0,0,0,0.25),
        0 0 0 2px rgba(242, 201, 76, 0.18);

    transform: translateY(0);
}


/********************************************************/
/* btn-extra for adding content */

.btn-extra {
    background: linear-gradient(to bottom, #3fa0dc, #2a78b3);
    border: 1px solid #21608f;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.30);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

/* Hover — keep the freshness here */
.btn-extra:hover,
.btn-extra:focus {
    background: linear-gradient(to bottom, #5bb6f0, #3493cf);
    border-color: #1c557f;
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.28),
        0 2px 4px rgba(0,0,0,0.15);
}

/* Focus */
.btn-extra:focus {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(63, 160, 220, 0.35),
        inset 0 1px 0 rgba(255,255,255,0.28);
}

/* Active */
.btn-extra:active,
.btn-extra.active,
.btn-extra.active:hover {
    background: linear-gradient(to bottom, #2a78b3, #226392);
    border-color: #184a6b !important;

    box-shadow:
        inset 0 2px 6px rgba(0,0,0,0.30),
        0 0 0 2px rgba(63, 160, 220, 0.18);

    transform: translateY(0);
}


/* Poll buttons with less wieght */

.btn-poll {
    background: #e9f1fc;
    border: 1px solid #c3d6ee;
    color: #1d4f7a;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 12px;
    margin:3px 0;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease, color 0.15s ease;
}

.btn-poll:hover,
.btn-poll:focus {
    background: linear-gradient(to bottom, #5bb6f0, #3493cf);
    border-color: #1c557f;
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.28),
        0 2px 4px rgba(0,0,0,0.15);
}

.btn-poll.disabled {
    background: #f5f7fa;
    border: 1px dashed #cfd9e3;
    color: #9aa7b3;
    cursor: not-allowed;
    opacity: 0.8;
}

.btn-poll.disabled:hover {
    background: #f5f7fa;
    border-color: #275f90;
    color: #143a5b !important;
    transform: none;
    box-shadow: none;
}

/*.vvlblue {color: #e9f1fc}  pagination bg 
.vlbluebg {background-color: #dce4f0;}
.vlblue {color: #d9e8ff;} 
.mlblue {color: #79b3e1;}
.lblue {color : #5a94c8;}
.blue  {color : #275f90;}
.dblue {color : #143a5b;}*/

                                                /* ==============================================
                                                                    SEARCH
                                                ===============================================*/


/* Highlights when used /highlight/../ in URL for result page of site search */

.highlight {
    display: inline-block;
    background: #dce4f0;
    color: #143a5b;
    padding: 3px 5px;
    border-radius: 4px;
    font-weight: 700;

    vertical-align: baseline;
    box-shadow: inset 0 -1px 0 rgba(20,58,91,0.12);
}





/********************************************************/
/* btn-search for sorting option Search */

.btn-search {
    display: inline-block;
    padding: 7px 12px;
    min-width: 88px;
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
    border-radius: 4px;

    background: #eef2f5;
    border: 1px solid #c4cdd6;
    color: #2f3b45;

    font-weight: 500;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.15s ease;
}

.btn-search:hover {
    background: #e2e8ee;
    border-color: #aebbc7;
    color: #1f2a33;
}

.btn-search.active {
    background: #1d4f7a;
    border-color: #1d4f7a;
    color: #fff;
    font-weight: 600;
}

.btn-search:focus,
.btn-search:active {
    outline: none;
    box-shadow: none;
}

.search-sort-group {
    display: inline-flex;
}

.search-sort-group .btn-search {
    border-radius: 0;
}

.search-sort-group .btn-search:first-child {
    border-radius: 12px 0 0 12px;
}

.search-sort-group .btn-search:last-child {
    border-radius: 0 12px 12px 0;
}

.search-sort-group .btn-search + .btn-search {
    margin-left: -1px;
}


/* Loading spinner */
.search-dimmer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.55);
    z-index: 9998;
    filter: blur(29px);
}

.search-dimmer.hidden {
    display: none;
}

.search-loading {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;

    padding: 20px 24px;
    background: #f5f7f9;
    border: 1px solid #d6dde3;
    border-radius: 4px;
    color: #2f3b45;
    font-size: 14px;
}

.search-loading.hidden {
    display: none;
}

.search-loading-spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    border: 2px solid #c4cdd6;
    border-top: 2px solid #1d4f7a;
    border-radius: 50%;
    animation: searchspin 0.7s linear infinite;
    -webkit-animation: searchspin 0.7s linear infinite;
    vertical-align: -2px;
}

@keyframes searchspin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

@-webkit-keyframes searchspin {
    from { -webkit-transform: rotate(0deg); }
    to   { -webkit-transform: rotate(360deg); }
}

/* Search grouped sorting buttons below query field  */

.search-sort-group .btn.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.input-group-addon.scope {
    background: #1d4f7a;
    color: #fff;
    border: 1px solid #1d4f7a;
    font-weight: 600;
}

.search-share-link {
    text-align: right;
    font-size: 13px;
    margin-top: 5px;
}

.search-share-link a {
    color: #ccc;
    text-decoration: none;
}

.search-share-link a:hover {
    color:#fff;
    text-decoration: underline;
}

.search-copy-link {
    color: #ccc;
    text-decoration: none;
    padding: 0;
}

.search-copy-link:hover {
    color: #fff;
    text-decoration: underline;
}

.search-copy-link:focus {
    outline: none;
    color: #888;
}

/* Searching Tips */

.search-tips {
    margin-top: 10px;
    font-size: 13px;
}

.search-tips a {
    color: #6c7a86;
    text-decoration: none;
}

.search-tips a:hover {
    text-decoration: underline;
}

.search-tips-box {
    margin-top: 6px;
    padding: 8px 12px;
    background: #f5f7f9;
    border: 1px solid #d6dde3;
    border-radius: 4px;
    color: #2f3b45;
}














                                                /* ==============================================
                                                                    GENERAL THINGS
                                                ===============================================*/

.posrelative {
position: relative;
}



table.tablesorter {

    background-color: #CDCDCD;
    margin:10px 0pt 15px;

    width: 100%;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;

    padding: 4px;
}
table.tablesorter thead tr .header {
    background-image: none;
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {

}
table.tablesorter thead tr .headerSortDown {

}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
table .header {
    cursor: pointer;
}

table .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000000 transparent;
  visibility: hidden;
}

table .headerSortUp, table .headerSortDown {
  background-color: #f7f7f9;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

table .header:hover:after {
  visibility: visible;
}

table .headerSortDown:after, table .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

table .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* hover tables */
.table-hover > tbody > tr:hover {
  background-color: #f2f2f2;
}

/* Thumbs Voting */


/*a.vote_up, a.vote_down {
	display:inline-block;
	background-repeat:no-repeat;
	background-position:center;
	height:18px;
	width:16px;
	margin-left:4px;

}


a.vote_up {
	margin-left:10px;
	margin-right:10px;
}

a.vote_down {
	margin-left:10px;
	margin-right:10px;
}*/




.quote {
         display:block;
  width:90%;
   position: relative;
    margin: 14px 0 20px;
    padding: 16px 20px 16px 52px;
    background: #fff;
    border-left: 6px solid #e87532;
    border-radius: 2px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.16);
    color: #555;
    line-height: 1.2;
    font-size: 13px;


}

/* Big quote icon */
.quote::before {
    content: "\201C";
    position: absolute;
    left: 10px;
    top: 4px;
    font-family: Georgia, serif;
    font-size: 65px;
    font-weight: bold;
    line-height: 1;
    color: rgba(120,120,120,0.55);
    pointer-events: none;

}

/* Nested quotes */
.quote .quote {
    margin-top: 14px;
    background: #fcfcfc;
    border-left-color: #b8c2cc;
    box-shadow: none;
}

/* Slightly smaller quote mark inside nested quote */
.quote .quote::before {
    font-size: 46px;
    color: rgba(140,140,140,0.40);
}

/*
blockquote{
  display:block;
  width:70%;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;

  font-size: 12px;
  line-height: 1.2;
  color: #666;
  text-align: justify;

  border-left: 7px solid #de6630;



  -moz-box-shadow: 2px 2px 5px #ccc;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc;
}

blockquote::before{
  content: "\201C"; 


  font-family: serif;
  font-size: 65px;
  font-weight: 900;
  color: #999;


  position: absolute;
  left: 7px;
  top:5px;
}

blockquote::after{

  content: "";
}*/



/* Reply in comments */
.reply {
margin-left:25px;
margin-right:5px;
padding: 15px 10px 15px 25px;
border-left: 7px solid #20956c;
  -moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
}

/* Animate change of style (hover) */
.csstransition {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}




                                                /* ==============================================
                                                                    GALLERY
                                                ===============================================*/



/* Gallery image album view */


/*.vlblue {color: #d9e8ff;} 
.vlbluebg {background-color: #dce4f0;}
.mlblue {color: #79b3e1;}
.lblue {color : #5a94c8;}
.blue  {color : #275f90;}
.dblue {color : #143a5b;}*/


.panel-album {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.album-heading {
  padding: 5px 10px;
  border: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-color: #143a5b;
  border-bottom: 0px;
	background-color: #5a94c8;
	color : #143a5b;
}

/*.album-heading {
  padding: 5px 10px;
  border: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-color: #143a5b;
  border-bottom: 0px;
	background-color: #e9f1fc;
	color : #143a5b;
}*/


.album-body {
  border: 1px solid;
	border-color: #143a5b;
	padding:10px 10px;
}
.album-open {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.album-close {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.album-booth {
  border: 3px solid;
	border-color: #143a5b;
	padding:10px 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #dce4f0;
}

.album-footer {
  padding: 0px 10px 2px;
  background-color: #888;
  color:#fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}


.album-default > .album-heading {
  color: #fff;
  background-color: #f0f;
  border-color: #888;
}




/*.btnot {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;

  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;

    color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btnot:focus,
.btnot:active:focus,
.btnot.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btnot:hover,
.btnot:focus {
  color: #333;
  text-decoration: none;
  background-color: #ddd;
  border-color: #333;
  border-radius: 15px;
}
.btnot:active,
.btnot.active {
  background-image: none;
  outline: 0;
    background-color: #dce4f0;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 3px rgba(0, 0, 0, .125);
}*/

/*            ////////////////               */





input:required {
    background:hsl(180, 50%, 90%);
    border:1px solid #999;
}

/* navi button if long page */
.to-top {
font-family: 'LaconicBold', Arial, sans-serif;letter-spacing: -1px;
	position:fixed;
	bottom: 1.7em;
	left:1.3em;
	text-decoration: none;
	color: #f0f0f0;
	background-color: #143a5b;
	font-size: 18px;
	padding: 1em;
	display: none;
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px #5a94c8 solid;
}

.to-top:hover {
	background-color:#275f90;
	color: #fff;
}


                                                /* ==============================================
                                                                 MAIN TOP MENU
                                               ===============================================*/


/* navi menubar Main Menu TOP */

.navisubmenu {
	margin-top:0px;
}
.navilogo {
	position: relative;
	background: url('/images/gui/navi-lg.jpg') no-repeat;
	height:251px;
	padding: 0px;
	margin: 0px;
}



.headerlogo {
    position: relative;
    margin: 0 -15px;
    background-repeat: no-repeat;
}

.headerlink {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 70px;
    width: 850px;
    height: 100px;
    cursor: pointer;
}

.contentcol {
    min-height: 850px;
    background: #F8F8F8;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}




/* Main Menu Bar on top */
.navibar {
    background-color: #222;
    margin-top: 0;
    height: 55px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
        z-index: 999;

}

.navibar a {
    float: left;
    height: 55px;
    line-height: 52px;
    padding: 3px 13px 0 13px;
    color: #e0e0e0;
    text-align: center;
    text-decoration: none;
    border-radius: 6px; 


}

/* Navibar button hover */
.navibar a:hover,
.navidropdown:hover .dropbtn {
    background-color: #275f90;
}

.navibar a:active,
.navidropdown:active .dropbtn {
    background-color: #b0b0b0;
}

.navibar a.navmenu {
    padding-top: 8px;
    line-height: 48px;
        z-index: 50;

}



.navidropdown {
    float: left;
    overflow: hidden;
}


.navidropdown .dropbtn {
    font-family: 'LaconicBold', Arial, sans-serif;
    letter-spacing: -1px;
    text-decoration: none;
    border: none;
    outline: none;
    color: #e0e0e0;
    background-color: inherit;
    margin: 0;
    display: block;

    height: 55px;
    line-height: 52px;
    padding: 3px 16px 0 16px;
}


.navidropdown-content {
  display: none;
  position: absolute;
  margin-top: 45px;
  background-color: #143a5b;
  width: 95%;
  left: 3%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 3;
  -webkit-animation: fadein .5s;
  -moz-animation: fadein .5s;
  -ms-animation: fadein .5s;
  -o-animation: fadein .5s;
  animation: fadein .5s;
  padding: 14px 16px;
}
.navidropdown-content .header {
  background: red;
  padding: 16px;
  color: white;
}

/* Show the navidropdown menu on hover */
.navidropdown:hover .navidropdown-content {
  display: block;

  	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;


}




/* Create three equal columns that floats next to each other */
.navicolumn {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #275f90;
}

/* Style links inside the columns */
.navicolumn a {
  float: none;
  color: #ddd;
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
  height:80px;
}

/* Add a background color on hover */
.navicolumn a:hover {
  background-color: #0d375e;
  color: white;
    -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.navicolumnon a {
  background-color: #0d375e;
  color: white;
    -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* Clear floats after the columns */
.navirow:after {
  content: "";
  display: table;
  clear: both;
}

.navirow {
	display: flex;
}

/* fade in menu navi 2018 */


@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


/* header logo */

.userlogin {
    background: #222 !important;
    position: absolute;
    top: 55px;
    height: 40px;
    right: 0;
    left: auto;
    width: auto;
    padding: 0px 15px 6px 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 0;
    white-space: nowrap;
}


.mainmenu {
    display: block;
}

.caticon {
    font-size: 200%;
}



@media (max-width: 767px) {
    .mainmenu {
        display: none;
        background: #275f90;
    }

        .navisubmenu {
        margin-top: -20px;
    }

    form.search {
        width: 100%;
        top: 0;
        left: 0;
        display: none;
    }

    form.search > input {
        width: 100%;
        padding: 6px 15px;
        font-size: 20px;
    }

    .btn-search {
        padding: 10px;
        border-radius: 0;
        position: absolute;
        right: 2px;
        top: 2px;
        background: none;
        color: #666;
    }
}

@media (min-width: 768px) {
/*    .contentcol {
        margin-top: -41px;
    }*/

    form.search {
        position: absolute;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .headerlogo {
        background-image: url('/images/gui/header-sm.jpg');
        height: 161px;
    }

    .headerlink {
        top: 50px;
        width: 425px;
        height: 65px;
    }

    .navibar {
        font-size: 16px;
        margin-left: 69px;
    }

    .navisubmenu {
        margin-top: -20px;
    }

/*    .userlogin {
        top: -120px;
    }*/

    div.bread {
        position: absolute;
        bottom: 0;
        left: 148px;
    }

    div.bread > button {
        padding: 3px 12px;
        font-size: 13px;
    }

    form.search {
        bottom: 23px;
        right: -7px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .headerlogo {
        background-image: url('/images/gui/header-md.jpg');
        height: 209px;
    }

    .contentcol {
        margin-top: -1px;
    }
    .headerlink {
        top: 60px;
        width: 650px;
        height: 80px;
    }

    .navibar {
        font-size: 17px;
        margin-left: 262px;
    }

    .navisubmenu {
        margin-top: -25px;
    }

/*    .userlogin {
        top: -170px;
    }*/

    div.bread {
        position: absolute;
        bottom: 9px;
        left: 191px;
    }

    div.bread > button {
        padding: 3px 12px;
        font-size: 14px;
    }

    form.search {
        bottom: 30px;
        right: -3px;
    }
}

@media (min-width: 1200px) {
    .headerlogo {
        background-image: url('/images/gui/header-lg.jpg');
        height: 251px;
    }

    .headerlink {
        top: 60px;
        width: 850px;
        height: 115px;
    }

    .navisubmenu {
        margin-top: -30px;
    }

    .navibar {
        font-size: 22px;
        margin-left: 328px;
    }

/*    .userlogin {
        top: -140px;
    }*/

    div.bread {
        position: absolute;
        bottom: 15px;
        left: 230px;
    }

    div.bread > button {
        padding: 3px 12px;
        font-size: 15px;
    }

    form.search {
        top: 185px;
        right: -11px;
    }

    form.search > input {
        border-radius: 5px;
    }

    .caticon {
        font-size: 450%;
    }
}




/*prevent scrollbar blink bug when modal opens, only needed full screen*/
.modal-open {
	overflow: visible;
}
.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
	padding-right:0px!important;
}
.modal-dialog {
	width:625px;
}
.modal.fade:not(.in) .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}

/*Own style of Modal panel called : djrmodal, for Notifications*/
.djrmodal-content {
	position: relative;
	background-color: #f8f8f8;
	background-clip: padding-box;
	border: 1px solid #428bca;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 16px;
	outline: none;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.djrmodal-header {
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #275f90;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #fff;
}
.djrmodal-header .close {
  margin-top: -2px;
}
.djrmodal-title {
  margin: 0;
  line-height: 1.42857143;
}
.djrmodal-body {
  position: relative;
  padding: 20px;
}
.djrmodal-footer {
	  background-color: #275f90;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
  /*padding: 19px 20px 20px;*/
  padding: 10px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.djrmodal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.djrmodal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.djrmodal-footer .btn-block + .btn-block {
  margin-left: 0;
}


a.anchor {
	display: block;
	position: relative;
	top: -150px;
	visibility: hidden;
}

/* tagged name */
.tag {
	padding: 5px;
	background-color: #dce4f0;
	border-radius: 15px;
}

.likearea {

	background-color: #e6f1fb;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
	border-color: #bbb;
	padding:5px;
	padding-top:10px;
}

/* Image overlay */

figcaption {
  /*background-color: #333;*/
  color: #dce4f0;
  padding: 2px;
  text-align: center;
  position: relative;
  top: -30px;

}

/* Banner if AddBlocker active instead of advertisements*/
#PleaseSupportUse {
	display: none;
	margin-bottom: 30px;
	padding: 20px 10px;
	background: #D30000;
	text-align: center;
/*	font-weight: bold;*/
	color: #fff;
	border-radius: 15px;
}




/* Arrow shaped buttons btn-arrow-left/right for Topics Content next/prev navigations  */
/* 2022 dit moet weg kunnen deze knoppen */

/*.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-arrow-right {
    padding-left: 36px;
}
.btn-arrow-left {
    padding-right: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { 
    content:"";
    position: absolute;
    top: 5px;
    width: 22px;
    height: 22px;
    background: inherit; 
    border: inherit;
    border-left-color: transparent; 
    border-bottom-color: transparent; 
    border-radius: 0px 4px 0px 0px; 
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); 
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { 
    left: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { 
    right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before {
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { 
    background-color: #f8f8f8;
}
*/
/*Checkbox new sliderstyle (checkbox?)
https://bootsnipp.com/snippets/z8b8y*/

.switch input {
    display:none;
}
.switch {
    display:inline-block;
    width:60px;
    height:30px;
    margin:8px;
    transform:translateY(50%);
    position:relative;
}

.slider {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius:30px;
    box-shadow:0 0 0 2px #ccc, 0 0 4px #777;
    cursor:pointer;
    border:4px solid transparent;
    overflow:hidden;
     transition:.4s;
}
.slider:before {
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background:#ccc;
    border-radius:30px;
    transform:translateX(-30px);
    transition:.4s;
}

input:checked + .slider:before {
    transform:translateX(30px);
    background:#0c0;
}
input:checked + .slider {
    box-shadow:0 0 0 2px #0c0,0 0 2px limeGreen;
}




/* swiper // Topics 2022 */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*chart frame*/
#chartdiv {
	width	: 100%;
	height	: 500px;
	font-size: 14px;
}

.amcharts-plot-area {
  stroke-width: 10px;
}








                                    /* ======================================================
                                    Video player replacer 
                                    ===============================================*/



.ytp-spinner{position:absolute;left:45%;top:45%;width:10%;height:10%;z-index:1}
.ytp-spinner-message{position:absolute;left:50%;top:100%;width:300px;font-size:127%;line-height:182%;margin-left:-150px;display:none;text-align:center;background-color:#000;opacity:.5}@keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}to{opacity:.15;-moz-transform:scale(.85,.85);-ms-transform:scale(.85,.85);-webkit-transform:scale(.85,.85);transform:scale(.85,.85)}}@-moz-keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}to{opacity:.15;-moz-transform:scale(.85,.85);-ms-transform:scale(.85,.85);-webkit-transform:scale(.85,.85);transform:scale(.85,.85)}}@-webkit-keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}to{opacity:.15;-moz-transform:scale(.85,.85);-ms-transform:scale(.85,.85);-webkit-transform:scale(.85,.85);transform:scale(.85,.85)}}
.ytp-spinner-dot{-moz-animation:ytp-spinner-dot-fade .8s ease infinite;-webkit-animation:ytp-spinner-dot-fade .8s ease infinite;animation:ytp-spinner-dot-fade .8s ease infinite;opacity:0;fill:#ccc;-moz-transform-origin:4px 4px;-ms-transform-origin:4px 4px;-webkit-transform-origin:4px 4px;transform-origin:4px 4px}
.ytp-spinner-dot-1{-moz-animation-delay:.1s;-webkit-animation-delay:.1s;animation-delay:.1s}
.ytp-spinner-dot-2{-moz-animation-delay:.2s;-webkit-animation-delay:.2s;animation-delay:.2s}
.ytp-spinner-dot-3{-moz-animation-delay:.3s;-webkit-animation-delay:.3s;animation-delay:.3s}
.ytp-spinner-dot-4{-moz-animation-delay:.4s;-webkit-animation-delay:.4s;animation-delay:.4s}
.ytp-spinner-dot-5{-moz-animation-delay:.5s;-webkit-animation-delay:.5s;animation-delay:.5s}
.ytp-spinner-dot-6{-moz-animation-delay:.6s;-webkit-animation-delay:.6s;animation-delay:.6s}
.ytp-spinner-dot-7{-moz-animation-delay:.7s;-webkit-animation-delay:.7s;animation-delay:.7s}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: black ;
      padding-top: 30px; 
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


.videowrapper {
	overflow: hidden;
	cursor: pointer;
	position: relative;

}

.ytantibanner {
	display:none;
}

div.videowrapper:after {
	position:absolute;
	left: 57%;
	top: 40%;
	width: 200px;
	height: 200px;
	margin-left: -100px;
	margin-top: -100px;
  content: "\f04b";
  font-size: 200px;
  color: rgba(231,219,202,0.7);
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.2s ease-out;
  cursor: pointer;
}
div.videowrapper:hover:after {
  color: rgba(255,255,255,0.7);
  transition: color 0.2s ease-out;
}
div.videowrapper img {
  cursor: pointer;
}
@media(max-width: 767px){
	div.videowrapper img {
		margin-bottom: 0;
		margin-top: 0;
	}
}

div.videowrapper.playing:after {
	display: none;
}

@media(max-width: 768px){

	.videowrapper {
	}

	div.videowrapper:after {
		width: 120px;
		height: 120px;
 		font-size: 120px;
		margin-left: -60px;
		margin-top: -60px;
	}
}
@media(max-width: 550px){
	div.videowrapper:after {
		width: 80px;
		height: 80px;
 		font-size: 80px;
		margin-left: -40px;
		margin-top: -40px;
	}
}




/*.btn-primary:hover {
     background-color: #5a94c8 !important;
}
.btn-primary {
     background-color: #143a5b !important;
}*/


                                                /* ==============================================
                                                                    TOPICS
                                                ===============================================*/



/*specs used in djtopics for product specifications*/

.speccont {
  background-color: #fff;
  margin: 0px auto;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #333;
}

.specl {
  background-color: #fff;
  float: left;
  width: 135px;
  text-align: right;
  margin-right: 15px;
  color: #5a94c8;
  font-size: 10px;
}
.specr    {
  background-color: #fff;
  color: #888;
  font-size: 10px;
}



                                                /* ==============================================
                                                                    SEARCH
                                                ===============================================*/

/* hoover favourite gear items */

.gearfav {
    background-color:#fff;
    padding:5px;
}


.gearfav:hover {
    background-color:#dce4f0;
        padding:5px;
    -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


/* Category buttons */

.btn-cats {
  color: #fff;
  background-color: #143a5b; 			/* 337ab7   143a5b */
  border-color: #2e6da4;
}
.btn-cats:focus,
.btn-cats.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-cats:hover {
  color: #fff;
  background-color: #5a94c8;		/* 286090 5a94c8 */
  border-color: #204d74;
}
.btn-cats:active,
.btn-cats.active,
.open > .dropdown-toggle.btn-cats {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-cats:active:hover,
.btn-cats.active:hover,
.open > .dropdown-toggle.btn-cats:hover,
.btn-cats:active:focus,
.btn-cats.active:focus,
.open > .dropdown-toggle.btn-cats:focus,
.btn-cats:active.focus,
.btn-cats.active.focus,
.open > .dropdown-toggle.btn-cats.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-cats:active,
.btn-cats.active,
.open > .dropdown-toggle.btn-cats {
  background-image: none;
}
.btn-cats.disabled:hover,
.btn-cats[disabled]:hover,
fieldset[disabled] .btn-cats:hover,
.btn-cats.disabled:focus,
.btn-cats[disabled]:focus,
fieldset[disabled] .btn-cats:focus,
.btn-cats.disabled.focus,
.btn-cats[disabled].focus,
fieldset[disabled] .btn-cats.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-cats .badge {
  color: #337ab7;
  background-color: #fff;
}



/* Admin stats Menu bar*/
.statmenuon {
	background-color:#275f90;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	margin-left:-15px;
	padding:0px 20px 0px 15px;
}

/*
    Colorbox Core Style: image zoomer shower
    The following CSS is consistent between example themes and should not be altered.
*/
/*#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}*/

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/*#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
    .cboxIframe{background:#fff;}
    #cboxError{padding:50px; border:1px solid #ccc;}
    #cboxLoadedContent{border:5px solid #000; background:#fff;}
    #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
    #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
    #cboxLoadingGraphic{background:url(/images/gui/loading.gif) no-repeat center center;}*/

    /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
    /*#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }*/
    
    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/*    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
    
    #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
    #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/images/gui/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
    #cboxPrevious:hover{background-position:bottom left;}
    #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/images/gui/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
    #cboxNext:hover{background-position:bottom right;}
    #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/images/gui/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
    #cboxClose:hover{background-position:bottom center;}*/



/* Icomoon custom icon set   */


@font-face {
	font-family: 'icomoon';
	src:url('/fonts/icomoon.eot?d0ri36');
	src:url('/fonts/icomoon.eot?#iefixd0ri36') format('embedded-opentype'),
		url('/fonts/icomoon.woff?d0ri36') format('woff'),
		url('/fonts/icomoon.ttf?d0ri36') format('truetype'),
		url('/fonts/icomoon.svg?d0ri36#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-playlist:before 		{	content: "\e628"; }
.icon-playlistmin:before 	{	content: "\e609"; }
.icon-playlistadd:before 	{	content: "\e60e"; }
.icon-playdesktop:before 	{ content: "\e60f"; }
.icon-djbooth:before 			{	content: "\e619";	}
.icon-arrow:before 				{	content: "\e604"; }
.icon-comment:before 			{	content: "\f075"; }
.icon-comments:before 		{ content: "\f086"; }
.icon-remove:before 			{	content: "\f014"; }
.icon-edit:before 				{	content: "\f040";	}
.icon-process:before 			{ content: "\f085"; }
.icon-log-in:before 			{ content: "\f090"; }
.icon-log-out:before 			{ content: "\f08b"; }
.icon-star:before 				{ content: "\f005"; }
.icon-rating:before 			{ content: "\f123"; }
.icon-artist:before 			{ content: "\f006"; }
.icon-reply:before 				{ content: "\f112"; }
.icon-mail-o:before 			{ content: "\f003"; }
.icon-mail:before 				{ content: "\f0e0"; }
.icon-poll:before 				{ content: "\f012"; }
.icon-thumb-o-up:before 	{ content: "\f087"; }
.icon-thumb-o-down:before { content: "\f088"; }
.icon-thumb-up:before 		{ content: "\f164"; }
.icon-thumb-down:before 	{ content: "\f165"; }
.icon-warning:before 			{ content: "\f071"; }
.icon-play:before 				{ content: "\f04b"; }
.icon-party:before 				{ content: "\f000"; }
.icon-survey:before 			{ content: "\f15c"; }
.icon-calendar:before 		{ content: "\f073"; }
.icon-overview:before 		{ content: "\f0c9"; }
.icon-check-circle:before { content: "\f058"; }
.icon-ch-down:before 			{ content: "\f078"; }
.icon-ch-up:before 				{ content: "\f077"; }
.icon-ch-left:before 			{ content: "\f053"; }
.icon-ch-right:before 		{ content: "\f054"; }
.icon-youtube:before 			{ content: "\f167"; }
.icon-lighting:before 		{ content: "\f0eb"; }
.icon-studio:before 			{ content: "\f130"; }
.icon-keywords:before 		{ content: "\f031"; }
.icon-external-link-square:before 			{ content: "\f14c"; }
.icon-box:before 					{ content: "\e621"; }
.icon-more:before 				{ content: "\f148"; }
.icon-djresource:before 	{ content: "\e64d"; }
.icon-add:before 					{ content: "\e616"; }
.icon-check:before 				{ content: "\e613"; }
.icon-cross:before 				{ content: "\e614"; }
.icon-banned:before 			{ content: "\e60a"; }
.icon-image:before 				{ content: "\e64e"; }
.icon-link:before 				{ content: "\e654"; }
.icon-pushpin:before 			{ content: "\e601"; }
.icon-magnify:before 			{ content: "\e617"; }
.icon-gear:before 				{ content: "\e651"; }
.icon-shop:before 				{ content: "\e600"; }
.icon-wrench:before 			{ content: "\e603"; }
.icon-lock:before 				{ content: "\e608"; }
.icon-quote:before 				{ content: "\e618"; }
.icon-music:before 				{ content: "\e64f"; }
.icon-volume:before 			{ content: "\e60d"; }
.icon-tag:before 					{ content: "\e62a"; }
.icon-dj:before 					{ content: "\e602"; }
.icon-refresh:before 			{ content: "\e606"; }
.icon-film:before 				{ content: "\e650"; }
.icon-vote:before 				{ content: "\e652"; }
.icon-location:before 		{ content: "\e655"; }
.icon-mark:before 				{ content: "\e60b"; }
.icon-target:before 			{ content: "\e607"; }
.icon-disk:before 				{ content: "\e62b"; }
.icon-others:before 			{ content: "\e657"; }
.icon-trophy:before 			{ content: "\e623"; }
.icon-turntable:before 		{ content: "\e63b"; }
.icon-headshell:before 		{ content: "\e63c"; }
.icon-mixer:before 				{ content: "\e63d"; }
.icon-playrackmount:before{ content: "\e63f"; }
.icon-allinone:before 		{ content: "\e640"; }
.icon-headphone:before 		{ content: "\e641"; }
.icon-midicontroller:before { content: "\e642"; }
.icon-software:before 		{ content: "\e643"; }
.icon-effector:before 		{ content: "\e644"; }
.icon-speaker:before 			{ content: "\e645"; }
.icon-speakera:before 		{ content: "\e646"; }
.icon-amplifier:before 		{ content: "\e647"; }
.icon-recorder:before 		{ content: "\e648"; }
.icon-microphone:before 	{ content: "\e649"; }
.icon-keyboard:before 		{ content: "\e64a"; }
.icon-video:before 				{ content: "\e64b"; }
.icon-accessoires:before 			{ content: "\e64c"; }
.icon-djprofile:before 			{ content: "\e605"; }
.icon-download:before 			{ content: "\e60c"; }
.icon-upload:before 			{ content: "\e610"; }
.icon-inbox:before 			{ content: "\e611"; }
.icon-outbox:before 			{ content: "\e612"; }
.icon-phone:before 			{ content: "\e615"; }
.icon-screen:before 			{ content: "\e61a"; }
.icon-laptop:before 			{ content: "\e61b"; }
.icon-mobile:before 			{ content: "\e61f"; }
.icon-tablet:before 			{ content: "\e620"; }
.icon-view:before 			{ content: "\e626"; }
.icon-user:before 			{ content: "\e61c"; }
.icon-users:before 			{ content: "\e61d"; }
.icon-user-add:before 			{ content: "\e61e"; }
.icon-home:before 			{ content: "\e622"; }
.icon-info:before 			{ content: "\e627"; }
.icon-traffic:before 			{ content: "\e629"; }
.icon-previous:before 			{ content: "\e62d"; }
.icon-next:before 			{ content: "\e62e"; }
.icon-camera:before 			{ content: "\e625"; }
.icon-manual:before 			{ content: "\e658"; }
.icon-disk2:before 			{ content: "\e659"; }
.icon-flag:before 			{ content: "\e624"; }
.icon-ar-left:before 			{ content: "\e62f"; }
.icon-ar-down:before 			{ content: "\e630"; }
.icon-ar-up:before 			{ content: "\e631"; }
.icon-ar-right:before 			{ content: "\e632"; }
.icon-left:before 			{ content: "\e633"; }
.icon-down:before 			{ content: "\e634"; }
.icon-up:before 			{ content: "\e635"; }
.icon-right:before 			{ content: "\e636"; }
.icon-twitter:before 			{ content: "\e637"; }
.icon-facebook:before 			{ content: "\e638"; }
.icon-dropbox:before 			{ content: "\e639"; }