﻿body {
 background:#efefef;
}
#wrapper {
    padding-top:80px;

}

#header {
    background:#000;
    text-align:center;
    border-top:2px solid #df0000;
    border-bottom:1px solid #333;
    position:fixed;
    width:100%;
    height:100px;
    z-index:999;
}
.body-content {
    min-height:500px;
}
.form-signin {
    width:300px;
    max-width:90%;
    background:#fff;
    padding:2em;
    padding-top:1em;
    
     box-shadow: 5px 5px 10px #ccc;

     margin-top:10%;


}
.form-signin input {
    margin:.5em;
    width:95%;
}
.form-signin-heading {
    margin-bottom:1em;
}
.checkbox input {
    width:auto;
}
.btn-primary {
    background-color: #df0000;
    
}
.btn, .btn-primary {
    outline:none;
    border:none;
}
.btn-primary:hover {
    background-color: #FF0000;
}
.btn:focus {
    outline:none!important;
}
.user-info {
    height:auto;
    background:#151515;
    border-bottom:1px solid #333;
   
}
.user-info p {
     color:#888;
    font-style:italic;
    margin-bottom:0;
}

p.blocked {
    display:block;
    margin-top:0;
    color:#FFF;
    font-size:16px;
    margin-bottom:.5em;
}
.go-full {

    min-width:100%;
}
.red {
    color:#d30;
}
.blue {
    color:darkslateblue;
}
.darkred {
    color:darkred;
}
.admin-gallery {
    list-style:none;
}
.admin-gallery li {
    width:200px;
    max-width:100%;
    height:auto;
    float:left;
    margin:5px;
}
.admin-gallery li img {
    width:100%;
    height:auto;

}

.form-image {
    
    margin-top:5px;
    margin-bottom:5px;
   

}
    .form-image img {
        border: 1px solid #aaa;
    }

.slider-gallery {
    list-style: none;
}

    .slider-gallery li {
        width: 350px;
        max-width: 100%;
        height: auto;
        float: left;
        margin: 5px;
    }

        .slider-gallery li img {
            width: 100%;
            height: auto;
        }

        .slider-gallery li input {
            margin-top:2px;
            margin-bottom:2px;
        }


.chart {
    width: 100%;
    min-height: 350px;
}

.row {
    margin: 0 !important;
}


.red {
    color:#FF2222;
}


.logo-header {
    width: 200px;
    height: auto;
}



/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    border:none;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display:inline-block;
    content: "[";
    padding-right: 0.5em;
}
.btn-bracketed::after {
    display:inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"]
{
    width: 100%;
}


.form-group-box-light {
    background:#f3f3f3;
    padding:2em;
}


.highlight {
    color:#3399cc;
}

.little-heading {
    font-size:.4em;
    color:#888;
    text-transform:uppercase;
}


/* Style for the suggestions container */
#tagSuggestions {
    position: absolute; /* Ensure it appears below the input field */
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 150px;
    overflow-y: auto; /* Add scroll if too many suggestions */
    width: calc(100% - 20px); /* Adjust width relative to input field */
    z-index: 1000; /* Ensure it appears above other elements */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Style for each suggestion */
.autocomplete-suggestion {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

    /* Hover effect for suggestions */
    .autocomplete-suggestion:hover {
        background-color: #f0f0f0;
        color: #000;
    }

    /* Active/selected suggestion */
    .autocomplete-suggestion.active {
        background-color: #007bff;
        color: white;
    }


/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none
  }
}
