﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 250px;
}

header {
    padding-bottom: 10px;
}

footer {
    text-align: center;
}

.vcenter {
    vertical-align: middle;
    display: inline-block;
    float: none;
}

.vam {
    padding-top: 7px;
    margin-bottom: 0;
}

.tp {
    font-size: large;
    text-align: center;
}

.bcnone {
    border-color: white;
}

.aright {
    text-align: right;
}

.acenter {
    text-align: center;
}

.confirm-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
}

.modal-body {
    padding-left: 10%;
    padding-right: 10%;
   
    text-align: center;
}

.modalImage {
    max-width: 75%;
    max-height: 50%;
}

.mcwide {
    width: 70%;
}

.partWidth {
    width: 95%;
    max-width: 95%;
}

hr {
    height: 3px;
    background: black;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}

tabs {
    padding-left: 3em;
}

.tdr {
    text-align: right;
}

textarea {
    width: 50em;
    height: 5em;
    max-width: 400px;
}

.dpdate {
    text-align: center;
    font-size: large
}

.cbx {
    max-width: 40px;
}

.clearbtn {
    margin-bottom: 10px;
    margin-left: 5px;
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.decimals {
    width: 10em;
}

.shortnum {
    width: 5em;
}

.notes {
    height: 5em;
}

.panel {
    width: 90%;
    border: 0;
    border-color: #FFFFFF;
}

caption {
    display: table-caption;
    font-size: 20px;
    text-align: center;
}

.ds {
    display: inline-block !important;
}

.dh {
    display: none;
}

/* Calendar
.fc td.fc-sun, .fc td.fc-sat {
    background-color: #f2f2f2;
}
 */

.holiday {
    
    color: black;
    pointer-events: none;
}

.hideMe {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

/* dropzone */
/* Mimic table appearance */
div.table {
    display: table;
}

    div.table .file-row {
        display: table-row;
    }

        div.table .file-row > div {
            display: table-cell;
            vertical-align: top;
            border-top: 1px solid #ddd;
            padding: 8px;
        }

        div.table .file-row:nth-child(odd) {
            background: #f9f9f9;
        }

.panel-drop {
    border-style: solid;
}

/* The total progress gets shown by event listeners */
#total-progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}

/* Hide the progress bar when finished */
#previews .file-row.dz-success .progress {
    opacity: 0;
    transition: opacity 0.3s linear;
}

/* Hide the delete button initially
    #previews .file-row .delete {
      display: none;
    }
    */
/* Hide the start and cancel buttons and show the delete button */

#previews .file-row.dz-success .start,
#previews .file-row.dz-success .cancel {
    display: none;
}

#previews .file-row.dz-success .delete {
    display: block;
}

/* downloads */
.downloads > a:link a:visited a:hover a:active {
    text-decoration: none;
}

.noAttachments {
    color: red;
    font: bold;
}

.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

.infotable {
    border: 0px;
    border-collapse: collapse;
}

    .infotable td {
        width: 1%;
    }

/* V 1.4.6 - added nicer margins for the fluid container */
.container-fluid {
    margin-left: 5%;
    margin-right: 5%;
}

.btn-inline {
    display: inline;
}

/* time cards*/
.HoursStores {
    width: 100%;
    max-width: unset;
}

/* app */

.resultTable {
    border: none;
    border-collapse: collapse;
}

    .resultTable th {
        padding-left: 15px;
    }

    .resultTable td {
        border-left: 2px solid #000;
        border-right: 2px solid #000;
        padding-left: 15px;
        padding-right: 15px;
    }

        .resultTable td:first-child {
            border-left: none;
        }

        .resultTable td:last-child {
            border-right: none;
        }

    .resultTable tr:nth-child(odd) {
        background-color: #f2f2f2
    }

.zerotop {
    padding-top: 0px !important;
}

.acceptable {
    color: forestgreen;
}

.fixedonsite {
    color: blue;
}

.needsservicecall {
    color: red;
    font-weight: bolder;
}

.returnvisitrequired {
    color: darkorange;
    font-weight: bolder;
}

#map, #pano {
    float:left;
    height : 400px;
    width : 50%;
}

.store-info {
    font-size: larger;
}

store_images {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.store_media {
    min-width: 0;
    margin: 5px;
}

.store_img {
    width: 200px;
    max-width: 200px;
    max-height: 200px;
}

#filesUploaded {
    display: flex;
    flex-wrap: wrap;
}

/* hide arrors on number input */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

option:disabled {
    display: none;
}