﻿body {
    /*padding-top: 50px;
    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: 280px;
}

textarea {
    max-width: 80%;
    width: 400px;
    height: 200px;
}

.textarea-md {
    height: 90px;
}

.textarea-lg {
    height: 200px !important;
}

.button-row {
    justify-content: start;
}

.thumbnail-xsm {
    max-height: 170px;
    max-width: 190px;
}

.thumbnail-sm {
    max-height: 190px;
}

.thumbnail-md {
    max-height: 400px;
}

.file-count {
    padding-bottom: 19px;
    font-size: 16px;
    font-weight: 400;
    color: #7f7f7f;
    text-align: center;
}

.custom-checkbox {
    height: 1.5rem;
    width: 1.5rem;
}

.no-gray-jumbotron {
    padding: 2rem;
    margin: 3rem 0;
    background-color: #ffffff;
    border-radius: 0.3rem;
    border-bottom: 1px solid gray;
    box-shadow: 0px 1px 3px;
}

#loginForm {
    border: solid 1px #efefef;
    box-shadow: 1px 2px 3px gray;
    border-radius: 1rem;
    margin: 2vh;
    padding: 2vh;
}

#sqiNewsCard {
    padding: 2vh;
    margin: 2vh 0;
}

.sqi-header {
    display: flex;
    align-items: end;
}

.navbar-header {
    display: flex;
}

.header-label {
    padding: 1.5vh 0 1vh 0;
}

.subscription-inactive-banner {
    padding: 10px;
    font-weight: 500;
}

.activate-subscription-btn {
    margin: 10px;
}

.custom-service-item-row {
    align-items: end;
}

.service-delete {
    background: transparent;
}

#grand-total-row {
    font-weight: 400;
    font-size: 22px;
}

.default-checkbox {
    width: 20px;
    height: 20px;
}

#invoiceCardForm {
    display: flex;
    align-items: end;
    flex-direction: column;
}

#invoiceLinkContainer, #quoteLinkContainer, .flex-link-container {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
}

.message-container {
    font-size: 14px;
    padding: 5px;
    margin: 10px 0;
}

.registration-container {
    /*display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;*/
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 92vw;
    }
}

@media (max-width: 768px) {
    .grid-container {
        flex: 1 1 100% !important; /* Ensure each container takes 100% width */
    }

    .container {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }

    .body-content {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
}