﻿/*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: #231f20;
    border-color: #231f20;
}

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;
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}


/*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;
    margin: 10px;
}

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

/*Signature pad*/
/*.signature-pad {
    cursor: url(pen.png) 1 26, pointer;
    border: 2px solid;
    border-radius: 4px;
}
.clear-button {
    color: #000;
}

@media (pointer: coarse) {
    body {
        overflow: hidden;
    }
}*/

.signature-wrapper {
    position: relative;
    width: 250px;
    height: 90px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid;
    border-radius: 4px;
}

/*img {
    position: absolute;
    left: 0;
    top: 0;
}*/

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 90px;
    height: 90px;
}

.pdfViewer {
    display: flex;
    flex-direction: column;
}

.pdfCanvas {
    max-height: 450px;
    overflow: auto;
}

#save, #clear {
    cursor: pointer;
    margin-right: 25px;
}

/*Door Reset CSS*/
.DoorResetMain .door-reset-button-group {
    margin-bottom: 20px;
}

.DoorResetMain #door-reset-addRow,
.DoorResetMain #door-reset-addColumn,
.DoorResetMain #door-reset-undo {
    background-color: #4caf50;
    color: white;
    padding: 10px 15px;
    margin: 0 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

    .DoorResetMain #door-reset-addRow:hover,
    .DoorResetMain #door-reset-addColumn:hover,
    .DoorResetMain #door-reset-undo:hover {
        background-color: #45a049;
    }

.DoorResetMain #door-reset-reviewTable {
    border-collapse: collapse;
    width: 80%;
    max-width: 1000px;
}

.DoorResetMain th,
.DoorResetMain td {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

.DoorResetMain th {
    background-color: #f0f0f0;
    white-space: nowrap; /* Prevent text wrapping */
    text-align: center; /* Center align text */
}

.DoorResetMain td.door-reset-editable {
    cursor: pointer;
    background-color: #fff;
}

.DoorResetMain .door-reset-remove-button {
    cursor: pointer;
    color: red;
    margin-left: 10px;
    font-size: 18px;
}

#contentToExport, #cokecontentToExport {
    padding: 20px;
}
#door-reset-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10mm; /* Adjust as needed */
}

.door-reset-company-logo {
    /* Adjust the width and height as needed */
    width: 250px;
    height: auto;
}

#member-data {
    text-align: right;
    /* If you need some space between the logo and the text */
    margin-left: 20px;
}

#contentToExport, #cokecontentToExport {
    max-width: 297mm;
    max-height: 210mm;
    overflow: hidden; /* To ensure content doesn't exceed these dimensions */
}

#door-reset-reviewTable {
    width: 100%; /* Make the table use the full width of the div */
    /* Additional table styling */
}

    #door-reset-reviewTable td {
        min-height: 45px;
        height: 45px; /* This ensures that the cell has at least 45px height */
        /* Additional styling for the cell, like vertical alignment, padding, etc. */
        vertical-align: middle; /* To vertically center the content */
        padding: 5px; /* Adjust padding as needed */
    }

    #door-reset-reviewTable th {
        /* You can apply similar styling to the header cells if needed */
        min-height: 45px;
        height: 45px;
        vertical-align: middle;
        padding: 5px;
    }
#member-data span {
    text-decoration: underline;
}
