.clearfix {
    clear: both;
}

.space {
    height: 20px;
}

.bgyellow {
    background-color: #dd9522 !important;
}

/* This fixes the default clip setting on numeric inputs */
.numericinput {
    width: 100%;
}

.quoteline {
    border-bottom-style: dashed;
    border-bottom-color: aliceblue;
    margin-bottom: 15px;
}

.message-box {
    border-style: solid;
    border-width: 2px;
    border-radius: 8px;
    padding: 20px;
    border-color: #1b5ea8;
    margin-bottom: 20px;
}

.from-admin {
    border-color: #dd9522 !important;
}

.file-box {
    width: 100%;
    border-style: solid;
    border-color: #ebebeb;
    border-radius: 8px;
    padding: 10px;
}

.file-name {
    text-decoration: underline;
    margin-right: 10px;
    border-style: dashed;
    border-color: #ebebeb;
    border-radius: 8px;
    padding: 5px;
}

.from-name, .msg-text {
    margin-bottom: 20px;
}

.quote-id {
    font-weight: bold;
    font-size: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.dash-card {
    padding: 10px;
    border-style: solid;
    border-color: #ebebeb;
    border-radius: 8px;
}

.card-title {
    font-size: 22px;
    font-weight: bold;
    border-bottom: solid;
    border-color: #ebebeb;
    padding-bottom: 10px;
}

.short-msg {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-color: #ebebeb;
    border-width: 1px;
}

    .short-msg a {
        color: #333;
        text-decoration: none;
    }

.nav-title {
    margin-left: 18px;
    color: white;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}

.fakelink {
    color: #0071c1;
    cursor: pointer;
}

.qtb1, .qtb2, .qtb5, .qtb6, .qtb7, .qtb8 {
    width: 10%;
}

.qtb3, .qtb4 {
    width: 20%;
}

.btncenter {
    width: 100%;
}

.btn-primary {
    color: #1b6ec2;
    background-color: #fff;
    border-color: #1861ac;
}

.searchResults {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 450px;
}

.door-opt label {
    font-size: 13px;
}

.door-opt .form-group .form-control {
    padding: 0px;
    font-size: 1.5rem;
    color: honeydew;
    background-color: #0f52ba;
}

.door-opt .form-group {
    margin-bottom: 8px;
}

.custinfo {
    background-color: #e9ecef;
    padding: 10px;
    border-radius: 8px;
}

.fileprev {
    max-height: 120px;
}
.hrthick {
    height: 7px;
    color: darkgreen;
    background-color: darkgreen;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1.5rem;
    }
}
