﻿.modal-body {
    background-color: #fff;
}

.modal-dialog {
}

#stepsModal .close {
    color: #999;
    opacity: .8;
    top: 8px;
    right: 6px;
    position: relative;
}

#stepsModal .modal-body {
    border-radius: 6px;
    padding-bottom: 15px;
}

#stepsModal form {
    margin-bottom: 0
}

.form-control-feedback.fas {
    font-size: 1.3em;
}

.form-control-feedback.fa-envelope {
    font-size: inherit;
}

.steps-back-fwd-container {
    padding-top: 13px;
    padding-bottom: 0px;
    margin-bottom: 15px;
    background-color: #fff
}

#stepsModal .alert {
    margin-bottom: 15px
}

.alert-image {
    object-fit: cover;
    height: 75px;
    display: inline-block;
    border: solid 1px #ccc
}


#txtMessageBody {
    max-height: 80px;
    min-height: 80px;
    resize: none;
    overflow-y: scroll;
}

.faa-pilot-card {
    padding: 10px;
    border: solid 1px #ccc;
    border-radius: 6px;
    margin-bottom: 10px;
}

    .faa-pilot-card .button-container {
        padding-top: 10px
    }

.msg-seller-badge {
    padding-right: 12px;
    color: #33ac00;
    font-size: 3.5em;
    margin-top: 3px;
}

#msgListingThumbnail {
    min-width: 99px;
    margin-right: 12px;
    height: 75px
}

#sellerContactContainer {
    padding-bottom: 8px;
}

#sellerType {
    padding-bottom: 3px;
    font-size: .7em;
    color: #999
}

.seller-star {
    position: relative;
    top: -2px;
    font-size: 10px;
    width: 14px
}

#sellerContactName {
}

#sellerContactPhone {
    color: #666
}

.seller-label {
    white-space: nowrap;
    font-size: 15px;
    margin: 0 0;
}

.small {
    font-size: 12px;
}

.bold {
    font-weight: 600;
}

#faa-search-box-container {
    margin-bottom: 10px
}

.left-icon-holder {
    position: relative;
}

    .left-icon-holder .fa-id-badge {
        position: absolute;
        line-height: 24px;
        top: 55%;
        margin-top: -12px; /* Half of line height to keep left middle postion of container */
        left: 10px;
        font-size: 1.4em;
        font-weight: 100
    }


.button-group-pills .btn {
    border-radius: 6px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-right: 3px;
    border-color: rgba(58,139,187,0.0);
    /*background-color: #FFF;
    color: #14a4be;*/
    background: rgba(58,139,187,0.1);
    color: #2777a7;
}

    .button-group-pills .btn.active {
        border-color: #2777a7;
        background: rgba(58,139,187,1);
        border-color: rgba(58,139,187,1);
        color: #FFF;
        box-shadow: none;
    }

.one-edge-shadow {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #666;
    box-shadow: 0 8px 6px -6px #666;
    box-shadow: 0 8px 6px -6px #666;
}


.message-form-err-msg {
    margin-top: 5px;
    margin-left: 3px;
}

#stepPilotSearchResults {
    margin-top: 15px
}

#stepPilotManuallySpecify {
    margin-top: 10px;
    padding-top: 0px
}

#butOpenPilotFormContainer {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

#stepsModal .faa-pilot-badge {
    background-color: #fff;
    border-radius: 3px;
    border: solid 1px #33ac00;
    color: #33ac00;
    width: 124px;
    margin: 0 auto;
    padding: 0 10px;
    height: 38px;
    padding-top: 8px;
    position: relative
}

#memberPilotVerifiedCard {
    margin-bottom: 20px !important
}

@media (max-width: 575.98px) {
    #stepsModal .modal-dialog {
        margin: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
    }

    #stepsModal .alert {
        margin-top: 0px
    }

    #stepsModal .modal-content {
        border: none;
        height: 100%;
        border-radius: 0px;
    }

    #stepsModal .modal-body {
        border-radius: 0px;
    }

    .steps-back-fwd-container {
        margin-bottom: 0px;
        padding-bottom: 15px;
    }
}
