body {
    background: #e5e5e5;
    background-image: url("/images/grunge_wall.png");
    margin: 0;
    padding: 0;
    height: 100%;
}
h3 {
    font-weight: bold;
}
a {
    color: #063665;
}
hr {
    border-color: #d1d1d1;
}
h4 {
    font-weight: bold;
}
#wrapper {
    min-height: 100vh;
    position: relative;
}
#content {
    padding-bottom: 50px; /* Height of the footer element */
}
footer {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.uul {
    text-decoration: underline;
}
.navbar {
    border-bottom: 2px solid #116e6e;
    background: white;
    min-height: 100px;
    margin-bottom: 0px;
}
.navbar-brand {
    padding: 35px 15px;
}

.nav {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
    font-family: "Titillium Web", sans-serif;
}
.table > thead > tr > th {
    border-bottom-color: #116e6e;
}
@media screen and (max-width: 767px) .table-responsive {
    overflow-y: auto;
}
/*------------------------cross-page classes---------*/
.whitebg {
    background: white;
    padding-top: 20px;
}

/*------------------------homepage/login---------*/

/*.loginbackground{
  background-image: url("http://www.designbolts.com/wp-content/uploads/2013/02/Golf-Shirt-Grey-Seamless-Pattern-For-Website-Background.jpg");
}*/

.tealborder {
    border: 2px solid #116e6e;
    padding: 15px;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.notifications {
    margin-bottom: 50px;
}

/*--------------updates--------*/
.updates {
    min-height: 230px;
}
.fa-circle {
    color: #116e6e;
}

/*------------------------buttons---------*/

.btn-success:hover,
.backbtn:hover {
    background-color: #063665;
}

.notebtn {
    background: transparent;
    color: black;
    border: none;
    text-transform: uppercase;
    text-decoration: underline;
}

.notebtn:hover {
    background: #116e6e;
    color: white;
}

.backbtn,
.btn-success {
    background: #116e6e;
    border-color: #116e6e;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.declinequote {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn-success {
    margin-left: none;
    padding-left: none;
}

.btn-primary {
    color: #fff;
    background-color: #063665;
    border-color: #2e6da4;
}

.btn-print {
    border: 1px solid #116e6e;
    background: white;
    color: black;
    margin-left: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-print:hover {
    border: 1px solid #116e6e;
    color: white;
    background-color: #063665;
    margin-left: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.add-something {
    cursor: pointer;
    z-index: 999;
}

.upperspace {
    margin-top: 20px;
}

.underspace {
    margin-bottom: 20px;
}

/*------------------------grid---------*/
.grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(1,minmax(0,1fr));
    gap: 0 .5em;
}
@media (min-width: 1024px) {
    .grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}

/*------------------------attachment---------*/
.attachment {
    display: block;
    background: #f9f9f9;
    border: 1px solid #ddd;
    margin-bottom: .5em;
    padding: .2em .5em;
    border-radius: 4px;
}
.attachment:hover {
    text-decoration: none;
    border-color: #066363;
}
.attachment__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 1em;
}
.attachment__icon {
    flex: none;
}
.attachment__data {
    flex-grow: 1;
}
.attachment:hover .attachment__title {
    text-decoration: underline;
}
.attachment__title {
    font-size: .9em;
    font-weight: bold;
}
.attachment__date {
    margin-top: .2em;
    font-size: .8em;
    opacity: .8;
}
.attachment__wrapper:hover .attachment__date {
    text-decoration-line: none;
}
.attachment__action {
    flex: none;
}

/*------------------------pagination---------*/
.pagination {
    float: right;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #063665;
}

.pagination > li > a,
.pagination > li > span {
    color: #063665;
}

.pager li > a,
.pager li > span {
    border: 2px solid #116e6e;
    color: #063665;
}

.pager a.disabled {
    opacity: 0.6;
    pointer-events: none;
}
/*------------------------ all boms page---------*/

.pageheading {
    /*width: 300px;*/
    text-align: center;
    margin: auto;
    font-size: 40px;
    color: #066363;
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 30px;
}

input[type="search"] {
    border: 2px solid #066363;
}

/*------------------------new bill of materials---------*/
.input-group-addon,
.form-control,
.btn-default {
    border: 1px solid #116e6e;
}

/*------------------------ individual boms page---------*/

.projectinfo {
    margin-left: 2px;
}

/*------------------------ mobile view---------*/

@media only screen and (max-device-width: 768px) {
    .container {
        min-height: 600px;
    }
}

/*----------------one quote page --------------*/

.quotesectionone {
    margin-bottom: 75px;
}

.message-box {
    height: 300px;
    border: 1px solid #116e6e;
    border-radius: 5px;
    padding: 20px;
    overflow-y: scroll;
}
.message-outgoing,
.message-incoming {
    border-radius: 5px;
    padding: 8px;
    max-width: 50%;
    clear: both;
    margin-bottom: 5px;
}
.message-outgoing {
    background: #b5b3b3;
    float: right;
    text-align: right;
}
.message-incoming {
    background: #116e6e;
    color: white;
    float: left;
}
.message-sender {
    font-weight: bold;
}
.message-text {
}
.message-timestamp {
    font-size: 0.7em;
}
.message-box::-webkit-scrollbar {
    width: 12px;
}
.fa-times {
    cursor: pointer;
}
/* Track */
.message-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #116e6e;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.message-box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #116e6e;
    -webkit-box-shadow: inset 0 0 6px #116e6e;
}
.message-box::-webkit-scrollbar-thumb:window-inactive {
    background: #116e6e;
}

/*--------------PRINT--------*/
@media print {
    .message-box {
        height: auto;
    }

    .message-box-container {
        page-break-before: always;
    }

    .bom-page {
        @page {
            size: landscape;
        }
        padding: 0px;
    }
    #content a:link:after,
    #content a:visited:after {
        content: "";
    }
}

.projnum {
    font-weight: bold;
}

.input-group {
    margin-top: 10px;
}

.updatebtn {
    margin-left: 10px;
}

.trash {
    margin-right: 10px;
}

/*-----------ADMIN-----------*/
.card {
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #116e6e;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.admin-button,
.admin-button:hover {
    padding: 5px;
    border: 1px solid #2e6da4;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: block;
    height: 200px;
    width: 100%;
    background: white;
    text-align: center;
    background-color: #063665;
    margin: 0 auto;
    margin-top: 10px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 2em;
}
.admin-btn-icon {
    margin-top: 20px;
    color: white;
    font-size: 3em;
    position: relative;
    bottom: 4px;
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
}

/*----- SweetAlert -----*/

.swal2-container {
    transform: scale(1.5);
}
