﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
    /*Side Nav*/
    .side-nav {
        width: 100% !important;
        float: none;
    }
    .body-container {
        width: 100% !important;
        float: none;
    }
    .top-navbar {
        display: none;
    }
    .side-nav-searchbox {
        min-width: 100%;
    }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
    .custom-rows-member {
        width: 25% !important;
        float: left !important;
    }
    .custom-rows-cooler {
        width: 32% !important;
        float: left !important;
    }
}

.reset-margin-right {
    margin-right: 0 !important;
}
.container-fluid, .navbar-collapse, .side-nav {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.navbar {
    margin-bottom: 0 !important;
}
.company-logo {
    width: 250px;
    height: 100px;
}

.navbar-inverse {
    background-color: #100f0d;
    border-color: #100f0d;
}

fieldset {
    border: 1px solid #ccc;
    padding: 10px;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

legend {
    color: #15848F;
    margin-bottom: 0;
}


/*Side Nav*/
.side-nav {
    float: left;
    width: 15%;
    border-radius: 0px !important;
    min-height: 100%;
    /*position:absolute;*/
}

.navbar {
    border-radius: 0 !important;
}

.nav-pills > li > a {
    border-radius: 0;
}

.side-nav-searchbox {
    padding: 10px 15px;
    width: 100%;
}

.body-container {
    width: 80%;
    float: left;
}

/*One Drive Page*/
.one-drive-top-bar {
    min-height: 40px;
    background-color: #f4f4f4;
    margin-bottom: 5px;
}

.one-drive-top-bar > .btn-group {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.thumbnail-container {
    height: 161px;
    width: 226px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.one-drive-thumbnails {
    min-height: 141px;
    width: 226px;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #eaeaea;
    top: 10px;
}

.one-drive-thumbnail-img {
    height: 170px;
    margin-bottom: 4px;
}

.namePlate {
    box-shadow: 0 0 0 1px #eaeaea;
    height: 20px;
    background-color: #666666;
    color: white;
}

/*Cooler*/

/*Date picker*/

.ui-datepicker-month, .ui-datepicker-year {
    background-color: #817865 !important;
}

/*Reports*/

.reports-section > .jumbotron {
    padding: 0 !important;
}

/*Waste bin size*/
.waste-bin-popover {
    max-width: 450px !important;
}
.waste-bin-size-log {
    max-width: 400px;
}

/*Customer Brand List Table CSS*/


/* Additional custom styles if needed */
.table-custom th, .table-custom td {
    text-align: center;
    vertical-align: middle;
}

.value1-background {
    background-color: #e6f7ff; /* Light blue background for Value 1 */
}

.value2-background {
    background-color: #e9ffe6; /* Light green background for Value 2 */
}

.border-right {
    border-right: 2px solid #ddd; /* Adds a border between Value 1 and Value 2 */
}

.table-custom thead > tr > th {
    border-bottom: 2px solid #ddd;
}

.table-custom tbody > tr > td {
    border-bottom: 1px solid #ddd;
}

.customer-brand-list-table-responsive {
    overflow-x: auto; /* Enables horizontal scrolling */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS devices */
}