﻿#brokerBody {
    margin: 0;
    background-image: url('../../images/MPBackground.jpg');
}

.wrapper {
    width: 100%;
    max-width: 1900px;
}

.top_briefcases {
    width: 80px;
    height: 60px;
    line-height: 96px;
    display: inline-block;
    margin-right: 40px;
    text-align: center;
    position: relative;
    top: -5px;
}

.top_briefcaseContainer {
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding-top: 33px;
}

.activebrief1 {
    background: url(../../images/MP_QS_active1.png);
}

.activebrief2 {
    background: url(../../images/MP_QS_active2.png);
}

.activebrief3 {
    background: url(../../images/MP_QS_active3.png);
}

.activebrief4 {
    background: url(../../images/MP_QS_active4.png);
}

.activebrief5 {
    background: url(../../images/MP_QS_active5.png);
}

.activebrief6 {
    background: url(../../images/MP_QS_active6.png);
}

.inactivebrief2 {
    background: url(../../images/MP_QS_inactive2.png);
    color: white;
}

.inactivebrief3 {
    background: url(../../images/MP_QS_inactive3.png);
    color: white;
}

.inactivebrief4 {
    background: url(../../images/MP_QS_inactive4.png);
    color: white;
}

.inactivebrief5 {
    background: url(../../images/MP_QS_inactive5.png);
    color: white;
}

.inactivebrief6 {
    background: url(../../images/MP_QS_inactive6.png);
    color: white;
}

.quick_stepsBorrower {
    width: 100%;
    height: 600px;
    background: url(http://localhost/FAMUS.Web/images/MBBlue_background.png);
    background-size: 100% 600px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 0 0 0;
}

.Briefcase_img {
    width: 554px;
    height: 461px;
    background-color: transparent;
    margin: 75px 0 0 32%;
    position: absolute;
}

.Briefcase_img2 {
    width: 554px;
    height: 461px;
    background-color: transparent;
    margin: 75px 0 0 32%;
    position: absolute;
}

.briefcase_title {
    font-family: open sans-serif,sans-serif;
    color: white;
    font-size: 30px;
    left: 261px;
    position: absolute;
    top: 22px;
    z-index: 1;
}

.briefcase_titleProperty {
    font-family: open sans-serif,sans-serif;
    color: white;
    font-size: 30px;
    left: 241px;
    position: absolute;
    top: 22px;
    z-index: 1;
}

.briefcase_titleFinancial {
    font-family: open sans-serif,sans-serif;
    color: white;
    font-size: 30px;
    left: 235px;
    position: absolute;
    top: 22px;
    z-index: 1;
}

.briefcase_titleBorrower {
    font-family: open sans-serif,sans-serif;
    color: white;
    font-size: 30px;
    left: 235px;
    position: absolute;
    top: 22px;
    z-index: 1;
}

.briefcase_description {
    font-family: open sans-serif,sans-serif;
    color: black;
    font-size: 17px;
    font-family: open sans-serif, sans-serif;
    font-weight: 600;
    z-index: 1;
    text-align: center;
    margin-bottom: 10px;
}

.buttons_borrower {
    margin: 389px 0 0 21%;
}

.active_button {
    width: 50px;
    height: 50px;
    border: 5px solid white;
    border-radius: 50%;
    background-color: white;
    color: #4893b0;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    display: inline-block;
    margin: 20px 0 0 10px;
    font-family: open sans-serif, sans-serif;
    font-weight: 500;
}

.button {
    width: 50px;
    height: 50px;
    border: 5px solid white;
    border-radius: 50%;
    background-color: transparent;
    color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    display: inline-block;
    margin: 20px 0 0 10px;
    font-family: open sans-serif, sans-serif;
    font-weight: 500;
    cursor: pointer;
}

    .button:hover {
        width: 50px;
        height: 50px;
        border: 5px solid white;
        border-radius: 50%;
        background-color: white;
        color: #4893b0;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        display: inline-block;
        margin: 20px 0 0 10px;
        font-family: open sans-serif, sans-serif;
        font-weight: 500;
    }

.process_heading {
    display: none;
}

.ResponsivePullDownContainer {
    display: none;
}

.top_opacityBar {
    width: 100%;
    height: 140px;
    background: rgba(0,0,0,0.3);
}

.whiteBox {
    width: 525px;
    height: auto;
    background-color: white;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.4) 10px 10px 8px;
    margin: 0 auto;
    padding-bottom: 50px;
    font-family: 'Play', sans-serif;
}

.whiteBox_title {
    color: #4893b0;
    font-family: sans-serif;
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding-top: 10px;
}

.circles_line {
    width: 100%;
    height: 400px;
    background-color: transparent;
    margin-top: 23px;
}

.circle2 {
    width: 200px;
    height: 200px;
    display: inline-block;
    border: 12px solid #4893b0;
    text-align: center;
    vertical-align: middle;
    line-height: 200px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: white;
    border-radius: 50%;
    margin-left: 10px;
    background-color: #4893b0;
}

    .circle2:hover {
        width: 200px;
        height: 200px;
        display: inline-block;
        border: 12px solid #4893b0;
        text-align: center;
        vertical-align: middle;
        line-height: 200px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 600;
        font-size: 32px;
        color: #4893b0;
        background-color: white;
        margin-left: 10px;
    }

.circle1 {
    width: 200px;
    height: 200px;
    display: inline-block;
    border: 12px solid #4893b0;
    text-align: center;
    vertical-align: middle;
    line-height: 200px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
    font-size: 32px;
    margin-left: 0;
    color: white;
    border-radius: 50%;
    background-color: #4893b0;
}

    .circle1:hover {
        width: 200px;
        height: 200px;
        display: inline-block;
        border: 12px solid #4893b0;
        text-align: center;
        vertical-align: middle;
        line-height: 200px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 600;
        font-size: 32px;
        color: #4893b0;
        background-color: white;
        margin-left: 0;
    }

.create_order:hover {
    width: 150px;
    height: 29px;
    border: 3px solid #4893b0;
    border-radius: 20px;
    color: #4893b0;
    font-family: open sans-serif, sans-serif;
    font-size: 16px;
    background-color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    left: 216px;
    position: absolute;
    top: 327px;
    z-index: 1;
}

.create_order {
    width: 150px;
    height: 29px;
    border-radius: 20px;
    color: white;
    font-family: open sans-serif, sans-serif;
    font-size: 16px;
    background-color: #4893b0;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    /*position:absolute;*/
    left: 216px;
    top: 327px;
    z-index: 1;
    cursor: pointer;
}
/*questions in the Quick Start*/

.Q {
    color: black;
    font-family: Verdana, open sans-serif,sans-serif;
    font-size: 16px;
    width: 306px;
    margin: 0 auto;
    position: relative;
}

.tipQ::after {
    border-color: transparent #2c99cc;
    border-style: solid;
    border-width: 12px 14px 12px 0;
    content: "";
    display: block;
    left: -14px;
    position: absolute;
    top: 4px;
    width: 0;
    z-index: 1;
}

.tipQ {
    background: white none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgba(97, 97, 97, 0.94);
    color: black;
    float: right;
    font-size: 14px;
    height: auto;
    left: 330px;
    max-width: 300px;
    min-height: 50px;
    padding: 10px;
    position: absolute;
    top: 27px;
    width: 200px;
    z-index: 2;
}

.Next_btn {
    background: #2c99cc;
    color: white;
    font-family: 'Play', sans-serif;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    height: 35px;
    width: 48%;
    display: inline-block;
    border-radius: 5px;
    float: right;
    position: relative;
    border: none;
    cursor: pointer;
}

    .Next_btn:after {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid white;
        content: '';
        position: absolute;
        top: 7px;
        right: 10px;
    }

    .Next_btn:hover::after {
        border-left: 10px solid #2c99cc;
    }

    .Next_btn:hover {
        color: white;
    }

.Next_btnContainer {
    width: 300px;
    margin: 0 auto;
    height: 35px;
    position: relative;
}

.Back_btn {
    background: #2c99cc;
    color: white;
    font-family: 'Play', sans-serif;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    height: 35px;
    width: 48%;
    display: inline-block;
    border-radius: 5px;
    float: left;
    position: relative;
    border: none;
    cursor: pointer;
}

    .Back_btn::after {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid white;
        content: '';
        position: absolute;
        top: 7px;
        left: 10px;
    }

    .Back_btn:hover::after {
        border-right: 10px solid #2c99cc;
    }

    .Back_btn:hover {
        color: white;
    }

.QS_titleBox {
    width: 100%;
    height: 50px;
    font-family: play,Verdana,sans-serif;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    color: white;
    background-color: #58595b;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 20px;
}

p {
    color: darkorange;
    font-family: 'Play', sans-serif;
}

/*#lblCanBid, #cbCanBid, */#lblInvestmentAmt, #divInvestmentAmt, #tbxInvestmentAmt, #lblAddedToFundDate, #tbxAddedToFundDate, #lblLeftFundDate, #tbxLeftFundDate {
    display: none;
}

#Modal {
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.15);
}

#Loading {
    position: absolute;
    top: 37%;
    left: 43.5%;
}

@media (max-width:1599px)and (min-width:1000px),(max-device-width:1599px),(min-device-width:1000px) {

    .Briefcase_img {
        background-color: transparent;
        height: 461px;
        margin: 75px 0 0 30%;
        position: absolute;
        width: 554px;
    }

    .refinance_circle {
        width: 327px;
        height: 327px;
        border: 12px solid white;
        border-radius: 50%;
        float: right;
        margin-right: 20%;
        text-align: center;
        vertical-align: middle;
        line-height: 296px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 600;
        font-size: 50px;
        color: white;
    }

        .refinance_circle:hover {
            width: 327px;
            height: 327px;
            border: 12px solid white;
            border-radius: 50%;
            float: right;
            margin-right: 20%;
            text-align: center;
            vertical-align: middle;
            line-height: 296px;
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            font-size: 50px;
            color: #4893b0;
            background-color: white;
        }
}

@media (max-width:999px)and (min-width:750px),(max-device-width:999px),(min-device-width:750px) {
    .Briefcase_img {
        background-color: transparent;
        height: 461px;
        margin: 75px 0 0 20%;
        position: absolute;
        width: 554px;
    }
}

@media (max-width:749px),(max-device-width:749px) {
    .Briefcase_img {
        background-color: transparent;
        height: 461px;
        margin: 75px 0 0 7%;
        position: absolute;
        width: 554px;
    }

    .process_heading {
        display: inline;
        font-family: 'Open Sans',sans-serif;
        font-size: 45px;
        font-weight: 600;
        height: 62px;
        margin: 10px 0 0 4%;
        width: 439px;
        color: white;
    }

    .circles_line {
        background-color: transparent;
        height: 400px;
        margin-top: 80px;
        width: 100%;
    }
}

@media (max-width:659px),(max-device-width:659px) {
    .circle1 {
        width: 190px;
        height: 190px;
        display: inline-block;
        border: 12px solid white;
        text-align: center;
        vertical-align: middle;
        line-height: 190px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 600;
        font-size: 25px;
        color: white;
        border-radius: 50%;
    }

        .circle1:hover {
            width: 190px;
            height: 190px;
            display: inline-block;
            border: 12px solid white;
            text-align: center;
            vertical-align: middle;
            line-height: 190px;
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            font-size: 25px;
            color: #4893b0;
            background-color: white;
        }

    .circle2 {
        width: 190px;
        height: 190px;
        display: inline-block;
        border: 12px solid white;
        text-align: center;
        vertical-align: middle;
        line-height: 190px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 600;
        font-size: 25px;
        color: white;
        border-radius: 50%;
    }

        .circle2:hover {
            width: 190px;
            height: 190px;
            display: inline-block;
            border: 12px solid white;
            text-align: center;
            vertical-align: middle;
            line-height: 190px;
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            font-size: 25px;
            color: #4893b0;
            background-color: white;
        }
}

@media (max-width:400px),(max-device-width:400px) {

    .circle1 {
        width: 120px;
        height: 120px;
        display: inline-block;
        border: 12px solid white;
        text-align: center;
        vertical-align: middle;
        line-height: 120px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 600;
        font-size: 9px;
        color: white;
        border-radius: 50%;
    }

        .circle1:hover {
            width: 120px;
            height: 120px;
            display: inline-block;
            border: 12px solid #4893b0;
            text-align: center;
            vertical-align: middle;
            line-height: 120px;
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            font-size: 9px;
            color: #4893b0;
            background-color: white;
        }

    .circle2 {
        width: 120px;
        height: 120px;
        display: inline-block;
        border: 12px solid white;
        text-align: center;
        vertical-align: middle;
        line-height: 120px;
        font-family: 'Open Sans',sans-serif;
        font-weight: 600;
        font-size: 9px;
        margin-left: 0px;
        color: white;
        border-radius: 50%;
    }

        .circle2:hover {
            width: 120px;
            height: 120px;
            display: inline-block;
            border: 12px solid #4893b0;
            text-align: center;
            vertical-align: middle;
            line-height: 120px;
            font-family: 'Open Sans',sans-serif;
            font-weight: 600;
            font-size: 9px;
            color: #4893b0;
            background-color: white;
        }

    .circles_line2 {
        background-color: transparent;
        height: auto;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        width: 312px !important;
        padding-top: 0px;
    }
}

        .GridviewHeader {
            padding: 4px;
            text-align: center;
            font-weight: 100;
            font-size: 11px;
            vertical-align: middle;
            line-height: 20px;
            font-family: sans-serif;
        }

        .GridviewColumn2 {
            padding: 4px;
            text-align: center;
            font-weight: 100;
            font-size: 10px;
            font-family: sans-serif;
        }

        .existingAlternate {
            background-color: whitesmoke;
            padding-bottom: 8px;
        }

        label {
            /*display: inline-block;
            color: #2c99cc;*/
            font-family: 'Play', sans-serif;
            font-weight: bold;
        }

        .attention {
            padding: 4px;
            margin-top: -6px;
            background-color: #e50000;
            color: white;
            font-family: sans-serif;
            margin-bottom: 5px;
            text-align: center;
        }

        /*.FL_titleBox {
            width: 100%;
            height: 50px;
            font-family: play,Verdana,sans-serif;
            font-size: 30px;
            text-align: center;
            vertical-align: middle;
            line-height: 50px;
            color: white;
            background-color: #58595b;
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
            margin-bottom: 20px;
        }*/

.top_opacityBar {
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,0.6);
}

.top_briefcaseContainer {
    padding-top: 6px;
}

        .FL_topheader {
            font-family: 'Play', Verdana;
            font-size: 40px;
            color: white;
            text-align: center;
        }








@media (max-width:350px),(max-device-width:350px) {
    .Briefcase_img {
        background-color: transparent;
        height: 461px;
        margin: 75px 0 0 10px;
        position: absolute;
        width: 554px;
    }
}

@media (max-width:684px),(max-device-width:684px) {


    .footer_left {
        border-right: 1px solid #808080;
        color: #808080;
        display: inline-block;
        float: left;
        font-family: 'Open Sans',sans-serif;
        font-size: 14px;
        font-weight: 400;
        height: 150px;
        padding-right: 10px;
        text-align: right;
        width: 153px;
    }

    .footer_right {
        color: #808080;
        display: inline-block;
        float: right;
        font-family: 'Open Sans',sans-serif;
        font-size: 14px;
        font-weight: 400;
        height: 150px;
        padding-left: 10px;
        width: 383px;
    }

    .intro1 {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        padding-bottom: 72px;
        position: relative;
        width: 100%;
    }
}

@media (max-width:550px),(max-device-width:550px) {

    .footer_left {
        border-right: none;
        color: #808080;
        display: inline-block;
        float: left;
        font-family: 'Open Sans',sans-serif;
        font-size: 14px;
        font-weight: 400;
        height: 119px;
        padding-right: 10px;
        text-align: left;
    }

    .footer_right {
        color: #808080;
        display: inline-block;
        float: right;
        font-family: 'Open Sans',sans-serif;
        font-size: 14px;
        font-weight: 400;
        height: 120px;
        padding-left: 10px;
        width: 100%;
    }
}
/*Quick start responsive*/
@media (max-width:1200px),(max-device-width:1200px) {

    .Briefcase_img2 {
        background-color: transparent;
        height: 461px;
        margin: 75px 0 0 21%;
        position: absolute;
        width: 554px;
    }
}

@media (max-width:1000px),(max-device-width:1000px) {

    .Briefcase_img {
        background-color: transparent;
        height: 461px;
        margin: 75px 0 0 10%;
        position: absolute;
        width: 554px;
    }

    .Briefcase_img2 {
        background-color: transparent;
        height: 461px;
        margin: 75px 0 0 10%;
        position: absolute;
        width: 554px;
    }
}

@media (max-width:836px),(max-device-width:836px) {
    .top_briefcaseContainer {
        width: 332px;
    }

    .top_briefcases {
        margin: 0 auto;
    }
}

@media (max-width:800px),(max-device-width:800px) {

    .Briefcase_img {
        background-color: transparent;
        height: 461px;
        margin: 75px 0 0 4%;
        position: absolute;
        width: 554px;
    }

    .Briefcase_img2 {
        background-color: transparent;
        height: 461px;
        margin: 75px 0 0 4%;
        position: absolute;
        width: 554px;
    }

    .tipQ::after {
        display: none;
    }

    .tipQ {
        background: white none repeat scroll 0 0;
        border-radius: 5px;
        box-shadow: 0 1px 4px 0 rgba(97, 97, 97, 0.94);
        color: black;
        float: none;
        font-size: 14px;
        height: auto;
        left: 0px;
        margin-top: 5px;
        /*max-width:0px;*/
        min-height: 21px;
        padding: 5px;
        position: relative;
        top: 0px;
        width: 95%;
    }
}

@media (max-width:650px),(max-device-width:650px) {

    .Briefcase_img {
        background-color: transparent;
        height: 461px;
        margin: 75px 0 0 0;
        position: absolute;
        width: 554px;
    }

    .Briefcase_img2 {
        background-color: transparent;
        height: 461px;
        margin: 75px 0 0 0;
        position: absolute;
        width: 554px;
    }
}

@media (max-width:601px),(max-device-width:601px) {
    .top_briefcases {
        margin: 0 auto 22px;
    }
}

@media (max-width:570px),(max-device-width:570px) {
    .Briefcase_img2 {
        background-color: transparent;
        height: 461px;
        margin: 75px 0 0 -33px;
        position: absolute;
        width: 554px;
    }
}

@media (max-width:550px),(max-device-width:570px) {
    .Briefcase_img2 {
        background-color: transparent;
        height: 461px;
        margin: 75px 0 0 -58px;
        position: absolute;
        width: 554px;
    }

    .white_case {
        display: none;
    }
}

@media (max-width:525px),(max-device-width:525px) {
    .whiteBox {
        width: 100%;
    }

    .main_content {
        padding-left: 10px;
        width: 97%;
    }

    .newborrowerCol1 {
        width: 90%;
    }

    .question {
        width: 100%;
    }

    .label {
        width: 100%;
    }
}

@media (max-width:470px),(max-device-width:470px) {
    .top_opacityBar {
        display: none;
    }

    .ResponsivePullDownContainer {
        background-color: white;
        height: auto;
        width: 100%;
        position: absolute;
        z-index: 1000;
        display: initial;
        left: 0;
    }

    .ResponsivePullDown {
        background-color: white;
        height: auto;
        width: 100%;
        position: relative;
        z-index: 1000;
        display: none;
        box-shadow: 0px 4px 3px;
    }

    .ResponsivePullDownTabContainer {
        width: 100px;
        height: 0px;
        background-color: black;
        position: relative;
        top: 0px;
        margin: 0 auto;
    }

    .ResponsivePullDownTab {
        width: 100px;
        height: 30px;
        position: absolute;
        background: url(../../Custom/Marketplace/images/marketplacePullDown.png);
        cursor: pointer;
    }

    .PullDownLabel {
        display: block;
        font-family: sans-serif;
        font-size: 17px;
        margin: 0 auto;
        padding-top: 4px;
        padding-bottom: 4px;
        text-align: center;
        width: 100%;
        color: #2c99cc;
        background-color: white;
    }

        .PullDownLabel:hover {
            color: white;
            background-color: #2c99cc;
        }

    .Briefcase_img {
        background-color: transparent;
        height: 461px;
        margin: 75px 0 0 -71px;
        position: absolute;
        width: 300px;
    }

    .Briefcase_img2 {
        width: 300px;
        height: 461px;
        background-color: transparent;
        margin: 53px 0 0 -71px;
        position: absolute;
    }

    .white_case {
        display: none;
    }

    .buttons {
        margin: 389px 0 0 93px;
        width: 400px;
    }

    .button {
        background-color: transparent;
        border: 2px solid white;
        border-radius: 50%;
        color: white;
        display: inline-block;
        font-family: open sans-serif,sans-serif;
        font-weight: 400;
        height: 30px;
        line-height: 30px;
        margin: 20px 0 0 5px;
        text-align: center;
        vertical-align: middle;
        width: 30px;
    }

        .button:hover {
            background-color: white;
            border: 2px solid white;
            border-radius: 50%;
            color: #4893b0;
            display: inline-block;
            font-family: open sans-serif,sans-serif;
            font-weight: 400;
            height: 30px;
            line-height: 30px;
            margin: 20px 0 0 5px;
            text-align: center;
            vertical-align: middle;
            width: 30px;
        }

    .active_button {
        background-color: white;
        border: 2px solid white;
        border-radius: 50%;
        color: #4893b0;
        display: inline-block;
        font-family: open sans-serif,sans-serif;
        font-weight: 400;
        height: 30px;
        line-height: 30px;
        margin: 20px 0 0 5px;
        text-align: center;
        vertical-align: middle;
        width: 30px;
    }

    .briefcase_title {
        font-family: open sans-serif,sans-serif;
        color: white;
        font-size: 30px;
        left: 82px;
        position: absolute;
        top: 22px;
        z-index: 1;
    }

    .briefcase_titleProperty {
        font-family: open sans-serif,sans-serif;
        color: white;
        font-size: 30px;
        left: 82px;
        position: absolute;
        top: 22px;
        z-index: 1;
    }

    .briefcase_titleFinancial {
        font-family: open sans-serif,sans-serif;
        color: white;
        font-size: 30px;
        left: 82px;
        position: absolute;
        top: 22px;
        z-index: 1;
    }

    .briefcase_titleBorrower {
        font-family: open sans-serif,sans-serif;
        color: white;
        font-size: 30px;
        left: 82px;
        position: absolute;
        top: 22px;
        z-index: 1;
    }

    /*End of borrower Questions*/
    .create_order {
        width: 150px;
        height: 29px;
        border: 3px solid white;
        border-radius: 20px;
        color: white;
        font-family: open sans-serif, sans-serif;
        font-size: 16px;
        background-color: #4893b0;
        text-align: center;
        vertical-align: middle;
        line-height: 25px;
        left: 104px;
        position: absolute;
        top: 526px;
        z-index: 1;
    }

        .create_order:hover {
            width: 150px;
            height: 29px;
            border: 3px solid #4893b0;
            border-radius: 20px;
            color: #4893b0;
            font-family: open sans-serif, sans-serif;
            font-size: 16px;
            background-color: white;
            text-align: center;
            vertical-align: middle;
            line-height: 25px;
            left: 104px;
            position: absolute;
            top: 526px;
            z-index: 1;
        }

    .quick_stepsBorrower {
        width: 100%;
        height: 700px;
        background: url(http://localhost/FAMUS.Web/images/MBBlue_background.png);
        background-size: 100% 700px;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0px 0 0 0;
    }

    .buttons_borrower {
        margin: 554px 0 0 79px;
    }
}
